summaryrefslogtreecommitdiff
path: root/src/mesa/shader
AgeCommit message (Expand)Author
2009-07-29ARB prog lexer: attenuation is not just for vpIan Romanick
2009-07-29ARB prog parser: Finish implementing fp state.depth.rangeIan Romanick
2009-07-29ARB prog: Fix the order of swizzle applicationIan Romanick
2009-07-29mesa: add new FRAG_ATTRIB_FACE and FRAG_ATTRIB_PNTC fragment program inputsBrian Paul
2009-07-29Indentation fixes.Ian Romanick
2009-07-29ARB prog parser: Set NumAttributes based on the number of attribs readIan Romanick
2009-07-28ARB prog parser: Set component negation mask for SWZ instructionIan Romanick
2009-07-28ARB prog parser: Set correct register file for OUTPUT variablesIan Romanick
2009-07-27ARB prog parser: Add support for GL_MESA_texture_arrayIan Romanick
2009-07-27ARB prog parser: More robust error message for bad OPTION stringIan Romanick
2009-07-27ARB prog parser: Add support for GL_ARB_fragment_program_shadowIan Romanick
2009-07-27ARB prog parser: Fix handling of RECTIan Romanick
2009-07-27ARB prog: Fix parameters to _mesa_callocIan Romanick
2009-07-27ARB prog parser: Correct handling of some extensions that interact w/ARB_vpIan Romanick
2009-07-27ARB prog: Update generated files missed on previous two commitsIan Romanick
2009-07-27ARB prog: Delete comment about possibly needing to free a bufferIan Romanick
2009-07-27ARB prog: Clean up several memory leaksIan Romanick
2009-07-27Add destructor for symbol_tableIan Romanick
2009-07-27Add destructor for hash_tableIan Romanick
2009-07-27r300/compiler: Add rc_print_programNicolai Hähnle
2009-07-27r300: Move vertex program compilation to compilerNicolai Hähnle
2009-07-24ARB prog: Layout parameters from parameter type, not src typeIan Romanick
2009-07-24ARB prog: _mesa_print_program output should go to same place as _mesa_printfIan Romanick
2009-07-24ARB prog parse: Fix cut-and-paste error for constant vectorsIan Romanick
2009-07-24ARB prog: get frag prog texture info from the right placeIan Romanick
2009-07-22parser: Clean up a bunch of silly compiler warningsIan Romanick
2009-07-22parser: Track a few more frag prog related valuesIan Romanick
2009-07-22parser: Ensure that param_binding_type is set correctlyIan Romanick
2009-07-22GIT ignore program_parse.outputIan Romanick
2009-07-22parser: Set NumParametersIan Romanick
2009-07-22parser: Clean up generation of error strings during assemblyIan Romanick
2009-07-22parser: Initialize unused instruction source registersIan Romanick
2009-07-22parser: Anonymous constants come from the PROGRAM_CONSTANT fileIan Romanick
2009-07-20ARB_fp/vp: Initial import of new ARB vp/fp assemblerIan Romanick
2009-07-20Add new _mesa_new_parameter_list_sized to pre-allocate a parameter listIan Romanick
2009-07-09Merge branch 'mesa_7_5_branch'Brian Paul
2009-07-09glsl: do const parameter optimization for array element actual parametersBrian Paul
2009-07-09glsl: fix incorrect indexing for gl_TextureMatrix[i][j]Brian Paul
2009-07-03Merge branch 'mesa_7_5_branch'Jakob Bornecrantz
2009-07-03mesa/shaders: fix gl_NormalMatrix state parametersKeith Whitwell
2009-07-02mesa: s/TRUE/GL_TRUEKeith Whitwell
2009-07-02mesa: ensure UsesFogFragCoord value is set for non-glsl shadersKeith Whitwell
2009-06-26glsl: check number of varying variables against the limitBrian Paul
2009-06-26glsl: move/simplify error checking for 'return' statementsBrian Paul
2009-06-26glsl: overhaul 'return' statement handlingBrian Paul
2009-06-26glsl: predicate assignments according to __returnFlagBrian Paul
2009-06-26glsl: added slang_variable::is_global fieldBrian Paul
2009-06-26glsl: silence a problem warningBrian Paul
2009-06-26glsl: code refactoring for return statementsBrian Paul
2009-06-26glsl: fix assorted regressions related to early-return-removalBrian Paul