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
*
gallium/tgsi: Move interpolation info from tgsi_declaration to a separate token.
Francisco Jerez
2012-05-11
1
-1
/
+1
*
gallium/tgsi: Split sampler views from shader resources.
Francisco Jerez
2012-05-11
1
-7
/
+7
*
gallium: Prefix #defines in tgsi_exec.h with TGSI_
Tom Stellard
2012-01-30
1
-50
/
+50
*
gallium: Unify defines of CHAN_[XYZW] in tgsi_exec.h
Tom Stellard
2012-01-30
1
-175
/
+170
*
tgsi: add TGSI_TEXTURE_SHADOWCUBEMAP
Dave Airlie
2012-01-11
1
-0
/
+2
*
tgsi: add ISSG support
Dave Airlie
2012-01-11
1
-0
/
+14
*
tgsi/softpipe: add VertexID support.
Dave Airlie
2012-01-11
1
-4
/
+10
*
gallium: introduce GLSL based interpolation rules. (v2)
Dave Airlie
2012-01-10
1
-0
/
+4
*
gallium: add an IABS opcode to TGSI
Bryan Cain
2012-01-07
1
-0
/
+4
*
tgsi/softpipe: disable FAST_MATH
Dave Airlie
2012-01-03
1
-1
/
+1
*
softpipe: reorder LIT to fix fp-lit-src-equals-dst
Dave Airlie
2011-12-31
1
-8
/
+8
*
softpipe: fix shadow1d tests.
Dave Airlie
2011-12-19
1
-1
/
+13
*
softpipe: fix shadow 2d texture array sampling
Dave Airlie
2011-12-19
1
-1
/
+10
*
softpipe: fix texture sampling from 1D texture array
Dave Airlie
2011-12-19
1
-0
/
+13
*
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
[next]