index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
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: fix buffer views on SI/CIK.
Dave Airlie
2017-07-24
1
-0
/
+5
*
radv: Don't segfault when exporting an image which hasn't been bound yet.
Bas Nieuwenhuizen
2017-07-24
1
-1
/
+1
*
radv: Generate storage image descriptors unconditionally
Alex Smith
2017-07-22
1
-4
/
+1
*
radv: Set the RADEON_SURF_OPTIMIZE_FOR_SPACE flag for images
Alex Smith
2017-07-18
1
-0
/
+1
*
radv: don't shadow meta_va.
Dave Airlie
2017-07-18
1
-1
/
+1
*
radv: predicate cmask eliminate when using DCC.
Dave Airlie
2017-07-17
1
-4
/
+9
*
radv: set cb base tile swizzles for MRT speedups (v4)
Dave Airlie
2017-07-17
1
-1
/
+10
*
radv: Implement VK_KHR_external_memory
Jason Ekstrand
2017-07-15
1
-1
/
+10
*
radv: Drop support for VK_KHX_external_semaphore_*
Jason Ekstrand
2017-07-15
1
-6
/
+1
*
radv: Fix descriptors for cube images with VK_IMAGE_USAGE_STORAGE_BIT
Alex Smith
2017-07-13
1
-26
/
+53
*
radv: don't overallocate depth/stencil formats
Dave Airlie
2017-07-06
1
-1
/
+1
*
radv: Remove unused args of radv_image_view_init.
Bas Nieuwenhuizen
2017-06-26
1
-4
/
+2
*
radv: set fmask state to all 0s when no fmask. (v2)
Dave Airlie
2017-06-09
1
-1
/
+2
*
radv: add texture descriptor/fmask/cmask support for GFX9
Dave Airlie
2017-06-06
1
-31
/
+158
*
radv: add some misc gfx9 pieces.
Dave Airlie
2017-06-06
1
-0
/
+1
*
radv: split metadata struct into legacy/gfx9 parts.
Dave Airlie
2017-06-06
1
-12
/
+16
*
radv: refactor some texture descriptor state.
Dave Airlie
2017-06-06
1
-9
/
+17
*
radv: prepare fmask surface creation
Dave Airlie
2017-06-05
1
-6
/
+5
*
radv: use ac_surface data structures
Nicolai Hähnle
2017-06-05
1
-26
/
+28
*
radv: rename radeon_surf::bo_{size,alignment} to surf_{size,alignment}
Nicolai Hähnle
2017-06-05
1
-6
/
+6
*
radv: remove unused RADEON_SURF_HAS_SBUFFER_MIPTREE
Nicolai Hähnle
2017-06-05
1
-2
/
+1
*
radv: remove radeon_surf_level::nblk_z
Nicolai Hähnle
2017-06-05
1
-1
/
+1
*
radv: remove radeon_surf_level::dcc_enabled
Nicolai Hähnle
2017-06-05
1
-1
/
+1
*
radv: remove radeon_surf_level::pitch_bytes
Nicolai Hähnle
2017-06-05
1
-9
/
+2
*
radv: add surface helper variable in radv_GetImageSubresourceLayout
Nicolai Hähnle
2017-06-05
1
-6
/
+7
*
radv: Add support for external queue family.
Bas Nieuwenhuizen
2017-06-05
1
-1
/
+6
*
radv: Add queue masks for htile usage determination.
Bas Nieuwenhuizen
2017-05-22
1
-4
/
+8
*
radv: Specify semantics of HTILE layout helpers.
Bas Nieuwenhuizen
2017-05-22
1
-3
/
+6
*
radv: Don't use a separate can_expclear.
Bas Nieuwenhuizen
2017-05-22
1
-7
/
+0
*
radv: drop resolve hack workarounds
Dave Airlie
2017-05-07
1
-62
/
+0
*
radv: set PERF_MOD in sample state like radeonsi.
Dave Airlie
2017-05-07
1
-1
/
+2
*
radv/image: drop blk_d
Dave Airlie
2017-05-03
1
-1
/
+0
*
radv: remove some members of radeon surface.
Dave Airlie
2017-05-03
1
-13
/
+6
*
radv: move some image info into a separate struct.
Dave Airlie
2017-05-03
1
-30
/
+33
*
radv: allocate thin textures as linear.
Dave Airlie
2017-04-13
1
-0
/
+7
*
amd: add texture format definitions for GFX9
Marek Olšák
2017-03-30
1
-4
/
+4
*
amd: resolve remaining definition conflicts with gfx9d.h
Marek Olšák
2017-03-30
1
-3
/
+3
*
radv: Implement sparse image creation.
Bas Nieuwenhuizen
2017-03-29
1
-2
/
+21
*
radv: Use the subresource range in HTILE initialization.
Bas Nieuwenhuizen
2017-03-07
1
-2
/
+1
*
radv: Use winsys HTILE info.
Bas Nieuwenhuizen
2017-03-07
1
-75
/
+8
*
radv: Disable HTILE for textures with multiple layers/levels.
Bas Nieuwenhuizen
2017-03-06
1
-0
/
+3
*
radv: pass FMASK alignment to application
Dave Airlie
2017-02-07
1
-0
/
+1
*
radv: Pass DCC alignment to application.
Bas Nieuwenhuizen
2017-02-07
1
-0
/
+1
*
radv: Pass CMASK alignment to application.
Bas Nieuwenhuizen
2017-02-07
1
-0
/
+1
*
radv: handle VK_QUEUE_FAMILY_IGNORED in image transitions (v3)
Dave Airlie
2017-02-02
1
-4
/
+7
*
radv: Get physical device from radv_device instead of the instance.
Bas Nieuwenhuizen
2017-01-16
1
-9
/
+9
*
radv: Create single RADV_DEBUG env var.
Bas Nieuwenhuizen
2017-01-09
1
-2
/
+2
*
radv: only allow cmask/dcc in color optimal.
Dave Airlie
2016-12-30
1
-3
/
+2
*
radv: only allow cmask/dcc on exclusive or concurrent with graphics queue.
Dave Airlie
2016-12-30
1
-3
/
+6
*
radv: Also skip DCC clear flushes for compute.
Bas Nieuwenhuizen
2016-12-27
1
-3
/
+3
[next]