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_fragprog.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Disable fragment program debug messages.
Rune Petersen
2006-11-20
1
-3
/
+1
*
fragment.position support
Rune Petersen
2006-11-17
1
-0
/
+7
*
Add sin instruction to fragment program.
Jerome Glisse
2006-11-05
1
-2
/
+64
*
Add cos instruction and remove left over debug.
Jerome Glisse
2006-11-04
1
-41
/
+64
*
Add LIT instruction to fragment program.
Jerome Glisse
2006-11-01
1
-16
/
+86
*
re-apply shader fix.
Rune Petersen
2006-08-31
1
-1
/
+1
*
Some structure renaming. Prefix vertex/fragment-related structs with
Brian Paul
2006-07-20
1
-5
/
+5
*
A small logic error.
Rune Petersen
2006-07-15
1
-1
/
+1
*
init mask=0 to silence warning
Brian Paul
2006-05-23
1
-1
/
+1
*
FP textures and fixes (Ewald Snel)
Brian Paul
2006-03-29
1
-1
/
+1
*
Clean build.
Aapo Tahkola
2006-03-13
1
-0
/
+6
*
remove broken non arb fp path
Aapo Tahkola
2006-01-27
1
-2
/
+0
*
Do individual negetation in swizzling, thus we can
Jerome Glisse
2006-01-21
1
-21
/
+78
*
Indent & wrap around 80
Jerome Glisse
2006-01-21
1
-165
/
+199
*
Add individual component negation.
Jerome Glisse
2006-01-21
1
-6
/
+35
*
namespace pollution fixes (Tilman Sauerbeck)
Aapo Tahkola
2006-01-13
1
-4
/
+4
*
Missing patch from Ben Skeggs:
Aapo Tahkola
2006-01-09
1
-428
/
+780
*
Fix node setup(from Ben Skeggs)
Aapo Tahkola
2006-01-09
1
-3
/
+17
*
Make Saturate a 2-bit field again, renamed to SaturateMode with three
Brian Paul
2005-11-20
1
-1
/
+1
*
remove #include arbfragparse.h
Brian Paul
2005-11-19
1
-1
/
+0
*
Move stuff common to vertex/fragment_program into the base class, including:
Brian Paul
2005-11-12
1
-10
/
+8
*
s/_mesa_debug_fp_inst/_mesa_print_program/
Brian Paul
2005-11-07
1
-3
/
+3
*
Unify vertex/fragment program instuctions.
Brian Paul
2005-11-05
1
-43
/
+43
*
fix problems found with gcc 2.96 (bug 4934)
Brian Paul
2005-10-31
1
-2
/
+2
*
Reduce stderr noise and fix some compiler warnings.
Aapo Tahkola
2005-10-26
1
-3
/
+1
*
Clean up warnings in r300 code by making some symbols static, adding prototypes
Eric Anholt
2005-07-20
1
-2
/
+3
*
- Secondary colour
Ben Skeggs
2005-06-08
1
-9
/
+14
*
TEX to output
Ben Skeggs
2005-06-06
1
-6
/
+45
*
Fix xyz/w interaction (needs a cleanup still..)
Ben Skeggs
2005-06-05
1
-115
/
+126
*
Play with swizzling a bit.
Ben Skeggs
2005-05-28
1
-36
/
+36
*
constant tracking
Ben Skeggs
2005-05-26
1
-40
/
+66
*
- Remove one of the loops in emit_arith
Ben Skeggs
2005-05-25
1
-54
/
+125
*
Implement enough of ARB_fragment_program for Keith's texenv program
Ben Skeggs
2005-05-23
1
-0
/
+937