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
/
auxiliary
/
tgsi
/
tgsi_sse2.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove tgsi_sse2.
José Fonseca
2011-11-08
1
-3106
/
+0
*
gallium: add shadow 1D and 2D array samplers to TGSI
Marek Olšák
2011-09-10
1
-0
/
+4
*
tgsi: Disable SSE2 code generation.
José Fonseca
2011-03-04
1
-3
/
+20
*
tgsi: add cases for array textures
Brian Paul
2011-01-26
1
-0
/
+2
*
tgsi/sse: add support for system values
Brian Paul
2010-12-08
1
-3
/
+51
*
tgsi: Fix missing test before check
Jakob Bornecrantz
2010-09-22
1
-1
/
+2
*
tgsi: Remove duplicate case value.
Vinson Lee
2010-09-20
1
-1
/
+0
*
tgsi: Actually care what check_soa_dependencies says
Jakob Bornecrantz
2010-09-21
1
-17
/
+39
*
tgsi/sse: fix aos_to_soa() loop to handle num_inputs==0
Brian Paul
2010-09-16
1
-6
/
+9
*
tgsi: we don't support indirect input/output registers in SSE codegen yet
Brian Paul
2010-06-03
1
-6
/
+10
*
tgsi: whitespace cleanup
Brian Paul
2010-06-03
1
-14
/
+2
*
tgis: fix SOA aliasing for MUL instruction in SSE codegen
Brian Paul
2010-05-07
1
-4
/
+11
*
tgsi: make SSE ADD instruction SOA-safe
Brian Paul
2010-05-06
1
-5
/
+13
*
tgsi: code refactoring
Brian Paul
2010-05-06
1
-16
/
+34
*
tgsi: Drop BGNFOR, ENDFOR, REP, and ENDREP opcodes.
José Fonseca
2010-04-27
1
-16
/
+0
*
Merge branch 'mesa_7_7_branch'
Brian Paul
2010-01-08
1
-20
/
+30
|
\
|
*
tgsi: fix SSE code emit for XPD
Brian Paul
2010-01-07
1
-20
/
+30
*
|
gallium: Fix texture sampling with explicit LOD in softpipe.
Michal Krol
2010-01-07
1
-5
/
+7
*
|
gallium: Pass per-element (not per-quad) LOD bias values down to texture samp...
Michal Krol
2010-01-07
1
-1
/
+1
*
|
Remove TGSI_OPCODE_SHR, map existing usage to TGSI_OPCODE_ISHR.
Michal Krol
2010-01-05
1
-1
/
+1
*
|
tgsi: add properties and system value register
Zack Rusin
2009-12-14
1
-1
/
+6
*
|
tgsi: rename fields of tgsi_full_src_register to reduce verbosity
Keith Whitwell
2009-11-24
1
-11
/
+11
*
|
tgsi: rename fields of tgsi_full_dst_register to reduce verbosity
Keith Whitwell
2009-11-24
1
-7
/
+7
*
|
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
-8
/
+8
*
|
gallium: simplify tgsi tokens further
Keith Whitwell
2009-11-24
1
-1
/
+2
|
/
*
gallium: remove the swizzling parts of ExtSwizzle
Keith Whitwell
2009-10-23
1
-26
/
+8
*
Merge branch 'mesa_7_6_branch'
Brian Paul
2009-09-24
1
-5
/
+5
|
\
|
*
tgsi/sse: Pass the lodbias, not zero. More comments.
Brian Paul
2009-09-24
1
-5
/
+5
*
|
tgsi/sse: remove old comments
Brian Paul
2009-09-24
1
-8
/
+0
*
|
tgsi/sse: implement SEQ, SGT, SLE, SNE
Brian Paul
2009-09-24
1
-4
/
+4
*
|
tgsi: handle some src/dst aliasing in tgsi_sse2.c
Keith Whitwell
2009-09-13
1
-8
/
+23
*
|
tgsi: implement saturation
Keith Whitwell
2009-09-12
1
-17
/
+26
|
/
*
tgsi: remove redundant CND0 opcode
Keith Whitwell
2009-09-01
1
-4
/
+0
*
tgsi: check for SOA dependencies in SSE and PPC code generators
Brian Paul
2009-08-20
1
-0
/
+4
*
Merge branch 'mesa_7_5_branch'
Brian Paul
2009-08-18
1
-0
/
+4
|
\
|
*
tgsi/sse: we don't implement saturation modes yet
Brian Paul
2009-08-18
1
-0
/
+4
*
|
tgsi: report opcode name in addition to the number when translation fails
Brian Paul
2009-08-03
1
-2
/
+5
*
|
Rename TGSI LOOP instruction to better match theri usage.
Michal Krol
2009-07-31
1
-2
/
+2
*
|
gallium: fix SSE shadow texture instructions
Brian Paul
2009-07-29
1
-3
/
+3
*
|
gallium: remove deprecated TGSI opcodes
Keith Whitwell
2009-07-23
1
-12
/
+0
*
|
gallium: remove multiple aliases for TGSI opcodes
Keith Whitwell
2009-07-22
1
-16
/
+8
*
|
gallium: simplify tgsi_full_immediate struct
Keith Whitwell
2009-07-22
1
-1
/
+1
*
|
tgsi: get texturing working in vertex shader sse2 path
Keith Whitwell
2009-07-20
1
-6
/
+6
*
|
tgsi: fix regression in indexed const lookups
Keith Whitwell
2009-07-20
1
-2
/
+4
*
|
tgsi: simplify and fix sse KIL implementation
Keith Whitwell
2009-07-16
1
-36
/
+28
*
|
tgsi: initial texturing support on sse path
Keith Whitwell
2009-07-16
1
-19
/
+183
*
|
tgsi: make sse function callout mechanism more generic
Keith Whitwell
2009-07-16
1
-40
/
+48
*
|
tgsi: reduce x86 reg usage in tgsi_sse generated programs
Keith Whitwell
2009-07-16
1
-113
/
+77
*
|
tgsi: make function call code in tgsi_sse.c less opaque
Keith Whitwell
2009-07-16
1
-23
/
+86
|
/
[next]