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
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/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
staging/22.2
staging/22.3
staging/23.0
staging/23.1
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
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
2019-12-13
glsl: move nir_remap_dual_slot_attributes() call out of glsl_to_nir()
Timothy Arceri
3
-7
/
+16
2019-12-12
docs: remove mailing list as way of submitting patches
Timothy Arceri
2
-68
/
+10
2019-12-05
glsl/nir: iterate the system values list when adding varyings
Timothy Arceri
1
-25
/
+36
2019-12-05
glsl: make use of active_shader_mask when building resource list
Timothy Arceri
1
-12
/
+1
2019-12-05
glsl: don't set uniform block as used when its not
Timothy Arceri
2
-2
/
+10
2019-12-05
glsl: move calculate_array_size_and_stride() to link_uniforms.cpp
Timothy Arceri
2
-216
/
+218
[next]