aboutsummaryrefslogtreecommitdiffstats
path: root/src/glsl/glsl_parser_extras.cpp
Commit message (Expand)AuthorAgeFilesLines
* glsl: Remove useless ir_shader enumeration value.Kenneth Graunke2010-10-201-1/+0
* Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg2010-10-131-2/+2
* glsl: add support for shader stencil exportDave Airlie2010-10-131-0/+8
* glsl: Add parser support for GL_ARB_explicit_attrib_location layoutsIan Romanick2010-10-081-0/+7
* glsl: Wrap ast_type_qualifier contents in a struct in a unionIan Romanick2010-10-081-12/+12
* glsl: Properly handle nested structure types.Kenneth Graunke2010-09-181-0/+5
* glsl2: Add pass to remove redundant jumpsIan Romanick2010-09-131-0/+2
* glsl: add continue/break/return unification/elimination pass (v2)Luca Barbieri2010-09-131-1/+1
* glsl: add several EmitNo* options, and MaxUnrollIterationsLuca Barbieri2010-09-081-2/+2
* glsl: Require a context in _mesa_glsl_parse_state.Chia-I Wu2010-09-081-56/+21
* glsl: Accept language version 100 and make it the default on ES2.Kenneth Graunke2010-09-071-0/+8
* glsl: Set default language version in mesa_glsl_parse_state constructor.Kenneth Graunke2010-09-071-0/+3
* glsl2: Add module to perform simple loop unrollingIan Romanick2010-09-031-0/+1
* glsl2: Perform initial bits of loop analysis during compilationIan Romanick2010-09-031-0/+5
* glsl: Include main/core.h.Chia-I Wu2010-08-241-1/+1
* glsl2: Free the shader compiler at dri screen destruction.Eric Anholt2010-08-181-0/+30
* glsl2: Add a pass to strip out noop swizzles.Eric Anholt2010-08-131-0/+1
* glsl2: Move the common optimization passes to a helper function.Eric Anholt2010-08-131-0/+35
* glsl2: Enable all supported extensions in stand-alone compilerIan Romanick2010-08-051-0/+5
* ast: Initialize location data in constructor of all ast_node objects.Carl Worth2010-07-301-1/+3
* glsl2: Parser support for GL_ARB_fragment_coord_conventionsIan Romanick2010-07-281-0/+7
* glsl2: Fix standalone compiler to not crash horribly.Kenneth Graunke2010-07-221-0/+23
* glsl2: Add a constructor for _mesa_glsl_parse_stateIan Romanick2010-07-201-0/+41
* glsl2: Fix warning from always-false assert not being known to not return.Eric Anholt2010-07-181-0/+1
* glsl2: Conditionally allow optional extensions to be enabledIan Romanick2010-07-011-0/+6
* glsl2: Initialize ast_declarator_list::invariant in constructorIan Romanick2010-07-011-0/+1
* glsl2: Move the compiler to the subdirectory it will live in in Mesa.Eric Anholt2010-06-241-0/+621