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_exec.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
tgsi: remove special-case code for fragment position
Brian Paul
2010-02-05
1
-7
/
+1
*
tgsi: added debugging code to catch divide by zero
Brian Paul
2010-02-03
1
-0
/
+12
*
tgsi: convert CHECK_INF_OR_NAN to inline function
Brian Paul
2010-02-03
1
-8
/
+17
*
tgsi: fix comment
Brian Paul
2010-02-02
1
-1
/
+1
*
gallium: Rename PIPE_MAX_CONSTANT to PIPE_MAX_CONSTANT_BUFFERS.
Michal Krol
2010-01-28
1
-1
/
+1
*
gallium: Implement 2D constant buffers for fragment shader in softpipe.
Michal Krol
2010-01-28
1
-151
/
+116
*
tgsi: Fix behaviour of dimension index.
Michal Krol
2010-01-18
1
-19
/
+22
*
Merge branch 'mesa_7_7_branch'
Jakob Bornecrantz
2010-01-14
1
-0
/
+8
|
\
|
*
tgsi: Silence uninitialized variable warnings.
Vinson Lee
2010-01-08
1
-0
/
+8
*
|
tgsi: Cleanup dot-product opcodes in interpreter.
Michal Krol
2010-01-08
1
-97
/
+130
*
|
gallium: Fix texture sampling with explicit LOD in softpipe.
Michal Krol
2010-01-07
1
-8
/
+22
*
|
gallium: Pass per-element (not per-quad) LOD bias values down to texture samp...
Michal Krol
2010-01-07
1
-33
/
+25
*
|
tgsi: Cleanup exec_tex().
Michal Krol
2010-01-07
1
-49
/
+40
*
|
tgsi: Simplify implementation of few interpreter's instructions.
Michal Krol
2010-01-05
1
-384
/
+311
*
|
tgsi: Treat MOV source operand as FLOAT so modifiers works as expected.
Michal Krol
2010-01-05
1
-1
/
+1
*
|
tgsi: Store ADDR file in interpreter as an int.
Michal Krol
2010-01-05
1
-18
/
+44
*
|
tgsi: Remove dead micro_umod().
Michal Krol
2010-01-05
1
-14
/
+0
*
|
tgsi: Make interpreter aware of float and integer data types.
Michal Krol
2010-01-05
1
-109
/
+133
*
|
gallium: Add UMOD TGSI opcode.
Michal Krol
2010-01-05
1
-0
/
+14
*
|
gallium: Add SWITCH, CASE, DEFAULT and ENDSWITCH opcodes to TGSI.
Michal Krol
2010-01-05
1
-10
/
+140
*
|
tgsi: Cleanup interpreter code for other existing integer opcodes.
Michal Krol
2010-01-05
1
-116
/
+66
*
|
tgsi: Implement new integer opcodes.
Michal Krol
2010-01-05
1
-222
/
+369
*
|
tgsi: Fix assert.
Vinson Lee
2010-01-04
1
-1
/
+1
*
|
draw/tgsi: fix geometry shader input/output swizzling
Zack Rusin
2009-12-25
1
-1
/
+9
*
|
gallium: add geometry shader support to gallium
Zack Rusin
2009-12-25
1
-4
/
+41
*
|
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
[next]