aboutsummaryrefslogtreecommitdiffstats
path: root/src/intel
Commit message (Expand)AuthorAgeFilesLines
...
* intel/nir: Plumb devinfo through lower_mem_access_bit_sizesJason Ekstrand2019-11-113-9/+14
* intel/fs: refactor surface header setupJason Ekstrand2019-11-111-23/+16
* intel/fs: Add DWord scattered read/write opcodesJason Ekstrand2019-11-115-0/+66
* intel/nir: Use nir_extract_bits in lower_mem_access_bit_sizesJason Ekstrand2019-11-111-37/+15
* anv: Unify GetDeviceQueue and GetDeviceQueue2Ricardo Garcia2019-11-111-4/+8
* Revert "intel/blorp: Fix usage of uninitialized memory in key hashing"Kenneth Graunke2019-11-071-6/+1
* intel/blorp: Fix usage of uninitialized memory in key hashingDanylo Piliaiev2019-11-071-1/+6
* intel/gen_decoder: Fix unused-but-set-variable warningKai Wasserbäch2019-11-071-2/+2
* 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
* intel/compiler: remove the operand restriction for src1 on GLKPaulo Zanoni2019-11-051-2/+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
* intel/perf: fix Android buildLionel Landwerlin2019-10-311-1/+2
* anv: Remove _mesa_locale_init/fini calls.Bas Nieuwenhuizen2019-10-311-3/+0