Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-02-23 | remove unused slang_atom_pool_gen() | Brian | |
2007-02-23 | added slang_label.c | Brian | |
2007-02-23 | comments, clean-up | Brian | |
2007-02-23 | Replace slang_ir_node::Target w/ Field. Remove Comment field. Clean-up. | Brian | |
2007-02-23 | remove old _slang_gen_if() | Brian | |
2007-02-23 | Re-implement branching with slang_labels. | Brian | |
This eliminates the NOP instructions that had been used as placeholders for branch targets. Also, fix "return" statement bug. | |||
2007-02-23 | label routines for implementing branches, jumps | Brian | |
2007-02-22 | debug code for emitting variable allocation comments | Brian | |
2007-02-22 | expose _mesa_swizzle_string() | Brian | |
2007-02-23 | r200 fix broken (by new input handling) fogcoord | Roland Scheidegger | |
2007-02-22 | updated for vbo | Brian | |
2007-02-22 | Remove obsolete files. | Brian | |
2007-02-22 | New, unified interpretor/executor for vertex and fragment programs. | Brian | |
This replaces the code formerly in nvvertexec.c and s_fragprog.c. Currently, DDX, DDY don't work. | |||
2007-02-22 | use _mesa_get_program_register() | Brian | |
2007-02-22 | Use the new unified vertex/fragment program interpreter from prog_execute.c. | Brian | |
Currently, DDX, DDY don't work. | |||
2007-02-22 | use new _mesa_execute_program() function | Brian | |
2007-02-22 | FORCE_PROG_EXECUTE_C cpp flag, misc changes | Brian | |
2007-02-22 | fix assertion | Brian | |
2007-02-22 | emit high-level IF/ELSE/ENDIF for vertex progs now | Brian | |
2007-02-22 | _mesa_ExecuteProgramNV is now a no-op | Brian | |
2007-02-22 | remove nvvertexec.c, add prog_execute.c | Brian | |
2007-02-22 | use MAX_PROGRAM_ENV_PARAMS | Brian | |
2007-02-22 | added MAX_PROGRAM_ENV_PARAMS | Brian | |
2007-02-22 | added CallStack, StackDepth | Brian | |
2007-02-22 | remove unneeded #includes, misc clean-up | Brian | |
2007-02-22 | reorg/clean-up/indent | Brian | |
2007-02-22 | start implementing conditions, branching | Brian | |
2007-02-22 | get rid of some unused slang_variable fields | Brian | |
2007-02-22 | Replace slang_allocate_storage() with simpler _slang_attach_storage() | Brian | |
2007-02-22 | updated debug code | Brian | |
2007-02-22 | Undo some STATE_POINT/FOG changes. Max length of state token array is now 5. | Brian | |
2007-02-22 | i915tex: Schedule flips when possible. | Michel Dänzer | |
Also move vsync related state from context to window, so it's possible to schedule several flips ahead of time with triple buffering. | |||
2007-02-22 | XXX comments about shaders | Brian | |
2007-02-22 | use ctx->VertexProgram._Current instead of ctx->VertexProgram._Enabled | Brian | |
2007-02-22 | merge fix: add STATE_FOG_PARAMS_OPTIMIZED, STATE_SPOT_DIR_NORMALIZED | Brian | |
2007-02-22 | fix negative indentation problem | Brian | |
2007-02-22 | Merge branch 'origin' into glsl-compiler-1 | Brian | |
Conflicts: src/mesa/main/state.c src/mesa/shader/program.c src/mesa/shader/program.h src/mesa/shader/programopt.c src/mesa/shader/slang/slang_execute.c src/mesa/sources src/mesa/swrast/s_arbshader.c src/mesa/swrast/s_context.c src/mesa/swrast/s_span.c src/mesa/swrast/s_zoom.c src/mesa/tnl/t_context.c src/mesa/tnl/t_save_api.c src/mesa/tnl/t_vb_arbprogram.c src/mesa/tnl/t_vp_build.c src/mesa/tnl/t_vtx_eval.c | |||
2007-02-22 | r300: get rid of CB_DPATH legacy | Dave Airlie | |
2007-02-21 | disable debug | Brian | |
2007-02-21 | remove unneeded #includes | Brian | |
2007-02-21 | fix copy&paste errors | Brian | |
2007-02-21 | more minor changes to STATE_ indexing | Brian | |
2007-02-21 | remove dead code | Brian | |
2007-02-21 | Reimplement the _slang_alloc_statevar() function. | Brian | |
After several tries at making a table-based system for examining pre-defined uniforms to find statevar indexes, give up and do it the simple way (lots of strcmp() calls). Not terribly elegant, but perfectly functional. | |||
2007-02-21 | adjustments to STATE_ token layout/format so token[1] is always the array index | Brian | |
2007-02-21 | checkpoint overhaul of pre-defined uniform code | Brian | |
2007-02-20 | clean-up, move IR_ELEMENT code | Brian | |
2007-02-20 | alloc IR_FIELD's Storage in codegen, like IR_ELEMENT | Brian | |
2007-02-20 | Merge branch 'master' of ssh+git://idr@git.freedesktop.org/git/mesa/mesa | Ian Romanick | |
2007-02-20 | Delete two invalid assertions. | Ian Romanick | |
These two assertions are invalid for a couple reasons. Primarily, when this code is compiled into the X-server, the symbols "glSecondaryColor3fEXT" and "glPointParameterivNV" do not exist. |