radv/meta: add resolve pass using fragment/vertex shaders
[mesa.git] / src / amd / vulkan / radv_private.h
2017-05-07 Dave Airlieradv/meta: add resolve pass using fragment/vertex shaders
2017-05-07 Dave Airlieradv: add subpass resolve compute path
2017-05-07 Dave Airlieradv/meta: add srgb conversion to end of resolve shader.
2017-05-02 Dave Airlieradv: flush more stages when semaphore are waiting.
2017-05-02 Dave Airlieradv: minor pahole related improvements.
2017-05-02 Dave Airlieradv: move some image info into a separate struct.
2017-05-02 Dave Airlieradv: provide a helper for comparing an image extents.
2017-04-19 Bas Nieuwenhuizenradv: Add shader prefetch.
2017-04-19 Bas Nieuwenhuizenradv: Remove binding buffer count.
2017-04-19 Bas Nieuwenhuizenradv: Use host memory pool for non-freeable descriptors.
2017-04-18 Dave Airlieradv/ac: add support for indirect access of descriptor...
2017-04-14 Fredrik Höglundradv: remove the temp descriptor set infrastructure
2017-04-14 Fredrik Höglundradv: add private push descriptors for meta
2017-04-14 Bas Nieuwenhuizenradv: make sizes & offsets 32 bit in radv_descriptor_up...
2017-04-12 Alex Smithradv: Disable primitive restart for non-indexed draws
2017-04-12 Bas Nieuwenhuizenradv: Use an offset instead of pointers for immutable...
2017-04-11 Bas Nieuwenhuizenradv: Implement pipeline statistics queries.
2017-04-11 Bas Nieuwenhuizenradv: Rename query pipeline/set layout.
2017-04-11 Bas Nieuwenhuizenradv: Add occlusion query shader.
2017-04-06 Fredrik Höglundradv: implement VK_KHR_descriptor_update_template
2017-04-06 Fredrik Höglundradv: implement VK_KHR_push_descriptor
2017-04-06 Fredrik Höglundradv: refactor radv_UpdateDescriptorSets
2017-04-03 Dave Airlieradv: overhaul fragment shader sample positions.
2017-03-31 Dave Airlieradv/pipeline: start calculating tess stage.
2017-03-31 Dave Airlieradv: add tessellation ring allocation support. (v2)
2017-03-31 Dave Airlieradv: add support for some device specific tess informa...
2017-03-31 Dave Airlieradv: add helper function to denote if tess is enabled...
2017-03-30 Bas Nieuwenhuizenradv: Use the guard band.
2017-03-30 Bas Nieuwenhuizenradv: Prepare for not using the guard band for lines...
2017-03-29 Bas Nieuwenhuizenradv: Implement sparse image creation.
2017-03-29 Bas Nieuwenhuizenradv: Implement sparse buffer creation.
2017-03-28 Dave Airlieradv: move shader stages calculation to pipeline.
2017-03-28 Dave Airlieradv: move pa_cl_vs_out_cntl calculation to pipeline
2017-03-28 Dave Airlieradv: move calculating fragment shader i/os to pipeline.
2017-03-28 Dave Airlieradv: move shader_z_format calculation to pipeline.
2017-03-28 Dave Airlieradv: move db_shader_control calculation to pipeline.
2017-03-28 Dave Airlieradv: move vgt_gs_mode value to pipeline.
2017-03-28 Dave Airlieradv: fix ia_multi_vgt_param for instanced vs indirect...
2017-03-20 Dave AirlieRevert "radv: fallback to an in-memory cache when no...
2017-03-17 Timothy Arceriradv: fallback to an in-memory cache when no pipline...
2017-03-17 Timothy Arceriradv: always create an fallback pipeline cache
2017-03-15 Bas Nieuwenhuizenradv: Remove unused descriptor set field.
2017-03-07 Fredrik Höglundradv: fix the size of the dynamic_buffers array
2017-03-07 Bas Nieuwenhuizenradv: Use winsys HTILE info.
2017-03-06 Bas Nieuwenhuizenradv: Add L2 writeback.
2017-03-05 Grazvydas Ignotasradv: avoid casting warnings on 32bit
2017-03-05 Bas Nieuwenhuizenradv/amdgpu: Add some debug flags.
2017-03-05 Bas Nieuwenhuizenradv: Cache command buffers in command pool.
2017-02-27 Dave Airlieradv: add support for NV_dedicated_allocation
2017-02-21 Emil Velikovradv: make radv_resolve_entrypoint static
2017-02-21 Emil Velikovradv: remove unused radv_dispatch_table dtable
2017-02-21 Bas Nieuwenhuizenradv: Flush in the initial preamble CS.
2017-02-20 Dave Airlievulkan/wsi/x11: add support to detect if we can support...
2017-02-19 Dave AirlieRevert "radv: detect command buffers that do no work...
2017-02-17 Bas Nieuwenhuizenradv: Use different allocator for descriptor set vram.
2017-02-17 Bas Nieuwenhuizenradv: Never try to create more than max_sets descriptor...
2017-02-14 Dave Airlieradv: fixup IA_MULTI_VGT_PARAM handling.
2017-02-13 Dave Airlieradv: use indirect buffer for initial gfx state.
2017-02-13 Dave Airlieradv: don't pass physical device to si_init_ fns.
2017-02-13 Dave Airlieradv: detect command buffers that do no work and drop...
2017-02-07 Bas Nieuwenhuizenradv: Enable fast clears by default.
2017-02-01 Dave Airlieradv: handle VK_QUEUE_FAMILY_IGNORED in image transitio...
2017-01-30 Dave Airlieradv: emit geometry ring size and pointers via preamble...
2017-01-30 Dave Airlieradv: add gs ring size calculations to pipeline.
2017-01-30 Dave Airlieradv: add pipeline creation support for geometry shader...
2017-01-30 Dave Airlieradv: add code to set gs_table_depth.
2017-01-30 Dave Airlieradv: add small helper to denote when a geom shader...
2017-01-30 Bas Nieuwenhuizenradv: Handle command buffers that need scratch memory.
2017-01-30 Bas Nieuwenhuizenradv: Track scratch usage across pipelines & command...
2017-01-16 Bas Nieuwenhuizenradv: Support multiple devices.
2017-01-16 Bas Nieuwenhuizenradv: Get physical device from radv_device instead...
2017-01-16 Dave Airlieradv/meta: consolidate the depth stencil clear renderpasses
2017-01-14 Andres Rodriguezradv: make device extension setup dynamic
2017-01-14 Andres Rodriguezradv: use a winsys context per-queue, instead of per...
2017-01-13 Grazvydas Ignotasradv: remove some unused macros and functions
2017-01-09 Bas Nieuwenhuizenradv: Create single RADV_DEBUG env var.
2017-01-09 Bas Nieuwenhuizenradv: Dump command buffer on hang.
2017-01-09 Dave Airlieradv: drop unused fields in physical device.
2016-12-27 Bas Nieuwenhuizenradv: Also skip DCC clear flushes for compute.
2016-12-18 Bas Nieuwenhuizenradv: Create an empty CS per ring type.
2016-12-18 Bas Nieuwenhuizenradv: Don't enable CMASK on compute queues.
2016-12-18 Dave Airlieradv: init compute queue and avoid initing transfer...
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: Store queue family in command buffers.
2016-12-18 Dave Airlieradv: start fixing up queue allocate for multiple queues
2016-12-09 Bas Nieuwenhuizenradv: Use enum for memory types.
2016-12-09 Bas Nieuwenhuizenradv: Use enum for memory heaps.
2016-12-09 Bas Nieuwenhuizenradv: Clean up some unused variables.
2016-12-07 Dave Airlieradv: move descriptor set userdata emission to draw...
2016-12-07 Edward O'Callaghanvulkan: use STATIC_ASSERT instead of static_assert
2016-11-28 Emil Velikovradv: Make radv_finishme only warn once per call-site
2016-11-22 Dave Airlieradv: add support for shader stats dump
2016-11-22 Bas Nieuwenhuizenradv: Store UUID in physical device.
2016-11-01 Dave Airlieradv: drop some unused cmask info members.
2016-10-26 Fredrik Höglundradv: mark the fence as submitted and signalled in...
2016-10-19 Dave Airlieradv: port to common wsi codebase
2016-10-18 Dave Airlieradv: drop pointless struct decl.
2016-10-18 Dave Airlieradv: move to using shared vk_alloc inlines.
2016-10-18 Dave Airlieradv: drop local MIN/MAX macros.
next