7e02303497237cde958c28608477d0c355a8038b |
|
08-Mar-2011 |
Marek Olšák <maraeo@gmail.com> |
gallium: remove flags from the flush function The drivers have been changed so that they behave as if all of the flags were set. This is already implicit in most hardware drivers and required for multiple contexts. Some state trackers were also abusing the PIPE_FLUSH_RENDER_CACHE flag to decide whether flush_frontbuffer should be called. New flag ST_FLUSH_FRONT has been added to st_api.h as a replacement.
/external/mesa3d/src/mesa/state_tracker/st_cb_flush.h
|
9f7e7ce7572d1ab370def14db8be7059869cda29 |
|
05-Aug-2010 |
Vinson Lee <vlee@vmware.com> |
st/mesa: Add missing headers in st_cb_flush.h. Add forward declarations. Include p_compiler.h for uint symbol.
/external/mesa3d/src/mesa/state_tracker/st_cb_flush.h
|
da8412ec19ad00627ae9139dc02f46f344bbb6ac |
|
12-Apr-2010 |
Chia-I Wu <olv@lunarg.com> |
st/mesa: Drop st_public support. There is no user of st_public now.
/external/mesa3d/src/mesa/state_tracker/st_cb_flush.h
|
47fc2c4349746997704a7f81dffadd22363e0ff1 |
|
10-Aug-2007 |
Keith Whitwell <keith@tungstengraphics.com> |
Lift common winsys functions into pipe's new p_winsys.
/external/mesa3d/src/mesa/state_tracker/st_cb_flush.h
|
5c2c05600081f811e001a81a600778de0fcab85d |
|
10-Aug-2007 |
Keith Whitwell <keith@tungstengraphics.com> |
Handle glFlush/glFinish through the state tracker.
/external/mesa3d/src/mesa/state_tracker/st_cb_flush.h
|