glsl: Remove integer matrix support from ir_dereference_array::constant_expression_value
[mesa.git] / src / compiler / glsl / glsl_lexer.ll
2019-11-20 Timothy Arceriglsl: error if #include used while extension is disabled
2019-11-20 Timothy Arceriglsl: add ARB_shading_language_include support to ...
2019-09-30 Caio Marcelo de... glsl: Parse `demote` statement
2019-08-06 Pierre-Eric Pellou... glsl: add EXT_shader_image_load_store keywords to lexer
2019-04-25 Marek Olšákglsl: handle interactions between EXT_gpu_shader4 and...
2019-04-25 Chris Forbesglsl: enable types for EXT_gpu_shader4
2019-04-25 Marek Olšákglsl: add `unsigned int` type for EXT_GPU_shader4
2019-04-25 Chris Forbesglsl: enable noperspective|flat|centroid for EXT_gpu_sh...
2018-11-08 Ian Romanickglsl: Add pragma to disable all warnings
2018-08-24 Marek Olšákmesa: expose AMD_gpu_shader_int64
2018-08-24 Marek Olšákmesa: expose ARB_post_depth_coverage in the Compatibili...
2018-07-09 zhaowei yuanglsl: Treat sampler2DRect and sampler2DRectShadow as...
2018-06-06 zhaowei yuanglsl: Take 'double' as reserved after GLSL ES 1.0
2018-02-24 Francisco Jerezglsl: Allow layout token for EXT_shader_framebuffer_fet...
2018-02-22 Kenneth Graunkeglsl: Parse 'layout' as a token with advanced blending...
2018-02-06 Ilia Mirkinmesa: add OES_EGL_image_external_essl3 support
2017-10-30 Ian Romanickglsl/parser: Track built-in types using the glsl_type...
2017-10-30 Ian Romanickglsl/parser: Return the glsl_type object from the lexer
2017-10-30 Ian Romanickglsl/parser: Allocate identifier inside classify_identifier
2017-09-26 Thomas Hellandglcpp: Avoid unnecessary call to strlen
2017-08-29 Matt Turnerglsl: define YY_NO_INPUT to prevent unused symbol warnings
2017-01-21 Kenneth Graunkeglsl: Rename [u]int64_t tokens.
2017-01-20 Dave Airlieglsl/ast/ir: Add 64-bit integer constant support
2017-01-20 Dave Airlieglsl: Add basic ARB_gpu_shader_int64 types
2016-11-10 Ian Romanickglsl: Parse 0 as a preprocessor INTCONSTANT
2016-10-31 Marek Olšákglsl/lexer: use the linear allocator
2016-08-29 Ilia Mirkinmesa: add EXT_texture_cube_map_array support
2016-08-26 Ian Romanickmesa: Add support for OES_texture_cube_map_array
2016-08-26 Ian Romanickglsl: Mark cube map array sampler types as reserved...
2016-08-08 Kenneth Graunkeglsl: Add extension plumbing for OES/EXT_tessellation_s...
2016-05-03 Dave Airlieglsl: resource is a reserved keyword in GLSL 4.20 as...
2016-04-21 Matt Turnerglsl: Relax GLSL 1.10 float suffix error to a warning.
2016-04-14 Jason EkstrandMerge remote-tracking branch 'public/master' into vulkan
2016-04-10 Ilia Mirkinglsl: allow usage of the keyword buffer before GLSL...
2016-04-01 Jason EkstrandMerge remote-tracking branch 'public/master' into vulkan
2016-03-31 Ilia Mirkinmesa: add GL_OES_shader_multisample_interpolation support
2016-03-30 Lars Hamreglsl: invalidate float suffixes for GLSL 1.10 and GLSL...
2016-03-29 Ilia Mirkinglsl: add OES_texture_buffer and EXT_texture_buffer...
2016-03-02 Kenneth GraunkeMerge remote-tracking branch 'origin/master' into vulkan
2016-02-27 Ilia Mirkinmesa: add GL_OES_gpu_shader5 and GL_EXT_gpu_shader5...
2016-02-24 Kristian Høgsberg... Merge remote-tracking branch 'origin/master' into vulkan
2016-02-12 Timothy Arceriglsl: replace _strtoui64() with strtoull() for MSVC
2016-02-05 Jason EkstrandMerge commit mesa-public/master into vulkan
2016-01-26 Emil Velikovglsl: move to compiler/