aco: fix non-rtz pack_half_2x16
[mesa.git] / src / amd / vulkan / radv_meta_bufimage.c
2020-06-24 Rhys Perryradv: fix image variable types in meta shaders
2020-01-09 Samuel Pitoisetspirv,nir: add new lod parameter to image_{load,store...
2019-10-23 Samuel Pitoisetradv/gfx10: fix 3D images
2019-08-07 Bas Nieuwenhuizenradv: Add extra struct to image view creation.
2019-07-08 Dave Airlieradv: only use specialised 3D meta paths on GFX9.
2019-04-25 Bas Nieuwenhuizenradv: Add multiple planes to images.
2019-01-20 Karol Herbstnir: replace more nir_load_system_value calls with...
2019-01-09 Samuel Pitoisetradv: get rid of bunch of KHR suffixes
2018-12-04 Dave Airlieradv: use 3d shader for gfx9 copies if dst is 3d
2018-11-14 Karol Herbstnir: replace nir_load_system_value calls with appropiat...
2018-10-26 Samuel Pitoisetradv: implement image to image operations for R32G32B32
2018-10-26 Samuel Pitoisetradv: fix a comment in radv_meta_buffer_to_image_cs_r32...
2018-10-26 Samuel Pitoisetradv: add get_image_stride_for_r32g32b32() helper
2018-10-26 Samuel Pitoisetradv: add create_bview_for_r32g32b32() helper
2018-10-26 Samuel Pitoisetradv: add create_buffer_from_image() helper
2018-10-23 Samuel Pitoisetradv: fix btoi for R32G32B32 when the dest offset is...
2018-10-16 Samuel Pitoisetradv: implement buffer to image operations for R32G32B32
2018-10-11 Samuel Pitoisetradv: implement clear operations for R32G32B32
2018-08-30 Jason Ekstrandradv/meta: Set num_components on image_store intrinsics
2018-06-23 Bas Nieuwenhuizenradv: Remove image_var stores.
2018-06-23 Bas Nieuwenhuizenradv: Use deref instructions for tex derefs in meta...
2018-03-23 Jason Ekstrandnir: Rename image intrinsics to image_var
2018-01-21 Bas Nieuwenhuizenradv: Fix bufimage failure deallocation.
2017-12-28 Dave Airlieradv/gfx9: fix buffer to image for 3d images on compute...
2017-12-28 Dave Airlieradv/gfx9: fix 3d image clears on compute queues
2017-12-28 Dave Airlieradv/gfx9: fix 3d image to image transfers on compute...
2017-12-22 Dave Airlieradv/gfx9: add 3d sampler image->buffer copy shader...
2017-10-18 Samuel Pitoisetradv: remove XtoY_temps structs
2017-10-04 Samuel Pitoisetradv: remove useless checks around radv_CmdBindPipeline()
2017-10-02 Samuel Pitoisetradv: cleanup radv_device_finish_meta_XXX() helpers
2017-10-02 Samuel Pitoisetradv: do not need to double zero-init the meta state...
2017-09-27 Samuel Pitoisetradv: remove useless radv_meta_{begin,end}_XXX() helpers
2017-09-13 Samuel Pitoisetradv: remove useless 'cmd_buffer' param from radv_buffe...
2017-06-25 Bas Nieuwenhuizenradv: Remove unused args of radv_image_view_init.
2017-05-09 Jason Ekstrandnir: Embed the shader_info in the nir_shader again
2017-05-07 Dave Airlieradv: set base/ranges for push constant loads.
2017-05-02 Dave Airlieradv: move some image info into a separate struct.
2017-04-14 Fredrik Höglundradv: use push descriptors in meta
2017-03-08 Dave Airlieradv/ac: fixup texture coord to have right number of...
2017-03-05 Grazvydas Ignotasradv: use VK_NULL_HANDLE for handles
2016-12-18 Dave Airlieradv/meta: update header info
2016-12-18 Dave Airlieradv: clear image implementation for compute queue
2016-12-18 Dave Airlieradv: implement image->image copies using compute shader
2016-12-18 Dave Airlieradv: add a compute shader implementation for buffer...
2016-12-10 Grazvydas Ignotasradv/meta: use VK_NULL_HANDLE for handles
2016-12-08 Dave Airlieradv/meta: clean up buffer->image code.
2016-12-08 Dave Airlieradv: add missing license file to radv_meta_bufimage.
2016-10-26 Timothy Arcerinir/i965/anv/radv/gallium: make shader info a pointer
2016-10-06 Dave Airlieradv: add initial non-conformant radv vulkan driver