index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
mesa
/
drivers
/
dri
/
r300
/
r300_vertexprog.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update DRI drivers for new glsl compiler.
Brian
2007-02-23
1
-5
/
+8
*
fix issues in vp when using FRAG_BIT_WPOS in a fragment program (bug #9910)
Roland Scheidegger
2007-02-09
1
-20
/
+15
*
r300: Fix vertex program position invariant bug, force position reading.
Jerome Glisse
2007-01-14
1
-2
/
+8
*
fragment.position support
Rune Petersen
2006-11-17
1
-2
/
+156
*
r300_select_vertex_shader4:
Rune Petersen
2006-11-17
1
-148
/
+180
*
Check mesa_vp->Base.NumInstructions == 0 instead of mesa_vp->Base.String to
Brian Paul
2006-08-28
1
-1
/
+1
*
fix bad casts, carry over r200 fix to check for null program string in r300_t...
Brian Paul
2006-08-24
1
-2
/
+5
*
Some structure renaming. Prefix vertex/fragment-related structs with
Brian Paul
2006-07-20
1
-4
/
+4
*
more cleanups
Tilman Sauerbeck
2006-06-23
1
-9
/
+7
*
no need to handle ARL in a special way, it's a generic scalar operation. only...
Tilman Sauerbeck
2006-06-18
1
-8
/
+1
*
fix broken address register reads
Aapo Tahkola
2006-06-18
1
-26
/
+26
*
mark ARL operand as scalar (Roland Scheidegger)
Tilman Sauerbeck
2006-06-08
1
-1
/
+1
*
struct op_names: get rid of the 'output operands' field as it's not used (Rol...
Tilman Sauerbeck
2006-06-08
1
-32
/
+31
*
various fixes (Roland Scheidegger)
Aapo Tahkola
2006-06-06
1
-32
/
+38
*
SWZ is nearly identical to MOV. the difference is that SWZ supports per-compo...
Tilman Sauerbeck
2006-05-31
1
-10
/
+1
*
pass src->NegateBase as-is in t_src() now, as the flags are equivalent to r30...
Tilman Sauerbeck
2006-05-31
1
-2
/
+4
*
minor code cleanup, no actual changes
Tilman Sauerbeck
2006-05-30
1
-10
/
+2
*
extended swizzle (bug 6727)
Brian Paul
2006-04-24
1
-0
/
+10
*
implement arl and enable hw nv_vp.
Aapo Tahkola
2006-03-22
1
-8
/
+14
*
Clean build.
Aapo Tahkola
2006-03-13
1
-20
/
+5
*
Option to init vp temps(for testing)
Aapo Tahkola
2006-03-10
1
-0
/
+39
*
Free temps when possible
Aapo Tahkola
2006-02-28
1
-11
/
+15
*
Dont let (possibly) undefined z component reach hw as its unused
Aapo Tahkola
2006-02-28
1
-3
/
+3
*
Skip ARL while we dont implement it. Fix broken nv vps but do it with softwar...
Aapo Tahkola
2006-02-16
1
-9
/
+17
*
Workaround problems with NWN. (Tilman Sauerbeck)
Aapo Tahkola
2006-02-10
1
-1
/
+11
*
per vp sw fallbacks
Aapo Tahkola
2006-01-27
1
-1
/
+4
*
Fix ARB_position_invariant handling
Aapo Tahkola
2006-01-15
1
-6
/
+116
*
Fix pow <small> and a very stypid bug with dummy srcs(0 equals to tmp0.x)</sm...
Aapo Tahkola
2006-01-09
1
-152
/
+56
*
Make missing interpolator inputs fatal
Aapo Tahkola
2005-12-06
1
-1
/
+0
*
Fix secondary color for VP's
Aapo Tahkola
2005-12-06
1
-3
/
+3
*
Move stuff common to vertex/fragment_program into the base class, including:
Brian Paul
2005-11-12
1
-73
/
+26
*
s/Negate/NegateBase/
Brian Paul
2005-11-05
1
-20
/
+20
*
Unify vertex/fragment program instuctions.
Brian Paul
2005-11-05
1
-43
/
+43
*
Fix broken build.
Aapo Tahkola
2005-11-05
1
-10
/
+14
*
-Fix first frame -bug
Aapo Tahkola
2005-11-01
1
-8
/
+8
*
Cover my arse.
Aapo Tahkola
2005-10-26
1
-1
/
+1
*
Sync with my local tree.
Aapo Tahkola
2005-10-26
1
-0
/
+18
*
Clean up warnings in r300 code by making some symbols static, adding prototypes
Eric Anholt
2005-07-20
1
-1
/
+2
*
Fix gloss breakage when using hw tnl.
Aapo Tahkola
2005-06-16
1
-0
/
+20
*
Programmable per-vertex point sizes and proper result reg assigns.
Aapo Tahkola
2005-05-28
1
-40
/
+43
*
Pack tex coord regs at vertex program backend.
Aapo Tahkola
2005-05-05
1
-27
/
+22
*
Add support to external tnl switcher and disable hw tnl by default.
Aapo Tahkola
2005-05-01
1
-2
/
+2
*
r300 side support for fixed function pipeline. This isnt functional with curr...
Aapo Tahkola
2005-04-30
1
-17
/
+29
*
Modifying to build against current Mesa. Disabled r200*.c files since they di...
Aapo Tahkola
2005-04-24
1
-77
/
+76
*
Adding some comments.
Aapo Tahkola
2005-04-21
1
-1
/
+3
*
Had some odd problems with add and temps so doing it with mad. Adding some MA...
Aapo Tahkola
2005-04-21
1
-14
/
+47
*
Reorganized shader stuff.
Aapo Tahkola
2005-04-19
1
-113
/
+1
*
Fixes for bugs that were nailed down when compairing against software vertex ...
Aapo Tahkola
2005-04-19
1
-62
/
+81
*
Misc fixes.
Aapo Tahkola
2005-03-18
1
-23
/
+68
*
Fix to get doom3 started.
Aapo Tahkola
2005-03-17
1
-0
/
+2
[next]