summaryrefslogtreecommitdiff
path: root/src/glsl/glsl_parser_extras.cpp
AgeCommit message (Expand)AuthorFilesLines
2011-11-03glsl: add support for GL_OES_EGL_image_externalChia-I Wu1-0/+1
2011-10-25glsl: Add uniform_locations_assigned parameter to do_dead_code opt passIan Romanick1-2/+21
2011-09-23glsl: Defer initialization of built-in functions until they're needed.Kenneth Graunke1-0/+2
2011-09-08glsl: Don't do structure splitting until link time.Eric Anholt1-1/+1
2011-08-25glsl: Implement the GL_ARB_conservative_depth extension.Kenneth Graunke1-0/+1
2011-06-28glsl: Rewrote _mesa_glsl_process_extension to use table-driven logic.Paul Berry1-109/+218
2011-06-03AST dump: fixed printing of conditionals.Paul Berry1-1/+1
2011-05-09glsl: Add compiler support for ARB_shader_texture_lod.Kenneth Graunke1-0/+8
2011-05-03mesa: implement AMD_shader_stencil_exportMarek Olšák1-0/+10
2011-04-13glsl/opt_cpe: Reenable opt_copy_propagation_elements.cpp pass.Eric Anholt1-1/+1
2011-04-11glsl: Make GL_ARB_shader_stencil_export enable block be similar to other blocksIan Romanick1-7/+7
2011-04-11glsl: Only let a shader enable GL_ARB_draw_instanced if the driver supports itIan Romanick1-6/+5
2011-02-28glsl: Enable GL_OES_texture_3D extension for ES2.Kenneth Graunke1-0/+5
2011-02-08glsl: Disable the new copy propagation pass until it gets fixed.Eric Anholt1-1/+1
2011-02-04glsl: Add a new opt_copy_propagation variant that does it channel-wise.Eric Anholt1-0/+1
2011-02-01glsl: Fix memory error when creating the supported version string.Kenneth Graunke1-1/+1
2011-01-31glsl: Reject shader versions not supported by the implementationIan Romanick1-0/+32
2011-01-31Convert everything from the talloc API to the ralloc API.Kenneth Graunke1-11/+9
2011-01-26glsl: Enable AMD_conservative_depth in parserChad Versace1-0/+7
2011-01-18glsl: Skip the rest of loop unrolling if no loops were found.Eric Anholt1-2/+4
2011-01-15Merge branch 'draw-instanced'Brian Paul1-0/+9
2010-12-08glsl: add support for system values and GL_ARB_draw_instancedBrian Paul1-0/+9
2010-12-01glsl: Add an optimization pass to simplify discards.Kenneth Graunke1-0/+1
2010-11-19glsl: Combine many instruction lowering passes into one.Kenneth Graunke1-1/+1
2010-10-20glsl: Remove useless ir_shader enumeration value.Kenneth Graunke1-1/+0
2010-10-13Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg1-2/+2
2010-10-13glsl: add support for shader stencil exportDave Airlie1-0/+8
2010-10-08glsl: Add parser support for GL_ARB_explicit_attrib_location layoutsIan Romanick1-0/+7
2010-10-08glsl: Wrap ast_type_qualifier contents in a struct in a unionIan Romanick1-12/+12
2010-09-18glsl: Properly handle nested structure types.Kenneth Graunke1-0/+5
2010-09-13glsl2: Add pass to remove redundant jumpsIan Romanick1-0/+2
2010-09-13glsl: add continue/break/return unification/elimination pass (v2)Luca Barbieri1-1/+1
2010-09-08glsl: add several EmitNo* options, and MaxUnrollIterationsLuca Barbieri1-2/+2
2010-09-08glsl: Require a context in _mesa_glsl_parse_state.Chia-I Wu1-56/+21
2010-09-07glsl: Accept language version 100 and make it the default on ES2.Kenneth Graunke1-0/+8
2010-09-07glsl: Set default language version in mesa_glsl_parse_state constructor.Kenneth Graunke1-0/+3
2010-09-03glsl2: Add module to perform simple loop unrollingIan Romanick1-0/+1
2010-09-03glsl2: Perform initial bits of loop analysis during compilationIan Romanick1-0/+5
2010-08-24glsl: Include main/core.h.Chia-I Wu1-1/+1
2010-08-18glsl2: Free the shader compiler at dri screen destruction.Eric Anholt1-0/+30
2010-08-13glsl2: Add a pass to strip out noop swizzles.Eric Anholt1-0/+1
2010-08-13glsl2: Move the common optimization passes to a helper function.Eric Anholt1-0/+35
2010-08-05glsl2: Enable all supported extensions in stand-alone compilerIan Romanick1-0/+5
2010-07-30ast: Initialize location data in constructor of all ast_node objects.Carl Worth1-1/+3
2010-07-28glsl2: Parser support for GL_ARB_fragment_coord_conventionsIan Romanick1-0/+7
2010-07-22glsl2: Fix standalone compiler to not crash horribly.Kenneth Graunke1-0/+23
2010-07-20glsl2: Add a constructor for _mesa_glsl_parse_stateIan Romanick1-0/+41
2010-07-18glsl2: Fix warning from always-false assert not being known to not return.Eric Anholt1-0/+1
2010-07-01glsl2: Conditionally allow optional extensions to be enabledIan Romanick1-0/+6
2010-07-01glsl2: Initialize ast_declarator_list::invariant in constructorIan Romanick1-0/+1