summaryrefslogtreecommitdiff
path: root/src/compiler/glsl/glsl_lexer.ll
AgeCommit message (Expand)AuthorFilesLines
2017-01-20glsl: Rename [u]int64_t tokens.Kenneth Graunke1-2/+2
2017-01-20glsl/ast/ir: Add 64-bit integer constant supportDave Airlie1-6/+21
2017-01-20glsl: Add basic ARB_gpu_shader_int64 typesDave Airlie1-0/+10
2016-11-10glsl: Parse 0 as a preprocessor INTCONSTANTIan Romanick1-0/+4
2016-10-31glsl/lexer: use the linear allocatorMarek Olšák1-8/+8
2016-08-28mesa: add EXT_texture_cube_map_array supportIlia Mirkin1-7/+7
2016-08-26mesa: Add support for OES_texture_cube_map_arrayIan Romanick1-7/+7
2016-08-26glsl: Mark cube map array sampler types as reserved in GLSL ES 3.10Ian Romanick1-4/+4
2016-08-08glsl: Add extension plumbing for OES/EXT_tessellation_shader.Kenneth Graunke1-1/+1
2016-05-04glsl: resource is a reserved keyword in GLSL 4.20 as wellDave Airlie1-1/+1
2016-04-21glsl: Relax GLSL 1.10 float suffix error to a warning.Matt Turner1-2/+2
2016-04-09glsl: allow usage of the keyword buffer before GLSL 430 / ESSL 310Ilia Mirkin1-1/+1
2016-03-30mesa: add GL_OES_shader_multisample_interpolation supportIlia Mirkin1-1/+1
2016-03-29glsl: invalidate float suffixes for GLSL 1.10 and GLSL ES 1.00Lars Hamre1-0/+7
2016-03-28glsl: add OES_texture_buffer and EXT_texture_buffer supportIlia Mirkin1-6/+6
2016-02-27mesa: add GL_OES_gpu_shader5 and GL_EXT_gpu_shader5 supportIlia Mirkin1-1/+1
2016-02-13glsl: replace _strtoui64() with strtoull() for MSVCTimothy Arceri1-4/+0
2016-01-26glsl: move to compiler/Emil Velikov1-0/+635