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: remove support for predicates from TGSI (v2)
Marek Olšák
2017-04-01
1
-59
/
+0
*
gallium/tgsi: Treat UCMP sources as floats to match the GLSL-to-TGSI pass exp...
Francisco Jerez
2017-03-15
1
-13
/
+41
*
gallium: remove TGSI_OPCODE_CLAMP
Marek Olšák
2017-02-18
1
-16
/
+0
*
tgsi: implement ddiv opcode
Roland Scheidegger
2017-01-24
1
-0
/
+14
*
gallium: remove TGSI_OPCODE_SUB
Marek Olšák
2017-01-05
1
-4
/
+0
*
gallium: remove TGSI_OPCODE_ABS
Marek Olšák
2017-01-05
1
-4
/
+0
*
tgsi/softpipe: prepare ARB_gpu_shader_int64 support. (v3)
Dave Airlie
2016-09-21
1
-132
/
+541
*
gallium/tgsi: add support for 64-bit integer immediates.
Dave Airlie
2016-09-21
1
-0
/
+2
*
tgsi: Enable returns from within loops
Lars Hamre
2016-09-17
1
-0
/
+4
*
tgsi: use truncf in micro_trunc
Lars Hamre
2016-06-06
1
-4
/
+4
*
tgsi: fix out of bounds access
Rob Clark
2016-05-26
1
-1
/
+1
*
gallium/tgsi: use _mesa_roundevenf in micro_rnd
Lars Hamre
2016-05-26
1
-4
/
+5
*
tgsi: s/Elements/ARRAY_SIZE/
Brian Paul
2016-04-27
1
-6
/
+6
*
tgsi/exec: initialise SysSemanticToIndex array to -1
Dave Airlie
2016-04-27
1
-0
/
+3
*
tgsi/exec: implement restartable machine.
Dave Airlie
2016-04-27
1
-17
/
+33
*
tgsi/exec: make inputs/outputs optional for compute shaders.
Dave Airlie
2016-04-27
1
-19
/
+24
*
tgsi/exec: implement load/store/atomic on MEMORY.
Dave Airlie
2016-04-27
1
-3
/
+146
*
tgsi/exec: split out setting up masks to separate function
Dave Airlie
2016-04-27
1
-9
/
+14
*
tgsi: accept a starting PC value for exec machine.
Dave Airlie
2016-04-27
1
-1
/
+1
*
tgsi: move to using vector for system values.
Dave Airlie
2016-04-27
1
-1
/
+1
*
tgsi/exec: fix system value handling.
Dave Airlie
2016-04-27
1
-3
/
+5
*
tgsi: pass a shader type to the machine create and clean up.
Dave Airlie
2016-04-26
1
-10
/
+10
*
gallium: use PIPE_SHADER_* everywhere, remove TGSI_PROCESSOR_*
Marek Olšák
2016-04-22
1
-8
/
+8
*
tgsi: fix buffer overflow
Thomas Hindoe Paaboel Andersen
2016-04-13
1
-1
/
+1
*
tgsi: add support for buffer/atomic operations to tgsi_exec.
Dave Airlie
2016-04-12
1
-9
/
+208
*
tgsi: silence compiler warning in fetch_sampler_unit()
Samuel Pitoiset
2016-04-01
1
-1
/
+1
*
tgsi: fix out of bounds access in exec_atomop()
Samuel Pitoiset
2016-04-01
1
-1
/
+1
*
tgsi: split tgsi_util_get_texture_coord_dim() function into two
Brian Paul
2016-03-31
1
-2
/
+3
*
tgsi: add support for image operations to tgsi_exec. (v2.1)
Dave Airlie
2016-03-31
1
-1
/
+272
*
tgsi: introduce NonHelperMask
Dave Airlie
2016-03-31
1
-0
/
+2
*
tgsi_exec: handle execmask when doing indirect lookups
Dave Airlie
2016-03-31
1
-3
/
+9
*
gallivm, tgsi: provide fake sample_i_ms implementations
Roland Scheidegger
2016-02-18
1
-3
/
+5
*
tgsi: add PK2H/UP2H support
Roland Scheidegger
2016-02-02
1
-2
/
+42
*
tgsi,softpipe: capitalize the tgsi_sampler_control enum values
Brian Paul
2015-09-11
1
-17
/
+17
*
tgsi: Add code for handling lodq opcode
Krzesimir Nowak
2015-09-10
1
-0
/
+46
*
tgsi: Remove trailing backslash in comment
Krzesimir Nowak
2015-09-10
1
-1
/
+1
*
gallium: replace INLINE with inline
Ilia Mirkin
2015-07-21
1
-1
/
+1
*
tgsi: handle indirect sampler arrays. (v2)
Dave Airlie
2015-06-23
1
-4
/
+38
*
tgsi: new comments, assertion for executing TGSI_OPCODE_CAL
Brian Paul
2015-06-19
1
-1
/
+5
*
gallium: remove TGSI_SAT_MINUS_PLUS_ONE
Marek Olšák
2015-05-20
1
-45
/
+6
*
tgsi: handle TG4 opcode in tgsi exec
Dave Airlie
2015-05-20
1
-1
/
+10
*
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
[next]