Renamed softpipe directories and files to something less confusing.
[mesa.git] / src / mesa / tnl /
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()
2007-01-23 Brianfixes for C++ warnings/errors
2007-01-20 BrianInitial implementation of OPCODE_IF/ELSE/ENDIF instruct...
2007-01-17 BrianAdded OPCODE_INT to convert 4 floats to 4 ints.
2007-01-16 Keith WhitwellMerge vbo_0_1_branch
2007-01-16 Keith WhitwellMerge branch 'master' of git+ssh://keithw@git.freedeskt...
2007-01-16 Keith WhitwellMerge branch 'vbo_0_1_branch' into vbo-0.2
2007-01-16 Keith WhitwellMerge branch 'master-merge' into vbo-0.2
2007-01-15 keithwRemove debug, reenable inplace splitting.
2007-01-15 Keith WhitwellSplit too-large draw commands.
2007-01-10 BrianUpdate _save_VertexAttrib() functions for non-aliasing...
2007-01-10 Brianadd code for generic attributes 16..31
2006-12-21 Brianhandle PROGRAM_UNIFORM, fix a _mesa_problem() call
2006-12-19 Dave AirlieMerge branch 'nouveau-import'
2006-12-16 Briancases for NOP, BRA
2006-12-15 Brianadded assertion to catch use of too many temporaries
2006-12-15 Brianvarying changes
2006-12-15 Brianupdated includes
2006-12-15 Brianupdated includes
2006-12-13 BrianObsolete.
2006-12-13 BrianCheckpoint work for new GLSL compiler back-end.
2006-11-29 Roland Scheideggercheck for target instead of program->Target in _tnl_pro...
2006-11-22 Roland Scheideggerdecrease the current vertex count by 1 if an uneven...
2006-11-22 Roland Scheideggerremove unneded call to _tnl_invalidate_state() in _tnl_...
2006-11-22 Keith WhitwellSet _NEW_LIGHT when materials are present in display...
2006-11-22 Keith WhitwellMove setting of _NEW_LIGHT to only occur when materials...
2006-11-21 Brian Paullist header files in sources files (Dan Nicholson)
2006-11-16 Keith WhitwellMake sure vbo's are mapped before accessing their conte...
2006-11-15 Brian PaulAdd a size parameter to _mesa_add_unnamed_constant...
2006-11-03 Keith WhitwellFix compiler warnings.
2006-11-02 Keith WhitwellFix type-conversion of incoming vertices.
2006-11-02 Alan Hourihanemerge current trunk into vbo branch
2006-11-02 Keith WhitwellRespect array->Normalized flag.
2006-11-02 Keith Whitwellmissing file
2006-10-31 Brian Paulsignal _NEW_LIGHT in _tnl_copy_to_current()
2006-10-31 Keith Whitwellpickup structs from vbo.h
2006-10-30 Keith Whitwellbetter handling of current attributes. Trivial dlist...
2006-10-30 Brian PaulMove gl_vertex_program_machine struct out of mtypes...
2006-10-29 Keith WhitwellChanges for new vbo-building module.
2006-10-26 Brian PaulIf DEBUG, check that all array indices really do fall...
2006-10-25 Brian PaulPreviously, if a fragment program referenced fragment...
next