summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2009-01-06mesa: copy array_len in slang_fully_specified_type_copy()Brian Paul
2009-01-06mesa: remove incorrect array_len assignmentBrian Paul
2009-01-06mesa: array size fix in _slang_typeof_operation()Brian Paul
2009-01-06mesa: fix some more GLSL 1.20 array things.Brian Paul
2009-01-06mesa: more glsl function renamingBrian Paul
2009-01-06mesa: use _slang_alloc()Brian Paul
2009-01-06mesa: glsl compiler function renamingBrian Paul
2009-01-06mesa: more glsl type/function movementBrian Paul
2009-01-06mesa: move some glsl compiler functions to different files to be more consistantBrian Paul
2009-01-06mesa: move _slang_locate_function() to different fileBrian Paul
2009-01-06mesa: remove unused fixup table code in glsl compilerBrian Paul
2009-01-06mesa: checkpoint: GLSL 1.20 array constructorsBrian Paul
2009-01-06mesa: consolidate variable declaration initializer code for globals tooBrian Paul
2009-01-06mesa: move variable initializer IR generation into _slang_gen_var_decl()Brian Paul
2009-01-06mesa: simplify some glsl variable declaration codeBrian Paul
2009-01-06mesa: glsl clean-upsBrian Paul
2009-01-06mesa: checkpoint commit of GLSL 1.20 array syntax.Brian Paul
2009-01-06mesa: in slang linker, replace assertion with link error when max samplers ex...Brian Paul
2009-01-06mesa: fix conditional in save_Lightfv(), bug 18838Brian
2009-01-06mesa: add missing type check for function callsBrian Paul
2009-01-06mesa: add missing size check for assignment optimizationBrian Paul
2009-01-06mesa: remove debug codeBrian Paul
2009-01-06gallium: added centroid/invarient fields to declarationsBrian Paul
2009-01-06mesa: added support for GLSL 1.20 array.length() methodBrian Paul
2009-01-06mesa: support for GLSL 1.20 array typesBrian Paul
2009-01-06mesa: pass shader centroid/invariant info through to the TGSI shaderBrian Paul
2009-01-06tgsi: add tgsi_declaration fields for centroid sampling, invariant optimizationBrian Paul
2009-01-06mesa: add gl_program::Input/OutputFlags[] arrayBrian Paul
2009-01-06mesa: copy centroid/invariance/precision info in parse_init_declarator()Brian Paul
2009-01-06mesa: check that varying variable qualifiers agreeBrian Paul
2009-01-06mesa: copy precision/variant/centroid info in slang_fully_specified_type_copy()Brian Paul
2009-01-06mesa: set flags for varying varsBrian Paul
2009-01-06mesa: rename program parameter flags to match other Mesa conventionsBrian Paul
2009-01-06mesa: copy Flags in _mesa_clone_parameter_list()Brian Paul
2009-01-06mesa: dump/debug varying vars listBrian Paul
2009-01-06mesa: added PROG_PARAM_ bits for invariant, flat/linear interpolationBrian Paul
2009-01-06mesa: add Flags field to gl_program_parameterBrian Paul
2009-01-06mesa: issue error, don't crash, when calling a prototyped, but undefined func...Brian Paul
2009-01-06mesa: better variable name: s/aux/store/Brian Paul
2009-01-06mesa: minor comment reformatttingBrian Paul
2009-01-06mesa: glsl compiler debug codeBrian Paul
2009-01-06mesa: rework GLSL array code generationBrian Paul
2009-01-06mesa: don't realloc instruction buffer so oftenBrian Paul
2009-01-06mesa: updated commentBrian Paul
2009-01-06mesa: fix merge conflict left-oversBrian Paul
2009-01-06mesa: no longer need Writemask field in GLSL IR nodesBrian Paul
2009-01-06mesa: revamp GLSL instruction emit codeBrian Paul
2009-01-06mesa: make writemask_string() non-staticBrian Paul
2009-01-06mesa: remove some do-nothing GLSL codeBrian Paul
2009-01-06mesa: fix accidental regression in GLSL built-in texture matrix lookupBrian Paul