index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
amd
/
vulkan
/
radv_image.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
radv/gfx10: disable TC-compat HTILE for multisampled D32_SFLOAT format
Samuel Pitoiset
2019-07-11
1
-2
/
+5
*
radv: Handle cmask being disallowed by addrlib.
Bas Nieuwenhuizen
2019-07-07
1
-0
/
+5
*
radv/gfx10: implement radv_make_buffer_descriptor()
Samuel Pitoiset
2019-07-07
1
-9
/
+25
*
radv/gfx10: implement si_set_mutable_tex_desc_fields()
Samuel Pitoiset
2019-07-07
1
-3
/
+30
*
radv/gfx10: add gfx10_make_texture_descriptor
Samuel Pitoiset
2019-07-07
1
-20
/
+177
*
radv: Support VK_EXT_queue_family_foreign.
Bas Nieuwenhuizen
2019-07-03
1
-2
/
+4
*
radv: only allocate a 32-bit value for the TC-compat range metadata
Samuel Pitoiset
2019-07-03
1
-2
/
+2
*
radv: enable DCC for layers on GFX8
Samuel Pitoiset
2019-07-02
1
-9
/
+23
*
radv: do not enable DCC for mipmapped arrays because performance is worse
Samuel Pitoiset
2019-07-02
1
-0
/
+4
*
radv: clear CMASK layers instead of the whole buffer on GFX8
Samuel Pitoiset
2019-06-25
1
-0
/
+1
*
radv: clear FMASK layers instead of the whole buffer on GFX8
Samuel Pitoiset
2019-06-25
1
-0
/
+1
*
radv: enable DCC for mipmapped color textures on GFX8
Samuel Pitoiset
2019-06-20
1
-2
/
+7
*
radv: implement compressed FMASK texture reads with RADV_PERFTEST=tccompatcmask
Samuel Pitoiset
2019-06-19
1
-0
/
+41
*
radv: allocate DCC metadata for each mip
Samuel Pitoiset
2019-06-17
1
-4
/
+4
*
radv: Add asserts that buffer descriptors are created with valid buffer formats.
Bas Nieuwenhuizen
2019-06-17
1
-0
/
+3
*
radv: rely on ac_compute_cmask() for CMASK info
Samuel Pitoiset
2019-06-17
1
-42
/
+3
*
radv: Always disable DCC on shareable images.
Bas Nieuwenhuizen
2019-06-13
1
-3
/
+1
*
radv: Handle UNDEFINED format in image format list.
Bas Nieuwenhuizen
2019-06-10
1
-0
/
+6
*
radv: enable HTILE for images that might need variable sample locations
Samuel Pitoiset
2019-06-07
1
-7
/
+0
*
radv: Use bo metadata for imported image tiling on Android.
Bas Nieuwenhuizen
2019-06-04
1
-4
/
+57
*
amd/common: use generated register header
Nicolai Hähnle
2019-06-03
1
-1
/
+1
*
amd/common: unify PITCH_GFX6 and PITCH_GFX9
Nicolai Hähnle
2019-06-03
1
-7
/
+7
*
amd/common: cleanup DATA_FORMAT/NUM_FORMAT field names
Nicolai Hähnle
2019-06-03
1
-4
/
+4
*
radv: implement VK_EXT_sample_locations and disable it
Samuel Pitoiset
2019-05-30
1
-0
/
+7
*
ac: rename SI-CIK-VI to GFX6-GFX7-GFX8
Marek Olšák
2019-05-15
1
-9
/
+9
*
radv: fix rowPitch for R32G32B32 formats on GFX9
Samuel Pitoiset
2019-05-06
1
-1
/
+13
*
radv: Use given stride for images imported from Android.
Bas Nieuwenhuizen
2019-05-06
1
-0
/
+28
*
radv: fix radv_get_aspect_format() for D+S formats
Samuel Pitoiset
2019-05-03
1
-0
/
+2
*
radv: Add support for image views with multiple planes.
Bas Nieuwenhuizen
2019-04-25
1
-16
/
+25
*
radv: Add single plane image views & meta operations.
Bas Nieuwenhuizen
2019-04-25
1
-4
/
+40
*
radv: Add multiple planes to images.
Bas Nieuwenhuizen
2019-04-25
1
-76
/
+123
*
radv: Add logic for subsampled format descriptions.
Bas Nieuwenhuizen
2019-04-25
1
-0
/
+3
*
radv: Allow fast clears with concurrent queue mask for some layouts.
Bas Nieuwenhuizen
2019-03-18
1
-6
/
+5
*
radv/winsys: Set winsys bo priority on creation.
Bas Nieuwenhuizen
2019-01-29
1
-1
/
+1
*
radv: remove a few more unnecessary KHR suffixes
Eric Engestrom
2019-01-10
1
-1
/
+1
*
radv: get rid of bunch of KHR suffixes
Samuel Pitoiset
2019-01-09
1
-4
/
+4
*
radv: Work around non-renderable 128bpp compressed 3d textures on GFX9.
Bas Nieuwenhuizen
2018-12-20
1
-0
/
+6
*
radv: don't set surf_index for stencil-only images
Rhys Perry
2018-12-17
1
-1
/
+1
*
radv: don't check if format is depth in radv_image_can_enable_hile()
Samuel Pitoiset
2018-12-13
1
-1
/
+0
*
radv: check if addrlib enabled HTILE in radv_image_can_enable_htile()
Samuel Pitoiset
2018-12-13
1
-1
/
+2
*
radv: add a predicate for reflecting DCC decompression state
Samuel Pitoiset
2018-12-13
1
-1
/
+2
*
radv: rework the TC-compat HTILE hardware bug with COND_EXEC
Samuel Pitoiset
2018-12-05
1
-1
/
+9
*
radv: Check for shareable images in central place.
Bas Nieuwenhuizen
2018-12-04
1
-5
/
+5
*
radv: Clamp gfx9 image view extents to the allocated image extents.
Bas Nieuwenhuizen
2018-11-27
1
-4
/
+2
*
radv: Fix opaque metadata descriptor last layer.
Bas Nieuwenhuizen
2018-11-26
1
-1
/
+1
*
radv: tidy up radv_set_dcc_need_cmask_elim_pred()
Samuel Pitoiset
2018-11-19
1
-1
/
+1
*
radv: add a sanity check for mutable formats and TC-compat HTILE
Samuel Pitoiset
2018-10-01
1
-5
/
+22
*
radv: disable HTILE for very small depth surfaces
Samuel Pitoiset
2018-10-01
1
-1
/
+3
*
radv: Fix CMASK dimensions.
Bas Nieuwenhuizen
2018-09-03
1
-2
/
+2
*
radeonsi: use storage_samples instead of color_samples in most places
Marek Olšák
2018-07-31
1
-1
/
+1
[next]