summaryrefslogtreecommitdiff
path: root/src/glsl/builtin_types.h
AgeCommit message (Expand)Author
2011-02-28glsl: Enable GL_OES_texture_3D extension for ES2.Kenneth Graunke
2010-12-17glsl: Expose a public glsl_type::void_type const pointer.Kenneth Graunke
2010-11-09glsl: Fix incorrect gl_type of sampler2DArray and sampler1DArrayShadowIan Romanick
2010-10-11glsl: Add glsl_type::uvecN_type for N=2,3Chad Versace
2010-09-07glsl: Split out types that are in 1.10 but not GLSL ES 1.00.Kenneth Graunke
2010-08-12glsl2: Use Elements from main/compiler.h instead of open-codingIan Romanick
2010-08-05glsl_type: Don't have two versions of a type with the same nameIan Romanick
2010-06-29glsl_type: Make all static objects be class privateIan Romanick
2010-06-25glsl2: Associate the GLenum for the type with builtin GLSL types.Eric Anholt
2010-06-24glsl2: Move the compiler to the subdirectory it will live in in Mesa.Eric Anholt