summaryrefslogtreecommitdiffstats
path: root/src/amd
Commit message (Expand)AuthorAgeFilesLines
* radv: allocate enough space in radv_cmd_buffer_after_draw()Samuel Pitoiset2018-07-271-0/+2
* radv: check CS space in radv_emit_write_data_packet()Samuel Pitoiset2018-07-271-14/+12
* radv: do not emit pipeline stats flushes on compute queueSamuel Pitoiset2018-07-271-1/+3
* radv: reduce CB/DB meta flushes in radv_dst_access_flush()Samuel Pitoiset2018-07-271-8/+23
* radv: Fix buildKenneth Graunke2018-07-261-1/+1
* radv: Add support for ETC2 textures.Bas Nieuwenhuizen2018-07-273-11/+49
* radv: fix adjusting vertex fetches since 16bit supportSamuel Pitoiset2018-07-261-3/+4
* ac: fix typo DSL_SEL -> DST_SELMarek Olšák2018-07-262-4/+4
* nir: rename f2f16_undef to f2f16Karol Herbst2018-07-241-1/+1
* python: Use range() instead of xrange()Mathieu Bridon2018-07-241-1/+1
* python: Better iterate over dictionariesMathieu Bridon2018-07-241-1/+1
* radv: Still enable inmemory & API level caching if disk cache is not enabled.Bas Nieuwenhuizen2018-07-241-2/+1
* radeonsi: Add debug option to enable LLVM GlobalISel (v2)Tom Stellard2018-07-233-2/+18
* radv: enable VK_KHR_16bit_storage extension / 16bit storage featuresDaniel Schürmann2018-07-233-4/+8
* ac: add support for 16bit load_push_constantDaniel Schürmann2018-07-231-0/+20
* radv: add support for 16bit input/outputDaniel Schürmann2018-07-232-18/+80
* ac: add support for 16bit buffer loadsDaniel Schürmann2018-07-231-40/+55
* ac: add support for 16bit UBO loadsDaniel Schürmann2018-07-233-3/+51
* ac: add support for 16bit ssbo storesDaniel Schürmann2018-07-231-60/+84
* ac: add 16bit conversion operationsDaniel Schürmann2018-07-232-9/+31
* radv: print a big warning when RADV_TRACE_FILE is setSamuel Pitoiset2018-07-231-0/+4
* radv: fix a memleak for merged shaders on GFX9Samuel Pitoiset2018-07-231-1/+1
* radv: don't flush DB before subpass FS resolvesSamuel Pitoiset2018-07-201-2/+1
* radv: simplify a condition in radv_src_access_flush()Samuel Pitoiset2018-07-201-4/+6
* radv: save current state just before resolving with FSSamuel Pitoiset2018-07-201-5/+5
* radv: don't check if a subpass has resolve attachments twiceSamuel Pitoiset2018-07-202-24/+0
* radv: make use of radv_subpass_barrier() when resolving subpassesSamuel Pitoiset2018-07-204-15/+20
* ac/nir: add a workaround for bitfield_extract when count is 0Samuel Pitoiset2018-07-191-3/+17
* radv: Fix incorrect assumption about ternary operator precedenceDanylo Piliaiev2018-07-191-2/+2
* ac: run LLVM optimization passes only on the final function after inliningMarek Olšák2018-07-193-0/+14
* radv: Enable binning and dfsm by default on Raven.Bas Nieuwenhuizen2018-07-191-2/+4
* radv: Always set disable zpass increment bit when possible.Bas Nieuwenhuizen2018-07-191-3/+1
* radv: Select correct entries for binning.Bas Nieuwenhuizen2018-07-191-2/+2
* radv: Fix number of samples used for binning.Bas Nieuwenhuizen2018-07-191-1/+1
* radv: Disable disabled color buffers in rbplus opts.Bas Nieuwenhuizen2018-07-191-1/+8
* radv: fix wmaybe-uninitialized in radv_meta_fast_clear.cAndres Rodriguez2018-07-181-1/+1
* radv: add support for VK_EXT_conditional_renderingSamuel Pitoiset2018-07-188-1/+111
* radv: add support for non-inverted conditional renderingSamuel Pitoiset2018-07-183-5/+17
* radv: set the predicate for indirect/indexed draw commandsSamuel Pitoiset2018-07-181-3/+4
* radv: set the predicate for dispatch commandsSamuel Pitoiset2018-07-181-3/+4
* radv: remove unused variable in radv_CreateRenderPass2KHR()Samuel Pitoiset2018-07-181-1/+0
* radv: optimize radv_stage_flush() for pre fragment shader stagesSamuel Pitoiset2018-07-181-5/+5
* radv/winsys: use alloca() for semaphore dependenciesSamuel Pitoiset2018-07-171-6/+2
* radv: reduce number of CB/DB meta flushes for VK_ACCESS_TRANSFER_WRITE_BITSamuel Pitoiset2018-07-171-6/+14
* radv: fix implementation of VK_KHR_create_renderpass2 for multiviewsSamuel Pitoiset2018-07-171-12/+1
* nir: cleanup oversized arrays in nir_swizzle callsKarol Herbst2018-07-133-12/+7
* radeonsi: add support for Vega20Marek Olšák2018-07-127-2/+14
* radv: simplify the logic in radv_set_descriptor_set()Samuel Pitoiset2018-07-121-4/+2
* radv: remove one useless check in radv_bind_descriptor_set()Samuel Pitoiset2018-07-121-2/+1
* radv/meta: do not restore a NULL descriptorSamuel Pitoiset2018-07-121-4/+3