Age | Commit message (Expand) | Author |
2009-07-30 | Merge branch 'mesa_7_5_branch' | Brian Paul |
2009-07-29 | mesa/st: short-circuit glFinish calls on WIN32 only | Keith Whitwell |
2009-05-01 | st: added st_renderbuffer::defined flag | Brian Paul |
2009-04-28 | mesa/st: protect internal flushes with FLUSH_CURRENT | Keith Whitwell |
2009-03-13 | mesa/st: add check for null front renderbuffer | Keith Whitwell |
2009-03-13 | mesa/st: don't call finish in st_glFlush() | Keith Whitwell |
2009-01-30 | gallium: make p_winsys internal | Zack Rusin |
2008-12-12 | gallium: avoid mapping same vertex buffer in subsequent frames | Keith Whitwell |
2008-11-24 | mesa: Don't call fence_finish with a null fence. | José Fonseca |
2008-08-15 | mesa: Issue PIPE_FLUSH_FRAME in glSwapBuffers/glFlush/glFinish. | José Fonseca |
2008-04-22 | gallium: don't set buffer status to undefined in display_front_buffer() | Brian Paul |
2008-04-09 | gallium: more elaborate tracking of front color buffer state | Brian Paul |
2008-04-09 | gallium: more flush/finish changes | Brian Paul |
2008-04-09 | gallium: reorder funcs | Brian Paul |
2008-04-09 | gallium: call_flush_front_buffer() from st_glFinish() | Brian Paul |
2008-04-09 | gallium: fold st_gl_flush() into st_glFlush() | Brian Paul |
2008-04-09 | gallium: refactor code, new flush_front_buffer() function | Brian Paul |
2008-04-04 | gallium: add new call to st_flush_bitmap_cache() to fix recent regression | Brian Paul |
2008-04-04 | gallium: Revert st_gl_flush() changes from when the **fence argument was added. | Michel Dänzer |
2008-04-04 | gallium: Call st_flush() instead of st_gl_flush() in st_finish(). | Michel Dänzer |
2008-04-01 | gallium: Fencing fix. | Michel Dänzer |
2008-03-28 | gallium: implement a glBitmap cache | Brian |
2008-03-26 | gallium: Change pipe->flush() interface to optionally return a fence. | Michel Dänzer |
2008-01-26 | gallium: specialize glFlush vs other flush semantics | Keith Whitwell |
2007-12-20 | gallium: make state tracker explictly ask for rendercache flushes | Keith Whitwell |
2007-11-08 | Rename struct field 'private' to 'priv'. | Michel Dänzer |
2007-11-07 | New PIPE_FLUSH_WAIT flag for pipe->flush(). | Brian |
2007-11-07 | Remove context dependencies in winsys layer. | Brian |
2007-11-05 | added check for fb==NULL | Brian |
2007-11-05 | include context.h | Brian |
2007-11-05 | call FLUSH_VERTICES() in st_flush() | Brian |
2007-11-05 | public st_flush() | Brian |
2007-11-01 | Start re-working SwapBuffers. | Brian |
2007-08-10 | Lift common winsys functions into pipe's new p_winsys. | Keith Whitwell |
2007-08-10 | Handle glFlush/glFinish through the state tracker. | Keith Whitwell |