diff options
author | Ian Romanick <ian.d.romanick@intel.com> | 2010-06-11 16:57:47 -0700 |
---|---|---|
committer | Ian Romanick <ian.d.romanick@intel.com> | 2010-06-11 17:12:40 -0700 |
commit | 824b659d917a5f14a1f66b891d25036ef9f9adc6 (patch) | |
tree | acf17b61781f61275a546e8cd37de76617f231af /tests/matrix-08.glsl | |
parent | b74b43e4ba27a9b2e9da0f3499af261a4b997b00 (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