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
*
mesa: merge the prog_src_register::NegateBase and NegateAbs fields
Brian Paul
2009-04-14
1
-10
/
+9
*
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
*
Replace copyright on r500_fragprog.c
Corbin Simpson
2008-05-25
1
-0
/
+3
*
r5xx: Unbreak texture swizzling.
Corbin Simpson
2008-05-25
1
-7
/
+6
*
r5xx: Massive MAD cleanup.
Corbin Simpson
2008-05-25
1
-88
/
+18
*
r5xx: Negation masks for every inst except SWZ.
Corbin Simpson
2008-05-25
1
-1
/
+7
*
r5xx: More emit_alu().
Corbin Simpson
2008-05-25
1
-3
/
+21
*
r5xx: Add emit_mad() for FP.
Corbin Simpson
2008-05-25
1
-2
/
+65
*
r5xx: Consolidate FP tex insts.
Corbin Simpson
2008-05-24
1
-15
/
+5
*
r5xx: Fix SGE/SLT.
Corbin Simpson
2008-05-24
1
-32
/
+64
*
r5xx: Remove some debugging cruft.
Corbin Simpson
2008-05-24
1
-4
/
+1
*
r500: missed a couple of inst4s.
Dave Airlie
2008-05-24
1
-2
/
+1
*
r500: add depth output write
Dave Airlie
2008-05-24
1
-33
/
+36
[next]