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
/
r500_fragprog.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
r300: r500 fragment program fixes
Maciej Cencora
2009-06-11
1
-12
/
+11
*
Merge remote branch 'origin/master' into radeon-rewrite
Dave Airlie
2009-04-22
1
-10
/
+9
|
\
|
*
mesa: merge the prog_src_register::NegateBase and NegateAbs fields
Brian Paul
2009-04-14
1
-10
/
+9
*
|
r300: cleanup includes
Maciej Cencora
2009-04-19
1
-4
/
+0
*
|
r300: move common fp functions to seperate file
Maciej Cencora
2009-04-19
1
-131
/
+1
*
|
r300: more r300/r500 unification
Maciej Cencora
2009-04-19
1
-102
/
+5
*
|
r300: more prepare for merge
Maciej Cencora
2009-04-19
1
-14
/
+7
*
|
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
-5
/
+5
*
|
r300: merge r300/r500 fragment program structures
Maciej Cencora
2009-04-19
1
-23
/
+21
*
|
r300: r300/r500 fp shader merge WIP
Maciej Cencora
2009-04-19
1
-22
/
+22
*
|
r300: cleanup frag prog setup a little
Maciej Cencora
2009-04-17
1
-2
/
+5
|
/
*
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
/
+19
*
r5xx: Add DDX and DDY instructions.
Corbin Simpson
2008-08-17
1
-2
/
+11
*
r300: Implement ARB_shadow_ambient; add STATE_SHADOW_AMBIENT
Nicolai Haehnle
2008-07-27
1
-11
/
+30
*
r500: Handle non-native swizzles in texture instructions
Nicolai Haehnle
2008-07-27
1
-23
/
+66
*
r500: Redirect TEX writes to output registers
Nicolai Haehnle
2008-07-27
1
-0
/
+7
*
r500_fragprog: Major refactoring of final emit
Nicolai Haehnle
2008-07-12
1
-5
/
+3
*
r500: Add "Not quite SSA" and dead code elimination pass
Nicolai Haehnle
2008-07-12
1
-1
/
+66
*
r500_fragprog: Transform trigonometric functions in first pass
Nicolai Haehnle
2008-07-12
1
-3
/
+4
*
r300: Allow adding parameters during fragprog transform, share LIT code
Nicolai Haehnle
2008-07-06
1
-4
/
+8
*
r300: Correctly scan for used temporary registers
Nicolai Haehnle
2008-07-05
1
-9
/
+9
*
r500: Major refactoring of fragment program emit
Nicolai Haehnle
2008-07-05
1
-3
/
+6
*
r300: Remove clause stuff for now in favour of a cloned generic gl_program
Nicolai Haehnle
2008-07-05
1
-27
/
+23
*
r500_fragprog: Cleanup some unused variables and code.
Nicolai Haehnle
2008-07-05
1
-5
/
+0
*
r300: Fix depth texture in compare mode
Nicolai Haehnle
2008-07-04
1
-25
/
+34
*
r5xx: Enable fragment.position, partial ARB_shadow.
Corbin Simpson
2008-06-14
1
-11
/
+7
*
r5xx: Detangle FP fallback and translation switches.
Corbin Simpson
2008-06-14
1
-4
/
+3
*
r5xx: More FP rewriting; fix texrect FP insts.
Corbin Simpson
2008-06-14
1
-75
/
+2
*
r5xx: FP refactor, take one.
Corbin Simpson
2008-06-14
1
-1454
/
+347
*
r300/r500: Separate fragprog compiler structures
Nicolai Haehnle
2008-06-13
1
-10
/
+88
*
r5xx: Fix speedy LIT once and for all.
Corbin Simpson
2008-06-06
1
-61
/
+52
*
r500: add missing brackets around depth testing
Dave Airlie
2008-06-02
1
-1
/
+2
*
r5xx: Enable depth write emission.
Corbin Simpson
2008-06-01
1
-1
/
+5
*
r5xx: Add OPCODE_FLR.
Corbin Simpson
2008-06-01
1
-0
/
+32
*
r5xx: Last emit_sop() for now.
Corbin Simpson
2008-05-31
1
-41
/
+5
*
r5xx: More emit_sop(), stage 2.
Corbin Simpson
2008-05-31
1
-24
/
+14
*
r5xx: Cleanup SOP with emit_sop().
Corbin Simpson
2008-05-31
1
-49
/
+43
*
r5xx: Dump shader constants when dumping program assembly.
Corbin Simpson
2008-05-31
1
-0
/
+13
*
r500: cleanup warnings and include files
Dave Airlie
2008-05-28
1
-2
/
+1
*
r5xx: Add OPCODE_XPD. In working condition, I might add.
Corbin Simpson
2008-05-27
1
-0
/
+60
*
r5xx: Just a few small LIT fixes.
Corbin Simpson
2008-05-27
1
-5
/
+5
*
r5xx: Fix emit_mov() regression.
Corbin Simpson
2008-05-27
1
-0
/
+15
*
r500: the cs is shared per context - doh so don't use for program upload.
Dave Airlie
2008-05-27
1
-7
/
+0
*
r500: need to re-setup inst offset/end for translated programs
Dave Airlie
2008-05-27
1
-0
/
+3
*
r5xx: Fix FP temp counting.
Corbin Simpson
2008-05-26
1
-5
/
+8
*
r5xx: Enhance emit_mov().
Corbin Simpson
2008-05-26
1
-16
/
+11
*
r5xx: Moar LIT.
Corbin Simpson
2008-05-26
1
-55
/
+57
*
r5xx: First stab at LIT.
Corbin Simpson
2008-05-26
1
-0
/
+106
[next]