diff options
author | Stéphane Marchesin <[email protected]> | 2011-10-08 23:57:27 -0700 |
---|---|---|
committer | Stéphane Marchesin <[email protected]> | 2011-10-08 23:57:27 -0700 |
commit | 03cd54dc6044264ee7bf03541e37d9c3e18a834d (patch) | |
tree | d8ab2e0d9d83fde83496841b5ddc51c39babc085 /src/gallium/drivers/i915 | |
parent | 8a22064d316efcdc0d0107fe227a2ed5a746c4f8 (diff) |
i915g: Fix comment.
Diffstat (limited to 'src/gallium/drivers/i915')
-rw-r--r-- | src/gallium/drivers/i915/i915_state.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/drivers/i915/i915_state.c b/src/gallium/drivers/i915/i915_state.c index f6e531062fe..a233a04dbb2 100644 --- a/src/gallium/drivers/i915/i915_state.c +++ b/src/gallium/drivers/i915/i915_state.c @@ -361,7 +361,7 @@ static void i915_delete_sampler_state(struct pipe_context *pipe, /** - * Called during state validation when LP_NEW_SAMPLER_VIEW is set. + * Called before drawing VBO to map vertex samplers and hand them to draw */ void i915_prepare_vertex_sampling(struct i915_context *i915, |