summaryrefslogtreecommitdiffstats
path: root/src/mesa/state_tracker/st_framebuffer.c
Commit message (Expand)AuthorAgeFilesLines
* gallium: only mark back color buffer surfaces as undefined after swapbuffersBrian Paul2008-12-101-9/+11
* gallium: add some checks for null surface pointers in state trackerBrian Paul2008-10-181-1/+2
* gallium: clean-up/fix msaa override in state trackerBrian Paul2008-09-171-6/+5
* gallium: change the conditional which tests for combined Z+stencil buffersBrian Paul2008-08-281-1/+1
* mesa: Issue PIPE_FLUSH_FRAME in glSwapBuffers/glFlush/glFinish.José Fonseca2008-08-151-1/+3
* add env var to override msaa visual selectionRoland Scheidegger2008-07-221-0/+4
* gallium: handle msaaRoland Scheidegger2008-06-271-8/+10
* gallium: Add accessor functions to get textures from a st_framebufferJakob Bornecrantz2008-06-231-0/+16
* gallium: added new st_set_framebuffer_surface()Brian Paul2008-06-181-0/+56
* gallium: include scissor.hBrian Paul2008-06-091-0/+1
* gallium: more elaborate tracking of front color buffer stateBrian Paul2008-04-091-0/+1
* gallium: accum buffer fixesBrian Paul2008-04-071-1/+1
* gallium: Change pipe->flush() interface to optionally return a fence.Michel Dänzer2008-03-261-1/+2
* gallium: #includes to silence warningsBrian2008-02-261-0/+2
* gallium: fix zero-sized viewport bugBrian2008-02-261-0/+11
* gallium: add notify_swapbuffers_complete, use it to set surfaces to undefined...Keith Whitwell2008-01-261-0/+20
* gallium: specialize glFlush vs other flush semanticsKeith Whitwell2008-01-261-1/+6
* gallium: make state tracker explictly ask for rendercache flushesKeith Whitwell2007-12-201-1/+2
* Fix problem with initial viewport/scissor size.Brian2007-12-191-55/+54
* Re-org of st_create_framebuffer() and renderbuffer format selection.Brian2007-12-121-15/+16
* Add 'type' parameter to is_format_supported() to specify texture vs. drawing ...Brian2007-12-101-19/+10
* added ST_SURFACE_DEPTHBrian2007-12-071-1/+1
* New PIPE_FLUSH_WAIT flag for pipe->flush().Brian2007-11-071-1/+1
* Improved logic for setting up depth/stencil buffers in st_create_framebuffer()Brian2007-11-061-14/+41
* Handle the corner case of 24bit depth buffer with 0bit stencil buffer.José Fonseca2007-11-061-3/+6
* don't include mtypes.h in st_public.hBrian2007-11-051-1/+1
* Update xlib driver to use newer state tracker context/framebuffer functions.Brian2007-11-051-37/+47
* added st_notify_swapbuffers()Brian2007-11-051-0/+17
* added st_get_framebuffer_surface() and ST_SURFACE_x tokensBrian2007-11-051-0/+20
* added st_unreference_framebuffer()Brian2007-11-051-0/+7
* set stfb->Base.InitializedBrian2007-11-051-0/+3
* added st_resize_framebuffer()Brian2007-11-051-0/+14
* st_create_framebuffer() workingBrian2007-11-051-30/+17
* new file for st_framebuffer stuffBrian2007-11-051-0/+103