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: Don't ignore indirect registers in tgsi_check_soa_dependencies
José Fonseca
2010-09-21
1
-2
/
+4
*
tgsi: fix false CondStackTop==0 assertion
Brian Paul
2010-08-23
1
-0
/
+5
*
tgsi: remove incorrect assertion
Brian Paul
2010-07-30
1
-1
/
+0
*
gallium: implement bounds checking for constant buffers
Brian Paul
2010-07-29
1
-7
/
+46
*
gallium: add a temporary array register file
Zack Rusin
2010-06-18
1
-1
/
+95
*
gallium: add a new register file - immediate array
Zack Rusin
2010-06-18
1
-0
/
+21
*
gs: make sure we end primitives when finishing executing shaders
Zack Rusin
2010-06-15
1
-0
/
+16
*
tgsi: support 2d indirect addressing
Zack Rusin
2010-06-11
1
-1
/
+6
*
tgsi: Implement OPCODE_DIV.
Michal Krol
2010-05-19
1
-1
/
+1
*
tgsi: fix tgsi_exec_machine_bind_shader() to handle NULL tokens, samplers
Brian Paul
2010-05-06
1
-1
/
+20
*
gallium/tgsi: remove unused tgsi_exec_labels code
Brian Paul
2010-05-06
1
-9
/
+0
*
gallium: Remove loop register file.
José Fonseca
2010-05-03
1
-7
/
+0
*
tgsi: Drop BGNFOR, ENDFOR, REP, and ENDREP opcodes.
José Fonseca
2010-04-27
1
-81
/
+0
*
tgsi: add comment about potential code removal
Brian Paul
2010-04-18
1
-0
/
+6
*
tgsi: Cleanup exec code for CLAMP, CMP and CND.
Michal Krol
2010-03-01
1
-28
/
+39
*
tgsi: Remove dead code.
Michal Krol
2010-02-25
1
-12
/
+0
*
tgsi: ifdef out unused function micro_sqrt.
Vinson Lee
2010-02-20
1
-0
/
+2
*
tgsi: Make more exec opcodes look pretty.
Michal Krol
2010-02-19
1
-64
/
+20
*
tgsi: Change prototypes of micro opcodes to explicitly indicates number of args.
Michal Krol
2010-02-19
1
-164
/
+206
*
tgsi: Rewrite exec implementations of NRM and NRM4.
Michal Krol
2010-02-19
1
-61
/
+70
*
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
[next]