summaryrefslogtreecommitdiffstats
path: root/src/mesa/state_tracker/st_atom_framebuffer.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* gallium: fix multi drawbuffer fb stateBrian2008-04-141-6/+9
* gallium: more elaborate tracking of front color buffer stateBrian Paul2008-04-091-0/+8
* gallium: assign framebuffer width, heightBrian2008-03-201-0/+3
* gallium: need to set/save framebuffer state in st_context since we use it els...Brian Paul2008-03-191-8/+8
* gallium: implement CSO save/restore functions for use by meta operations (bli...Brian2008-03-191-7/+2
* gallium: remove support for separate depth/stencil buffers. Always combined ...Brian2008-01-231-7/+8
* Set _NEW_BUFFERS in glRead/DrawBuffer().Brian2007-10-301-5/+1
* renderbuffer tweaks in update_framebuffer_state()Brian2007-10-201-4/+5
* Update framebuffer state in response to _NEW_COLOR (set by glDrawBuffer)Brian2007-10-171-1/+5
* Fix window resizes.Michel Dänzer2007-09-191-1/+4
* add names to tracked state atoms to improve debugkeithw2007-08-251-0/+1
* Checkpoint intel_renderbuffer removal.Brian2007-08-091-12/+15
* fix assertionsBrian2007-07-311-2/+2
* remove some obsolete xmesa remnantsBrian2007-07-301-10/+0
* Lots of improvements to the surface-related code.Brian2007-07-301-5/+14
* code for functional Z buffer surfaceBrian2007-06-251-5/+5
* checkpoint: implement z/depth testingBrian2007-06-201-0/+14
* Re-org of surface/framebuffer state.Brian2007-06-191-5/+2
* framebuffer stateBrian2007-06-151-0/+78