aboutsummaryrefslogtreecommitdiffstats
path: root/src/intel
Commit message (Expand)AuthorAgeFilesLines
* aubinator_error_decode: Compare only the class_name of the ring.Rafael Antognolli2018-03-211-1/+1
* intel/tools: aubinator: Catch gen11 "enhanced execlist" submissionScott D Phillips2018-03-211-6/+20
* intel: genxml: add INSTPM/CS_DEBUG_MODE2 registersLionel Landwerlin2018-03-207-0/+46
* anv: off-by-one in GetDescriptorSetLayoutSupportScott D Phillips2018-03-201-1/+1
* anv/pipeline: set active_stages earlyCaio Marcelo de Oliveira Filho2018-03-192-3/+10
* anv/pipeline: fail if TCS/TES compile failCaio Marcelo de Oliveira Filho2018-03-191-7/+9
* anv: Silence warning about heap_size.Eric Anholt2018-03-161-1/+1
* i965: Silence compiler warning about promoted_constants.Eric Anholt2018-03-161-1/+1
* anv: Silence compiler warnings about uninitialized bind_offset.Eric Anholt2018-03-161-1/+1
* intel/compiler: Use gen_get_device_info() in test_eu_validateMatt Turner2018-03-163-39/+19
* intel: Add cfl to gen_device_name_to_pci_device_id()Matt Turner2018-03-161-0/+1
* intel/compiler: Check for unsupported register sizes.Rafael Antognolli2018-03-161-0/+3
* anv: silence unused variable warningLionel Landwerlin2018-03-151-7/+0
* anv: silence unused function warning on gen11Lionel Landwerlin2018-03-152-1/+3
* compiler: int8/uint8 supportKarol Herbst2018-03-143-0/+9
* anv/entrypoints: VkGetDeviceProcAddr returns NULL for core instance commandsIago Toral Quiroga2018-03-141-1/+5
* anv/entrypoints: dispatches to VkQueue are device-levelIago Toral Quiroga2018-03-141-2/+7
* intel/vulkan: Hard code CS scratch_ids_per_subslice for CherryviewJordan Justen2018-03-091-17/+28
* i965/vec4: Allow CSE on subset VF constant loadsIan Romanick2018-03-081-0/+19
* i965/vec4: Relax writemask condition in CSEIan Romanick2018-03-081-1/+9
* i965/fs: Merge CMP and SEL into CSEL on Gen8+Ian Romanick2018-03-082-0/+107
* i965/fs: Add infrastructure for generating CSEL instructions.Kenneth Graunke2018-03-088-1/+34
* anv: Support version overridesJason Ekstrand2018-03-071-1/+7
* anv: Enable Vulkan 1.1Jason Ekstrand2018-03-071-1/+4
* anv: Add support for SPIR-V 1.3 subgroup operationsJason Ekstrand2018-03-074-2/+39
* intel/fs: Add support for subgroup quad operationsJason Ekstrand2018-03-075-0/+124
* intel/fs: Implement reduce and scan opeprationsJason Ekstrand2018-03-072-0/+162
* intel/fs: Add a helper for emitting scan operationsJason Ekstrand2018-03-072-0/+148
* intel/fs: Add a couple of simple helper opcodesJason Ekstrand2018-03-074-0/+76
* i965/fs: Add support for nir_intrinsic_shuffleJason Ekstrand2018-03-077-0/+150
* i965/fs: Support nir_intrinsic_vote_feqJason Ekstrand2018-03-071-0/+6
* nir: Generalize nir_intrinsic_vote_eqJason Ekstrand2018-03-071-1/+1
* i965/fs: Implement basic SPIR-V subgroup intrinsicsJason Ekstrand2018-03-072-0/+26
* anv: Stop returning VK_ERROR_INCOMPATIBLE_DRIVERJason Ekstrand2018-03-071-29/+7
* anv: Implement vkEnumerateInstanceVersionJason Ekstrand2018-03-071-0/+7
* anv/device: fail to initialize device if we have queues with unsupported flagsIago Toral Quiroga2018-03-071-0/+9
* anv/device: GetDeviceQueue2 should only return queues with matching flagsIago Toral Quiroga2018-03-072-1/+7
* anv: Support querying for protected memoryJason Ekstrand2018-03-071-0/+6
* anv: Implement GetDeviceQueue2Jason Ekstrand2018-03-071-0/+12
* anv: Trivially implement VK_KHR_device_groupJason Ekstrand2018-03-076-11/+100
* anv: Implement vkCmdDispatchBaseJason Ekstrand2018-03-079-6/+165
* anv: Implement VK_KHR_maintenance3Jason Ekstrand2018-03-074-18/+77
* anv: Support VkPhysicalDeviceShaderDrawParameterFeaturesJason Ekstrand2018-03-071-0/+6
* anv/entrypoints: Drop support for protect attributesJason Ekstrand2018-03-071-7/+0
* Get rid of a bunch of KHR suffixesJason Ekstrand2018-03-0711-248/+248
* anv: Add version 1.1.0 but leave it disabledJason Ekstrand2018-03-077-21/+22
* anv/entrypoints: Generate #ifdef guards from platform attributesJason Ekstrand2018-03-071-0/+8
* anv/extensions: Add support for multiple API versionsJason Ekstrand2018-03-072-10/+40
* anv/entrypoints_gen: Add support for aliases in the XMLJason Ekstrand2018-03-071-19/+46
* anv/entrypoints: Allow an entrypoint to require multiple extensionsJason Ekstrand2018-03-071-9/+12