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: Fix memory leak in out-of-memory path.
Vinson Lee
2011-10-25
1
-7
/
+10
*
tgsi: fix typo in commit 324ac982d8e7
Emil Velikov
2011-09-10
1
-1
/
+1
*
gallium: add TGSI opcodes UARL and UCMP
Bryan Cain
2011-09-10
1
-0
/
+30
*
gallium: add shadow 1D and 2D array samplers to TGSI
Marek Olšák
2011-09-10
1
-0
/
+37
*
tgsi: add support for texture offsets to the TGSI IR. (v2)
Dave Airlie
2011-09-02
1
-2
/
+20
*
tgsi: add TXF support.
Dave Airlie
2011-08-25
1
-1
/
+56
*
tgsi: add TXQ support. (v2)
Dave Airlie
2011-08-25
1
-1
/
+29
*
Merge branch 'glsl-to-tgsi'
Bryan Cain
2011-08-04
1
-1
/
+12
|
\
|
*
tgsi: add support for TGSI_OPCODE_MOD in tgsi_exec
Bryan Cain
2011-08-01
1
-1
/
+12
*
|
tgsi: add some debug/print code in exec_tex(), disabled
Brian Paul
2011-07-06
1
-0
/
+11
|
/
*
tgsi: Update assert.
José Fonseca
2011-03-03
1
-1
/
+1
*
tgsi: defer allocation of huge inputs/outputs until we have a gs
Zack Rusin
2011-03-02
1
-4
/
+41
*
tgsi: add support for 1D/2D texture arrays
Brian Paul
2011-01-25
1
-0
/
+30
*
gallium: implement modern sampling scheme
Zack Rusin
2011-01-24
1
-0
/
+211
*
tgsi: add support for system values to TGSI interpreter
Brian Paul
2010-12-08
1
-3
/
+16
*
tgsi/exec: Get rid of obsolete condition codes.
Michal Krol
2010-11-04
1
-10
/
+0
*
tgsi/exec: Cleanup the remaining arithmetic instructions.
Michal Krol
2010-11-04
1
-378
/
+413
*
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
[next]