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
*
Merge remote branch 'origin/master' into radeon-rewrite
Dave Airlie
2009-04-22
1
-2
/
+2
|
\
|
*
mesa: merge the prog_src_register::NegateBase and NegateAbs fields
Brian Paul
2009-04-14
1
-2
/
+2
*
|
r300: cleanup includes
Maciej Cencora
2009-04-19
1
-5
/
+2
*
|
r300: move common fp functions to seperate file
Maciej Cencora
2009-04-19
1
-243
/
+1
*
|
r300: more r300/r500 unification
Maciej Cencora
2009-04-19
1
-3
/
+1
*
|
r300: more prepare for merge
Maciej Cencora
2009-04-19
1
-5
/
+5
*
|
r300: further r300/r500 merge preparation
Maciej Cencora
2009-04-19
1
-1
/
+1
*
|
r300: merge r300/r500 fragment program compiler structure
Maciej Cencora
2009-04-19
1
-1
/
+1
*
|
r300: merge r300/r500 fragment program structures
Maciej Cencora
2009-04-19
1
-10
/
+8
*
|
r300: r300/r500 fp shader merge WIP
Maciej Cencora
2009-04-19
1
-24
/
+22
*
|
r300: cleanup frag prog setup a little
Maciej Cencora
2009-04-17
1
-3
/
+3
|
/
*
mesa: rename, reorder FRAG_RESULT_x tokens
Brian Paul
2009-02-28
1
-2
/
+2
*
r300: Redirect constant TEX coordinates
Nicolai Haehnle
2009-02-14
1
-0
/
+13
*
mesa: added "main/" prefix to includes, remove some -I paths from Makefile.te...
Brian Paul
2008-09-18
1
-3
/
+3
*
r300: Implement ARB_shadow_ambient; add STATE_SHADOW_AMBIENT
Nicolai Haehnle
2008-07-27
1
-8
/
+29
*
r300_fragprog: Use nqssa+dce and program_pair for emit
Nicolai Haehnle
2008-07-12
1
-32
/
+29
*
r300_fragprog: Emulate trigonometric functions in radeon_program_alu
Nicolai Haehnle
2008-07-06
1
-2
/
+3
*
r300: Allow adding parameters during fragprog transform, share LIT code
Nicolai Haehnle
2008-07-06
1
-5
/
+13
*
r300: Correctly scan for used temporary registers
Nicolai Haehnle
2008-07-05
1
-14
/
+14
*
r300: Remove clause stuff for now in favour of a cloned generic gl_program
Nicolai Haehnle
2008-07-05
1
-30
/
+25
*
r300: Fix depth texture in compare mode
Nicolai Haehnle
2008-07-04
1
-23
/
+34
*
r300: Add radeonTransformALU and fix a bug in r300_fragprog DPH
Nicolai Haehnle
2008-06-14
1
-3
/
+6
*
r300_fragprog: Use less complex instructions
Nicolai Haehnle
2008-06-14
1
-28
/
+10
*
r300: Implement GL_ARB_shadow and GL_EXT_shadow_funcs
Nicolai Haehnle
2008-06-14
1
-1
/
+121
*
r300: Add radeonCompilerDump for debugging
Nicolai Haehnle
2008-06-14
1
-0
/
+5
*
r300_fragprog: Refactor TEX transformation
Nicolai Haehnle
2008-06-14
1
-0
/
+131
*
r300: Add radeon_program and trivial refactoring of r300_fragprog to use it
Nicolai Haehnle
2008-06-14
1
-2202
/
+49
*
r300: Do not include r300_fragprog.h from r300_context.h and other cleanups
Nicolai Haehnle
2008-06-14
1
-26
/
+8
*
r300_fragprog: Remove dead declarations, move NOP declarations into source
Nicolai Haehnle
2008-06-14
1
-0
/
+20
*
r300_fragprog: Refactoring and cleanup
Nicolai Haehnle
2008-06-14
1
-353
/
+364
*
r300_fragprog: Remove dead code
Nicolai Haehnle
2008-06-14
1
-10
/
+0
*
r300/r500: Separate fragprog compiler structures
Nicolai Haehnle
2008-06-13
1
-8
/
+84
*
r300: Writing to result.depth in fragment programs (R3xx; only stub for R5xx)
Nicolai Haehnle
2008-06-01
1
-0
/
+2
*
[r300] Fix KIL instruction and swizzling of texture coordinates
Nicolai Haehnle
2008-06-01
1
-39
/
+48
*
R300: cleanup FS code and fill in missing details
Alex Deucher
2008-05-13
1
-105
/
+102
*
Initial r5xx fragment program compiler support.
Corbin Simpson
2008-05-02
1
-0
/
+1
*
r300: Take PROGRAM_CONSTANT into account.
Markus Amsler
2008-03-30
1
-0
/
+1
*
r300: fragprog tex instruction now take writemask into acount.
Jerome Glisse
2007-10-07
1
-1
/
+5
*
r300: Use __FUNCTION__ not __func__.
Oliver McFadden
2007-05-11
1
-1
/
+1
*
r300: Added some more Doxygen documentation and made some functions static.
Oliver McFadden
2007-05-09
1
-6
/
+6
*
r300: Added a few more Doxygen comments.
Christoph Bill
2007-05-09
1
-6
/
+6
*
r300: Converted "rp" variables (r300_fragment_program) to "fp".
Oliver McFadden
2007-05-09
1
-371
/
+371
*
r300: Fixed indenting from previous commit
Oliver McFadden
2007-05-09
1
-1
/
+1
*
r300: Fixed some more function names.
Oliver McFadden
2007-05-09
1
-1
/
+1
*
r300: Last of the indent changes. :)
Oliver McFadden
2007-05-09
1
-1
/
+1
*
r300: Indented r300_fragprog.[ch].
Oliver McFadden
2007-05-09
1
-555
/
+526
*
r300: Fix warnings that were introduced by the glsl merge
Nicolai Haehnle
2007-03-26
1
-2
/
+6
*
merge of glsl-compiler-1 branch
Brian
2007-03-26
1
-2
/
+3
|
\
|
*
merge from master
Brian
2007-03-21
1
-437
/
+871
|
|
\
|
*
\
Merge branch 'origin' into glsl-compiler-1
Brian
2007-03-09
1
-168
/
+146
|
|
\
\
[next]