summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/r300/r300_vertexprog.c
AgeCommit message (Expand)Author
2007-03-15r300: Renamed r300_vertexprog.c to r300_vertprog.cOliver McFadden
2007-03-15r300: Use _mesa_alloc_instructions/_mesa_init_instructions instead of malloc.Oliver McFadden
2007-03-15r300: Updated R300 to use the new SWIZZLE macros.Oliver McFadden
2007-03-15Committed Rune Petersen's fragment.position patch (Bug #10024) plus a few smallOliver McFadden
2007-02-09fix issues in vp when using FRAG_BIT_WPOS in a fragment program (bug #9910)Roland Scheidegger
2007-01-14r300: Fix vertex program position invariant bug, force position reading.Jerome Glisse
2006-11-17fragment.position supportRune Petersen
2006-11-17r300_select_vertex_shader4:Rune Petersen
2006-08-28Check mesa_vp->Base.NumInstructions == 0 instead of mesa_vp->Base.String toBrian Paul
2006-08-24fix bad casts, carry over r200 fix to check for null program string in r300_t...Brian Paul
2006-07-20Some structure renaming. Prefix vertex/fragment-related structs withBrian Paul
2006-06-23more cleanupsTilman Sauerbeck
2006-06-18no need to handle ARL in a special way, it's a generic scalar operation. only...Tilman Sauerbeck
2006-06-18fix broken address register readsAapo Tahkola
2006-06-08mark ARL operand as scalar (Roland Scheidegger)Tilman Sauerbeck
2006-06-08struct op_names: get rid of the 'output operands' field as it's not used (Rol...Tilman Sauerbeck
2006-06-06various fixes (Roland Scheidegger)Aapo Tahkola
2006-05-31SWZ is nearly identical to MOV. the difference is that SWZ supports per-compo...Tilman Sauerbeck
2006-05-31pass src->NegateBase as-is in t_src() now, as the flags are equivalent to r30...Tilman Sauerbeck
2006-05-30minor code cleanup, no actual changesTilman Sauerbeck
2006-04-24extended swizzle (bug 6727)Brian Paul
2006-03-22implement arl and enable hw nv_vp.Aapo Tahkola
2006-03-13Clean build.Aapo Tahkola
2006-03-10Option to init vp temps(for testing)Aapo Tahkola
2006-02-28Free temps when possibleAapo Tahkola
2006-02-28Dont let (possibly) undefined z component reach hw as its unusedAapo Tahkola
2006-02-16Skip ARL while we dont implement it. Fix broken nv vps but do it with softwar...Aapo Tahkola
2006-02-10Workaround problems with NWN. (Tilman Sauerbeck)Aapo Tahkola
2006-01-27per vp sw fallbacksAapo Tahkola
2006-01-15Fix ARB_position_invariant handlingAapo Tahkola
2006-01-09Fix pow <small> and a very stypid bug with dummy srcs(0 equals to tmp0.x)</sm...Aapo Tahkola
2005-12-06Make missing interpolator inputs fatalAapo Tahkola
2005-12-06Fix secondary color for VP'sAapo Tahkola
2005-11-12Move stuff common to vertex/fragment_program into the base class, including:Brian Paul
2005-11-05s/Negate/NegateBase/Brian Paul
2005-11-05Unify vertex/fragment program instuctions.Brian Paul
2005-11-05Fix broken build.Aapo Tahkola
2005-11-01-Fix first frame -bugAapo Tahkola
2005-10-26Cover my arse.Aapo Tahkola
2005-10-26Sync with my local tree.Aapo Tahkola
2005-07-20Clean up warnings in r300 code by making some symbols static, adding prototypesEric Anholt
2005-06-16Fix gloss breakage when using hw tnl.Aapo Tahkola
2005-05-28Programmable per-vertex point sizes and proper result reg assigns.Aapo Tahkola
2005-05-05Pack tex coord regs at vertex program backend.Aapo Tahkola
2005-05-01Add support to external tnl switcher and disable hw tnl by default.Aapo Tahkola
2005-04-30r300 side support for fixed function pipeline. This isnt functional with curr...Aapo Tahkola
2005-04-24Modifying to build against current Mesa. Disabled r200*.c files since they di...Aapo Tahkola
2005-04-21Adding some comments.Aapo Tahkola
2005-04-21Had some odd problems with add and temps so doing it with mad. Adding some MA...Aapo Tahkola
2005-04-19Reorganized shader stuff.Aapo Tahkola