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
22.2
22.3
23.0
23.1
23.2
23.3
24.0
24.1
24.2
7.10
7.11
7.8
7.8-gles
7.9
8.0
9.0
9.1
9.2
a7xx-gmem
amber
elima/radv-video-encode-caps-maxbitrate
explicit-sync
fjdegroo/lnl-giraffe-metrics
main
powervr-mesa-next-wayland
review/fragment_shader_barycentric
staging/23.2
staging/23.3
staging/24.0
staging/24.1
staging/24.2
uav-counter-meta
vk-no-nir-android
zink-stablefix
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
Age
Commit message (
Expand
)
Author
Files
Lines
2024-09-25
ci: disable gimark trace
Timothy Arceri
4
-30
/
+34
2024-08-23
ci: bump piglit version
Timothy Arceri
10
-40
/
+4
2024-08-23
glsl: fix function overload resolution at link time
Timothy Arceri
1
-11
/
+5
2024-08-23
glsl: apply implicit matching rules when linking
Timothy Arceri
11
-33
/
+80
2024-08-23
glsl: store has implicit conversions bools in gl_shader
Timothy Arceri
2
-0
/
+5
2024-08-23
glsl: drop double support checks in helper
Timothy Arceri
1
-2
/
+2
2024-04-12
glsl: remove now unused do_dead_functions()
Timothy Arceri
4
-156
/
+0
2024-04-12
glsl: move validate_{stage}_shader_executable() to the nir linker
Timothy Arceri
4
-394
/
+345
2024-04-12
glsl: use info from shader when linking
Timothy Arceri
1
-2
/
+2
2024-04-12
glsl: use shader info to store gs verts
Timothy Arceri
4
-5
/
+2
2024-04-12
glsl: move cross_validate_uniforms() to the nir linker
Timothy Arceri
2
-26
/
+345
2024-04-12
glsl: make validate_intrastage_arrays() usable across files
Timothy Arceri
3
-53
/
+63
2024-04-12
glsl: add some data members to nir_variable
Timothy Arceri
2
-0
/
+15
2024-04-12
glsl: move mode_string() to helper
Timothy Arceri
3
-43
/
+45
2024-03-04
glsl: don't inline functions in glsl ir
Timothy Arceri
2
-65
/
+0
2024-03-04
glsl_to_nir: support conversion of opaque function params
Timothy Arceri
2
-28
/
+27
2024-03-04
glsl_to_nir: support conversion of struct/array function returns
Timothy Arceri
2
-10
/
+13
2024-03-04
glsl_to_nir: support conversion of struct/array function params
Timothy Arceri
2
-14
/
+15
2024-03-04
glsl_to_nir: merge function param handling
Timothy Arceri
3
-43
/
+36
2023-09-07
glsl: ir_function_param_visitor::visit_enter always true condition
Piotr Kocia
6
-7
/
+5
2023-09-07
glsl_to_nir: add more unhandled function types
Timothy Arceri
1
-0
/
+31
2023-09-07
glsl: fix out params in glsl to nir
Timothy Arceri
1
-2
/
+23
2023-07-10
glsl: do vs attribute validation in NIR linker
Timothy Arceri
2
-520
/
+22
2023-07-10
glsl: remove dead varyings before assigning attr locations
Timothy Arceri
2
-12
/
+19
2023-06-23
glsl: call nir_opt_find_array_copies() when linking
Timothy Arceri
1
-0
/
+3
2022-11-14
nir: add another common ffract -> ffloor pattern
Timothy Arceri
1
-0
/
+3
2022-10-17
mesa: add EXT_debug_label support
Timothy Arceri
4
-8
/
+82
2022-10-10
util/radeonsi: enable zerovram workaround for Exanima
Timothy Arceri
1
-0
/
+3
2022-10-10
util/conf: enable init to zero workaround for Exanima
Timothy Arceri
1
-0
/
+4
2021-12-06
mesa: remove old tnl device driver header files
Timothy Arceri
8
-2527
/
+0
2020-12-30
glsl: default to compat shaders in compat profile
Timothy Arceri
1
-4
/
+4
2020-10-21
glsl: relax rule on varying matching for shaders older than 4.00
Timothy Arceri
1
-1
/
+31
2020-07-09
nv50/ir: fix memset on non trivial types warning
Karol Herbst
3
-5
/
+3
2020-07-09
nine: remove unused var
Timothy Arceri
1
-1
/
+0
2020-07-09
zink: fix missing fallthrough comment
Timothy Arceri
1
-0
/
+1
2020-07-09
v3d: remove redefine of VG(x)
Timothy Arceri
1
-8
/
+0
2020-07-09
freedreno: fix missing fallthrough comments
Timothy Arceri
1
-0
/
+1
2020-07-02
nir: add missing break to nir_opt_access()
Timothy Arceri
1
-0
/
+1
2020-07-02
egl: move fallthrough comment so gcc can see it
Timothy Arceri
1
-1
/
+1
2020-07-02
iris: add missing fallthrough comment
Timothy Arceri
1
-0
/
+1
2020-07-02
intel/compiler: add and fix up fallthrough comments for gcc warnings
Timothy Arceri
2
-4
/
+4
2020-07-02
anv: update fallthrough comment so gcc sees it
Timothy Arceri
1
-1
/
+1
2020-07-02
gallivm: add missing break
Timothy Arceri
1
-0
/
+1
2020-07-02
llvmpipe: add missing fallthrough comments
Timothy Arceri
1
-0
/
+3
2020-07-02
i965: add and fix fallthrough comments
Timothy Arceri
4
-6
/
+6
2020-06-17
st_glsl_to_nir: fix potential use after free
Timothy Arceri
1
-2
/
+14
2020-01-12
glsl: fix potential bug in nir uniform linker
Timothy Arceri
1
-7
/
+3
2020-01-10
glsl: call calculate_subroutine_compat() from the nir linker
Timothy Arceri
2
-2
/
+2
2020-01-10
glsl: move calculate_subroutine_compat() to shared linker code
Timothy Arceri
3
-37
/
+41
2020-01-10
glsl: call uniform resource checks from the nir linker
Timothy Arceri
2
-1
/
+2
[next]