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: use separate structure for indirect address v2
Christian König
2013-03-19
1
-4
/
+4
*
tgsi: remove TGSI_FILE_(IMMEDIATE|TEMP)_ARRAY
Christian König
2013-03-19
1
-41
/
+0
*
tgsi: fix sample_d emit for arrays
Roland Scheidegger
2013-03-14
1
-19
/
+11
*
tgsi/exec: Correctly reset NumOutputs before parsing the shader
Zack Rusin
2013-03-07
1
-3
/
+7
*
tgsi: emit code for SVIEWINFO and SAMPLE_I
Roland Scheidegger
2013-03-11
1
-3
/
+10
*
tgsi: fix wrong reg used for unit for TGSI_OPCODE_TXF
Roland Scheidegger
2013-03-11
1
-2
/
+2
*
tgsi: handle projection modifier for array textures.
Roland Scheidegger
2013-03-05
1
-3
/
+11
*
tgsi: add texel offsets and derivatives to sampler interface
Roland Scheidegger
2013-03-02
1
-76
/
+178
*
softpipe/draw/tgsi: simplify driver/tgsi sampler interface
Roland Scheidegger
2013-02-28
1
-43
/
+38
*
tgsi: Improve execution debugging.
José Fonseca
2013-02-22
1
-5
/
+24
*
gallivm/tgsi: fix src modifier fetching with non-float types.
Roland Scheidegger
2013-02-16
1
-1
/
+1
*
gallium: fix tgsi SAMPLE_L opcode to use separate source for explicit lod
Roland Scheidegger
2013-02-12
1
-1
/
+1
*
softpipe: clean up lod computation
Roland Scheidegger
2013-02-08
1
-48
/
+42
*
softpipe: try to beat new dx10-style sample opcodes into shape
Roland Scheidegger
2013-02-08
1
-67
/
+89
*
tgsi: add support for new SQRT opcode
Brian Paul
2013-02-04
1
-0
/
+14
*
tgsi: Allow TXF from buffers.
José Fonseca
2012-12-04
1
-0
/
+1
*
tgsi: Lift the requirement of indirection being done by ADDR register.
José Fonseca
2012-11-09
1
-1
/
+0
*
softpipe: add ARB_texture_cube_map_array support (v1.1)
Dave Airlie
2012-11-09
1
-30
/
+90
*
tgsi: silence MSVC signed/unsigned comparison warnings
Brian Paul
2012-10-17
1
-1
/
+1
*
Remove useless checks for NULL before freeing
Matt Turner
2012-09-05
1
-16
/
+6
*
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
[next]