| Commit message (Expand) | Author | Age | Files | Lines |
* | radv: Add device argument for dcc compression check. | Bas Nieuwenhuizen | 2019-08-07 | 1 | -4/+4 |
* | radv: Pass through render loop detection to internal layout decisions. | Bas Nieuwenhuizen | 2019-08-07 | 1 | -4/+4 |
* | radv: drop incorrect MAYBE_UNUSED | Eric Engestrom | 2019-07-31 | 1 | -2/+2 |
* | radv: check if DCC is enabled per mip not for the whole image | Samuel Pitoiset | 2019-06-18 | 1 | -1/+1 |
* | radv: Decompress DCC when the image format is not allowed for buffers. | Bas Nieuwenhuizen | 2019-06-17 | 1 | -0/+36 |
* | radv: Allow mixed src/dst aspects in copies. | Bas Nieuwenhuizen | 2019-04-25 | 1 | -104/+116 |
* | radv: Add single plane image views & meta operations. | Bas Nieuwenhuizen | 2019-04-25 | 1 | -5/+1 |
* | radv: Fix wrongly positioned paren. | Bas Nieuwenhuizen | 2018-12-21 | 1 | -1/+1 |
* | radv: Work around non-renderable 128bpp compressed 3d textures on GFX9. | Bas Nieuwenhuizen | 2018-12-20 | 1 | -6/+18 |
* | radv: implement image to image operations for R32G32B32 | Samuel Pitoiset | 2018-10-26 | 1 | -2/+6 |
* | radv: implement buffer to image operations for R32G32B32 | Samuel Pitoiset | 2018-10-16 | 1 | -2/+6 |
* | radv: add support for VK_EXT_conditional_rendering | Samuel Pitoiset | 2018-07-18 | 1 | -0/+30 |
* | radv: Cleanup unused prime blit path. | Bas Nieuwenhuizen | 2018-05-21 | 1 | -21/+0 |
* | radv: Fix SRGB compute copies. | Bas Nieuwenhuizen | 2018-05-21 | 1 | -0/+2 |
* | radv: Add support for IMG_DATA_FORMAT_32_32_32. | Bas Nieuwenhuizen | 2018-05-14 | 1 | -0/+1 |
* | radv: add radv_image_is_tc_compat_htile() helper | Samuel Pitoiset | 2018-04-09 | 1 | -1/+1 |
* | radv: add radv_image_has_{cmask,fmask,dcc,htile}() helpers | Samuel Pitoiset | 2018-04-09 | 1 | -2/+2 |
* | radv: Fix CmdCopyImage between uncompressed and compressed images | Alex Smith | 2018-03-14 | 1 | -6/+17 |
* | radv: Fix copying from 3D images starting at non-zero depth. | Bas Nieuwenhuizen | 2018-03-05 | 1 | -0/+3 |
* | radv: Decompress copy destination if formats are incompatible. | Bas Nieuwenhuizen | 2017-12-29 | 1 | -2/+25 |
* | radv: don't do format replacement on tc compat htile surfaces. | Dave Airlie | 2017-12-28 | 1 | -1/+2 |
* | radv: handle depth/stencil image copy with layouts better. (v3.1) | Dave Airlie | 2017-12-22 | 1 | -3/+17 |
* | radv: convert all COMPUTE operations to the RADV_META_SAVE_XXX flags | Samuel Pitoiset | 2017-10-06 | 1 | -32/+23 |
* | radv: add radv_meta_save() helper | Samuel Pitoiset | 2017-10-06 | 1 | -9/+8 |
* | radv: convert all GFX operations to the RADV_META_SAVE_XXX flags | Samuel Pitoiset | 2017-10-06 | 1 | -2/+9 |
* | radv: introduce the concept of meta save flags | Samuel Pitoiset | 2017-10-06 | 1 | -2/+2 |
* | radv: store the amount of saved constants in the compute state | Samuel Pitoiset | 2017-09-27 | 1 | -3/+3 |
* | radv: remove useless radv_meta_{begin,end}_XXX() helpers | Samuel Pitoiset | 2017-09-27 | 1 | -6/+7 |
* | radv/meta: move blit2d to using push constants | Dave Airlie | 2017-05-08 | 1 | -2/+2 |
* | radv: move some image info into a separate struct. | Dave Airlie | 2017-05-03 | 1 | -4/+4 |
* | radv: handle z offset for 3d image <-> buffer copies. | Dave Airlie | 2017-03-07 | 1 | -0/+4 |
* | vulkan/wsi/radv: add initial prime support (v1.1) | Dave Airlie | 2017-02-27 | 1 | -0/+20 |
* | radv: Fix vkCmdCopyImage for 2d slices into 3d Images | Andres Rodriguez | 2017-01-30 | 1 | -1/+4 |
* | radv: implement image->image copies using compute shader | Dave Airlie | 2016-12-18 | 1 | -5/+14 |
* | radv: add a compute shader implementation for buffer to image | Dave Airlie | 2016-12-18 | 1 | -4/+19 |
* | radv/meta: cleanup image info setup. | Dave Airlie | 2016-12-08 | 1 | -19/+13 |
* | radv/meta: split copyimage api into api and meta function | Dave Airlie | 2016-12-08 | 1 | -11/+23 |
* | radv: add initial non-conformant radv vulkan driver | Dave Airlie | 2016-10-07 | 1 | -0/+399 |