summaryrefslogtreecommitdiffstats
path: root/src/intel
Commit message (Expand)AuthorAgeFilesLines
* anv: Use mocs settings from isl_dev.Rafael Antognolli2019-11-126-74/+15
* intel/isl: Add MOCS settings to isl_device.Rafael Antognolli2019-11-122-0/+57
* intel/blorp: Fix usage of uninitialized memory in key hashingDanylo Piliaiev2019-11-121-1/+6
* anv: implement VK_KHR_timeline_semaphoreLionel Landwerlin2019-11-115-72/+734
* anv: Plumb timeline semaphore signal/wait values through from the APIJason Ekstrand2019-11-112-3/+22
* anv/wsi: signal the semaphore in the acquireNextImageLionel Landwerlin2019-11-111-4/+20
* anv: Lock around fetching sync file FDs from semaphoresJason Ekstrand2019-11-111-13/+26
* anv: prepare the driver for delayed submissionsLionel Landwerlin2019-11-114-376/+616
* anv: refcount semaphoresLionel Landwerlin2019-11-112-6/+26
* anv: prepare driver to report submission error through queuesLionel Landwerlin2019-11-115-24/+60
* anv: allow NULL batch parameter to anv_queue_submit_simple_batchLionel Landwerlin2019-11-112-19/+17
* anv: move queue init/finish to anv_queue.cLionel Landwerlin2019-11-113-22/+30
* anv: expose timeout helpers outside of anv_queue.cLionel Landwerlin2019-11-112-50/+51
* anv: detach batch emission allocation from deviceLionel Landwerlin2019-11-111-56/+40
* anv: remove list items on batch finiLionel Landwerlin2019-11-111-1/+4
* anv: invalidate file descriptor of semaphore sync fd at vkQueueSubmitLionel Landwerlin2019-11-111-2/+4
* intel/fs: Lower large local arrays to scratchJason Ekstrand2019-11-111-0/+19
* intel/fs: Implement the new load/store_scratch intrinsicsJason Ekstrand2019-11-115-17/+241
* 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