diff options
author | Brian Paul <[email protected]> | 2008-10-22 11:08:45 -0600 |
---|---|---|
committer | Brian Paul <[email protected]> | 2008-10-22 11:08:45 -0600 |
commit | b7da4c3dc199ee382bb9924ac86a3485deccc62d (patch) | |
tree | 0977e003eb2439577826a288b25a208f1c39b672 /src/gallium/auxiliary/draw/draw_vs.h | |
parent | 70f4ad44985e3ec6dabc1b0e55a5bf85803a4cd4 (diff) |
gallium: PPC vertex shader support
Works, but dead code lingering, debug code present, etc.
Diffstat (limited to 'src/gallium/auxiliary/draw/draw_vs.h')
-rw-r--r-- | src/gallium/auxiliary/draw/draw_vs.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/gallium/auxiliary/draw/draw_vs.h b/src/gallium/auxiliary/draw/draw_vs.h index 68c24abad3b..89ae158751a 100644 --- a/src/gallium/auxiliary/draw/draw_vs.h +++ b/src/gallium/auxiliary/draw/draw_vs.h @@ -158,6 +158,10 @@ draw_create_vs_sse(struct draw_context *draw, const struct pipe_shader_state *templ); struct draw_vertex_shader * +draw_create_vs_ppc(struct draw_context *draw, + const struct pipe_shader_state *templ); + +struct draw_vertex_shader * draw_create_vs_llvm(struct draw_context *draw, const struct pipe_shader_state *templ); |