summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/draw/draw_llvm.h
diff options
context:
space:
mode:
authorZack Rusin <zackr@vmware.com>2010-03-30 12:35:40 -0400
committerZack Rusin <zackr@vmware.com>2010-03-30 12:35:40 -0400
commit1963112f9d0a2ed8e237641eef8eb384365d1375 (patch)
tree4b2ef1f055dc09c94fa1dffc570f30fb81579024 /src/gallium/auxiliary/draw/draw_llvm.h
parentf44af927ff90a9fe1256d8c6f4869a39a55043d3 (diff)
draw llvm: various fixes for the translation code
the from translation isn't quite right yet
Diffstat (limited to 'src/gallium/auxiliary/draw/draw_llvm.h')
-rw-r--r--src/gallium/auxiliary/draw/draw_llvm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/auxiliary/draw/draw_llvm.h b/src/gallium/auxiliary/draw/draw_llvm.h
index cbbfeeccc5..e375008f3b 100644
--- a/src/gallium/auxiliary/draw/draw_llvm.h
+++ b/src/gallium/auxiliary/draw/draw_llvm.h
@@ -115,7 +115,7 @@ draw_shader(struct draw_jit_context *context,
typedef void
(*draw_jit_vert_func)(struct draw_jit_context *context,
struct vertex_header *io,
- const void *vbuffers[PIPE_MAX_ATTRIBS],
+ const char *vbuffers[PIPE_MAX_ATTRIBS],
unsigned start,
unsigned count,
unsigned stride);