summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/llvmpipe/lp_setup_context.h
diff options
context:
space:
mode:
authorBrian Paul <brianp@vmware.com>2010-09-20 13:29:55 -0600
committerBrian Paul <brianp@vmware.com>2010-09-20 13:37:39 -0600
commitc3982c6bcdeb88f7fb1b20f8bd300db31cd7288d (patch)
treea8d2211496761dad9930ac63f563cfaadc069af4 /src/gallium/drivers/llvmpipe/lp_setup_context.h
parentb7a5eac1f3723a369885bad369a04c456bdf1565 (diff)
llvmpipe: rename sprite field, add sprite_coord_origin
Diffstat (limited to 'src/gallium/drivers/llvmpipe/lp_setup_context.h')
-rw-r--r--src/gallium/drivers/llvmpipe/lp_setup_context.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/drivers/llvmpipe/lp_setup_context.h b/src/gallium/drivers/llvmpipe/lp_setup_context.h
index 80b356476a..8506ed2dc9 100644
--- a/src/gallium/drivers/llvmpipe/lp_setup_context.h
+++ b/src/gallium/drivers/llvmpipe/lp_setup_context.h
@@ -73,7 +73,7 @@ struct lp_setup_context
uint prim;
uint vertex_size;
uint nr_vertices;
- uint sprite;
+ uint sprite_coord_enable, sprite_coord_origin;
uint vertex_buffer_size;
void *vertex_buffer;