summaryrefslogtreecommitdiff
path: root/tests/matrix-08.glsl
diff options
context:
space:
mode:
authorIan Romanick <ian.d.romanick@intel.com>2010-06-11 16:57:47 -0700
committerIan Romanick <ian.d.romanick@intel.com>2010-06-11 17:12:40 -0700
commit824b659d917a5f14a1f66b891d25036ef9f9adc6 (patch)
treeacf17b61781f61275a546e8cd37de76617f231af /tests/matrix-08.glsl
parentb74b43e4ba27a9b2e9da0f3499af261a4b997b00 (diff)
ir_constant: Eliminate 'void *' constructor
All of the places that had been using the (glsl_type *, void *) constructor were actually passing an ir_constant_data for the 'void *'. The code can be greatly simplified by replacing this constructor with a (glsl_type *, ir_constant_data *) constructor. This should also help prevent one class of invalid uses of the old constructor.
Diffstat (limited to 'tests/matrix-08.glsl')
0 files changed, 0 insertions, 0 deletions