fix assertion
[mesa.git] / src /
2007-02-22 Brianuse new _mesa_execute_program() function
2007-02-22 BrianFORCE_PROG_EXECUTE_C cpp flag, misc changes
2007-02-22 Brianfix assertion
2007-02-22 Brianemit high-level IF/ELSE/ENDIF for vertex progs now
2007-02-22 Brian_mesa_ExecuteProgramNV is now a no-op
2007-02-22 Brianremove nvvertexec.c, add prog_execute.c
2007-02-22 Brianuse MAX_PROGRAM_ENV_PARAMS
2007-02-22 Brianadded MAX_PROGRAM_ENV_PARAMS
2007-02-22 Brianadded CallStack, StackDepth
2007-02-22 Brianremove unneeded #includes, misc clean-up
2007-02-22 Brianreorg/clean-up/indent
2007-02-22 Brianstart implementing conditions, branching
2007-02-22 Brianget rid of some unused slang_variable fields
2007-02-22 BrianReplace slang_allocate_storage() with simpler _slang_at...
2007-02-22 Brianupdated debug code
2007-02-22 BrianUndo some STATE_POINT/FOG changes. Max length of state...
2007-02-22 BrianXXX comments about shaders
2007-02-22 Brianuse ctx->VertexProgram._Current instead of ctx->VertexP...
2007-02-22 Brianmerge fix: add STATE_FOG_PARAMS_OPTIMIZED, STATE_SPOT_D...
2007-02-22 Brianfix negative indentation problem
2007-02-22 BrianMerge branch 'origin' into glsl-compiler-1
2007-02-21 Briandisable debug
2007-02-21 Brianremove unneeded #includes
2007-02-21 Brianfix copy&paste errors
2007-02-21 Brianmore minor changes to STATE_ indexing
2007-02-21 Brianremove dead code
2007-02-21 BrianReimplement the _slang_alloc_statevar() function.
2007-02-21 Brianadjustments to STATE_ token layout/format so token...
2007-02-21 Briancheckpoint overhaul of pre-defined uniform code
2007-02-21 Brianclean-up, move IR_ELEMENT code
2007-02-20 Brianalloc IR_FIELD's Storage in codegen, like IR_ELEMENT
2007-02-20 Ian RomanickMerge branch 'master' of ssh+git://idr@git.freedesktop...
2007-02-20 Ian RomanickDelete two invalid assertions.
2007-02-20 Brianwork on struct/array handling
2007-02-20 Brianforgot to return length in parse_array_len()
2007-02-20 Patrice Mandinnouveau: nv10: grr, ctx->DrawBuffer invalid?
2007-02-20 Patrice Mandinnouveau: nv10: also check ctx->DrawBuffer in nv10Viewpo...
2007-02-20 Patrice Mandinnouveau: nv10: keep 24/8 depth/stencil value, don't...
2007-02-20 Brianimplement support for pre-defined uniform structs ...
2007-02-20 Brianadded slang_builtin.c
2007-02-20 Adam JacksonFix parallel make in r300 driver.
2007-02-20 Brianadded SWIZZLE_XXXX, SWIZZLE_YYYY, etc
2007-02-20 Christian Neumairset log level w/ env var
2007-02-20 Brianremove accidental check-in
2007-02-20 BrianMerge branch 'glsl-compiler-1' of git+ssh://brianp...
2007-02-19 Thomas Hellstromi915tex: Fix performance regression with new vbo code...
2007-02-17 Brians/PROG_PRINT_ARB/PROG_PRINT_DEBUG/
2007-02-17 Brianstand-alone GLSL compiler
2007-02-17 BrianLots of changes to prog_print.c code.
2007-02-17 Sean D'EpagnierMerge branch 'master' of git+ssh://geckosenator@git...
2007-02-17 Sean D'EpagnierCommiting a few minor fixes to glut fbdev (segfault...
2007-02-16 Patrice Mandinnouveau: nv50: update
2007-02-16 Patrice Mandinnouveau: nv10,20: wrong viewport clip setup
2007-02-16 Patrice Mandinnouveau: nv20: texture matrix
2007-02-16 Patrice Mandinnouveau: nv20: update
2007-02-16 Patrice Mandinnouveau: nv10: set clear value for 16 and 24 bits depth
2007-02-16 Patrice Mandinnouveau: nv10: rescale depth near and far
2007-02-16 Patrice Mandinnouveau: nv10: fix viewport scale and origin
2007-02-16 Brianremove dead code
2007-02-16 Brians/_slang_link2/_slang_link/
2007-02-16 Brianchange all enum tokens to uppercase
2007-02-16 Brianabort upon errors (temporary)
2007-02-16 Brianadded a comment
2007-02-16 BrianAllow int->float argument conversion in _slang_locate_f...
2007-02-16 Brianimplement IR_I_TO_F
2007-02-14 Rune Petersonr300: Fix cos & add scs to fragment program.
2007-02-14 Etienne Clementtest for POT before using sample_2d_linear_repeat()
2007-02-14 Roland Scheideggerfix typo preventing generic arrays from working with...
2007-02-14 Patrice Mandinnouveau: nv10: there are 8 clipping regions
2007-02-14 Roland Scheideggerfix stupid bug in the optimized per-vertex fog generati...
2007-02-14 Thomas Hellstromi915tex: Take into account various mapping states when...
2007-02-13 Brianremove dead code
2007-02-12 Xiang, HaihaoI965: fix a failure on waiting irq.
2007-02-12 Zou Nan hai fd.o #BZ 9684
2007-02-11 Rune Petersonr300: Add proper support for sin/cos instruction in...
2007-02-11 Rune Petersonctx->Point._Size fix
2007-02-09 Brianadd prog_debug.c
2007-02-09 Brianmove GL_MESA_program_debug funcs to prog_debug.c
2007-02-09 BrianMove experimental GL_MESA_program_debug functions into...
2007-02-09 Briancomments, etc
2007-02-09 Brianre-enable free'ing of IR trees
2007-02-09 Brianalways init param vars to silence valgrind warnings
2007-02-09 Roland Scheideggeroptimize per-pixel fog program
2007-02-09 Zou Nan hai array overflow fix
2007-02-09 Briando full swizzled matching in _mesa_lookup_parameter_con...
2007-02-09 BrianCheck for constant-valued while/do loop conditions.
2007-02-09 Brianoptimize conditional breaks/continues
2007-02-08 Roland Scheideggerr200: simplify / unify input map handling for vp and...
2007-02-08 Roland Scheideggeroptimize generated vertex programs a bit
2007-02-08 Roland Scheideggerfix issues in vp when using FRAG_BIT_WPOS in a fragment...
2007-02-08 Briancont at top of loop, little clean-ups
2007-02-08 Brianremove some cruft
2007-02-08 Brianfix broken BRA for return stmts
2007-02-08 Brianconsolidate BRA with BRK, CONT
2007-02-08 Brianchange BranchTarget to GLint
2007-02-08 BrianUse conditional break in for/do/while loops.
2007-02-08 BrianSimplify code with eval_condition(). Implement conditi...
2007-02-07 Brianremove old loop break/cont stuff
2007-02-07 Brianhigh vs. low level if/then/else code emit
2007-02-07 Brians/%f/%g/
next