index
:
mesa/mesa
10.0
10.1
10.2
10.3
10.4
10.5
10.6
11.0
11.1
11.2
12.0
13.0
17.0
17.1
17.2
17.3
18.0
18.1
18.2
18.3
19.0
19.1
19.2
19.3
20.0
20.1
20.2
20.3
21.0
21.1
21.2
21.3
22.0
22.1
7.10
7.11
7.8
7.8-gles
7.9
8.0
9.0
9.1
9.2
gallium-no-rhw-position
main
marge_bot_batch_merge_job
opengl-es-v2
staging/20.0
staging/20.1
staging/20.2
staging/20.3
staging/21.0
staging/21.1
staging/21.2
staging/21.3
staging/22.0
staging/22.1
tess-use-io-semantics
virgl_fix_type_v1
The Mesa 3D Graphics Library (mirrored from https://gitlab.freedesktop.org/mesa/mesa)
brianp
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
gallium
/
auxiliary
/
tgsi
/
tgsi_exec.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-01-26
tgsi_exec: Fix shared var stores for >1 real invocation, and overflow checks.
Emma Anholt
1
-37
/
+19
2022-01-04
tgsi/exec: Simplify indirects now that they always use the ADDR file.
Emma Anholt
1
-46
/
+10
2021-12-22
gallium/tgsi_exec: drop unused function
Thomas H.P. Andersen
1
-17
/
+0
2021-06-04
tgsi_exec: Garbage-collect the FAST_MATH path.
Emma Anholt
1
-26
/
+0
2021-05-05
gallium/tgsi_exec: Simplify bounds checks on the const file.
Eric Anholt
1
-20
/
+14
2021-05-05
tgsi_exec: Mark the store file default case as unreachable.
Eric Anholt
1
-2
/
+1
2021-05-05
tgsi_exec: Drop unused destination dimension support.
Eric Anholt
1
-72
/
+0
2021-05-05
gallium/tgsi_exec: Drop the unused dst_datatypes from dest stores.
Eric Anholt
1
-171
/
+149
2021-05-04
tgsi: Mark the tgsi_exec_channel and tgsi_double_channel ALIGN16.
Eric Anholt
1
-2
/
+2
2021-05-04
tgsi_exec: Use C99 functions for min and max instead of open coding
Ian Romanick
1
-24
/
+18
2021-04-23
tgsi_exec: Fix NaN behavior of min and max
Ian Romanick
1
-16
/
+16
2021-04-23
tgsi_exec: Fix NaN behavior of saturate
Ian Romanick
1
-2
/
+2
2021-03-03
tgsi_exec: Jump over entirely non-taken THEN or ELSE branches.
Eric Anholt
1
-3
/
+10
2021-03-03
tgsi_exec: Roll the loops for condmask handling.
Eric Anholt
1
-24
/
+6
2021-02-23
softpipe: Fix the const buffer overflow check.
Eric Anholt
1
-1
/
+1
2021-01-13
gallium/tgsi: Remove support for f64 src modifiers.
Eric Anholt
1
-6
/
+2
2021-01-13
gallium/tgsi: Assert that we don't see integer abs modifiers.
Eric Anholt
1
-5
/
+2
2021-01-05
gallium/tgsi_exec: Add support for PIPE_CAP_LOAD_CONSTBUF.
Eric Anholt
1
-1
/
+11
2021-01-05
gallium/tgsi_exec: Refactor to fix CS local memory overflow checks.
Eric Anholt
1
-39
/
+19
2021-01-05
gallium/tgsi_exec: Fix assertion failure about missing constbufs.
Eric Anholt
1
-4
/
+3
2021-01-05
gallium/tgsi_exec: Remove unused MaxGeometryShaderOutputs.
Eric Anholt
1
-2
/
+1
2021-01-05
gallium/tgsi_exec: Clean up storage of the pixel kill mask.
Eric Anholt
1
-30
/
+16
2021-01-05
gallium/tgsi_exec: Stop doing the weird allocation of the Addrs array.
Eric Anholt
1
-2
/
+2
2021-01-05
gallium/tgsi_exec: Simplify GS output vertex count tracking.
Eric Anholt
1
-34
/
+12
2020-12-31
gallium/tgsi_exec: Replace the SSBO RESQ-specific interface with lookup.
Eric Anholt
1
-19
/
+9
2020-12-31
gallium/tgsi_exec: Move the SSBO store path to tgsi_exec, too.
Eric Anholt
1
-23
/
+22
2020-12-31
gallium/tgsi_exec: Use the new SSBO lookup interface for SSBO loads.
Eric Anholt
1
-20
/
+17
2020-12-31
gallium/tgsi_exec: Reuse the atomic helper for SSBO atomics.
Eric Anholt
1
-70
/
+23
2020-12-31
gallium/tgsi_exec: Fix shared memory atomic ops.
Eric Anholt
1
-59
/
+70
2020-12-01
tgsi: update fallthrough comments
Pierre-Eric Pelloux-Prayer
1
-2
/
+3
2020-10-06
gallium/util: remove empty file u_half.h
Marek Olšák
1
-1
/
+1
2020-10-06
util: remove util_float_to_half and util_half_to_float wrappers
Marek Olšák
1
-4
/
+4
2020-10-01
Revert F16C series (MR 6774)
Matt Turner
1
-5
/
+5
2020-09-30
gallium/util: remove empty file u_half.h
Marek Olšák
1
-1
/
+1
2020-09-30
util: remove util_float_to_half and util_half_to_float wrappers
Marek Olšák
1
-4
/
+4
2020-09-02
gallium/tgsi_exec: Fix up NumOutputs counting
Eric Anholt
1
-8
/
+2
2020-09-02
gallium/tgsi_exec: Add missing DFLR opcode support.
Eric Anholt
1
-0
/
+14
2019-08-23
tgsi: Remove unused local
Caio Marcelo de Oliveira Filho
1
-1
/
+0
2019-08-20
tgsi: Remove unused tgsi_check_soa_dependencies().
Eric Anholt
1
-55
/
+0
2019-08-20
tgsi: Drop the SSE2 constants setup that's been dead code since 2011.
Eric Anholt
1
-14
/
+0
2019-08-20
tgsi: drop a stale comment
Eric Anholt
1
-3
/
+0
2019-08-14
softpipe: Add support for ARB_derivative_control
Gert Wollny
1
-0
/
+29
2019-07-22
tgsi: fix warning: ‘interp’ may be used uninitialized
Marek Olšák
1
-0
/
+1
2019-05-01
softpipe: Add support for TGSI_OPCODE_INTERP_CENTROID
Gert Wollny
1
-0
/
+42
2019-05-01
softpipe: Add support for TGSI_OPCODE_INTERP_OFFSET
Gert Wollny
1
-0
/
+32
2019-05-01
softpipe: Add (fake) support for TGSI_OPCODE_INTERP_SAMPLE
Gert Wollny
1
-1
/
+40
2019-05-01
softpipe: Add an per-input array for interpolator correctors to machine
Gert Wollny
1
-4
/
+68
2019-05-01
softpipe: Factor out evaluation of the source indices
Gert Wollny
1
-28
/
+41
2019-04-09
tgsi: add support for geometry shader streams.
Dave Airlie
1
-13
/
+47
2019-03-28
softpipe: add indirect store buffer/image unit
Dave Airlie
1
-2
/
+34
[next]