Cell: re-enable inlined vertex buffers
[mesa.git] / src / mesa / swrast /
2007-03-10 BrianMerge branch 'master' of git+ssh://brianp@git.freedeskt...
2007-03-10 BrianImplement gl_FrontFacing for fragment shaders.
2007-03-10 Brianclean-up formatting
2007-03-09 Michel DänzerMerge branch 'i915tex-pageflip'
2007-03-09 BrianMerge branch 'origin' into glsl-compiler-1
2007-03-07 Brianfix deferredTexture bug
2007-03-06 Ian RomanickMerge branch 'master' of ssh+git://idr@git.freedesktop...
2007-02-27 Nian WuMerge git://proxy01.pd.intel.com:9419/git/mesa/mesa...
2007-02-26 BrianMerge branch 'glsl-compiler-1' of git+ssh://brianp...
2007-02-26 BrianMerge branch 'glsl-compiler-1' of git+ssh://brianp...
2007-02-26 Brianif renderbuffer ptr is null, just return
2007-02-26 Brianremove unneeded includes
2007-02-26 Brianremove 'maxInst' parameter from _mesa_execute_program()
2007-02-26 Brianremove unused 'element' parameter from _mesa_execute_pr...
2007-02-25 Nian WuMerge git://proxy01.pd.intel.com:9419/git/mesa/mesa...
2007-02-24 BrianRemove unneeded _Fragment/VertexShaderPresent fields...
2007-02-22 BrianUse the new unified vertex/fragment program interpreter...
2007-02-22 Brianuse MAX_PROGRAM_ENV_PARAMS
2007-02-22 BrianMerge branch 'origin' into glsl-compiler-1
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 Etienne Clementtest for POT before using sample_2d_linear_repeat()
2007-02-08 Brianconsolidate BRA with BRK, CONT
2007-02-08 BrianSimplify code with eval_condition(). Implement conditi...
2007-02-07 BrianUse IR_LOOP to represent do-while and for-loops.
2007-02-07 BrianBRK and CONT work the same
2007-02-07 BrianImplement CONT, improve BRK.
2007-02-06 BrianBRK instruction's BranchTarget field now used for effic...
2007-02-06 BrianUse IR node's BranchNode field for IF/ELSE/ENDIF instru...
2007-02-05 BrianInitial implementation of high-level flow-control instr...
2007-02-05 BrianInitial support of loop and subroutine instructions.
2007-02-05 BrianMerge SWvertex texcoord and varying fields into attrib...
2007-02-02 Brianfix maxInst argument
2007-02-02 Brianunroll inner loop of interpolate_varying()
2007-02-02 Briansimplify derivative-related code
2007-02-02 Briansimplify interpolate_texcoords()
2007-02-02 BrianReplace color, z, w, texture interpolants with new...
2007-02-02 BrianNew span attrStart/attrStepX/attrStepY fields to replac...
2007-02-02 Brianget rid of unused span->start field
2007-02-02 Keith WhitwellMerge branch 'vbo-0.2'
2007-02-01 Briancomments
2007-02-01 BrianNew SWspanarrays attribs[] array.
2007-02-01 Brianmove span-related types/tokens into s_span.h
2007-02-01 Brianadditional assertions, bump up MAX_EXEC
2007-01-29 Briannoise functions
2007-01-27 BrianMerge branch 'master' of git+ssh://brianp@git.freedeskt...
2007-01-25 Brianasst fixes, tranpose span->varying array indexes
2007-01-25 Brianfixes, clean-ups, transpose span->varying array indexing
2007-01-25 Briannew comments, ideas
2007-01-24 Brianfix varying interpolation
2007-01-24 Brianonly setup varying vars that will be used
2007-01-23 Brianfix g++ warnings/errors
2007-01-23 Briansilence C++ warnings
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 branch 'master' of git+ssh://keithw@git.freedeskt...
2007-01-10 Brianmore debug code (disabled)
2007-01-08 Briancheck if _Current == NULL for TXB
2007-01-08 BrianRemove if (tObj) conditional so that texture units...
2007-01-06 Wang ZhenyuMerge branch 'master' into crestline
2007-01-06 BrianMerge branch 'master' of git+ssh://brianp@git.freedeskt...
2007-01-06 BrianUse GLuint instead of GLint to store intermediate Z...
2006-12-22 Brianadded INTERP_VARYING code
2006-12-22 Brians/attribute/varying/
2006-12-20 BrianOverhaul of GLSL API functions, dispatching, etc.
2006-12-19 Dave AirlieMerge branch 'nouveau-import'
2006-12-18 BrianAdded instruction counter to catch infinite loops ...
2006-12-16 Brianfix comment, handle NOP
2006-12-16 BrianDon't update span->array->z[] values from SLANG_FRAGMEN...
2006-12-16 Briandon't allow fog when using a fragment shader (bug 9346)
2006-12-15 Brianvarying var changes
2006-12-15 BrianRenamed s_nvfragprog.[ch] to s_fragprog.[ch]
2006-12-15 BrianRenamed s_nvfragprog.[ch] to s_fragprog.[ch], program_i...
2006-12-14 BrianRenamed from s_nvfragprog.[ch]
2006-12-14 BrianUpdated includes.
2006-12-14 BrianRemove include of s_arbshader.h
2006-12-13 BrianRetire old GLSL shader code.
2006-12-13 BrianCheckpoint for GLSL compiler changes.
2006-11-21 Brian Paullist header files in sources files (Dan Nicholson)
2006-11-16 Brian PaulInitial implementation work for CAL, RET, and BRA instr...
2006-11-14 Keith WhitwellMake sure RENDER_FINISH is called on the zero pixel...
2006-11-02 Brian Paulalways load frag prog state params for now (see comments)
2006-11-02 Alan Hourihanemerge current trunk into vbo branch
2006-11-01 Brian PaulRemove x/y/width/height parameters from Clear functions.
2006-11-01 Michal KrolWrite back gl_FragDepth to span->array->z.
2006-11-01 Keith WhitwellMerge texmem-0-3-branch.
2006-11-01 Brian Paulchange DEBUG_FRAG conditions
2006-11-01 Brian Paulfix some bugs in interpolate_specular()
2006-10-31 Brian Paulmake use of Parameters->StateFlags in _swrast_update_fr...
2006-10-31 Brian PaulWe need to call _mesa_load_state_parameters() whenever...
2006-10-31 Brian PaulIn TEX instructions, use precomputed lambda only if...
2006-10-31 Brian PaulFor TEX instructions use lambda=0. When sampling from...
2006-10-30 Brian Paulfix _mesa_problem() text
2006-10-28 Brian PaulAdded PROGRAM_CONSTANT to get_register_pointer().
2006-10-22 Brian Paulassorted clean-ups
2006-10-22 Brian Pauldon't save color/z if fragment is killed
2006-10-22 Brian Paulminor tweaks good for about 12% faster execution
2006-10-22 Brian Paulsilence used var warnings
2006-10-22 Brian PaulColor clamping fixes.
next