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
/
tgsi_exec.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
tgsi: Implement BREAKC in interpreter.
Michal Krol
2009-12-22
1
-0
/
+19
*
tgsi: add properties and system value register
Zack Rusin
2009-12-14
1
-1
/
+7
*
Merge commit 'origin/tgsi-simplify-ext'
Keith Whitwell
2009-12-01
1
-72
/
+68
|
\
|
*
tgsi: rename fields of tgsi_full_src_register to reduce verbosity
Keith Whitwell
2009-11-24
1
-30
/
+30
|
*
tgsi: rename fields of tgsi_full_dst_register to reduce verbosity
Keith Whitwell
2009-11-24
1
-18
/
+18
|
*
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
-23
/
+23
|
*
tgsi: reduce repetition of structure name in its members
Keith Whitwell
2009-11-24
1
-4
/
+4
|
*
gallium: simplify tgsi tokens further
Keith Whitwell
2009-11-24
1
-7
/
+3
*
|
tgsi/exec: Fix orientation of DDY.
Michal Krol
2009-11-26
1
-1
/
+1
*
|
tgsi/exec: Force return from a subroutine at ENDSUB.
Michal Krol
2009-11-26
1
-1
/
+27
|
/
*
tgsi: Implement predicated instructions in exec.
Michal Krol
2009-11-24
1
-5
/
+47
*
tgsi: Clamp the source argument in micro_exp2() to avoid Inf.
Michal Krol
2009-11-23
1
-0
/
+18
*
tgsi: Remove code that actually had no effect.
Michal Krol
2009-11-23
1
-4
/
+0
*
tgsi: Fix POSITION and FACE fragment shader inputs.
Michal Krol
2009-11-23
1
-36
/
+41
*
tgsi: Bring BGNFOR/ENDFOR implementation up to spec.
Michal Krol
2009-11-23
1
-12
/
+34
*
tgsi: Fake TXD implementation in exec.
Michal Krol
2009-11-23
1
-1
/
+59
*
tgsi: Add execution debugging facilities to exec.
Michal Krol
2009-11-23
1
-4
/
+63
*
tgsi: Provide ultimate solution for SOA dependencies in exec.
Michal Krol
2009-11-19
1
-162
/
+189
*
tgsi/exec: Exit early on error.
Michal Krol
2009-11-10
1
-1
/
+1
*
tgsi: Update for gallium interface changes.
Michal Krol
2009-11-02
1
-179
/
+20
*
gallium: remove the swizzling parts of ExtSwizzle
Keith Whitwell
2009-10-23
1
-23
/
+11
*
gallium: remove noise opcodes
Keith Whitwell
2009-10-23
1
-16
/
+0
*
tgsi: use new tgsi_call_record to handle execution mask stacks
Brian Paul
2009-09-10
1
-13
/
+31
*
aux/tgsi: pull back ureg work from 0.1 branch
Keith Whitwell
2009-09-03
1
-2
/
+59
*
tgsi: remove redundant CND0 opcode
Keith Whitwell
2009-09-01
1
-10
/
+0
*
tgsi: handle SOA dependencies for MOV/SWZ
Brian Paul
2009-08-20
1
-14
/
+36
*
gallium: memset() tgsi_exec_machine to all zeros in tgsi_exec_machine_create()
Brian Paul
2009-08-17
1
-8
/
+2
*
Rename TGSI LOOP instruction to better match theri usage.
Michal Krol
2009-07-31
1
-4
/
+4
*
gallium: remove deprecated TGSI opcodes
Keith Whitwell
2009-07-23
1
-15
/
+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
-5
/
+5
*
tgsi: no need to separately malloc input and output arrays
Keith Whitwell
2009-07-16
1
-25
/
+3
*
gallium: proper constructor and destructor for tgsi_exec_machine
Keith Whitwell
2009-07-16
1
-5
/
+40
*
tgis: implement indirect addressing for destination registers
Brian Paul
2009-07-10
1
-5
/
+46
*
tgsi: added tgsi_check_soa_dependencies() and related debug code (disabled)
Brian Paul
2009-04-29
1
-0
/
+62
*
tgsi/exec: Actually enable switch-case for FLR.
Michal Krol
2009-04-03
1
-1
/
+1
*
tgsi: added some helpful debug functions in the tgsi interpreter
Brian Paul
2009-03-31
1
-0
/
+53
*
tgsi: pass zero vector to texture sampler for 1D case instead of NULL
Brian Paul
2009-03-26
1
-1
/
+5
*
tgsi: Localise SCS code.
Michal Krol
2009-03-12
1
-8
/
+8
*
tgsi: Rewrite NRM opcode, store 1.0 in W component.
Michal Krol
2009-03-12
1
-23
/
+27
*
tgsi: Implement RFL, SFL, STR, X2D opcodes.
Michal Krol
2009-03-11
1
-5
/
+87
*
tgsi: Implement RCC opcode.
Michal Krol
2009-03-11
1
-1
/
+32
*
tgsi: Untabify.
Michal Krol
2009-03-10
1
-31
/
+31
*
tgsi: Implement CLAMP opcode.
Michal Krol
2009-03-10
1
-7
/
+14
*
tgsi: Consider INDEX, NEGATE, MULTIPLYMATRIX opcodes for removal.
Michal Krol
2009-03-10
1
-0
/
+3
*
tgsi: ARL and FLOOR opcodes have the same implementation.
Michal Krol
2009-03-10
1
-11
/
+2
*
tgsi: Implement CND, CND0 opcodes.
Michal Krol
2009-03-09
1
-2
/
+14
*
tgsi: Remove redundant micro_ge() -- use micro_le().
Michal Krol
2009-03-09
1
-15
/
+1
*
gallium: use the TGSI_TEXTURE_SHADOW1D/2D/RECT texture types for TEX instruct...
Brian Paul
2009-02-20
1
-0
/
+3
[next]