diff options
author | Brian Paul <[email protected]> | 2011-02-02 20:30:54 -0700 |
---|---|---|
committer | Brian Paul <[email protected]> | 2011-02-02 20:30:56 -0700 |
commit | 843f206a342751084cbd55d9fb0fdf78fd310e99 (patch) | |
tree | 42b0cdca6322c3d6a54397a365da0f09c16bc64c /src/gallium/drivers/softpipe/sp_context.h | |
parent | c06fa98c86abbff730a098ffbe980347b3c7d0e6 (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.h | 4 |
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 035d712d17c..cbb2a3b04b1 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; |