summaryrefslogtreecommitdiffstats
path: root/src/mesa/state_tracker/st_atom_framebuffer.c
Commit message (Expand)AuthorAgeFilesLines
* st/mesa: completely rewrite state atomsMarek Olšák2016-07-301-4/+0
* st/mesa: remove st_tracked_state::nameMarek Olšák2016-07-301-1/+0
* st/mesa: invalidate readpixels cacheNicolai Hähnle2016-06-211-0/+1
* mesa/st: Update framebuffer state with no.of samples,layersEdward O'Callaghan2016-04-071-3/+5
* mesa/st: Set _NumSamples in update_framebuffer_state()Edward O'Callaghan2016-04-071-0/+46
* st/mesa: update stencil surface if it comes from textureIlia Mirkin2015-05-121-1/+4
* st/mesa: remove trailing NULL colorbuffersMarek Olšák2014-04-251-0/+6
* mesa/st: Handle empty frame-buffers without asserting.José Fonseca2014-04-241-5/+4
* mesa/st: Fix pipe_framebuffer_state::height for PIPE_TEXTURE_1D_ARRAY.José Fonseca2014-04-231-2/+33
* st/mesa: make winsys fbo sRGB-capable when supportedChia-I Wu2014-03-061-2/+2
* s/Tungsten Graphics/VMware/José Fonseca2014-01-171-3/+3
* st/mesa: bind NULL colorbuffers as specified by glDrawBuffersMarek Olšák2014-01-131-6/+8
* st/mesa: add support for layered framebuffers and consolidate codeMarek Olšák2013-12-031-54/+4
* st/mesa: add support for ARB_texture_multisample (v3)Dave Airlie2013-04-111-0/+1
* gallium: remove pipe_surface::usageMarek Olšák2012-12-121-1/+0
* st/mesa: call update_renderbuffer_surface for sRGB renderbuffers, tooChristoph Bumiller2012-07-281-2/+3
* st/mesa: flush the glBitmap cache before changing framebuffer stateMarek Olšák2012-07-231-0/+4
* mesa: remove gl_renderbuffer::WrappedBrian Paul2012-01-241-2/+0
* mesa/st: enable GL_EXT_framebuffer_sRGBDave Airlie2011-02-101-2/+4
* gallium: support for array textures and related changesRoland Scheidegger2010-12-021-7/+11
* mesa/st: adapt to interface changesRoland Scheidegger2010-05-171-3/+1
* st/mesa: assert that binding flags are properly set for drawing surfacesBrian Paul2010-04-221-0/+10
* st/mesa: Drop st_public support.Chia-I Wu2010-04-131-18/+0
* Squashed commit of the following:Keith Whitwell2010-04-101-12/+13
* st/mesa: plug in default for pipe_context::surface_copy() if neededBrian Paul2010-03-171-12/+4
* gallium: pipe/p_inlines.h -> util/u_inlines.hJosé Fonseca2010-02-021-0/+1
* Merge branch 'mesa_7_7_branch'Brian Paul2010-01-221-1/+0
|\
| * st/mesa: Remove unnecessary header from st_atom_framebuffer.c.Vinson Lee2010-01-161-1/+0
* | gallium: don't use arrays for texture width,height,depthKeith Whitwell2009-11-191-2/+3
|/
* gallium: Permit surface_copy and surface_fill to be NULL.Corbin Simpson2009-10-171-4/+12
* Merge branch 'mesa_7_5_branch'Jakob Bornecrantz2009-07-031-0/+2
|\
| * mesa: Unbind depth/stencil surface from pipe_framebuffer when none is attached.José Fonseca2009-07-011-0/+2
* | Merge branch 'mesa_7_5_branch'Brian Paul2009-05-111-6/+10
|\ \ | |/
| * st: do proper refcounting for framebuffer surfacesBrian Paul2009-05-111-6/+10
* | st: added st_renderbuffer::defined flagBrian Paul2009-05-011-0/+1
|/
* mesa: check renderbuffer is defined before use.Alan Hourihane2009-03-191-8/+10
* gallium: Remove do_flip argument from surface_copyJakob Bornecrantz2009-03-131-1/+0
* gallium: standardize api on the prefix "nr"Zack Rusin2009-01-271-3/+3
* gallium: change the st_get_framebuffer_surface/texture functionsAlan Hourihane2009-01-231-4/+3
* statetracker: copy back color buffer to front buffer when neededBrian Paul2009-01-191-1/+13
* Merge commit 'origin/gallium-0.1' into gallium-0.2Brian Paul2008-11-051-5/+5
|\
| * gallium: add some checks for null surface pointers in state trackerBrian Paul2008-10-181-4/+4
* | gallium: cleanup the after merge framebuffer update codeZack Rusin2008-09-211-10/+1
* | gallium: fix a fbo crashZack Rusin2008-09-211-1/+3
* | st: hash-warning not recognised on Windows.Michal Krol2008-09-161-0/+2
* | st: adapt to new framebuffer struct, with one FIXME outstandingKeith Whitwell2008-09-111-13/+16
|/
* st: Silence compiler warnings on Windows.Michal Krol2008-07-151-1/+1
* gallium: fix render to depth textureBrian Paul2008-05-081-0/+5
* gallium: fix some render to texture bugsBrian Paul2008-05-071-2/+58
* Some changed for non-C99 compilersAlan Hourihane2008-05-021-5/+5