summaryrefslogtreecommitdiff
path: root/src/glsl/glsl_parser_extras.h
AgeCommit message (Expand)AuthorFilesLines
2013-11-07glsl: Implement parser support for atomic counters.Francisco Jerez1-0/+3
2013-11-01mesa: Add infrastructure for GL_ARB_sample_shadingAnuj Phogat1-0/+2
2013-10-30glsl: Move layout(location) checks to AST-to-HIR conversionIan Romanick1-3/+20
2013-10-29glsl: Add built-in functions and constants required for ARB_shader_atomic_cou...Francisco Jerez1-0/+7
2013-10-29glsl: Add extension enables for ARB_shader_atomic_counters.Francisco Jerez1-0/+2
2013-10-15glsl: Add new GLSL 1.50 constants.Paul Berry1-0/+10
2013-10-07glsl: Remove glsl_parser_state MaxVaryingFloats fieldIan Romanick1-1/+0
2013-10-05glsl: add plumbing for GL_ARB_texture_query_levelsChris Forbes1-0/+2
2013-10-03glsl: add texture gather changesMaxence Le Dore1-0/+2
2013-10-01glsl: Initialize all member variables of _mesa_glsl_parse_state on construction.Francisco Jerez1-1/+1
2013-09-26glsl: Create and use a has_uniform_buffer_objects() helper.Kenneth Graunke1-0/+5
2013-09-26glsl: Create and use a has_explicit_attrib_location() helper.Kenneth Graunke1-0/+5
2013-09-21glsl: Use the new DECLARE_R[Z]ALLOC_CXX_OPERATORS in a bunch of places.Kenneth Graunke1-16/+1
2013-09-13mesa: Rename MESA_shader_integer_mix to EXT_shader_integer_mixIan Romanick1-2/+2
2013-09-09glsl: Implement MESA_shader_integer_mix extension.Matt Turner1-0/+2
2013-09-09glsl: Mark _mesa_glsl_parse_state::is_version() as const.Kenneth Graunke1-1/+1
2013-08-19glsl: Disallow embedded structure definitionsIan Romanick1-0/+7
2013-08-01glsl: Implement rules for geometry shader input sizes.Paul Berry1-0/+9
2013-08-01glsl: Parse the GLSL 1.50 GS layout qualifiers.Eric Anholt1-0/+18
2013-07-31glsl: Change the lexer's namespace.Kenneth Graunke1-2/+2
2013-06-21mesa: Use shared code for converting shader targets to short strings.Eric Anholt1-0/+3
2013-06-14mesa: Add infrastructure for ARB_shading_language_420pack.Todd Previte1-0/+2
2013-05-13glsl: add AMD_vertex_shader_layer supportJordan Justen1-0/+2
2013-05-06mesa: Add infrastructure for ARB_gpu_shader5.Matt Turner1-0/+2
2013-03-29glsl: Implement ARB_texture_query_lodDave Airlie1-0/+2
2013-03-02glsl: add support for ARB_texture_multisampleChris Forbes1-0/+2
2013-02-12glsl: Fix unsupported version error for GLSL ES 3.00, future proof for 3.30.Paul Berry1-0/+6
2013-01-25glsl: Add infrastructure for ARB_shading_language_packingMatt Turner1-0/+2
2013-01-11glcpp: Accept pointer to GL context rather than just the API versionCarl Worth1-1/+1
2012-12-06glsl: Make {Min,Max}ProgramTexelOffset available to compiler.Paul Berry1-0/+4
2012-12-06glsl/parser: Handle "#version 300 es" directive.Paul Berry1-1/+2
2012-12-06glsl/parser: Extract version directive processing into a function.Paul Berry1-0/+2
2012-12-06glsl: Enable GLSL ES 3.00 features inherited from desktop GLSL.Paul Berry1-1/+1
2012-12-06glsl: Make use of new _mesa_glsl_parse_state::check_version() function.Paul Berry1-0/+11
2012-12-06glsl: Add GLSL version query functions.Paul Berry1-10/+35
2012-12-06glsl: Compute version_string on the fly.Paul Berry1-1/+10
2012-12-06glsl: Make a function to express a GLSL version ir human-readable form.Paul Berry1-0/+3
2012-11-09glsl: add ARB_texture_cube_map_array support (v2)Dave Airlie1-0/+2
2012-09-15mesa/glsl: rename preprocess to glcpp_preprocessDave Airlie1-1/+1
2012-08-29glsl: s/class/struct/ for ast_type_qualifierBrian Paul1-1/+1
2012-08-01glsl: Add support for OES_standard_derivatives in GLSL ES.Tomeu Vizoso1-0/+2
2012-07-31glsl: Add support for default layout qualifiers for uniforms.Eric Anholt1-0/+7
2012-07-31glsl: Refactor #version validation to be more future-proof.Kenneth Graunke1-17/+0
2012-07-20glsl: Translate the AST for uniform blocks into some IR structures.Eric Anholt1-0/+4
2012-07-09glsl: Parser handles "#extension GL_ARB_uniform_buffer_object"Vincent Lejeune1-0/+2
2012-06-07glsl: Scaffolding for ARB_shader_bit_encoding.Olivier Galibert1-0/+2
2012-05-02glsl: add gl_context memberDylan Noblesmith1-1/+2
2012-03-15glsl: Add support for parsing #version 140.Eric Anholt1-0/+1
2012-02-03glsl: Add error case for switch() with two default cases.Eric Anholt1-0/+1
2012-02-03glsl: Throw an error when faced with a duplicated switch() case label.Eric Anholt1-0/+4