summaryrefslogtreecommitdiff
path: root/src/intel
AgeCommit message (Expand)AuthorFilesLines
2017-05-03anv: Implement VK_KHX_external_semaphore_fdJason Ekstrand5-16/+199
2017-05-03anv: Pull the guts of cmd_buffer_execbuf into a helperJason Ekstrand1-24/+35
2017-05-03anv: Implement VK_KHX_external_semaphoreJason Ekstrand3-0/+13
2017-05-03anv: Implement VK_KHX_external_semaphore_capabilitiesJason Ekstrand3-0/+18
2017-05-03anv: Add a real semaphore structJason Ekstrand2-6/+54
2017-05-03anv: Trivially implement multiDrawIndirectJason Ekstrand2-24/+34
2017-05-03anv: Enable VK_KHX_multiview and SPV_KHR_multiviewJason Ekstrand2-0/+5
2017-05-03anv/cmd_buffer: Emit instanced draws for multiple viewsJason Ekstrand3-5/+135
2017-05-03anv/cmd_buffer: Pull indirect draw parameter loading into a helperJason Ekstrand1-10/+24
2017-05-03anv/pipeline: Add shader lowering for multiviewJason Ekstrand4-0/+244
2017-05-03anv/pipeline: Add a subpass field to anv_pipelineJason Ekstrand2-5/+8
2017-05-03anv/pipeline: Call nir_gather_info laterJason Ekstrand1-2/+2
2017-05-03anv: Move shader hashing to anv_pipelineJason Ekstrand3-45/+46
2017-05-03anv/pass: Store the per-subpass view maskJason Ekstrand2-0/+21
2017-05-03anv: Add the KHX_multiview boilerplateJason Ekstrand2-0/+18
2017-05-03anv/nir: Delete the apply_dynamic_offsets prototypeJason Ekstrand1-3/+0
2017-05-03i965/vec4: don't modify regioning parameters to the sources of DF align1 inst...Samuel Iglesias Gonsálvez1-8/+1
2017-05-03i965/vec4: fix register width for DF VGRF and UNIFORMSamuel Iglesias Gonsálvez1-5/+7
2017-05-03i965/vec4: fix vertical stride to avoid breaking region parameter ruleSamuel Iglesias Gonsálvez1-18/+32
2017-05-01anv/tests: Create a dummy instance as well as deviceJason Ekstrand4-4/+16
2017-04-28anv: Drop 'x11' prefix from non-X11 WSI funcsChad Versace1-16/+16
2017-04-28anv: Alphabetize KHR extensionsJason Ekstrand1-18/+18
2017-04-27anv: Move queues, events, and semaphores to their own fileJason Ekstrand3-484/+516
2017-04-27anv: Implement VK_KHX_external_memory_fdJason Ekstrand3-18/+113
2017-04-27anv: Use the BO cache for DeviceMemory allocationsJason Ekstrand5-26/+30
2017-04-27anv/allocator: Add a BO cacheJason Ekstrand2-0/+278
2017-04-27anv: Implement VK_KHX_external_memoryJason Ekstrand2-0/+5
2017-04-27anv: Implement VK_KHX_external_memory_capabilitiesChad Versace4-14/+116
2017-04-27anv/physical_device: Rename uuid to pipeline_cache_uuidJason Ekstrand3-5/+6
2017-04-27anv: Refactor device_get_cache_uuid into physical_device_init_uuidsJason Ekstrand1-13/+17
2017-04-27anv: Set EXEC_OBJECT_ASYNC when availableJason Ekstrand4-0/+10
2017-04-27anv/cmd_buffer: Use the device allocator for QueueSubmitJason Ekstrand1-3/+3
2017-04-27anv: Don't place scratch buffers above the 32-bit boundaryJason Ekstrand1-0/+19
2017-04-24genxml: Fix gen_pack_header.py crash when field type is invalid.Rafael Antognolli1-2/+2
2017-04-24genxml: Make BLEND_STATE command support variable length array.Rafael Antognolli7-48/+74
2017-04-24genxml: Fix python crash when no dwords are found.Rafael Antognolli1-5/+12
2017-04-24genxml: Remove unused parameter.Rafael Antognolli1-2/+2
2017-04-24intel/aubinator: Correctly read variable length structs.Rafael Antognolli3-6/+54
2017-04-24isl/format: Update the R16G16B16X16_FLOAT entryNanley Chery1-1/+1
2017-04-24anv/pass: Delete anv_pass::subpass_attachmentsNanley Chery1-1/+0
2017-04-24intel/fs: Take into account amount of data read in spilling cost heuristic.Francisco Jerez1-1/+1
2017-04-24intel/fs: Use regs_written() in spilling cost heuristic for improved accuracy.Francisco Jerez1-2/+1
2017-04-24i965/vec4: Use reads_accumulator_implicitly(), not MACH checks.Kenneth Graunke1-4/+4
2017-04-24nir/i965: add before ffma algebraic optsTimothy Arceri1-0/+6
2017-04-22i965/vec4: Avoid reswizzling MACH instructions in opt_register_coalesce().Kenneth Graunke1-0/+7
2017-04-20anv/query: Use genxml for MI_MATHJason Ekstrand1-43/+28
2017-04-20genxml: Add better support for MI_MATHJason Ekstrand3-12/+195
2017-04-20genxml/pack: Allow hex values in the XMLJason Ekstrand1-1/+2
2017-04-17anv/cmd_buffer: Disable CCS on BDW input attachmentsNanley Chery2-30/+13
2017-04-17anv: blorp: flush memory after copyLionel Landwerlin1-2/+2