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
/
gallium
/
drivers
/
cell
/
ppu
/
cell_gen_fp.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
gallium/cell: Remove the driver.
Kai Wasserbäch
2011-11-29
1
-2036
/
+0
*
cell: use boolean instead of bool
Roland Scheidegger
2009-12-08
1
-1
/
+1
*
cell: fix TGSI breakage
Brian Paul
2009-12-02
1
-1
/
+1
*
tgsi: rename fields of tgsi_full_src_register to reduce verbosity
Keith Whitwell
2009-11-24
1
-7
/
+7
*
tgsi: rename fields of tgsi_full_dst_register to reduce verbosity
Keith Whitwell
2009-11-24
1
-10
/
+10
*
tgsi: rename fields of tgsi_full_declaration to reduce verbosity
Keith Whitwell
2009-11-24
1
-2
/
+2
*
tgsi: rename fields of tgsi_full_instruction to avoid excessive verbosity
Keith Whitwell
2009-11-24
1
-113
/
+113
*
gallium: remove the swizzling parts of ExtSwizzle
Keith Whitwell
2009-10-23
1
-14
/
+4
*
cell: fix compilation on cell
Marc Dietrich
2009-10-20
1
-2
/
+2
*
cell: fix compilation
Marc Dietrich
2009-08-30
1
-3
/
+3
*
Rename TGSI LOOP instruction to better match theri usage.
Michal Krol
2009-07-31
1
-2
/
+2
*
gallium: simplify tgsi_full_immediate struct
Keith Whitwell
2009-07-22
1
-2
/
+2
*
cell: use tgsi_dump_instruction() instead of spe_comment()
Brian Paul
2009-01-10
1
-101
/
+25
*
cell: fix code emit for RSQ/RCP when src arg == dst arg
Brian Paul
2009-01-05
1
-6
/
+8
*
cell: initial codegen support for fragment shader loops
Brian Paul
2009-01-04
1
-26
/
+193
*
cell: clean-up, improve SPU code generation
Brian Paul
2009-01-04
1
-622
/
+506
*
cell: implement NRM3 opcode
Brian Paul
2008-11-11
1
-0
/
+48
*
cell: add scalar param to emit_function_call() to indicate scalar function calls
Brian Paul
2008-10-29
1
-34
/
+69
*
cell: note that dst reg writing needs clamping
Brian Paul
2008-10-22
1
-0
/
+16
*
cell: implement KIL instruction
Brian Paul
2008-10-16
1
-0
/
+80
*
cell: clean up various texture-related things
Brian Paul
2008-10-16
1
-5
/
+24
*
cell: fall-through case for TGSI_OPCODE_TXB
Brian Paul
2008-10-14
1
-0
/
+2
*
cell: more instruction scheduling optimizations (MIN/MAX/LERP/etc)
Brian Paul
2008-10-10
1
-61
/
+140
*
cell: pass texture unit (sampler number) to txp() function
Brian Paul
2008-10-10
1
-0
/
+4
*
cell: fix function prologue/epilogue code for large stack frames
Brian Paul
2008-10-10
1
-7
/
+37
*
cell: fix LERP when dst reg is a src reg
Brian Paul
2008-10-10
1
-5
/
+7
*
cell: fix fm/fs copy & paste bug from a few commits ago
Brian Paul
2008-10-10
1
-1
/
+1
*
cell: fix bug in emit_FLR() when src reg == dst reg
Brian Paul
2008-10-10
1
-7
/
+6
*
cell: fix bug in emit_FRC() when src register == dst register.
Brian Paul
2008-10-10
1
-7
/
+7
*
cell: implement basic TXP instruction in fragment shaders
Brian Paul
2008-10-09
1
-16
/
+93
*
cell: better immediate value allocation, better comments
Brian Paul
2008-10-09
1
-19
/
+20
*
cell: massage the emit functions to get better instruction scheduling
Brian Paul
2008-10-09
1
-56
/
+74
*
cell: implement function calls from shader code. fslight demo runs now.
Brian Paul
2008-10-08
1
-47
/
+94
*
cell: add support for fragment shader constant buffers
Brian Paul
2008-10-07
1
-1
/
+9
*
cell: fix incorrect extended swizzle term code in get_src_reg()
Brian Paul
2008-10-07
1
-24
/
+26
*
cell: fix formatting
Brian Paul
2008-10-07
1
-6
/
+3
*
cell: checkpoint: more work in emit_function_call()
Brian Paul
2008-09-26
1
-6
/
+39
*
cell: checkpoint: support for function calls in SPU shaders
Brian Paul
2008-09-26
1
-1
/
+80
*
cell: Fixed bug with absolute, negate, set-negative logic in source fetch for...
Jonathan White
2008-09-22
1
-9
/
+5
*
cell: Added TRUNC, SWZ (extended) and XPD instructions, verified against soft...
Jonathan White
2008-09-22
1
-45
/
+156
*
cell: Added DPH instruction and verified against softpipe.
Jonathan White
2008-09-22
1
-0
/
+41
*
cell: Added FRC instruction
Jonathan White
2008-09-19
1
-0
/
+41
*
cell: Added FLR instruction. Verified the following instructions match softp...
Jonathan White
2008-09-19
1
-9
/
+20
*
cell: Fixed bugs with DP3 and DP4, they match softpipe results now.
Jonathan White
2008-09-19
1
-3
/
+37
*
cell: change spe_complement() to take a src and dst reg, like other instructions
Brian Paul
2008-09-19
1
-2
/
+2
*
cell: Added CMP instruction
Jonathan White
2008-09-18
1
-7
/
+7
*
cell: Fix bug with complement logic for SGE and SLE
Jonathan White
2008-09-18
1
-4
/
+38
*
cell: Added SGE and SLE instructions to dispatch function
Jonathan White
2008-09-18
1
-0
/
+4
*
cell: Added SGE and SLE instructions
Jonathan White
2008-09-18
1
-0
/
+62
*
cell: Added RCP and RSQ instruction support.
Jonathan White
2008-09-16
1
-0
/
+48
[next]