index
:
~tpalli/mesa
EGL_EXT_image_flush_external
astc_cleanup
automatic_cache_mgmt
debug_resource_list
driver_interface
finish
fix_invariance
flush_rebase
fp64_floor
freedreno-build-fix
glsl_cache
handle_expr
hdr
hdr_metadata
hdr_rebase
iris-timestamp
jenkins
master
mauro_sync_fix
oes_get_program_binary
replacement
scott
state2
switch_2.0
yv12
tapani's mesa experiments
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
amd
Age
Commit message (
Expand
)
Author
Files
Lines
2021-03-30
ci: skip pipeline_barrier tests that currently crash on RADV
Tony Wasserka
2
-0
/
+34
2021-03-30
radv: do not fixup DCC after compute color resolves if DCC stores enabled
Samuel Pitoiset
1
-1
/
+2
2021-03-29
vulkan: Fix descriptor set creation with zero bindings.
Bas Nieuwenhuizen
1
-7
/
+11
2021-03-29
ac/surface: do not allocate FMASK or CMASK for stencil-only surfaces on GFX9+
Samuel Pitoiset
1
-3
/
+8
2021-03-29
radv: require DRM 3.35+
Samuel Pitoiset
11
-477
/
+58
2021-03-29
radv: Only set WRITE_COMPRESS_ENABLE on supported HW.
Bas Nieuwenhuizen
1
-5
/
+6
2021-03-29
aco/tests: fix isel.sparse.clause for LLVM 12+
Rhys Perry
1
-4
/
+15
2021-03-27
android: amd/addrlib: define endianess to build
Mauro Rossi
1
-0
/
+2
2021-03-26
radv: Enable DCC for image stores on GFX10.
Bas Nieuwenhuizen
5
-11
/
+104
2021-03-26
radv: Use 8x8 meta compute workgroups.
Bas Nieuwenhuizen
2
-18
/
+18
2021-03-26
aco/isel: Add documentation for (u)int64->f16 conversion
Tony Wasserka
1
-0
/
+10
2021-03-26
aco/isel: Fix large inputs being truncated in int32->f16 conversions
Tony Wasserka
1
-2
/
+11
2021-03-26
aco/isel: Add documentation and asserts for convert_int
Tony Wasserka
1
-8
/
+29
2021-03-26
aco/isel: Don't request sign extension when truncating signed integers
Tony Wasserka
1
-1
/
+3
2021-03-26
aco/isel: Fix i64/u64->float32 conversion for large inputs
Tony Wasserka
1
-6
/
+33
2021-03-26
aco/isel: Don't emit unsupported i16<->f16 conversion opcodes on GFX6/7
Tony Wasserka
1
-16
/
+66
2021-03-26
radv: report that degenerated triangles are not culled
Samuel Pitoiset
1
-1
/
+1
2021-03-25
amd: update addrlib
Marek Olšák
12
-177
/
+750
2021-03-25
amd/addrlib: define endianess differently
Marek Olšák
2
-9
/
+7
2021-03-25
amd/addrlib: prevent defining regparm differently
Marek Olšák
2
-4
/
+8
2021-03-25
amd/addrlib: add back the incorrect original DCC checking
Marek Olšák
1
-2
/
+3
2021-03-25
aco/ra: remove exec handling for phis
Daniel Schürmann
1
-11
/
+8
2021-03-25
aco/ra: allow m0 in get_reg_specified()
Daniel Schürmann
1
-1
/
+2
2021-03-25
aco/ra: iterate backwards when coalescing phis
Daniel Schürmann
1
-1
/
+3
2021-03-25
aco/ra: refactor SSA repairing during register allocation
Daniel Schürmann
1
-221
/
+169
2021-03-25
aco/ra: split register_file initialization into separate function
Daniel Schürmann
1
-10
/
+17
2021-03-25
aco/ra: split affinity creation into separate function
Daniel Schürmann
1
-8
/
+13
2021-03-25
ac: invalidate metadata after hs_emit_write_tess_factors()
Rhys Perry
1
-1
/
+3
2021-03-24
aco/ra: Avoid unnecessary copying of std::vectors
Tony Wasserka
1
-2
/
+2
2021-03-24
aco/tests: add tests for denormal-aware propagation
Rhys Perry
2
-1
/
+139
2021-03-24
aco: use -1.0*x and 1.0*|x| for fneg/fabs
Rhys Perry
3
-112
/
+171
2021-03-24
aco: don't optimize min(a*1.0, ...) to min(a, ...) on GFX8
Rhys Perry
1
-4
/
+23
2021-03-24
radv: use common entrypoints for VK_KHR_create_renderpass2
Samuel Pitoiset
2
-54
/
+11
2021-03-24
ci: add expected fail for RADV
Rhys Perry
1
-0
/
+1
2021-03-23
ac: Fix emit_split_buffer_store modulus operation.
Vinson Lee
1
-1
/
+1
2021-03-24
radv: Allow DCC for images with modifiers that are read-only.
Bas Nieuwenhuizen
1
-3
/
+6
2021-03-24
radv: Ensure we never decompress or FCE read-only textures.
Bas Nieuwenhuizen
1
-0
/
+15
2021-03-24
radv: Enable sharing with DCC with modifiers.
Bas Nieuwenhuizen
1
-2
/
+3
2021-03-24
radv: Allow extra planes for DCC.
Bas Nieuwenhuizen
1
-1
/
+1
2021-03-23
ci: update list of expected CTS failures for RADV
Samuel Pitoiset
8
-457
/
+313
2021-03-22
vk: consolidate dynamic descriptor binding sorting
Mike Blumenkrantz
1
-26
/
+5
2021-03-22
radv: lower view_index to zero if multiview is disabled
Rhys Perry
3
-15
/
+18
2021-03-22
radv: add RADV_DEBUG=novrsflatshading option
Samuel Pitoiset
3
-0
/
+6
2021-03-22
radv: enable VRS 2x2 coarse shading for flat shading on GFX10.3+
Samuel Pitoiset
2
-11
/
+18
2021-03-22
radv: determine if a pipeline is candidate for flat shading
Samuel Pitoiset
3
-0
/
+26
2021-03-22
radv: gather if the FS uses perspective or linear interpolations
Samuel Pitoiset
2
-1
/
+22
2021-03-22
radv: restore previous MRT CB_SHADER_MASK logic
Samuel Pitoiset
4
-36
/
+1
2021-03-22
radv: Skip 0-sized index buffers only when necessary
Tony Wasserka
1
-4
/
+3
2021-03-22
ac: Add has_zero_index_buffer_bug to ac_gpu_info
Tony Wasserka
2
-0
/
+4
2021-03-22
radv: Fix improper max_index_count argument for indexed draws
Tony Wasserka
1
-2
/
+15
[next]