summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2007-02-22updated for vboBrian
2007-02-22Remove obsolete files.Brian
2007-02-22New, unified interpretor/executor for vertex and fragment programs.Brian
2007-02-22use _mesa_get_program_register()Brian
2007-02-22Use the new unified vertex/fragment program interpreter from prog_execute.c.Brian
2007-02-22use new _mesa_execute_program() functionBrian
2007-02-22FORCE_PROG_EXECUTE_C cpp flag, misc changesBrian
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-22remove nvvertexec.c, add prog_execute.cBrian
2007-02-22use MAX_PROGRAM_ENV_PARAMSBrian
2007-02-22added MAX_PROGRAM_ENV_PARAMSBrian
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-22XXX comments about shadersBrian
2007-02-22use ctx->VertexProgram._Current instead of ctx->VertexProgram._EnabledBrian
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-20Merge branch 'master' of ssh+git://idr@git.freedesktop.org/git/mesa/mesaIan Romanick
2007-02-20Delete two invalid assertions.Ian Romanick
2007-02-20work on struct/array handlingBrian
2007-02-20forgot to return length in parse_array_len()Brian
2007-02-20nouveau: nv10: grr, ctx->DrawBuffer invalid?Patrice Mandin
2007-02-20nouveau: nv10: also check ctx->DrawBuffer in nv10ViewportScalePatrice Mandin
2007-02-20nouveau: nv10: keep 24/8 depth/stencil value, don't check for depth bitsPatrice Mandin
2007-02-20implement support for pre-defined uniform structs (state vars)Brian
2007-02-20added slang_builtin.cBrian
2007-02-20Fix parallel make in r300 driver.Adam Jackson
2007-02-20added SWIZZLE_XXXX, SWIZZLE_YYYY, etcBrian
2007-02-20set log level w/ env varChristian Neumair
2007-02-20remove accidental check-inBrian
2007-02-20Merge branch 'glsl-compiler-1' of git+ssh://brianp@git.freedesktop.org/git/me...Brian