mesa: point size arrays
[mesa.git] / src / mesa / tnl /
2008-03-19 Alan Hourihaneset outputs_safe to 0 as it's possible for the code...
2008-03-19 Alan Hourihaneremove redundant init
2008-02-25 José FonsecaRemove files of unsupported build systems.
2007-12-08 BrianNew vbo_set_draw_func() to keep vbo context opaque...
2007-10-31 Brianremove dead program cache code
2007-10-31 BrianUse ffvertex_prog.c code instead of t_vp_build.c code.
2007-10-29 Brianrefactoring to begin removing dependency on tnl context
2007-10-29 Briansimplify getting of current frag prog
2007-10-29 BrianRefactor _tnl_UpdateFixedFunctionProgram().
2007-10-29 Michal KrolRename 'mms-config.' to 'mms.config'.
2007-10-23 Brianproperly init dst reg's CondMask/Swizzle fields
2007-10-17 BrianWhen in GL_FEEDBACK mode, make sure we emit color and...
2007-10-15 Brianfix incorrect register in get_eye_normal() for rescale_...
2007-10-15 BrianFix useabs logic in build_fog().
2007-10-15 Brianremove feedback hack
2007-10-15 BrianUndo prev changes.
2007-10-09 BrianUse linked fragment shader inputs (if present) to deter...
2007-09-10 Brianmove FLUSH_CURRENT
2007-09-06 BrianMove guts of glRasterPos down into T&L module.
2007-09-06 BrianMove guts of glRasterPos into tnl module, called via...
2007-08-30 BrianSketch out per-vertex point size.
2007-08-25 Keith Whitwellcheckpoint in constant tracking rework
2007-08-20 BrianMerge branch 'softpipe_0_1_branch' of git+ssh://brianp...
2007-08-17 Brianadded null VB->AttribPtr[i] check
2007-07-31 Keith WhitwellMerge branch 'i915tex_privbuffers' into softpipe_0_1_branch
2007-07-27 michalMerge branch 'master' of git+ssh://michal@git.freedeskt...
2007-07-21 BrianRemove ctx->Point._Size and ctx->Line._Width.
2007-07-17 Keith WhitwellMerge branch 'i915tex_privbuffers' into softpipe_0_1_branch
2007-07-06 Patrice MandinMerge branch 'master' of git+ssh://pmandin@git.freedesk...
2007-07-06 michalMerge branch 'master' of git+ssh://michal@git.freedeskt...
2007-07-04 BrianBe more consistant with paths in #includes. Eventually...
2007-07-01 Dave AirlieMerge branch 'r300-swtcl'
2007-06-28 Brianremove obsolete t_save_api.c
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-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
next