summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-12-30radv: take load/store ops into account in subpass dependenciesradv-implicit-dependenciesFredrik Höglund1-2/+6
2017-12-30radv: take accesses into account in subpass dependenciesFredrik Höglund2-12/+8
2017-12-30radv: add implicit external subpass dependenciesFredrik Höglund2-8/+104
2017-12-30radv/meta: add explicit subpass dependenciesFredrik Höglund7-13/+255
2017-12-30radv: refactor render pass creationFredrik Höglund2-29/+17
2017-12-30radv: add all dependencies from external to the first subpassFredrik Höglund1-0/+4
2017-12-30radv: ignore subpass self-dependenciesFredrik Höglund1-0/+6
2017-12-30radv: handle multiple subpass dependencies with same dstFredrik Höglund1-6/+6
2017-12-30radv: don't flush src stages when dstStageMask == BOTTOM_OF_PIPEFredrik Höglund2-3/+6
2017-12-29radv: Enable DCC with transfers.Bas Nieuwenhuizen1-2/+1
2017-12-29radv: Decompress copy destination if formats are incompatible.Bas Nieuwenhuizen1-2/+25
2017-12-29radv: Disable DCC for GENERAL layout and compute transfer dest.Bas Nieuwenhuizen4-8/+47
2017-12-29radv: Don't init DCC metadata during FS resolve.Bas Nieuwenhuizen1-5/+0
2017-12-29radv: Make color meta operations layout aware.Bas Nieuwenhuizen5-110/+145
2017-12-29radv: Add compute DCC decompress.Bas Nieuwenhuizen3-0/+275
2017-12-29radv: Use the meta fast clear destructor on construction failure.Bas Nieuwenhuizen1-6/+3
2017-12-29radv: Add GFX DCC decompress.Bas Nieuwenhuizen2-12/+83
2017-12-29radv: Don't enable DCC / TC compat HTILE for storage images.Bas Nieuwenhuizen1-5/+6
2017-12-29Revert "radv/gfx9: fix block compression texture views."Bas Nieuwenhuizen1-35/+0
2017-12-28svga: update SVGA_NEW_ flags for updating sampler stateBrian Paul1-3/+4
2017-12-28svga: whitespace, formatting fixes in svga_state_tss.cBrian Paul1-34/+21
2017-12-29radv/gfx9: use correct swizzle parameter to work out border swizzle.Dave Airlie1-2/+2
2017-12-29radv/gfx9: use a bigger hammer to flush cb/db caches.Dave Airlie1-1/+8
2017-12-29radv/gfx9: fix block compression texture views.Dave Airlie1-0/+35
2017-12-29radv/gfx9: fix buffer to image for 3d images on compute queuesDave Airlie2-15/+48
2017-12-29radv/gfx9: fix 3d image clears on compute queuesDave Airlie2-9/+65
2017-12-29radv/gfx9: fix 3d image to image transfers on compute queues.Dave Airlie2-20/+56
2017-12-28anv/device: Mark all state buffers as needing captureJason Ekstrand1-3/+3
2017-12-28intel/aubinator: Gracefully handle dynamic state not being availableJason Ekstrand1-0/+5
2017-12-28intel/aubinator: Free section data lastJason Ekstrand1-2/+4
2017-12-28spirv: consider bitsize when handling OpSwitch casesEero Tamminen1-3/+11
2017-12-28svga: check for null fs pointer in update_samplers()Brian Paul1-1/+1
2017-12-28st/mesa: increase size of glsl_base_type bitfieldsBrian Paul2-3/+4
2017-12-28radv: fix pipeline statistics end query on compute queueDave Airlie1-1/+1
2017-12-28radv: fix events on compute queues.Dave Airlie1-1/+1
2017-12-28radv: move local bos usage to a perftest flag.Dave Airlie5-1/+5
2017-12-28vulkan/wsi: free cmd poolsDave Airlie1-0/+1
2017-12-28radv: Always use fragment resolve if dest uses DCC.Bas Nieuwenhuizen1-5/+4
2017-12-28radv: Use correct framebuffer size for partial FS resolves.Bas Nieuwenhuizen1-2/+2
2017-12-28radv: Fix fragment resolve destination offset.Bas Nieuwenhuizen1-2/+2
2017-12-28radv: Don't handle DCC in compute resolve.Bas Nieuwenhuizen1-4/+1
2017-12-28radv: Flush caches before subpass resolve.Bas Nieuwenhuizen2-0/+18
2017-12-28radv: Invert condition for all samples identical during resolve.Bas Nieuwenhuizen1-1/+1
2017-12-27egl: don't try the software path twiceEric Engestrom1-1/+1
2017-12-27egl: rename LIBGL_ALWAYS_SOFTWARE variable from UseFallback to ForceSoftwareEric Engestrom7-8/+8
2017-12-27egl: let each platform decided how to handle LIBGL_ALWAYS_SOFTWAREEric Engestrom3-4/+8
2017-12-27egl: link libEGL against the dynamic version of libglapiBrendan King1-3/+6
2017-12-28radv: don't do format replacement on tc compat htile surfaces.Dave Airlie1-1/+2
2017-12-28radv/gfx9: use correct stencil format for tc compat htile.Dave Airlie1-4/+7
2017-12-27svga: move variant->fs_shadow_compare_units assignmentBrian Paul1-2/+2