index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
gallium
/
auxiliary
/
tgsi
Commit message (
Expand
)
Author
Age
Files
Lines
*
gallium: memset() tgsi_exec_machine to all zeros in tgsi_exec_machine_create()
Brian Paul
2009-08-17
1
-8
/
+2
*
tgsi: add simple facility for releasing and reusing temporaries
Keith Whitwell
2009-08-13
2
-4
/
+40
*
tgsi: rename ureg src/dest converters
Keith Whitwell
2009-08-13
1
-3
/
+3
*
tgsi: turn off debugging
Keith Whitwell
2009-08-13
1
-1
/
+1
*
tgsi: use REALLOC for growing token pool
Keith Whitwell
2009-08-13
1
-11
/
+5
*
tgsi: add tgsi_ureg, a simplified tgsi shader builder
Keith Whitwell
2009-08-13
5
-0
/
+1381
*
gallium: fix debug_printf() format string
Brian Paul
2009-08-11
1
-1
/
+1
*
tgsi: report opcode name in addition to the number when translation fails
Brian Paul
2009-08-03
2
-3
/
+9
*
tgsi: added tgsi_get_opcode_name()
Brian Paul
2009-08-03
2
-0
/
+13
*
Rename TGSI LOOP instruction to better match theri usage.
Michal Krol
2009-07-31
6
-21
/
+21
*
tgsi: Add proper constraints to sanity.
Michal Krol
2009-07-30
1
-2
/
+22
*
tgsi: Declare a LOOP register.
Michal Krol
2009-07-30
4
-7
/
+11
*
tgsi: Fix number operands for LOOP/ENDLOOP.
Michal Krol
2009-07-30
1
-2
/
+2
*
tgsi: Document LOOP/ENDLOOP instruction operation.
Michal Krol
2009-07-30
1
-2
/
+18
*
gallium: fix SSE shadow texture instructions
Brian Paul
2009-07-29
1
-3
/
+3
*
gallium: remove deprecated TGSI opcodes
Keith Whitwell
2009-07-23
3
-34
/
+7
*
gallium: Fix PPC build.
Michel Dänzer
2009-07-23
1
-8
/
+8
*
gallium: remove multiple aliases for TGSI opcodes
Keith Whitwell
2009-07-22
5
-163
/
+147
*
gallium: simplify tgsi_full_immediate struct
Keith Whitwell
2009-07-22
10
-36
/
+34
*
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
2
-113
/
+105
*
tgsi: no need to separately malloc input and output arrays
Keith Whitwell
2009-07-16
2
-27
/
+6
*
gallium: reduce recursive include of tgsi_exec.h
Keith Whitwell
2009-07-16
1
-0
/
+1
*
tgsi: make function call code in tgsi_sse.c less opaque
Keith Whitwell
2009-07-16
2
-25
/
+92
*
gallium: proper constructor and destructor for tgsi_exec_machine
Keith Whitwell
2009-07-16
2
-19
/
+48
*
tgsi: update some assertions
Brian Paul
2009-07-10
1
-4
/
+4
*
tgsi: tgsi: add semantic_names[] string for TGSI_SEMANTIC_FACE
Brian Paul
2009-07-10
1
-1
/
+6
*
tgsi: add semantic_names[] string for TGSI_SEMANTIC_FACE
Brian Paul
2009-07-10
1
-1
/
+6
*
tgis: implement indirect addressing for destination registers
Brian Paul
2009-07-10
6
-11
/
+101
*
tgsi: correct handling of return value from util_vsnprintf
Keith Whitwell
2009-06-26
1
-5
/
+13
*
tgsi: increase MAX_LABELS to 4096
Brian Paul
2009-06-04
1
-1
/
+1
*
gallium/tgsi: hack around linker/archiver breakage
Keith Whitwell
2009-05-08
1
-0
/
+27
*
tgsi: added tgsi_check_soa_dependencies() and related debug code (disabled)
Brian Paul
2009-04-29
1
-0
/
+62
*
tgis: SSE code generator doesn't yet support indirect addressing of temp regs
Brian Paul
2009-04-24
1
-0
/
+29
*
tgsi/sse2: Cleanup NRM/NRM4 implementation.
Michal Krol
2009-04-10
1
-25
/
+76
*
tgsi/sse2: Fix build.
Michal Krol
2009-04-09
1
-1
/
+1
*
tgsi/sse2: Fix ARL instruction.
Michal Krol
2009-04-09
1
-0
/
+1
*
tgsi/sse2: Fix LIT instruction.
Michal Krol
2009-04-09
1
-1
/
+1
*
tgsi/exec: Actually enable switch-case for FLR.
Michal Krol
2009-04-03
1
-1
/
+1
*
tgsi/text: Allow optional component selection for indirect registers.
Michal Krol
2009-04-03
1
-5
/
+38
*
tgsi/text: Allow `-|src|` variant of `-(|src|)`.
Michal Krol
2009-04-03
1
-3
/
+11
*
tgsi: Fix structure members initialisation.
Michal Krol
2009-04-01
1
-116
/
+116
*
tgsi: Lookup alternate instruction mnemonics when parsing tgsi text.
Michal Krol
2009-04-01
1
-1
/
+21
*
tgsi: Provide alternate instruction mnemonics in tgsi info.
Michal Krol
2009-04-01
2
-29
/
+31
*
tgsi/doc: Fix typo.
Michal Krol
2009-04-01
1
-1
/
+1
*
tgsi: added some helpful debug functions in the tgsi interpreter
Brian Paul
2009-03-31
1
-0
/
+53
[next]