diff options
author | Zack Rusin <[email protected]> | 2007-10-12 13:57:53 -0400 |
---|---|---|
committer | Zack Rusin <[email protected]> | 2007-10-24 11:21:03 -0400 |
commit | 2dbba8b024720c11cb2d812b5ccb61ecb9887faa (patch) | |
tree | ed3fd1386378a7e64bf2a2ba7521930f9c973b86 /src/mesa/pipe/draw/draw_private.h | |
parent | 11bc1f015a781760c419bdd53b326132b5146971 (diff) |
Implement the conversion and do the initial execution pass.
Diffstat (limited to 'src/mesa/pipe/draw/draw_private.h')
-rw-r--r-- | src/mesa/pipe/draw/draw_private.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/pipe/draw/draw_private.h b/src/mesa/pipe/draw/draw_private.h index b7811e891e7..b672cc2e8b5 100644 --- a/src/mesa/pipe/draw/draw_private.h +++ b/src/mesa/pipe/draw/draw_private.h @@ -251,6 +251,7 @@ extern void draw_vertex_cache_reset_vertex_ids( struct draw_context *draw ); extern void draw_vertex_shader_queue_flush( struct draw_context *draw ); +extern void draw_vertex_shader_queue_flush_llvm( struct draw_context *draw ); struct tgsi_exec_machine; |