radv: Implement VK_EXT_debug_report.
[mesa.git] / src / amd / vulkan / radv_private.h
2018-01-17 Bas Nieuwenhuizenradv: Implement VK_EXT_debug_report.
2018-01-12 Dave Airlieradv: don't emit unneeded vertex state.
2018-01-10 Bas Nieuwenhuizenradv: Implement VK_EXT_discard_rectangles.
2018-01-10 Bas Nieuwenhuizenradv: Add mapping between dynamic state mask and extern...
2018-01-08 Samuel Pitoisetradv: add has_scissor_bug for Vega10 and Raven
2018-01-08 Samuel Pitoisetradv: make shader BOs read-only for the GPU
2018-01-05 Samuel Pitoisetradv: remove unused radv_color_buffer_info::cb_clear_valueX
2017-12-31 Bas Nieuwenhuizenradv: Implement binning on GFX9.
2017-12-29 Bas Nieuwenhuizenradv: Disable DCC for GENERAL layout and compute transf...
2017-12-29 Bas Nieuwenhuizenradv: Make color meta operations layout aware.
2017-12-29 Bas Nieuwenhuizenradv: Add compute DCC decompress.
2017-12-29 Bas Nieuwenhuizenradv: Add GFX DCC decompress.
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/meta: fix blit paths for depth/stencil (v2.1)
2017-12-22 Dave Airlieradv: handle depth/stencil image copy with layouts...
2017-12-22 Dave Airlieradv/gfx9: add support for 3d images to blit 2d paths
2017-12-22 Dave Airlieradv/gfx9: add 3d sampler image->buffer copy shader...
2017-12-19 Samuel Pitoisetradv: create pipeline layout objects for all meta opera...
2017-12-18 Samuel Pitoisetradv: remove useless radv_cmask_info::base_address_reg
2017-12-18 Bas Nieuwenhuizenradv: Implement fences based on syncobjs.
2017-12-14 Samuel Pitoisetradv: store the dispatch initiator into the device
2017-12-08 Samuel Pitoisetradv: only re-mit the index type when it changes
2017-12-08 Samuel Pitoisetradv: track different status of a command buffer
2017-12-07 Alex Smithradv: Add LLVM version to the device name string
2017-12-04 Dave Airlieradv/wsi: drop allocate memory special case
2017-11-30 Samuel Pitoisetradv: remove set but unnecessary radv_color_buffer_info...
2017-11-30 Samuel Pitoisetradv: do not store gfx9_epitch in radv_color_buffer_info
2017-11-20 Samuel Pitoisetradv: use a 16 bytes array for the sampled/storage...
2017-11-15 Samuel Pitoisetradv: replace vb_dirty with RADV_CMD_DIRTY_VERTEX_BUFFER
2017-11-15 Samuel Pitoisetradv: drop radv_cmd_dirty_mask_t typedef
2017-11-15 Samuel Pitoisetradv: use an unsigned 32-bit integer for radv_queue...
2017-11-13 Samuel Pitoisetradv: make radv_emit_framebuffer_state() static
2017-11-13 Samuel Pitoisetradv: prefetch VBO descriptors at the right place
2017-11-13 Dave Airlieradv: move calculating vs out info regs into pipeline.
2017-11-06 Dave Airlieradv: pre-calculate user_data_0 registers and store...
2017-11-06 Dave Airlieradv: move descriptor sets out of cmd_state.
2017-11-06 Dave Airlieradv: add helper for setting a descriptor.
2017-11-06 Dave Airlieradv: move vertex binding out of cmd state.
2017-11-06 Dave Airlieradv: reorder cmd_state to remove a hole.
2017-11-04 Bas Nieuwenhuizenradv: Use an array to store descriptor sets.
2017-11-02 Bas Nieuwenhuizenradv: Don't expose heaps with 0 memory.
2017-11-02 Samuel Pitoisetradv: make radv_bind_descriptor_set() static
2017-11-02 Dave Airlieradv: make sure we set buffers as shareable properly.
2017-10-31 Samuel Pitoisetradv: bail out when binding the same index buffer
2017-10-28 Alex Smithradv: Implement VK_AMD_shader_info
2017-10-27 Samuel Pitoisetradv: make radv_fill_buffer() return the needed flush...
2017-10-26 Samuel Pitoisetradv: store the dynamic state mask into radv_dynamic_state
2017-10-25 Bas Nieuwenhuizenradv: Add single pipeline cache key.
2017-10-24 Dave Airlieradv: only emit dfsm packets if dfsm is allowed.
2017-10-20 Andres Rodriguezradv: factor out radv_alloc_memory
2017-10-20 Andres Rodriguezradv: Implement VK_EXT_global_priority
2017-10-20 Samuel Pitoisetradv: rename RADV_CMD_DIRTY_RENDER_TARGETS to RADV_CMD_...
2017-10-20 Bas Nieuwenhuizenradv: calculate and emit GFX9 GS registers to pipeline...
2017-10-20 Bas Nieuwenhuizenradv: Use control shader presence for detecting tess.
2017-10-19 Dave Airlieradv: drop unused r600_htile_info.
2017-10-19 Bas Nieuwenhuizenradv: Remove remaining hard coded references to VS.
2017-10-17 Timothy Arceriradv: reuse the multiple shader store & load functions...
2017-10-17 Timothy Arceriradv: remove some now unused shader compile code
2017-10-17 Bas Nieuwenhuizenradv: add radv_hash_shaders() helper
2017-10-17 Bas Nieuwenhuizenradv: Add multiple shader cache store & load functions.
2017-10-17 Dave Airlieradv/image: bump all the offset to uint64_t.
2017-10-17 Dave Airlieradv: port to using updated anv entrypoint/extension...
2017-10-12 Dave Airlieradv: take unsafe_math and sisched into account when...
2017-10-12 Samuel Pitoisetradv: add has_clear_state and enable it on CIK+ only
2017-10-11 Timothy Arceriradv: create on-disk shader cache
2017-10-11 Timothy Arceriradv: remove duplicate debug_flags field
2017-10-09 Samuel Pitoisetradv: configure VGT_VERTEX_REUSE at pipeline creation
2017-10-09 Samuel Pitoisetradv: remove unused fields in radv_raster_state
2017-10-06 Samuel Pitoisetradv: add radv_htile_enabled() helper
2017-10-04 Bas Nieuwenhuizenradv: Implement TC compatible HTILE.
2017-10-02 Samuel Pitoisetradv: make radv_dynamic_state_copy() static
2017-10-02 Samuel Pitoisetradv: remove unused radv_meta_state::btoi::render_pass...
2017-10-02 Samuel Pitoisetradv: add radv_vi_dcc_enabled() helper
2017-10-02 Samuel Pitoisetradv: do not need to double zero-init the meta state...
2017-10-02 Samuel Pitoisetradv: use pipeline handles instead of objects for meta...
2017-09-25 Samuel Pitoisetradv: save/restore all viewports/scissors for meta...
2017-09-25 Bas NieuwenhuizenRevert "Revert "radv: fallback to an in-memory cache...
2017-09-25 Samuel Pitoisetradv: make radv_pipeline_init() static
2017-09-25 Samuel Pitoisetradv: make use of ATI_VENDOR_ID everywhere
2017-09-16 Bas Nieuwenhuizenradv: Add code to check if two formats can share DCC...
2017-09-14 Samuel Pitoisetradv: dump the list of enabled options when a hang...
2017-09-13 Samuel Pitoisetradv: remove useless 'cmd_buffer' param from radv_buffe...
2017-09-11 Dave Airlieradv: work out a base ia_multi_vgt_param.
2017-09-11 Dave Airlieradv: calculate non-draw related ia_multi_vgt_param...
2017-09-11 Dave Airlieradv: move calculating primgroup_size to pipeline.
2017-09-08 Samuel Pitoisetradv: move shaders related code to radv_shader.c
2017-09-08 Samuel Pitoisetradv: add radv_vertex_elements_info data structure
2017-09-07 Samuel Pitoisetradv: do not use a bitfield when dirtying the vertex...
2017-09-07 Dave Airlieradv: reduce radv_image struct size.
2017-09-07 Dave Airlieradv: reduce radv_shader_variant struct size.
2017-09-07 Dave Airlieradv: reduce radv_cmd_state struct size.
2017-09-03 Bas Nieuwenhuizenradv: Put semaphore waits in preamble cs.
2017-09-01 Samuel Pitoisetradv: report VM faults if detected
2017-09-01 Samuel Pitoisetradv: move RADV_TRACE_FILE functions to radv_debug.c
2017-08-28 Samuel Pitoisetradv: rename record_fail to record_result and use VkResult
2017-08-24 Bas Nieuwenhuizenradv: Implement multiview draws.
2017-08-24 Bas Nieuwenhuizenradv: Add multiview clears.
2017-08-24 Bas Nieuwenhuizenradv: Store multiview info in renderpass.
next