summaryrefslogtreecommitdiffstats
path: root/src/mesa/state_tracker/st_atom_framebuffer.c
Commit message (Expand)AuthorAgeFilesLines
* 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