Make flushing more lazy in the draw module.
authorKeith Whitwell <keith@tungstengraphics.com>
Wed, 26 Sep 2007 10:56:17 +0000 (11:56 +0100)
committerKeith Whitwell <keith@tungstengraphics.com>
Thu, 27 Sep 2007 06:56:23 +0000 (07:56 +0100)
commit08589f71051e588b0bb7d0c8b529976c85398dd1
tree294a567114f73cd51fc92e6553230a76867905ad
parent7770acf8d4360ecfcaeece6e366f5adc6c0c9dee
Make flushing more lazy in the draw module.
16 files changed:
src/mesa/pipe/draw/draw_arrays.c [deleted file]
src/mesa/pipe/draw/draw_clip.c
src/mesa/pipe/draw/draw_context.c
src/mesa/pipe/draw/draw_context.h
src/mesa/pipe/draw/draw_debug.c [new file with mode: 0644]
src/mesa/pipe/draw/draw_feedback.c
src/mesa/pipe/draw/draw_prim.c
src/mesa/pipe/draw/draw_prim.h
src/mesa/pipe/draw/draw_private.h
src/mesa/pipe/draw/draw_validate.c [new file with mode: 0644]
src/mesa/pipe/draw/draw_vertex_cache.c
src/mesa/pipe/draw/draw_vertex_fetch.c
src/mesa/pipe/draw/draw_vertex_shader.c
src/mesa/pipe/softpipe/sp_draw_arrays.c
src/mesa/pipe/softpipe/sp_prim_setup.c
src/mesa/sources