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
/
llvmpipe
/
lp_bld_tgsi_soa.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove TGSI_OPCODE_SHR, map existing usage to TGSI_OPCODE_ISHR.
Michal Krol
2010-01-05
1
-1
/
+1
*
Merge branch 'mesa_7_7_branch'
Brian Paul
2009-12-31
1
-2
/
+7
|
\
|
*
llvmpipe: Silence compiler warnings.
Vinson Lee
2009-12-28
1
-1
/
+6
|
*
llvmpipe: Silence compiler warnings.
Vinson Lee
2009-12-28
1
-1
/
+1
*
|
llvmpipe: fix broken TGSI_OPCODE_FRC codegen
Brian Paul
2009-12-16
1
-1
/
+1
*
|
Merge branch 'mesa_7_7_branch'
Andre Maasikas
2009-12-08
1
-3
/
+3
|
\
|
|
*
Merge branch 'mesa_7_6_branch' into mesa_7_7_branch
Andre Maasikas
2009-12-08
1
-3
/
+3
|
|
\
|
|
*
llvmpipe: Initialize variables in emit_instruction.
Vinson Lee
2009-12-07
1
-3
/
+3
*
|
|
tgsi: rename fields of tgsi_full_src_register to reduce verbosity
Keith Whitwell
2009-11-24
1
-8
/
+8
*
|
|
tgsi: rename fields of tgsi_full_dst_register to reduce verbosity
Keith Whitwell
2009-11-24
1
-6
/
+6
*
|
|
tgsi: rename fields of tgsi_full_instruction to avoid excessive verbosity
Keith Whitwell
2009-11-24
1
-8
/
+8
*
|
|
gallium: try and update r300 and nv drivers for tgsi changes
Keith Whitwell
2009-11-24
1
-1
/
+1
|
/
/
*
|
gallium: remove the swizzling parts of ExtSwizzle
Keith Whitwell
2009-10-23
1
-20
/
+6
*
|
gallium: remove noise opcodes
Keith Whitwell
2009-10-23
1
-9
/
+0
*
|
llvmpipe: Make lp_type a regular union.
José Fonseca
2009-09-14
1
-1
/
+1
*
|
llvmpipe: Compute derivatives.
José Fonseca
2009-09-13
1
-4
/
+87
*
|
llvmpipe: Delay storing into the dst register to prevent clobbering the src r...
José Fonseca
2009-09-13
1
-134
/
+103
*
|
llvmpipe: Translate more TGSI opcodes.
José Fonseca
2009-09-13
1
-23
/
+116
*
|
llvmpipe: Update status in README and TODO/FIXME comments throughout the code.
José Fonseca
2009-09-11
1
-13
/
+6
*
|
llvmpipe: Further abstract the texture sampling generation from TGSI translat...
José Fonseca
2009-09-07
1
-8
/
+8
|
/
*
tgsi: remove redundant CND0 opcode
Keith Whitwell
2009-09-01
1
-4
/
+0
*
llvmpipe: Update for changes in master.
José Fonseca
2009-08-29
1
-5
/
+5
*
llvmpipe: Isolate sampling from TGSI translation.
José Fonseca
2009-08-29
1
-83
/
+19
*
llvmpipe: Factor out and optimize the input interpolation.
José Fonseca
2009-08-29
1
-98
/
+8
*
llvmpipe: s/uni/scalar/.
José Fonseca
2009-08-29
1
-2
/
+2
*
llvmpipe: Add a bunch of comments.
José Fonseca
2009-08-29
1
-0
/
+10
*
llvmpipe: Early depth testing.
José Fonseca
2009-08-29
1
-5
/
+14
*
llvmpipe: Centralize mask update logic.
José Fonseca
2009-08-29
1
-17
/
+6
*
llvmpipe: Code generate the position interpolation.
José Fonseca
2009-08-29
1
-1
/
+1
*
llvmpipe: Implement saturation.
José Fonseca
2009-08-29
1
-2
/
+7
*
llvmpipe: Drop the FETCH/STORE macros.
José Fonseca
2009-08-29
1
-272
/
+270
*
llvmpipe: Debug helper function to name llvm intermediate values.
José Fonseca
2009-08-29
1
-9
/
+8
*
llvmpipe: Implement LIT.
José Fonseca
2009-08-29
1
-23
/
+11
*
llvmpipe: Implement comparison opcodes.
José Fonseca
2009-08-29
1
-10
/
+51
*
llvmpipe: Fix translation of KIL with repeated swizzles.
José Fonseca
2009-08-29
1
-7
/
+9
*
llvmpipe: Silence compiler warnings.
José Fonseca
2009-08-29
1
-0
/
+2
*
llvmpipe: Implement KIL.
José Fonseca
2009-08-29
1
-72
/
+29
*
llvmpipe: More verbose error message when failed to translate opcodes.
José Fonseca
2009-08-29
1
-4
/
+4
*
llvmpipe: Pass the interpolation factors as scalars.
José Fonseca
2009-08-29
1
-3
/
+9
*
llvmpipe: Code generate interpolators.
José Fonseca
2009-08-29
1
-30
/
+68
*
llvmpipe: Translate approximate log2/exp2.
José Fonseca
2009-08-29
1
-54
/
+49
*
llvmpipe: Handle a few more TGSI opcodes.
José Fonseca
2009-08-29
1
-79
/
+41
*
llvmpipe: Migrate more SSE2 codegen to LLVM IR.
José Fonseca
2009-08-29
1
-285
/
+251
*
llvmpipe: Reuse coord/texel store.
José Fonseca
2009-08-29
1
-8
/
+11
*
llvmpipe: TGSI -> LLVM SoA IR converstion.
José Fonseca
2009-08-29
1
-0
/
+1534