summaryrefslogtreecommitdiff
path: root/src/mesa/shader
AgeCommit message (Expand)Author
2007-02-23re-expose _mesa_print_alu_instruction()Brian
2007-02-23remove dead codeBrian
2007-02-23replace GLint with gl_state_indexBrian
2007-02-23comments, clean-upBrian
2007-02-23remove unused slang_atom_pool_gen()Brian
2007-02-23comments, clean-upBrian
2007-02-23Replace slang_ir_node::Target w/ Field. Remove Comment field. Clean-up.Brian
2007-02-23remove old _slang_gen_if()Brian
2007-02-23Re-implement branching with slang_labels.Brian
2007-02-23label routines for implementing branches, jumpsBrian
2007-02-22debug code for emitting variable allocation commentsBrian
2007-02-22expose _mesa_swizzle_string()Brian
2007-02-22Remove obsolete files.Brian
2007-02-22New, unified interpretor/executor for vertex and fragment programs.Brian
2007-02-22fix assertionBrian
2007-02-22emit high-level IF/ELSE/ENDIF for vertex progs nowBrian
2007-02-22_mesa_ExecuteProgramNV is now a no-opBrian
2007-02-22added CallStack, StackDepthBrian
2007-02-22remove unneeded #includes, misc clean-upBrian
2007-02-22reorg/clean-up/indentBrian
2007-02-22start implementing conditions, branchingBrian
2007-02-22get rid of some unused slang_variable fieldsBrian
2007-02-22Replace slang_allocate_storage() with simpler _slang_attach_storage()Brian
2007-02-22updated debug codeBrian
2007-02-22Undo some STATE_POINT/FOG changes. Max length of state token array is now 5.Brian
2007-02-22merge fix: add STATE_FOG_PARAMS_OPTIMIZED, STATE_SPOT_DIR_NORMALIZEDBrian
2007-02-22fix negative indentation problemBrian
2007-02-22Merge branch 'origin' into glsl-compiler-1Brian
2007-02-21disable debugBrian
2007-02-21remove unneeded #includesBrian
2007-02-21fix copy&paste errorsBrian
2007-02-21more minor changes to STATE_ indexingBrian
2007-02-21remove dead codeBrian
2007-02-21Reimplement the _slang_alloc_statevar() function.Brian
2007-02-21adjustments to STATE_ token layout/format so token[1] is always the array indexBrian
2007-02-21checkpoint overhaul of pre-defined uniform codeBrian
2007-02-20clean-up, move IR_ELEMENT codeBrian
2007-02-20alloc IR_FIELD's Storage in codegen, like IR_ELEMENTBrian
2007-02-20work on struct/array handlingBrian
2007-02-20forgot to return length in parse_array_len()Brian
2007-02-20implement support for pre-defined uniform structs (state vars)Brian
2007-02-20added SWIZZLE_XXXX, SWIZZLE_YYYY, etcBrian
2007-02-20Merge branch 'glsl-compiler-1' of git+ssh://brianp@git.freedesktop.org/git/me...Brian
2007-02-17s/PROG_PRINT_ARB/PROG_PRINT_DEBUG/Brian
2007-02-17Lots of changes to prog_print.c code.Brian
2007-02-16remove dead codeBrian
2007-02-16s/_slang_link2/_slang_link/Brian
2007-02-16change all enum tokens to uppercaseBrian
2007-02-16abort upon errors (temporary)Brian
2007-02-16added a commentBrian