summaryrefslogtreecommitdiffstats
path: root/src/amd/vulkan
Commit message (Expand)AuthorAgeFilesLines
* radv: move calculating fragment shader i/os to pipeline.Dave Airlie2017-03-283-63/+77
* radv: move shader_z_format calculation to pipeline.Dave Airlie2017-03-283-4/+8
* radv: move db_shader_control calculation to pipeline.Dave Airlie2017-03-283-16/+20
* radv: move vgt_gs_mode value to pipeline.Dave Airlie2017-03-283-27/+30
* radv: rework vertex/export shader output handlingDave Airlie2017-03-282-33/+39
* radv: fix ia_multi_vgt_param for instanced vs indirect draw.Dave Airlie2017-03-283-13/+15
* radv: handle NULL multisample state.Dave Airlie2017-03-281-8/+12
* radv: flush DB cache before and after HTILE decompress.Bas Nieuwenhuizen2017-03-281-0/+6
* radv: don't emit no color formats. (v3)Dave Airlie2017-03-281-2/+19
* radv: Invalidate L2 for TRANSFER_WRITE barriersAlex Smith2017-03-231-1/+1
* radv: consistently use ifndef guards over pragma onceEmil Velikov2017-03-221-1/+4
* radv: move KHR_get_physical_device_properties2 to instance props.Dave Airlie2017-03-211-4/+4
* radv: drop illegal DB format error.Dave Airlie2017-03-211-3/+0
* radv: fix logic for when to flush on multiple CS emissionDave Airlie2017-03-201-8/+8
* radv/meta: fix image clears for r4g4 format.Dave Airlie2017-03-201-0/+8
* Revert "radv: fallback to an in-memory cache when no pipline cache is provided"Dave Airlie2017-03-203-13/+6
* radv: fix primitive reset index emissionDave Airlie2017-03-201-1/+1
* radv: make sure gs copy shader is retrieved from the cache with the variantTimothy Arceri2017-03-171-4/+9
* radv: fallback to an in-memory cache when no pipline cache is providedTimothy Arceri2017-03-173-6/+13
* radv: always create an fallback pipeline cacheTimothy Arceri2017-03-172-0/+20
* radv: move cache check inside insert and search functionsTimothy Arceri2017-03-172-16/+20
* Revert "radv: Emit cache flushes before CP DMA."Bas Nieuwenhuizen2017-03-161-3/+0
* radv: do not open random render node(s)Emil Velikov2017-03-151-12/+36
* radv/winsys: use drmGetDevice2 APIEmil Velikov2017-03-151-2/+2
* util/sha1: rework _mesa_sha1_{init,final}Emil Velikov2017-03-152-15/+15
* radv: Remove unused descriptor set field.Bas Nieuwenhuizen2017-03-151-1/+0
* radv: trivial tidy upsTimothy Arceri2017-03-152-5/+2
* radv: Set driver version to mesa version;Bas Nieuwenhuizen2017-03-151-1/+23
* radv: Increase api version to 1.0.42.Bas Nieuwenhuizen2017-03-151-1/+1
* radv: Flush before copying with PKT3_WRITE_DATA in CmdUpdateBufferAlex Smith2017-03-141-0/+2
* radv: Emit cache flushes before CP DMA.Bas Nieuwenhuizen2017-03-141-0/+3
* nir: Rework conversion opcodesJason Ekstrand2017-03-141-3/+3
* radv: Reinitialise loaderMagic when allocating a cached command bufferAlex Smith2017-03-131-0/+1
* vulkan/wsi: Generate wayland protocol headers separately from EGLJason Ekstrand2017-03-131-3/+0
* radv/wsi: Don't include wayland headersEmil Velikov2017-03-131-3/+0
* radv: Store shaders in VRAM.Bas Nieuwenhuizen2017-03-132-2/+2
* radv: disabled scaled formats for transfers.Dave Airlie2017-03-131-7/+10
* amd: remove shebang from python scriptsEmil Velikov2017-03-102-2/+0
* amd: remove execute bit from python scriptsEmil Velikov2017-03-102-0/+0
* radv: Don't flush the CB before doing a fast clear eliminate.Bas Nieuwenhuizen2017-03-091-2/+0
* radv: Don't emit cache flushes on subpass switch.Bas Nieuwenhuizen2017-03-093-6/+0
* radv: Only flush for the needed stages, and before the flushes.Bas Nieuwenhuizen2017-03-091-6/+1
* radv: Don't invalidate CB/DB for images that aren't modified outside CB/DB.Bas Nieuwenhuizen2017-03-091-9/+19
* radv: Flush more caches after writes.Bas Nieuwenhuizen2017-03-091-3/+9
* radv: Don't flush for fixed-function reading.Bas Nieuwenhuizen2017-03-091-1/+0
* radv: Invalidate the correct caches for CB/DB dst barriers.Bas Nieuwenhuizen2017-03-091-5/+11
* radv: Determine cache flushes per object.Bas Nieuwenhuizen2017-03-091-17/+19
* radv/ac: fixup texture coord to have right number of channels.Dave Airlie2017-03-092-4/+4
* radv: remove duplicate initialization of alphaToOne featureDamien Grassart2017-03-081-1/+0
* radv: disable mip point pre clamping.Dave Airlie2017-03-081-1/+1