Merge branch 'origin' into glsl-compiler-1
[mesa.git] / src / mesa / swrast /
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 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.
2006-10-21 Brian Paulmove/improve comments, clean up code in a few places
2006-10-21 Brian Paulfix another logic error in computing deferredTexture
2006-10-21 Brian PaulFor deferredTexture, need to check if the fragment...
2006-10-21 Brian Paulmove interpolate_varying() call
2006-10-21 Brian PaulMove interpolate_texcoords() and interpolate_varying...
2006-10-19 Brian PaulConsolidate some code into shade_texture_span().
2006-10-19 Brian Paulfixed Fixed/Int bug
2006-10-19 Brian Paulremove temp code
2006-10-19 Brian Paulfix problem when CHAN_BITS == 32 (bug 8704), remove...
2006-10-18 Brian Pauladded clamp_colors(), updated assertions
2006-10-18 Brian PaulDon't pass x/y/width/height to ctx->Driver.Accum().
2006-10-17 Brian PaulAlways convert colors to float before running a fragmen...
2006-10-17 Brian Paulfix fog color bug
2006-10-17 Brian PaulMove struct atifs_machine into s_atifragshader.c
2006-10-17 Brian PaulSeperate interpolate_colors() and interpolate_specular().
2006-10-17 Brian Paulapply_aa_coverage() for ubyte/ushort/float
2006-10-17 Brian PaulFix CHAN_BITS=32 issues.
2006-10-14 Brian Paulcut and paste error: s/Width/Height/
2006-10-13 Brian PaulConsolidate, move, fix code related to color index...
next