Merge commit 'origin/master' into gallium-0.2
[mesa.git] / src / mesa / state_tracker / st_cb_flush.c
2008-10-27 Alan HourihaneMerge commit 'origin/master' into gallium-0.2
2008-10-10 Brian PaulMerge commit 'origin/master' into gallium-0.2
2008-10-10 Keith WhitwellMerge commit 'origin/master' into gallium-0.2
2008-09-26 Keith WhitwellMerge commit 'origin/master' into HEAD
2008-09-24 Keith WhitwellMerge commit 'origin/master' into gallium-0.2
2008-09-24 Keith WhitwellMerge commit 'origin/master' into gallium-0.2
2008-09-24 Keith WhitwellMerge commit 'origin/master' into gallium-0.2
2008-09-23 Keith WhitwellMerge commit 'origin/master' into gallium-0.2
2008-09-22 Keith WhitwellMerge branch 'master' into gallium-0.2
2008-09-21 Keith WhitwellMerge branch 'master' into gallium-0.2
2008-09-21 Keith WhitwellMerge branch 'master' into gallium-0.2
2008-09-21 Keith WhitwellMerge branch 'master' into gallium-0.2
2008-09-21 Keith WhitwellMerge branch 'master' into gallium-0.2
2008-09-18 Keith WhitwellMerge commit 'origin/master' into gallium-0.2
2008-09-11 Alan HourihaneMerge branch 'master' of git+ssh://git.freedesktop...
2008-09-11 Keith WhitwellMerge branch 'gallium-0.1' into gallium-0.2
2008-08-15 José Fonsecamesa: Issue PIPE_FLUSH_FRAME in glSwapBuffers/glFlush...
2008-05-23 Jakob BornecrantzMerge branch 'gallium-i915-current' into gallium-0.1
2008-04-23 Brian Paulgallium: don't set buffer status to undefined in displa...
2008-04-10 Brian Paulgallium: more elaborate tracking of front color buffer...
2008-04-09 Brian Paulgallium: more flush/finish changes
2008-04-09 Brian Paulgallium: reorder funcs
2008-04-09 Brian Paulgallium: call_flush_front_buffer() from st_glFinish()
2008-04-09 Brian Paulgallium: fold st_gl_flush() into st_glFlush()
2008-04-09 Brian Paulgallium: refactor code, new flush_front_buffer() function
2008-04-04 Brian Paulgallium: add new call to st_flush_bitmap_cache() to...
2008-04-04 Michel Dänzergallium: Revert st_gl_flush() changes from when the...
2008-04-04 Michel Dänzergallium: Call st_flush() instead of st_gl_flush() in...
2008-04-01 Michel Dänzergallium: Fencing fix.
2008-03-28 Briangallium: implement a glBitmap cache
2008-03-26 Michel Dänzergallium: Change pipe->flush() interface to optionally...
2008-01-26 Keith Whitwellgallium: specialize glFlush vs other flush semantics
2007-12-20 Keith Whitwellgallium: make state tracker explictly ask for rendercac...
2007-11-08 Michel DänzerRename struct field 'private' to 'priv'.
2007-11-07 BrianNew PIPE_FLUSH_WAIT flag for pipe->flush().
2007-11-07 BrianRemove context dependencies in winsys layer.
2007-11-05 Brianadded check for fb==NULL
2007-11-05 Brianinclude context.h
2007-11-05 Briancall FLUSH_VERTICES() in st_flush()
2007-11-05 Brianpublic st_flush()
2007-11-02 BrianStart re-working SwapBuffers.
2007-08-10 Keith WhitwellLift common winsys functions into pipe's new p_winsys.
2007-08-10 Keith WhitwellHandle glFlush/glFinish through the state tracker.