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
24.0
24.1
24.2
24.3
7.10
7.11
7.8
7.8-gles
7.9
8.0
9.0
9.1
9.2
a7xx-gmem
amber
aruby-blackberry/gfxstream
elima/radv-video-encode-caps-maxbitrate
explicit-sync
fjdegroo/lnl-giraffe-metrics
main
powervr-mesa-next-wayland
review/fragment_shader_barycentric
staging/23.2
staging/23.3
staging/24.0
staging/24.1
staging/24.2
staging/24.3
uav-counter-meta
vk-no-nir-android
zink-stablefix
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
2024-09-13
etnaviv: limit number of varyings to fit into VS outputs
Lucas Stach
1
-1
/
+5
2024-09-13
etnaviv: validate number of VS outputs against GPU limit
Lucas Stach
1
-0
/
+12
2024-09-13
etnaviv: fix total varying count assertion
Lucas Stach
1
-1
/
+1
2024-09-13
etnaviv: support more VS outputs on halti5 GPUs
Lucas Stach
4
-5
/
+9
2024-09-13
etnaviv: emit all PA shader attributes
Lucas Stach
1
-1
/
+1
2024-09-10
etnaviv: Drop assignment of get_timestamp
Christian Gmeiner
1
-1
/
+0
2024-09-07
etnaviv: set no_integers
Alyssa Rosenzweig
1
-0
/
+1
2024-09-04
etnaviv: singlethread shader variant compiles when dumping shaders
Lucas Stach
1
-1
/
+3
2024-09-04
etnaviv: allow shader machine code dumps in release builds
Lucas Stach
1
-2
/
+0
2024-09-04
etnaviv: wire up missing gl_VertexID bits
Lucas Stach
5
-2
/
+8
2024-09-03
etnaviv: emit SAMPLER_LOG_SIZE on sampler state changes
Lucas Stach
1
-12
/
+15
2024-08-30
etnaviv: Switch to etna_core_has_feature(..) for has_halti2_instructions
Christian Gmeiner
3
-8
/
+4
2024-08-30
etnaviv: Switch to etna_core_has_feature(..) for npot_tex_any_wrap
Christian Gmeiner
3
-5
/
+1
2024-08-30
etnaviv: Switch to stream_count from etna_core_info
Christian Gmeiner
4
-7
/
+4
2024-08-30
etnaviv: Switch to max_registers from etna_core_info
Christian Gmeiner
3
-5
/
+3
2024-08-30
etnaviv: Switch to num_constants from etna_core_info
Christian Gmeiner
2
-7
/
+4
2024-08-30
etnaviv: npu: Drop not used spec values
Christian Gmeiner
2
-7
/
+0
2024-08-30
etnaviv: npu: Switch to use etna_core_info
Christian Gmeiner
5
-37
/
+19
2024-08-30
etnaviv: Switch to vertex_output_buffer_size from etna_core_info
Christian Gmeiner
3
-5
/
+1
2024-08-30
etnaviv: Switch to vertex_cache_size from etna_core_info
Christian Gmeiner
3
-4
/
+1
2024-08-30
etnaviv: Switch to shader_core_count from etna_core_info
Christian Gmeiner
3
-4
/
+3
2024-08-30
etnaviv: Drop has_sin_cos_sqrt and has_sign_floor_ceil
Christian Gmeiner
2
-8
/
+0
2024-08-30
etnaviv: isa: Add conv instruction
Christian Gmeiner
2
-0
/
+16
2024-08-29
etnaviv/ci: drop TEST_PHASE_TIMEOUT_MINUTES that match the default value
Eric Engestrom
1
-1
/
+0
2024-08-29
etnaviv/ci: fix gc2000_piglit test timeout
Eric Engestrom
1
-1
/
+1
2024-08-26
etnaviv: build dependency for the etnaviv tests
David Heidelberg
2
-1
/
+6
2024-08-26
etnaviv: rename enums_h appropriately
David Heidelberg
2
-3
/
+3
2024-08-22
ci/etnaviv: Move manual/nightly jobs to postmerge stage
Daniel Stone
2
-1
/
+2
2024-08-16
egl: Stop requiring texture_3D_image for EGL 1.5
Robert Mader
2
-2
/
+1
2024-08-14
etnaviv: properly set PIPE_CAP_GRAPHICS
Lucas Stach
1
-0
/
+2
2024-08-14
etnaviv: hwdb: add COMPUTE_ONLY cap
Lucas Stach
2
-0
/
+2
2024-08-13
etnaviv: Drop halti from etna_specs
Christian Gmeiner
8
-48
/
+46
2024-08-13
etnaviv: Extend shader structs with etna_core_info
Christian Gmeiner
6
-6
/
+12
2024-08-13
etnaviv: Switch etna_compiler_create(..) to etna_core_info
Christian Gmeiner
3
-9
/
+12
2024-08-13
etnaviv: Move halti determination to drm
Christian Gmeiner
3
-16
/
+27
2024-07-30
etnaviv: drm: use COARSE clock for timeouts when possible
Lucas Stach
1
-1
/
+1
2024-07-30
etnaviv: drm: use COARSE clock for BO cache timing
Lucas Stach
1
-1
/
+1
2024-07-24
etnaviv: Rework uniform handling for UBO addresses
Christian Gmeiner
3
-8
/
+5
2024-07-22
etnaviv: isa: left shift is 3 bit long
Christian Gmeiner
3
-8
/
+9
2024-07-09
etnaviv: isa: Rework branch instruction
Christian Gmeiner
4
-38
/
+66
2024-07-09
etnaviv: isa: Add support for bitset's displayname
Christian Gmeiner
2
-1
/
+7
2024-07-08
etnaviv: always flush pending queries on get_query_result
Lucas Stach
3
-24
/
+14
2024-07-08
etnaviv: drm: don't skip flush when there are active PMRs
Lucas Stach
1
-1
/
+2
2024-07-05
etnaviv: isa: Add support for extended instructions
Christian Gmeiner
2
-1
/
+52
2024-07-05
etnaviv: isa: Drop 1:1 mapping of opc to bits
Christian Gmeiner
1
-7
/
+5
2024-07-03
ci/etnaviv: Drop shaders@glsl-bug-110796 line
Christian Gmeiner
1
-1
/
+0
2024-07-03
etnaviv: isa: Extend disasm test
Christian Gmeiner
3
-26
/
+71
2024-07-03
etnaviv: isa: Add cli assembler
Christian Gmeiner
2
-0
/
+134
2024-07-03
etnaviv: isa: Add C function impl
Christian Gmeiner
3
-0
/
+83
2024-07-03
etnaviv: isa: Add parser module
Christian Gmeiner
4
-2
/
+341
[next]