aboutsummaryrefslogtreecommitdiffstats
path: root/src/compiler/glsl/glcpp
Commit message (Expand)AuthorAgeFilesLines
...
* glsl: add ARB_ES3_1_compatibility supportIlia Mirkin2016-04-031-0/+3
* glsl: remove tabs and fix some other style issues in glcpp-parse.yTimothy Arceri2016-04-021-1424/+1352
* mesa: add GL_OES_shader_multisample_interpolation supportIlia Mirkin2016-03-301-1/+3
* glsl: add GL_OES_sample_variables supportIlia Mirkin2016-03-301-0/+2
* glsl: add OES_texture_buffer and EXT_texture_buffer supportIlia Mirkin2016-03-281-0/+4
* mesa: add GL_ARB_shader_atomic_counter_ops supportIlia Mirkin2016-03-101-0/+3
* glcpp: Fix locations when encounting "#<NEWLINE>".Kenneth Graunke2016-03-102-1/+4
* glcpp: Remove empty mid-rule action which changes test behavior.Kenneth Graunke2016-03-072-2/+2
* glcpp: Clean up most empty mid-rule actions left by previous commit.Kenneth Graunke2016-03-071-18/+18
* glcpp: Delete unnecessary implicit version resolves.Kenneth Graunke2016-03-071-18/+6
* glcpp: Implicitly resolve version after the first non-space/hash token.Kenneth Graunke2016-03-078-0/+21
* mesa: add GL_OES_gpu_shader5 and GL_EXT_gpu_shader5 supportIlia Mirkin2016-02-271-0/+4
* glsl: Add usual extension boilerplate for OES_shader_image_atomic.Francisco Jerez2016-02-221-0/+3
* glcpp: Disallow "defined" as a macro name.Kenneth Graunke2016-02-181-0/+3
* glsl: add GL_OES_geometry_point_size and conditionalize gl_PointSizeIlia Mirkin2016-01-261-0/+7
* glsl: move to compiler/Emil Velikov2016-01-26298-0/+6284