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
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
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
staging/22.3
staging/23.0
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
/
winsys
/
amdgpu
/
drm
Age
Commit message (
Expand
)
Author
Files
Lines
13 days
winsys/amdgpu: use DMA_BUF_SET_NAME_B if available
Pierre-Eric Pelloux-Prayer
1
-0
/
+13
2023-01-16
ac: don't call ac_query_pci_bus_info from ac_query_gpu_info
Pierre-Eric Pelloux-Prayer
1
-0
/
+2
2022-11-22
gallium: Replace the usage of __FUNCTION__ with __func__ in all gallium code
Yonggang Luo
1
-1
/
+1
2022-10-31
winsys/amdgpu: clamp up the alignment if zero
Sunil Khatri
1
-1
/
+2
2022-10-26
winsys/amdgpu: Set RADEON_FLAG_32BIT again
Michel Dänzer
1
-0
/
+9
2022-10-18
winsys/amdgpu: fix (enable) preemption for chained IBs
Marek Olšák
1
-1
/
+2
2022-10-14
util/mesa/wide: Rename _SIMPLE_MTX_INITIALIZER_NP to SIMPLE_MTX_INITIALIZER
Yonggang Luo
1
-1
/
+1
2022-09-23
winsys/amdgpu: init 'r' before using it
Pierre-Eric Pelloux-Prayer
1
-0
/
+2
2022-08-31
radeonsi/sqtt: set stable pstate if possible
Pierre-Eric Pelloux-Prayer
1
-0
/
+29
2022-08-29
winsys/amdgpu: use cached GTT for command buffers and don't set the 32BIT flag
Marek Olšák
1
-12
/
+5
2022-08-25
winsys/amdgpu: fix non-page-aligned sparse buffer creation
Qiang Yu
1
-1
/
+1
2022-08-19
winsys/amdgpu: change num_rejected_cs to a bool flag
Marek Olšák
2
-5
/
+6
2022-08-19
winsys/amdgpu: flatten huge if and reorder code in amdgpu_cs_submit_ib
Marek Olšák
1
-138
/
+131
2022-08-19
winsys/amdgpu: terminate process on CS rejection when unrobust context is lost
Marek Olšák
1
-1
/
+11
2022-08-19
radeonsi: rename stop_exec_on_failure -> allow_context_lost
Marek Olšák
2
-4
/
+4
2022-08-09
amdgpu/bo: update uses_secure_bos when importing buffers
Pierre-Eric Pelloux-Prayer
1
-0
/
+1
2022-07-27
ac/gpu_info: remove amdgpu_gpu_info parameter from ac_query_gpu_info
Marek Olšák
2
-2
/
+1
2022-07-27
ac/gpu_info: remove vram_size and gtt_size in favor of *_kb variants
Marek Olšák
1
-1
/
+1
2022-06-22
radeon: Support shared memory user pointers.
Jason Volk
1
-1
/
+2
2022-06-15
Revert "winsys/amdgpu: use AMDGPU_IB_FLAG_PREAMBLE for the CS preamble on gfx...
Pierre-Eric Pelloux-Prayer
1
-28
/
+14
2022-06-11
winsys/amdgpu: add a kernel GDS management workaround retrying on -ENOMEM
Marek Olšák
1
-5
/
+17
2022-06-11
winsys/amdgpu: use AMDGPU_IB_FLAG_PREAMBLE for the CS preamble on gfx10+
Marek Olšák
1
-14
/
+28
2022-05-25
winsys/amdgpu-radeon: Allow specifying context priority
Vlad Zahorodnii
1
-3
/
+22
2022-05-19
amd: rename fishes to Navi21, Navi22, Navi23, Navi24, and Rembrandt
Marek Olšák
1
-1
/
+1
2022-05-17
winsys/amdgpu: initialize IB_PREAMBLE in advance
Marek Olšák
1
-3
/
+6
2022-05-17
radeonsi: move CS preamble emission into the winsys
Marek Olšák
1
-0
/
+8
2022-05-16
radeonsi: use AMDGPU_VM_PAGE_NOALLOC to disable MALL (infinity cache)
Marek Olšák
1
-0
/
+4
2022-05-16
radeonsi: use the new flag AMDGPU_GEM_CREATE_DISCARDABLE
Marek Olšák
1
-1
/
+8
2022-05-16
winsys/amdgpu-radeon: clean up code related to heaps
Marek Olšák
1
-18
/
+11
2022-05-16
winsys/amdgpu: handle RADEON_FLAG_ENCRYPTED as a heap modifier
Marek Olšák
4
-63
/
+13
2022-05-16
winsys/amdgpu-radeon: rework how we describe heaps
Marek Olšák
2
-16
/
+6
2022-05-16
radeonsi: rename RADEON_FLAG_UNCACHED -> RADEON_FLAG_GL2_BYPASS
Marek Olšák
1
-1
/
+1
2022-05-13
amd: change chip_class naming to "enum amd_gfx_level gfx_level"
Marek Olšák
2
-10
/
+10
2022-05-10
amd: replace num_rings[type] with ip[type].num_queues
Marek Olšák
1
-1
/
+1
2022-05-10
amd: rename RING_* enums to AMD_IP_*
Marek Olšák
1
-27
/
+27
2022-05-10
amd: rename ring_type --> amd_ip_type and match the kernel enum values
Marek Olšák
2
-25
/
+25
2022-05-10
amd: add chip identification for gfx1100-1103
Marek Olšák
1
-1
/
+3
2022-04-25
winsys/amdgpu: fix a mutex deadlock when we fail to create pipe_screen
Marek Olšák
1
-4
/
+11
2022-04-17
gallium/winsys: move {amdgpu,radeon_drm}_public.h contents into radeon_winsys.h
Marek Olšák
3
-43
/
+1
2022-04-17
gallium: move radeon_winsys.h into gallium/include/winsys/
Marek Olšák
1
-1
/
+1
2022-04-17
gallium: move drivers/radeon/* into drivers/radeonsi/
Marek Olšák
1
-1
/
+1
2022-02-22
winsys/amdgpu: fix a warning of defining radeon_screen_create_t twice
Marek Olšák
1
-3
/
+1
2022-01-11
amd: add SDMA_NOP_PAD
Pierre-Eric Pelloux-Prayer
1
-1
/
+1
2021-12-30
winsys/radeon: change surface_init flags to 64bit
Qiang Yu
1
-1
/
+1
2021-11-08
radeonsi/sqtt: reserve a vmid when sqtt is enabled
Pierre-Eric Pelloux-Prayer
1
-1
/
+2
2021-10-29
winsys/amdgpu: optimize looping inefficiencies in add_bo_fence_dependencies
Marek Olšák
1
-5
/
+9
2021-10-29
winsys/amdgpu: move BO fence array updates to the CS thread
Marek Olšák
1
-21
/
+23
2021-10-29
winsys/amdgpu: don't use ip_instance and ring fields of fence and IB structures
Marek Olšák
1
-13
/
+4
2021-10-29
winsys/amdgpu: increase the BO hash list size
Marek Olšák
1
-1
/
+2
2021-10-29
winsys/amdgpu: don't clear RADEON_USAGE_SYNCHRONIZED for last_added_bo_usage
Marek Olšák
1
-6
/
+9
[next]