aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/r300/r300_vertexprog.c
Commit message (Expand)AuthorAgeFilesLines
* Update DRI drivers for new glsl compiler.Brian2007-02-231-5/+8
* fix issues in vp when using FRAG_BIT_WPOS in a fragment program (bug #9910)Roland Scheidegger2007-02-091-20/+15
* r300: Fix vertex program position invariant bug, force position reading.Jerome Glisse2007-01-141-2/+8
* fragment.position supportRune Petersen2006-11-171-2/+156
* r300_select_vertex_shader4:Rune Petersen2006-11-171-148/+180
* Check mesa_vp->Base.NumInstructions == 0 instead of mesa_vp->Base.String toBrian Paul2006-08-281-1/+1
* fix bad casts, carry over r200 fix to check for null program string in r300_t...Brian Paul2006-08-241-2/+5
* Some structure renaming. Prefix vertex/fragment-related structs withBrian Paul2006-07-201-4/+4
* more cleanupsTilman Sauerbeck2006-06-231-9/+7
* no need to handle ARL in a special way, it's a generic scalar operation. only...Tilman Sauerbeck2006-06-181-8/+1
* fix broken address register readsAapo Tahkola2006-06-181-26/+26
* mark ARL operand as scalar (Roland Scheidegger)Tilman Sauerbeck2006-06-081-1/+1
* struct op_names: get rid of the 'output operands' field as it's not used (Rol...Tilman Sauerbeck2006-06-081-32/+31
* various fixes (Roland Scheidegger)Aapo Tahkola2006-06-061-32/+38
* SWZ is nearly identical to MOV. the difference is that SWZ supports per-compo...Tilman Sauerbeck2006-05-311-10/+1
* pass src->NegateBase as-is in t_src() now, as the flags are equivalent to r30...Tilman Sauerbeck2006-05-311-2/+4
* minor code cleanup, no actual changesTilman Sauerbeck2006-05-301-10/+2
* extended swizzle (bug 6727)Brian Paul2006-04-241-0/+10
* implement arl and enable hw nv_vp.Aapo Tahkola2006-03-221-8/+14
* Clean build.Aapo Tahkola2006-03-131-20/+5
* Option to init vp temps(for testing)Aapo Tahkola2006-03-101-0/+39
* Free temps when possibleAapo Tahkola2006-02-281-11/+15
* Dont let (possibly) undefined z component reach hw as its unusedAapo Tahkola2006-02-281-3/+3
* Skip ARL while we dont implement it. Fix broken nv vps but do it with softwar...Aapo Tahkola2006-02-161-9/+17
* Workaround problems with NWN. (Tilman Sauerbeck)Aapo Tahkola2006-02-101-1/+11
* per vp sw fallbacksAapo Tahkola2006-01-271-1/+4
* Fix ARB_position_invariant handlingAapo Tahkola2006-01-151-6/+116
* Fix pow <small> and a very stypid bug with dummy srcs(0 equals to tmp0.x)</sm...Aapo Tahkola2006-01-091-152/+56
* Make missing interpolator inputs fatalAapo Tahkola2005-12-061-1/+0
* Fix secondary color for VP'sAapo Tahkola2005-12-061-3/+3
* Move stuff common to vertex/fragment_program into the base class, including:Brian Paul2005-11-121-73/+26
* s/Negate/NegateBase/Brian Paul2005-11-051-20/+20
* Unify vertex/fragment program instuctions.Brian Paul2005-11-051-43/+43
* Fix broken build.Aapo Tahkola2005-11-051-10/+14
* -Fix first frame -bugAapo Tahkola2005-11-011-8/+8
* Cover my arse.Aapo Tahkola2005-10-261-1/+1
* Sync with my local tree.Aapo Tahkola2005-10-261-0/+18
* Clean up warnings in r300 code by making some symbols static, adding prototypesEric Anholt2005-07-201-1/+2
* Fix gloss breakage when using hw tnl.Aapo Tahkola2005-06-161-0/+20
* Programmable per-vertex point sizes and proper result reg assigns.Aapo Tahkola2005-05-281-40/+43
* Pack tex coord regs at vertex program backend.Aapo Tahkola2005-05-051-27/+22
* Add support to external tnl switcher and disable hw tnl by default.Aapo Tahkola2005-05-011-2/+2
* r300 side support for fixed function pipeline. This isnt functional with curr...Aapo Tahkola2005-04-301-17/+29
* Modifying to build against current Mesa. Disabled r200*.c files since they di...Aapo Tahkola2005-04-241-77/+76
* Adding some comments.Aapo Tahkola2005-04-211-1/+3
* Had some odd problems with add and temps so doing it with mad. Adding some MA...Aapo Tahkola2005-04-211-14/+47
* Reorganized shader stuff.Aapo Tahkola2005-04-191-113/+1
* Fixes for bugs that were nailed down when compairing against software vertex ...Aapo Tahkola2005-04-191-62/+81
* Misc fixes.Aapo Tahkola2005-03-181-23/+68
* Fix to get doom3 started.Aapo Tahkola2005-03-171-0/+2