v3d: Use a short, underscored name for packets in CLIF/CL dumping.
[mesa.git] / src / amd /
2018-07-28 Mauro Rossiandroid: radv: enable build of vulkan.radv HAL module
2018-07-28 Mauro Rossiandroid: radv: add Android.mk for vulkan.radv HAL module
2018-07-28 Mauro Rossiradv: generate entrypoints for VK_ANDROID_native_buffer
2018-07-28 Mauro Rossiradv: move vk_format_table.c to generated sources
2018-07-27 Timothy Arceriac: pass write param to get_sampler_desc() from get_ima...
2018-07-27 Dave Airlieradv: fix cdw check vs tracing emit
2018-07-27 Dave Airlieradv: return binary code_size not variant code size...
2018-07-27 Samuel Pitoisetradv: allocate enough space in radv_cmd_buffer_after_draw()
2018-07-27 Samuel Pitoisetradv: check CS space in radv_emit_write_data_packet()
2018-07-27 Samuel Pitoisetradv: do not emit pipeline stats flushes on compute...
2018-07-27 Samuel Pitoisetradv: reduce CB/DB meta flushes in radv_dst_access_flush()
2018-07-27 Kenneth Graunkeradv: Fix build
2018-07-26 Bas Nieuwenhuizenradv: Add support for ETC2 textures.
2018-07-26 Samuel Pitoisetradv: fix adjusting vertex fetches since 16bit support
2018-07-26 Marek Olšákac: fix typo DSL_SEL -> DST_SEL
2018-07-24 Karol Herbstnir: rename f2f16_undef to f2f16
2018-07-24 Mathieu Bridonpython: Use range() instead of xrange()
2018-07-24 Mathieu Bridonpython: Better iterate over dictionaries
2018-07-24 Bas Nieuwenhuizenradv: Still enable inmemory & API level caching if...
2018-07-24 Tom Stellardradeonsi: Add debug option to enable LLVM GlobalISel...
2018-07-23 Daniel Schürmannradv: enable VK_KHR_16bit_storage extension / 16bit...
2018-07-23 Daniel Schürmannac: add support for 16bit load_push_constant
2018-07-23 Daniel Schürmannradv: add support for 16bit input/output
2018-07-23 Daniel Schürmannac: add support for 16bit buffer loads
2018-07-23 Daniel Schürmannac: add support for 16bit UBO loads
2018-07-23 Daniel Schürmannac: add support for 16bit ssbo stores
2018-07-23 Daniel Schürmannac: add 16bit conversion operations
2018-07-23 Samuel Pitoisetradv: print a big warning when RADV_TRACE_FILE is set
2018-07-23 Samuel Pitoisetradv: fix a memleak for merged shaders on GFX9
2018-07-20 Samuel Pitoisetradv: don't flush DB before subpass FS resolves
2018-07-20 Samuel Pitoisetradv: simplify a condition in radv_src_access_flush()
2018-07-20 Samuel Pitoisetradv: save current state just before resolving with FS
2018-07-20 Samuel Pitoisetradv: don't check if a subpass has resolve attachments...
2018-07-20 Samuel Pitoisetradv: make use of radv_subpass_barrier() when resolving...
2018-07-19 Samuel Pitoisetac/nir: add a workaround for bitfield_extract when...
2018-07-19 Danylo Piliaievradv: Fix incorrect assumption about ternary operator...
2018-07-19 Marek Olšákac: run LLVM optimization passes only on the final...
2018-07-19 Bas Nieuwenhuizenradv: Enable binning and dfsm by default on Raven.
2018-07-19 Bas Nieuwenhuizenradv: Always set disable zpass increment bit when possible.
2018-07-19 Bas Nieuwenhuizenradv: Select correct entries for binning.
2018-07-19 Bas Nieuwenhuizenradv: Fix number of samples used for binning.
2018-07-19 Bas Nieuwenhuizenradv: Disable disabled color buffers in rbplus opts.
2018-07-18 Andres Rodriguezradv: fix wmaybe-uninitialized in radv_meta_fast_clear.c
2018-07-18 Samuel Pitoisetradv: add support for VK_EXT_conditional_rendering
2018-07-18 Samuel Pitoisetradv: add support for non-inverted conditional rendering
2018-07-18 Samuel Pitoisetradv: set the predicate for indirect/indexed draw commands
2018-07-18 Samuel Pitoisetradv: set the predicate for dispatch commands
2018-07-18 Samuel Pitoisetradv: remove unused variable in radv_CreateRenderPass2KHR()
2018-07-18 Samuel Pitoisetradv: optimize radv_stage_flush() for pre fragment...
2018-07-17 Samuel Pitoisetradv/winsys: use alloca() for semaphore dependencies
2018-07-17 Samuel Pitoisetradv: reduce number of CB/DB meta flushes for VK_ACCESS...
2018-07-17 Samuel Pitoisetradv: fix implementation of VK_KHR_create_renderpass2...
2018-07-13 Karol Herbstnir: cleanup oversized arrays in nir_swizzle calls
2018-07-12 Marek Olšákradeonsi: add support for Vega20
2018-07-12 Samuel Pitoisetradv: simplify the logic in radv_set_descriptor_set()
2018-07-12 Samuel Pitoisetradv: remove one useless check in radv_bind_descriptor_...
2018-07-12 Samuel Pitoisetradv/meta: do not restore a NULL descriptor
2018-07-12 Samuel Pitoisetradv: remove unnecessary verification code around ring_...
2018-07-12 Samuel Pitoisetradv: get rid of buffer object priorities
2018-07-12 Samuel Pitoisetradv: emit a dummy ZPASS_DONE to prevent GPU hangs...
2018-07-12 Samuel Pitoisetradv: add support for VK_KHR_create_renderpass2
2018-07-12 Samuel Pitoisetradv: introduce radv_subpass_attachment data structure
2018-07-11 Samuel Pitoisetradv: make sure to wait for CP DMA when needed
2018-07-10 Dave Airlieradv: add some cxxflags for new c++ file
2018-07-10 Jason Ekstrandanv,radv: Add support for VK_KHR_get_display_properties2
2018-07-09 Dave Airlieradv: using tls to store llvm related info and speed...
2018-07-09 Samuel Pitoisetradv: add the trace BO to the list when starting a...
2018-07-09 Samuel Pitoisetradv: reduce CPU overhead in radv_flush_descriptors()
2018-07-07 Mauro Rossiradv: winsys/amdgpu: include missing pthread.h header
2018-07-06 Mathieu Bridonpython: Use the print function
2018-07-06 Samuel Pitoisetradv: fix emitting the view index on GFX9
2018-07-05 Samuel Pitoisetradv/winsys: make use of radeon_emit()
2018-07-05 Samuel Pitoisetradv: only flush CB meta in pipeline image barriers...
2018-07-05 Samuel Pitoisetradv: only flush DB meta in pipeline image barriers...
2018-07-05 Samuel Pitoisetradv: fix "error: initializer element is not constant...
2018-07-05 Mathieu Bridonpython: Specify the JSON separators
2018-07-05 Mathieu Bridonpython: Stabilize some script outputs
2018-07-05 Samuel Pitoisetradv: optimize vkCmd{Set,Reset}Event() a little bit
2018-07-05 Samuel Pitoisetradv: optimize radv_CmdWaitEvents()
2018-07-04 Marek Olšákac: fold LLVMContext creation into ac_llvm_context_init
2018-07-04 Marek Olšákac: add reusable helpers for direct LLVM compilation
2018-07-04 Dave Airlieac: make some fns static
2018-07-04 Dave Airlieac/radv: move llvm compiler info to struct and init...
2018-07-04 Dave Airlieac/radeonsi: port compiler init/destroy out of radeonsi.
2018-07-03 Dave Airlieradv/radeonsi: add a check ir tm options
2018-07-03 Dave Airlieradeonsi: rename si_compiler -> ac_llvm_compiler
2018-07-03 Dave Airlieac: add target library info helpers
2018-07-03 Dave Airlieradv: create/destroy passmgr at the higher level.
2018-07-03 Dave Airlieradv: port to use common passmgr code.
2018-07-03 Dave Airlieac/radeonsi: refactor out pass manager init to common...
2018-07-03 Dave Airlieradv: drop copy of ac_create_target_machine.
2018-07-03 Dave Airlieac/radv: split the non-common init_once code from the...
2018-07-02 Marek Olšákac: move all LLVM module initialization into ac_create_...
2018-07-02 Samuel Pitoisetradv: reset the image's predicate after a color decompr...
2018-07-02 Samuel Pitoisetradv: enable/disable predication for the DCC decompress...
2018-07-02 Samuel Pitoisetradv: add padding for the UMR disassembler
2018-06-29 Marek Olšákac: set +auto-waitcnt-before-barrier when needed
2018-06-27 Samuel Pitoisetradv: use separate bind points for the dynamic buffers
2018-06-27 Samuel Pitoisetradv: remove unused 'predicated' parameter from some...
2018-06-26 Samuel Pitoisetradv: emit PIPELINESTAT_{START,STOP} events for pipelin...
next