aboutsummaryrefslogtreecommitdiffstats
path: root/src/intel/vulkan
Commit message (Expand)AuthorAgeFilesLines
* anv: Unify GetDeviceQueue and GetDeviceQueue2Ricardo Garcia2019-11-111-4/+8
* anv: implement VK_KHR_separate_depth_stencil_layoutsLionel Landwerlin2019-11-066-27/+90
* meson: move the generic symbols check arguments to a common variableEric Engestrom2019-11-051-1/+1
* meson: add variable to control the symbols checksEric Engestrom2019-11-051-1/+1
* anv: Properly handle host query reset of performance queriesLionel Landwerlin2019-11-041-32/+20
* anv: remove incorrect polygonMode=point early-outErik Faye-Lund2019-11-011-6/+0
* anv: Move the RT BTI flush workaround to begin_subpassJason Ekstrand2019-10-311-23/+18
* anv: Stop compacting render targets in the binding tableJason Ekstrand2019-10-311-88/+62
* anv: Don't claim the null RT as a valid color targetJason Ekstrand2019-10-311-6/+6
* anv: Don't delete fragment shaders that write sample maskJason Ekstrand2019-10-311-1/+3
* anv: Use the new BO alloc API for AndroidJason Ekstrand2019-10-311-28/+15
* anv: add missing xmlconfig headers dependencyEric Engestrom2019-10-311-0/+1
* anv: Zero released anv_bo structsJason Ekstrand2019-10-311-1/+12
* anv: Use a bitset for tracking residencyJason Ekstrand2019-10-312-79/+87
* anv: Set the batch allocator for compute pipelinesJason Ekstrand2019-10-311-2/+5
* anv: Add a device parameter to anv_execbuf_add_boJason Ekstrand2019-10-311-19/+32
* anv: Drop anv_bo_init and anv_bo_init_newJason Ekstrand2019-10-313-49/+35
* anv: Allocate misc BOs from the cacheJason Ekstrand2019-10-318-63/+52
* anv: Allocate scratch BOs from the cacheJason Ekstrand2019-10-312-41/+18
* anv: Allocate batch and fence buffers from the cacheJason Ekstrand2019-10-315-200/+125
* anv: Allocate descriptor buffers from the BO cacheJason Ekstrand2019-10-313-36/+14
* anv: Set more flags on descriptor pool buffersJason Ekstrand2019-10-311-1/+8
* anv: Allocate query pool BOs from the cacheJason Ekstrand2019-10-312-26/+16
* anv: Use the query_slot helper in vkResetQueryPoolEXTJason Ekstrand2019-10-311-1/+1
* anv: Allocate block pool BOs from the cacheJason Ekstrand2019-10-312-48/+34
* anv/tests: Initialize the BO cache and device mutexJason Ekstrand2019-10-316-0/+8
* anv/tests: Zero-initialize instancesJason Ekstrand2019-10-316-6/+14
* anv: Choose BO flags internally in anv_block_poolJason Ekstrand2019-10-319-76/+70
* anv: Rework the internal BO allocation APIJason Ekstrand2019-10-316-102/+217
* anv: Use anv_block_pool_foreach_bo in get_bo_from_poolJason Ekstrand2019-10-311-6/+5
* anv: Rework anv_block_pool_expand_rangeJason Ekstrand2019-10-312-103/+76
* anv: Fix a potential BO handle leakJason Ekstrand2019-10-311-1/+3
* anv: Handle state pool relocations using "wrapper" BOsJason Ekstrand2019-10-313-14/+56
* anv: Replace ANV_BO_EXTERNAL with anv_bo::is_externalJason Ekstrand2019-10-316-20/+22
* anv: Inline anv_block_pool_get_boJason Ekstrand2019-10-311-27/+13
* anv: Declare the bo in the anv_block_pool_foreach_bo loopJason Ekstrand2019-10-313-3/+2
* anv: Stop storing the GEM handle in anv_reloc_list_addJason Ekstrand2019-10-311-1/+1
* anv: Fix a relocation race conditionJason Ekstrand2019-10-314-12/+25
* anv: Use a util_sparse_array for the GEM handle -> BO mapJason Ekstrand2019-10-312-90/+36
* anv: Move refcount to anv_boJason Ekstrand2019-10-312-61/+50
* anv: Remove _mesa_locale_init/fini calls.Bas Nieuwenhuizen2019-10-311-3/+0
* anv: Add Tile Cache Flush for Unified Cache.Rafael Antognolli2019-10-303-1/+45
* anv: Align fast clear color state buffer to a page.Rafael Antognolli2019-10-301-0/+9
* anv: Avoid emitting UBO surface states that won't be usedJason Ekstrand2019-10-301-1/+12
* anv: Reduce the minimum number of relocationsJason Ekstrand2019-10-291-1/+1
* anv: Delay allocation of relocation listsJason Ekstrand2019-10-291-67/+71
* anv: Implement new way for setting streamout buffers.Plamena Manolova2019-10-293-0/+19
* anv: Set depthBounds to true in anv_GetPhysicalDeviceFeatures.Plamena Manolova2019-10-291-1/+1
* anv: Fix output of INTEL_DEBUG=bat for chained batchesCaio Marcelo de Oliveira Filho2019-10-281-1/+1
* anv: add a couple printflike() annotationsEric Engestrom2019-10-281-2/+4