index
:
Mesa
glamo
glamo-old
My Mesa repository
Thomas White
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
mesa
/
drivers
/
dri
/
r300
/
r300_fragprog.c
Age
Commit message (
Expand
)
Author
2006-01-27
remove broken non arb fp path
Aapo Tahkola
2006-01-21
Do individual negetation in swizzling, thus we can
Jerome Glisse
2006-01-21
Indent & wrap around 80
Jerome Glisse
2006-01-21
Add individual component negation.
Jerome Glisse
2006-01-13
namespace pollution fixes (Tilman Sauerbeck)
Aapo Tahkola
2006-01-09
Missing patch from Ben Skeggs:
Aapo Tahkola
2006-01-09
Fix node setup(from Ben Skeggs)
Aapo Tahkola
2005-11-20
Make Saturate a 2-bit field again, renamed to SaturateMode with three
Brian Paul
2005-11-19
remove #include arbfragparse.h
Brian Paul
2005-11-12
Move stuff common to vertex/fragment_program into the base class, including:
Brian Paul
2005-11-07
s/_mesa_debug_fp_inst/_mesa_print_program/
Brian Paul
2005-11-05
Unify vertex/fragment program instuctions.
Brian Paul
2005-10-31
fix problems found with gcc 2.96 (bug 4934)
Brian Paul
2005-10-26
Reduce stderr noise and fix some compiler warnings.
Aapo Tahkola
2005-07-20
Clean up warnings in r300 code by making some symbols static, adding prototypes
Eric Anholt
2005-06-08
- Secondary colour
Ben Skeggs
2005-06-06
TEX to output
Ben Skeggs
2005-06-05
Fix xyz/w interaction (needs a cleanup still..)
Ben Skeggs
2005-05-28
Play with swizzling a bit.
Ben Skeggs
2005-05-26
constant tracking
Ben Skeggs
2005-05-25
- Remove one of the loops in emit_arith
Ben Skeggs
2005-05-23
Implement enough of ARB_fragment_program for Keith's texenv program
Ben Skeggs