set outputs_safe to 0 as it's possible for the code generation
[mesa.git] / src / mesa / tnl /
2008-03-19 Alan Hourihaneset outputs_safe to 0 as it's possible for the code...
2008-01-01 Hans de Goedet_vp_build: fix temporary register allocation to minimi...
2007-11-30 joukjUpdates of some OpenVMS makefiles.
2007-11-30 joukjMerge branch 'master' of git+ssh://joukj@git.freedeskto...
2007-11-29 BrianNew ctx->Driver.Map/UnmapTexture() functions for access...
2007-11-29 Briancleanups, comments
2007-11-29 BrianMove _mesa_load_tracked_matrices() from TNL module...
2007-11-14 Roland Scheideggerfix position invariant vertex programs for sw-tnl
2007-11-03 BrianFix mem leak in SSE code generation path (Michel Dänzer...
2007-10-31 JoukMerge branch 'master' of git+ssh://joukj@git.freedeskto...
2007-10-29 Eric AnholtMerge branch 'origin'
2007-10-26 Zou Nan haiMerge branch '965-glsl'
2007-10-23 Brianproperly init dst reg's CondMask/Swizzle fields
2007-10-16 Brianfix fog, rescale_normals bugs (from gallium branch)
2007-10-12 Dave AirlieMerge branch 'master' into i915-superioctl
2007-10-09 BrianMerge branch 'master' of git+ssh://brianp@git.freedeskt...
2007-10-03 Roland Scheideggerminor fog calc cleanup
2007-10-03 Jouk Update of OpenVMS makefiles for the use of "new" inclu...
2007-10-02 JoukMerge branch 'master' of git+ssh://joukj@git.freedeskto...
2007-09-29 Brianfix VBO-split infinite loop (bug 12164)
2007-09-20 Eric AnholtMerge branch 'master' into i915-unification
2007-09-16 Matthieu Castetrevert a956184f70733bd22e2bbee515386da12302963f
2007-09-06 Patrice MandinDisable an assert for hw that do not emit POS as first...
2007-08-31 BrianFix problem introduced in previous commit in which...
2007-08-31 Xiang, Haihaoi965: Calculate the positional light in homogeneous...
2007-07-25 JoukMerge branch 'master' of git+ssh://joukj@git.freedeskto...
2007-07-21 BrianRemove ctx->Point._Size and ctx->Line._Width.
2007-07-17 Zou Nan haiMerge branch 'master' of git+ssh://znh@git.freedesktop...
2007-07-06 Patrice MandinMerge branch 'master' of git+ssh://pmandin@git.freedesk...
2007-07-04 BrianBe more consistant with paths in #includes. Eventually...
2007-07-04 Zou Nan haiMerge branch 'master' of git+ssh://znh@git.freedesktop...
2007-07-01 Dave AirlieMerge branch 'r300-swtcl'
2007-06-28 Brianremove obsolete t_save_api.c
2007-06-08 JoukMerge branch 'master' of git+ssh://joukj@git.freedeskto...
2007-05-24 Eric AnholtMerge branch 'master' into i915-unification
2007-05-23 BrianFix point attentuation problem (bug 11042)
2007-05-22 Roland Scheideggerfog: fix potential issues with generated vp using fog
2007-05-22 Roland Scheideggerfog: fix issues with negative fog coords (may fix ...
2007-05-18 Eric AnholtMerge branch 'master' into i915-unification
2007-05-10 J.JansenUpdated OpenVMS makefiles
2007-05-03 Brianchanges to get DDX/DDY working again
2007-05-02 BrianDocument a deficiency in the _swrast_Translate() functi...
2007-04-17 BrianEnable texture sampling for vertex programs/shaders.
2007-04-17 BrianIn bind_inputs() set VB->EdgeFlag to NULL if it's not...
2007-04-17 Roland Scheideggercleanups for t_vb_program.c
2007-04-16 Brianremoved unused t_vb_arbprogram stage
2007-04-16 Brianunhook t_vb_arbprogram.c code - it's going away
2007-04-16 BrianUse generic program limits instead of NV-specific ones...
2007-04-02 Nicolai HaehnleFix in t_vp_build: Missed necessary updates sometimes
2007-03-30 Eric AnholtMerge branch 'crestline-qa', adding support for the...
2007-03-28 BrianGet rid of BRK0, BRK1, CONT0, CONT1 instructions.
2007-03-27 Brianfix a fragment fog regression
2007-03-27 Brianinit machine->StackDepth=0
2007-03-27 Brianmore parenthesis
2007-03-27 Roland Scheideggerrecommit e731d8aafa98bbf9d30f83e65f28b7718be55834.
2007-03-27 Brianadd parenthesis around a bit-wise AND term in _tnl_Inva...
2007-03-27 BrianRestore the UseTexEnvProgram logic.
2007-03-26 Brianmerge of glsl-compiler-1 branch
2007-03-24 BrianWhen computing render_inputs_bitset, omit primary color...
2007-03-23 BrianAdd the ability to generate programs that doesn't use...
2007-03-23 Nian WuMerge git://proxy01.pd.intel.com:9419/git/mesa/mesa...
2007-03-22 Brianuse _mesa_alloc_instructions()
2007-03-21 Brianmerge from master
2007-03-19 BrianProperly compute render_inputs_bitset when using a...
2007-03-14 BrianMerge branch 'master' of git+ssh://brianp@git.freedeskt...
2007-03-14 Nian WuMerge git://proxy01.pd.intel.com:9419/git/mesa/mesa...
2007-03-13 Roland Scheideggersync up t_vp_build.c brw_vs_tnl.c a bit
2007-03-12 Nian WuMerge git://proxy01.pd.intel.com:9419/git/mesa/mesa...
2007-03-11 Xiang, Haihaofix for bug#10196
2007-03-10 BrianMerge branch 'master' of git+ssh://brianp@git.freedeskt...
2007-03-09 BrianMerge branch 'origin' into glsl-compiler-1
2007-02-26 BrianMerge branch 'glsl-compiler-1' of git+ssh://brianp...
2007-02-26 Brianremove 'maxInst' parameter from _mesa_execute_program()
2007-02-26 Brianremove unused 'element' parameter from _mesa_execute_pr...
2007-02-26 Brians/attribs/results/
2007-02-26 Brianremove unused VaryingPtr
2007-02-26 BrianOptimize the loop for copying output results.
2007-02-25 Brianonly copy used outputs
2007-02-25 Nian WuMerge git://proxy01.pd.intel.com:9419/git/mesa/mesa...
2007-02-24 BrianUse prog_execute.c to run vertex programs until t_vb_ar...
2007-02-23 Brianexpose _mesa_load_tracked_matrices()
2007-02-23 Brians/GLint/gl_state_index/, length is now 5 not 6
2007-02-22 Brianuse new _mesa_execute_program() function
2007-02-22 BrianFORCE_PROG_EXECUTE_C cpp flag, misc changes
2007-02-22 BrianUndo some STATE_POINT/FOG changes. Max length of state...
2007-02-22 BrianMerge branch 'origin' into glsl-compiler-1
2007-02-21 Brianmore minor changes to STATE_ indexing
2007-02-21 Brianadjustments to STATE_ token layout/format so token...
2007-02-20 BrianMerge branch 'glsl-compiler-1' of git+ssh://brianp...
2007-02-17 BrianLots of changes to prog_print.c code.
2007-02-14 Roland Scheideggerfix stupid bug in the optimized per-vertex fog generati...
2007-02-08 Roland Scheideggeroptimize generated vertex programs a bit
2007-02-05 BrianInitial implementation of high-level flow-control instr...
2007-02-05 Roland Scheideggerfix issues when using mixed-mode pos-invariant vp and...
2007-02-05 BrianInitial support of loop and subroutine instructions.
2007-02-02 Keith WhitwellMerge branch 'vbo-0.2'
2007-01-30 Keith WhitwellUse new rebase helper. Remove other rebase code.
2007-01-29 Briannoise functions
2007-01-24 Brianremove some parenthesis
2007-01-24 Brianuse FRAG_BIT_TEX()
next