summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/softpipe/sp_context.h
diff options
context:
space:
mode:
authorBrian Paul <brianp@vmware.com>2011-02-02 20:30:54 -0700
committerBrian Paul <brianp@vmware.com>2011-02-02 20:30:56 -0700
commit843f206a342751084cbd55d9fb0fdf78fd310e99 (patch)
tree42b0cdca6322c3d6a54397a365da0f09c16bc64c /src/gallium/drivers/softpipe/sp_context.h
parentc06fa98c86abbff730a098ffbe980347b3c7d0e6 (diff)
softpipe: rename fragment sampler/view fields
To be consistant with vertex, geometry sampler fields.
Diffstat (limited to 'src/gallium/drivers/softpipe/sp_context.h')
-rw-r--r--src/gallium/drivers/softpipe/sp_context.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gallium/drivers/softpipe/sp_context.h b/src/gallium/drivers/softpipe/sp_context.h
index 035d712d17..cbb2a3b04b 100644
--- a/src/gallium/drivers/softpipe/sp_context.h
+++ b/src/gallium/drivers/softpipe/sp_context.h
@@ -91,8 +91,8 @@ struct softpipe_context {
} so_target;
struct pipe_query_data_so_statistics so_stats;
- unsigned num_samplers;
- unsigned num_sampler_views;
+ unsigned num_fragment_samplers;
+ unsigned num_fragment_sampler_views;
unsigned num_vertex_samplers;
unsigned num_vertex_sampler_views;
unsigned num_geometry_samplers;