gallium: only mark back color buffer surfaces as undefined after swapbuffers
[mesa.git] / src / mesa / state_tracker / st_framebuffer.c
2008-12-11 Brian Paulgallium: only mark back color buffer surfaces as undefi...
2008-10-18 Brian Paulgallium: add some checks for null surface pointers...
2008-09-17 Brian Paulgallium: clean-up/fix msaa override in state tracker
2008-08-28 Brian Paulgallium: change the conditional which tests for combine...
2008-08-15 José Fonsecamesa: Issue PIPE_FLUSH_FRAME in glSwapBuffers/glFlush...
2008-07-22 Roland Scheideggeradd env var to override msaa visual selection
2008-06-27 Roland Scheideggergallium: handle msaa
2008-06-23 Jakob Bornecrantzgallium: Add accessor functions to get textures from...
2008-06-18 Brian Paulgallium: added new st_set_framebuffer_surface()
2008-06-09 Brian Paulgallium: include scissor.h
2008-05-23 Jakob BornecrantzMerge branch 'gallium-i915-current' into gallium-0.1
2008-04-10 Brian Paulgallium: more elaborate tracking of front color buffer...
2008-04-07 Brian Paulgallium: accum buffer fixes
2008-03-26 Michel Dänzergallium: Change pipe->flush() interface to optionally...
2008-02-26 Briangallium: #includes to silence warnings
2008-02-26 Briangallium: fix zero-sized viewport bug
2008-01-26 Keith Whitwellgallium: add notify_swapbuffers_complete, use it to...
2008-01-26 Keith Whitwellgallium: specialize glFlush vs other flush semantics
2007-12-20 Keith Whitwellgallium: make state tracker explictly ask for rendercac...
2007-12-19 BrianFix problem with initial viewport/scissor size.
2007-12-12 BrianRe-org of st_create_framebuffer() and renderbuffer...
2007-12-10 BrianAdd 'type' parameter to is_format_supported() to specif...
2007-12-07 Brianadded ST_SURFACE_DEPTH
2007-11-07 BrianNew PIPE_FLUSH_WAIT flag for pipe->flush().
2007-11-07 BrianImproved logic for setting up depth/stencil buffers...
2007-11-06 José FonsecaHandle the corner case of 24bit depth buffer with 0bit...
2007-11-05 Briandon't include mtypes.h in st_public.h
2007-11-05 BrianUpdate xlib driver to use newer state tracker context...
2007-11-05 Brianadded st_notify_swapbuffers()
2007-11-05 Brianadded st_get_framebuffer_surface() and ST_SURFACE_x...
2007-11-05 Brianadded st_unreference_framebuffer()
2007-11-05 Brianset stfb->Base.Initialized
2007-11-05 Brianadded st_resize_framebuffer()
2007-11-05 Brianst_create_framebuffer() working
2007-11-05 Briannew file for st_framebuffer stuff