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
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
staging/22.2
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
Age
Commit message (
Expand
)
Author
Files
Lines
2022-04-13
radv: use load_shared2_amd/store_shared2_amd
22.1-branchpoint
Rhys Perry
1
-0
/
+4
2022-04-13
ac/llvm: implement load_shared2_amd/store_shared2_amd
Rhys Perry
1
-0
/
+38
2022-04-13
aco: implement load_shared2_amd/store_shared2_amd
Rhys Perry
2
-0
/
+63
2022-04-13
aco: handle read2st64/write2st64 in optimizer
Rhys Perry
1
-9
/
+15
2022-04-13
aco: fix signedness of DS_instruction::offset0/1
Rhys Perry
2
-4
/
+4
2022-04-13
nir/opt_load_store_vectorize: create load_shared2_amd/store_shared2_amd
Rhys Perry
2
-15
/
+106
2022-04-13
nir/opt_load_store_vectorize: fix broken indentation
Rhys Perry
1
-21
/
+21
2022-04-13
nir: add load_shared2_amd and store_shared2_amd
Rhys Perry
6
-0
/
+56
2022-04-13
radv: Fix barriers with cp dma
Konstantin Seurer
1
-3
/
+4
2022-04-13
aco: remove register hints entirely
Daniel Schürmann
3
-27
/
+4
2022-04-13
aco: remove occurences of VCC hint
Daniel Schürmann
4
-77
/
+41
2022-04-13
aco: make program->needs_vcc independent of VCC hints
Daniel Schürmann
1
-2
/
+18
2022-04-13
aco/ra: omit VCC affinity on VOPC_SDWA for GFX9+
Daniel Schürmann
1
-1
/
+2
2022-04-13
aco/ra: create VCC-affinities during RA
Daniel Schürmann
1
-10
/
+31
2022-04-13
aco/ra: only use VCC if program->needs_vcc == true
Daniel Schürmann
2
-2
/
+2
2022-04-13
anv: stop using old entrypoint/struct/enum names for 1.3
Lionel Landwerlin
5
-109
/
+109
2022-04-13
nir_to_tgsi: Do the required cleanup for nir_opt_find_array_copies().
Emma Anholt
1
-1
/
+5
2022-04-13
iris: More gracefully fail in resource_from_user_memory
Jason Ekstrand
1
-3
/
+7
2022-04-13
zink: set optimal tiling on swapchain images
Mike Blumenkrantz
1
-0
/
+1
2022-04-13
dzn: Add CI target for vulkan driver
Louis-Francis Ratté-Boulianne
6
-1
/
+995
2022-04-13
dzn: Add a debug flag to enable D3D12 debug layer
Louis-Francis Ratté-Boulianne
2
-1
/
+4
2022-04-13
pvr: Implement vkCreateQueryPool() and vkDestroyQueryPool().
Karmjit Mahil
3
-2
/
+98
2022-04-13
pvr: Add pvrsrvkm visibility test heap.
Karmjit Mahil
3
-6
/
+32
2022-04-13
pvr: Add core count info and pvr_device_runtime_info.
Karmjit Mahil
6
-4
/
+83
2022-04-13
v3dv: Add emulated timeline semaphore support
Jason Ekstrand
2
-2
/
+16
2022-04-13
v3dv: Use the core version property helpers
Jason Ekstrand
1
-116
/
+84
2022-04-13
v3dv: Use the core version feature helpers
Jason Ekstrand
1
-105
/
+10
2022-04-13
v3dv: Switch to the common submit framework
Jason Ekstrand
5
-1554
/
+389
2022-04-13
v3dv: Always wait on last_job_syncs if job->serialize
Jason Ekstrand
1
-27
/
+26
2022-04-13
v3dv: Add a condition variable for queries
Jason Ekstrand
4
-61
/
+92
2022-04-13
v3dv: Use util/os_time helpers
Jason Ekstrand
2
-23
/
+3
2022-04-13
v3dv: Switch to the common device lost tracking
Jason Ekstrand
3
-15
/
+33
2022-04-13
v3dv: Destroy the device mutex on the teardown path
Jason Ekstrand
1
-0
/
+1
2022-04-13
v3dv: Don't use pthread functions on c11 mutexes
Jason Ekstrand
2
-11
/
+11
2022-04-13
v3dv: Put indirect compute CSD jobs in the job list
Jason Ekstrand
2
-18
/
+1
2022-04-13
v3dv: Stop directly setting vk_device::alloc
Jason Ekstrand
1
-5
/
+0
2022-04-13
vulkan/drm_syncobj: Implement WAIT_PENDING with a sync_file lookup
Jason Ekstrand
1
-3
/
+83
2022-04-13
aco: remove old global access intrinsics
Rhys Perry
2
-68
/
+8
2022-04-13
radv,ac/nir: lower global access to _amd global access intrinsics
Rhys Perry
4
-0
/
+193
2022-04-13
aco: increase global_load_params.max_const_offset_plus_one
Rhys Perry
1
-1
/
+1
2022-04-13
aco: implement _amd global access intrinsics
Rhys Perry
2
-66
/
+261
2022-04-13
ac/llvm: implement _amd global access intrinsics
Rhys Perry
1
-16
/
+60
2022-04-13
nir: add _amd global access intrinsics
Rhys Perry
4
-6
/
+42
2022-04-13
aco: don't expand smem/mubuf global loads
Rhys Perry
1
-14
/
+51
2022-04-13
aco: use saddr for global access with sgpr address
Rhys Perry
1
-18
/
+30
2022-04-13
aco: use vcc for 64-bit vgpr addition
Rhys Perry
1
-2
/
+4
2022-04-13
radv: don't require robust vectorization for nir_var_mem_global
Rhys Perry
1
-1
/
+1
2022-04-13
iris: Don't leak scratch BOs
Jason Ekstrand
1
-0
/
+5
2022-04-13
radv: Only use TES vertex offset 2 for triangles and quads.
Timur Kristóf
1
-1
/
+3
2022-04-13
radv: Fix gs_vgpr_comp_cnt for NGG VS without passthrough mode.
Timur Kristóf
1
-5
/
+14
[next]