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
*
gallium/aux/tgsi_exec.c: Fix various -Wsign-compare
Gert Wollny
2018-06-20
1
-4
/
+4
*
gallium/aux/tgsi_exec.c: remove superfluous parameter from etch_source_d
Gert Wollny
2018-06-20
1
-5
/
+4
*
gallium/aux/tgsi_exec.c: remove superfluous parameter from store_dest_dstret
Gert Wollny
2018-06-20
1
-9
/
+5
*
gallium/aux/tgsi_exec.c: Remove unused parameter from fetch_src_file_channel
Gert Wollny
2018-06-20
1
-10
/
+3
*
gallium/aux/tgsi_exec.c: Remove paramater inst from exec_kill
Gert Wollny
2018-06-20
1
-3
/
+2
*
tgsi/exec: fix LDEXP in softpipe
Nicolai Hähnle
2017-11-16
1
-1
/
+1
*
gallium: add new LOD opcode
Roland Scheidegger
2017-09-30
1
-4
/
+44
*
gallium: add LDEXP TGSI instruction and corresponding cap
Nicolai Hähnle
2017-09-29
1
-0
/
+15
*
tgsi: clarify the semantics of DFRACEXP
Nicolai Hähnle
2017-09-29
1
-9
/
+7
*
llvmpipe, tgsi: hook up dx10 gather4 opcode
Roland Scheidegger
2017-09-07
1
-1
/
+4
*
gallium: remove TGSI opcode SCS
Marek Olšák
2017-08-22
1
-31
/
+0
*
gallium: remove TGSI opcode BREAKC
Marek Olšák
2017-08-22
1
-19
/
+0
*
gallium: remove TGSI opcode XPD
Marek Olšák
2017-08-22
1
-49
/
+0
*
gallium: remove TGSI opcode DPH
Marek Olšák
2017-08-22
1
-33
/
+0
*
gallium: remove TGSI opcode DP2A
Marek Olšák
2017-08-22
1
-29
/
+0
*
gallium: remove TGSI opcodes PUSHA, POPA, SAD, TXQ_LZ
Marek Olšák
2017-08-22
1
-12
/
+0
*
gallium: fixed modulo zero crashes in tgsi interpreter (v2)
Marius Gräfe
2017-06-10
1
-20
/
+20
*
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
[next]