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: fix out-of-bounds access for cube arrays
Ilia Mirkin
2015-03-26
1
-1
/
+1
*
tgsi: avoid returning pointer to local var, make it static
Ilia Mirkin
2015-02-21
1
-1
/
+1
*
gallium: add double opcodes and TGSI execution (v4.2)
Dave Airlie
2015-02-20
1
-15
/
+749
*
gallium: Drop the unused CND opcode.
Eric Anholt
2014-11-24
1
-16
/
+0
*
gallium: Drop unused BRA opcode.
Eric Anholt
2014-11-24
1
-4
/
+0
*
gallium: Drop the unused SFL/STR opcodes.
Eric Anholt
2014-11-24
1
-47
/
+0
*
gallium: Drop the unused RFL opcode.
Eric Anholt
2014-11-24
1
-56
/
+0
*
gallium: Drop unused X2D opcode.
Eric Anholt
2014-11-24
1
-45
/
+0
*
gallium: Drop the unused ARA opcode.
Eric Anholt
2014-11-24
1
-4
/
+0
*
gallium: Drop the unused RCC opcode.
Eric Anholt
2014-11-24
1
-20
/
+0
*
gallium: Drop the NRM and NRM4 opcodes.
Eric Anholt
2014-11-24
1
-72
/
+0
*
gallivm,tgsi: fix idiv by zero crash
rconde
2014-09-17
1
-4
/
+4
*
tgsi: (trivial) fix handling msaa resources on TXF
Roland Scheidegger
2014-08-30
1
-1
/
+4
*
tgsi_exec: use defines for max inputs/outputs
Dave Airlie
2014-06-11
1
-3
/
+3
*
tgsi/gs: bound max output vertices in shader
Dave Airlie
2014-06-11
1
-0
/
+8
*
tgsi: add tgsi_exec support for new bit manipulation opcodes
Ilia Mirkin
2014-04-28
1
-0
/
+172
*
gallium/tgsi: correct typo propagated from NV_vertex_program1_1
Erik Faye-Lund
2014-02-07
1
-2
/
+2
*
gallium/tgsi: use CLAMP instead of open-coded clamps
Erik Faye-Lund
2014-02-07
1
-22
/
+4
*
s/Tungsten Graphics/VMware/
José Fonseca
2014-01-17
1
-2
/
+2
*
tgsi_exec: Fix mask calculation for emit_kill_if.
José Fonseca
2013-11-21
1
-0
/
+3
*
gallium: Add support for 32x32 muls with 64 bit results
Zack Rusin
2013-10-09
1
-0
/
+34
*
softpipe: handle NULL sampler views for texture sampling / queries
Roland Scheidegger
2013-08-30
1
-0
/
+1
*
tgsi: implement new float comparison instructions returning integer masks
Roland Scheidegger
2013-08-13
1
-0
/
+60
*
tgsi: obey clarified shift behavior
Roland Scheidegger
2013-08-02
1
-12
/
+27
*
tgsi: handle texel swizzles correctly for d3d10-style sample opcodes
Roland Scheidegger
2013-07-27
1
-5
/
+35
*
gallium: fixup definitions of the rsq and sqrt
Zack Rusin
2013-07-11
1
-8
/
+8
*
tgsi: rename the TGSI fragment kill opcodes
Brian Paul
2013-07-12
1
-7
/
+7
*
tgsi: fix-up KILP comments
Brian Paul
2013-07-12
1
-3
/
+2
*
tgsi: exec TGSI_OPCODE_SQRT as a scalar instruction, not vector
Brian Paul
2013-07-12
1
-1
/
+1
*
tgsi: use X component of the second operand in exec_scalar_binary()
Brian Paul
2013-07-12
1
-1
/
+1
*
tgsi: add buffer texture to tgsi_util_get_texture_coord_dim()
Chia-I Wu
2013-05-27
1
-0
/
+1
*
tgsi: clean up exec_tex()
Chia-I Wu
2013-05-08
1
-168
/
+52
*
gallivm/tgsi: fix up breakc
Roland Scheidegger
2013-04-20
1
-1
/
+2
*
tgsi/exec: geometry shaders are executed on a single primitive
Zack Rusin
2013-04-16
1
-13
/
+17
*
tgsi/exec: fix the udiv and umod instructions
Zack Rusin
2013-04-16
1
-8
/
+8
*
gallium: Disambiguate TGSI_OPCODE_IF.
José Fonseca
2013-04-17
1
-0
/
+22
*
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
[next]