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
Age
Commit message (
Expand
)
Author
Files
Lines
3 days
v3dv: add a cl_advance_and_end helper
Iago Toral Quiroga
1
-4
/
+9
5 days
v3dv: ensure we allocate at least the requested space for a CL
Iago Toral Quiroga
1
-1
/
+4
6 days
v3dv: increase BO allocation size when growing CLs
Iago Toral Quiroga
1
-0
/
+5
6 days
v3dv: drop unused field from v3dv_cmd_buffer
Iago Toral Quiroga
2
-7
/
+0
7 days
v3dv: use common code for descriptor update template
Thomas H.P. Andersen
2
-104
/
+3
10 days
v3dv: remove unused clamp_to_transparent_black_border property
Maíra Canal
2
-16
/
+0
11 days
v3dv: enable shaderStorageImageReadWithoutFormat
Alejandro Piñeiro
3
-4
/
+14
11 days
broadcom/compiler: v3d_nir_lower_txf_ms doesn't need v3d_compile
Alejandro Piñeiro
3
-3
/
+3
11 days
v3d: expose more drm formats with SAND128 modifier
EmperorPenguin18
1
-7
/
+28
13 days
v3dv: skip two ycbcr tests
Alejandro Piñeiro
1
-0
/
+5
13 days
v3dv: add support for multi-planar formats, enable YCbCr
Ella Stanforth
21
-478
/
+1306
13 days
v3dv/image: use 64-byte alingment for linear images if needed
Alejandro Piñeiro
1
-1
/
+11
13 days
v3dv: pass alignment to v3dv_buffer_init
Alejandro Piñeiro
3
-7
/
+10
13 days
v3dv/pipeline: rename lower_tex_src_to_offset to lower_tex_src
Alejandro Piñeiro
1
-7
/
+7
13 days
v3dv/format: remove unused v3dv_get_tex_return_size
Alejandro Piñeiro
2
-17
/
+0
13 days
v3dv: add paths to handle partial copies of linear images
Iago Toral Quiroga
3
-7
/
+132
13 days
vulkan/wsi: check if image info was already freed
Alejandro Piñeiro
1
-4
/
+16
2023-01-11
v3dv: expose VK_KHR_shader_integer_dot_product
Iago Toral Quiroga
3
-1
/
+34
2023-01-11
v3d/compiler: remove unused sample_coverage field from fs key.
Iago Toral Quiroga
4
-12
/
+2
2023-01-11
v3dv: fix alpha-to-one for single sample setup
Iago Toral Quiroga
1
-2
/
+4
2023-01-11
v3d: add a debug option to optimize shader compile times
Iago Toral Quiroga
3
-1
/
+5
2023-01-05
v3dv: initialize fd variable for proper error handling
Maíra Canal
1
-1
/
+1
2022-12-25
v3d: Fix race condition in BO imports
Asahi Lina
1
-2
/
+12
2022-12-16
v3dv: be more careful when restoring dirty state after meta operations
Iago Toral Quiroga
6
-25
/
+12
2022-12-16
v3dv: pipeline creation feedback may not request all stages
Iago Toral Quiroga
1
-2
/
+4
2022-12-16
v3dv: honor render area in subpass resolve fallback
Iago Toral Quiroga
1
-3
/
+5
2022-12-16
v3dv: handle depth/stencil resolves we can't implement via TLB
Iago Toral Quiroga
1
-37
/
+65
2022-12-16
v3dv: don't resolve by averaging samples on depth/stencil resolves
Iago Toral Quiroga
1
-1
/
+4
2022-12-16
v3dv: always store/restore attachment state during meta operations
Iago Toral Quiroga
1
-29
/
+41
2022-12-14
v3dv: skip some invalid tests
Eric Engestrom
1
-0
/
+6
2022-12-09
v3dv: Delete VK_KHR_device_group provided entrypoints
Rebecca Mckeever
3
-36
/
+4
2022-12-01
v3dv: fix job serialization for single sync path
Iago Toral Quiroga
1
-3
/
+55
2022-12-01
v3dv: make single-sync paths more explicit
Iago Toral Quiroga
1
-33
/
+35
2022-11-30
v3dv: pre-allocate actual events instead of event descriptors
Iago Toral Quiroga
2
-53
/
+42
2022-11-25
v3dv: allocate copy query pipelines lazily
Iago Toral Quiroga
1
-29
/
+23
2022-11-24
v3dv: specialize query copy pipelines
Iago Toral Quiroga
2
-56
/
+84
2022-11-24
v3dv: allocate one BO for both occlusion results and availability
Iago Toral Quiroga
2
-160
/
+110
2022-11-24
v3dv: reimplement occlusion queries
Iago Toral Quiroga
6
-226
/
+1379
2022-11-24
v3dv: add a helper to create compute pipelines from nir
Iago Toral Quiroga
3
-36
/
+42
2022-11-24
v3dv: reset pending cpu job state once processed
Iago Toral Quiroga
1
-0
/
+1
2022-11-23
v3dv: drop wayland-protocols dep
Simon Ser
1
-1
/
+1
2022-11-22
ci/vc4,v3d: Add headless wayland testing using weston.
Emma Anholt
5
-3
/
+71
2022-11-22
v3d: make format/modifier logic easier to read
Eric Engestrom
1
-7
/
+11
2022-11-21
v3dv: fix multiple typos
Maíra Canal
9
-22
/
+22
2022-11-21
v3d: Minor fixes on sand8 blit based on sand30 modifications
Jose Maria Casanova Crespo
1
-12
/
+20
2022-11-21
v3d: Also expose DRM_FORMAT_MOD_BROADCOM_SAND128 with PIPE_FORMAT_P030
Jose Maria Casanova Crespo
1
-4
/
+19
2022-11-21
v3d: Blit for P030 format with BROADCOM_SAND128 modifier to P010 UIF
Jose Maria Casanova Crespo
3
-0
/
+333
2022-11-20
v3d(v): account for debug flags when using the cache
Eric Engestrom
2
-2
/
+2
2022-11-19
asahi: Add batch tracking logic
Alyssa Rosenzweig
4
-138
/
+315
2022-11-14
v3dv/bo: reset bo and then call gem close
Alejandro Piñeiro
1
-7
/
+12
[next]