OSDN Git Service

glsl: Add sampler2DMS/sampler2DMSArray types to GLSL 1.50.
authorKenneth Graunke <kenneth@whitecape.org>
Tue, 19 Mar 2013 01:57:27 +0000 (18:57 -0700)
committerKenneth Graunke <kenneth@whitecape.org>
Wed, 20 Mar 2013 17:38:38 +0000 (10:38 -0700)
commitbcdda04349e1f2b32fb2eca32c6589858c1e38e6
tree9a6f843f3979b00fe3ebdb8d1e9d5a95de0578be
parentf1ca2ed5387a6252a09b88324c1c239f16025ee2
glsl: Add sampler2DMS/sampler2DMSArray types to GLSL 1.50.

GLSL 1.50 includes support for the new sampler types introduced by
the ARB_texture_multisample extension.

Signed-off-by: Kenneth Graunke <kenneth@whitecape.org>
Reviewed-by: Jordan Justen <jordan.l.justen@intel.com>
Reviewed-by: Chris Forbes <chrisf@ijw.co.nz>
src/glsl/glsl_types.cpp
src/glsl/glsl_types.h