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
*
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
*
tgsi: Condition codes are implied in KILP.
Michal Krol
2009-03-30
1
-3
/
+1
*
tgsi: Explain symbols used in instruction set documentation.
Michal Krol
2009-03-30
1
-0
/
+71
*
tgsi: Document BRA opcode.
Michal Krol
2009-03-30
1
-1
/
+1
*
tgsi: pass zero vector to texture sampler for 1D case instead of NULL
Brian Paul
2009-03-26
1
-1
/
+5
*
tgsi: minor comments
Brian Paul
2009-03-22
1
-2
/
+2
*
tgsi: Document KIL, KILP instructions.
Michal Krol
2009-03-21
1
-2
/
+6
*
tgsi: Document vs_2_0 instruction set operations.
Michal Krol
2009-03-19
1
-0
/
+14
*
tgsi: Document vs_1_1 instruction set operations.
Michal Krol
2009-03-19
1
-0
/
+14
*
tgsi: Begin documenting ps_2_x instruction set operations.
Michal Krol
2009-03-19
1
-0
/
+44
*
tgsi: Restore statement ordering.
José Fonseca
2009-03-17
1
-1
/
+1
*
tgsi: Document ps_2_0 instruction set operations.
Michal Krol
2009-03-17
1
-0
/
+57
*
tgsi: Document ps_1_4 instruction set operations.
Michal Krol
2009-03-17
1
-0
/
+9
*
tgsi: Document ps_1_1 instruction set operations.
Michal Krol
2009-03-17
1
-0
/
+9
*
tgsi: Begin documenting GLSL instruction set operations.
Michal Krol
2009-03-17
1
-0
/
+54
*
tgsi: Begin documenting NV_geometry_program4 instruction set operations.
Michal Krol
2009-03-17
1
-0
/
+14
*
tgsi: Silence const pointer cast warnings.
Michal Krol
2009-03-17
1
-4
/
+11
*
tgsi: Begin documenting NV_gpu_program4 instruction set operations.
Michal Krol
2009-03-16
1
-0
/
+107
*
tgsi: Document NV_vertex_program3 instruction set operations.`
Michal Krol
2009-03-16
1
-0
/
+20
*
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: Begin documenting NV_fragment_program2 instruction set operations.
Michal Krol
2009-03-12
1
-0
/
+78
*
tgsi: Begin documenting ARB_fragment_program instruction set operations.
Michal Krol
2009-03-12
1
-0
/
+30
*
tgsi: Document ARB_vertex_program instruction set operations.
Michal Krol
2009-03-12
1
-0
/
+16
*
tgsi: Begin documenting NV_vertex_program2 instruction set operations.
Michal Krol
2009-03-12
1
-0
/
+42
*
tgsi: Implement RFL, SFL, STR, X2D opcodes.
Michal Krol
2009-03-11
1
-5
/
+87
*
tgsi: Begin documenting NV_fragment_program instruction set operations.
Michal Krol
2009-03-11
1
-0
/
+190
*
tgsi: Implement RCC opcode.
Michal Krol
2009-03-11
1
-1
/
+32
*
tgsi: Document NV_vertex_program1_1 instruction set operations.
Michal Krol
2009-03-11
1
-0
/
+28
*
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: ARL is a vector instruction.
Michal Krol
2009-03-10
1
-0
/
+3
*
tgsi: Note that LOG and EXP are approximations.
Michal Krol
2009-03-10
1
-2
/
+2
*
tgsi: Document EXT_vertex_shader instruction set operations.
Michal Krol
2009-03-10
1
-0
/
+108
*
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
*
tgsi: Document ATI_fragment_shader instruction set operations.
Michal Krol
2009-03-09
1
-0
/
+54
*
tgsi: Document NV_vertex_program instruction set operations.
Michal Krol
2009-03-08
1
-0
/
+145
[next]