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
7.10
7.11
7.8
7.8-gles
7.9
8.0
9.0
9.1
9.2
amber
gallium-no-rhw-position
main
opengl-es-v2
staging/23.2
staging/23.3
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
Age
Commit message (
Expand
)
Author
Files
Lines
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
2020-01-10
glsl: move uniform resource checks into the common linker code
Timothy Arceri
3
-80
/
+86
2020-01-10
glsl: call check_subroutine_resources() from the nir linker
Timothy Arceri
2
-1
/
+2
2020-01-10
glsl: move check_subroutine_resources() into the shared util code
Timothy Arceri
3
-15
/
+20
2020-01-07
glsl: use nir version of check_image_resources() for nir linker
Timothy Arceri
2
-1
/
+2
2020-01-07
glsl: add check_image_resources() for the nir linker
Timothy Arceri
1
-0
/
+38
2020-01-07
glsl: use nir linker to link atomics
Timothy Arceri
3
-3
/
+15
2020-01-07
mesa: add new UseNIRGLSLLinker constant
Timothy Arceri
1
-0
/
+3
2020-01-07
glsl: reorder link_and_validate_uniforms() calls
Timothy Arceri
1
-1
/
+1
2020-01-07
glsl: add new gl_nir_link_glsl() helper
Timothy Arceri
2
-0
/
+14
2020-01-07
glsl: add gl_nir_link_check_atomic_counter_resources()
Timothy Arceri
2
-0
/
+95
2020-01-07
glsl: rename gl_nir_link() to gl_nir_link_spirv()
Timothy Arceri
4
-7
/
+7
2019-12-13
st/glsl_to_nir: fix SSO validation regression
Timothy Arceri
1
-3
/
+11
2019-12-13
st/glsl_to_nir: use nir based program resource list builder
Timothy Arceri
8
-10
/
+20
2019-12-13
st/glsl_to_nir: call gl_nir_lower_buffers() a little later
Timothy Arceri
1
-1
/
+2
2019-12-13
glsl: add subroutine support to nir_build_program_resource_list()
Timothy Arceri
1
-2
/
+31
2019-12-13
glsl: add support for named varyings in nir_build_program_resource_list()
Timothy Arceri
1
-15
/
+286
2019-12-13
glsl: copy the new data fields when converting to nir
Timothy Arceri
1
-0
/
+4
2019-12-13
nir: add some fields to nir_variable_data
Timothy Arceri
1
-0
/
+28
2019-12-13
glsl: copy the how_declared field when converting to nir
Timothy Arceri
1
-0
/
+10
[next]