aboutsummaryrefslogtreecommitdiffstats
path: root/src/intel/vulkan
Commit message (Expand)AuthorAgeFilesLines
* spirv,radv,anv: implement no-op VK_GOOGLE_user_typeSamuel Pitoiset2020-05-281-0/+1
* intel: Add helper to calculate GPGPU_WALKER::RightExecutionMaskCaio Marcelo de Oliveira Filho2020-05-271-5/+1
* anv: Use new helper functions to pick SIMD variant for CSCaio Marcelo de Oliveira Filho2020-05-275-32/+40
* anv: disable VK_EXT_calibrated_timestamps when the timestamp register is unre...Eric Engestrom2020-05-203-3/+16
* anv: replace magic `| 1` with already #define'd nameEric Engestrom2020-05-201-1/+1
* anv: pass the fd directly to anv_gem_reg_read()Eric Engestrom2020-05-204-7/+5
* anv/gen11+: Disable object level preemptionD Scott Phillips2020-05-201-0/+16
* anv: add identifier BOLionel Landwerlin2020-05-203-10/+20
* anv: store the workaround addressLionel Landwerlin2020-05-205-13/+17
* blorp: rename workaround address functionLionel Landwerlin2020-05-201-1/+1
* anv: fixup unwinding of device create failureLionel Landwerlin2020-05-201-4/+5
* intel/perf: repurpose INTEL_DEBUG=no-oaconfigLionel Landwerlin2020-05-202-28/+40
* anv: Implement VK_KHR_performance_queryLionel Landwerlin2020-05-209-32/+655
* anv: use a query filled by the perf codeLionel Landwerlin2020-05-201-6/+1
* intel/perf: make pipeline statistic query loading optionalLionel Landwerlin2020-05-201-1/+1
* anv: add a new execution mode for secondary command buffersLionel Landwerlin2020-05-202-5/+68
* anv: don't reserve a particular register for draw countLionel Landwerlin2020-05-202-40/+46
* anv:gpu_memcpy: Emit 3DSTATE_VF_INDEXING on Gen8+Jason Ekstrand2020-05-181-0/+7
* intel: Store the aperture size in devinfo.Rafael Antognolli2020-05-154-22/+1
* anv: Silence unused parameter warning in anv_image_get_clear_color_addrIan Romanick2020-05-141-1/+1
* anv/tests: Silence unused parameter warnings in mainIan Romanick2020-05-146-6/+6
* anv/tests: Don't rely on assert or changing NDEBUG in testsIan Romanick2020-05-148-31/+59
* anv: Fix descriptor set clean-up on BO allocation failureJason Ekstrand2020-05-141-1/+1
* anv: Call vk_object_base_finish for image viewsJason Ekstrand2020-05-141-0/+1
* anv: Fix deadlock in anv_timelines_waitDanylo Piliaiev2020-05-141-1/+2
* anv: Translate relative timeout to absolute when calling anv_timelines_waitDanylo Piliaiev2020-05-141-1/+1
* anv: Set MOCS in 3DSTATE_CONSTANT_* on Gen9+Jason Ekstrand2020-05-141-1/+15
* anv: Set 3DSTATE_VF_INSTANCING on the SVGS elementJason Ekstrand2020-05-141-0/+6
* anv: Implement VK_EXT_custom_border_colorIván Briano2020-05-134-31/+109
* anv: Add a way to reserve states from a poolIván Briano2020-05-132-0/+55
* anv: Disable B5G6R5_UNORM_PACK16Iván Briano2020-05-131-1/+1
* anv: use the correct format on AndroidIván Briano2020-05-131-1/+1
* anv: use the common code for generating extensions and dispatch tablesSamuel Pitoiset2020-05-132-335/+14
* anv,vulkan: Implement VK_EXT_private_dataJason Ekstrand2020-05-122-0/+53
* anv/allocator: Add a start_offset to anv_state_poolJason Ekstrand2020-05-088-25/+35
* anv: fix alignments for uniform buffersLionel Landwerlin2020-05-084-11/+12
* anv: call base finish only if pass given in DestroyRenderPassTapani Pälli2020-05-081-0/+3
* anv: don't expose VK_INTEL_performance_query without kernel supportLionel Landwerlin2020-05-072-1/+3
* anv: increase minUniformBufferOffsetAlignment to 64Arcady Goldmints-Orlov2020-05-061-2/+4
* anv: Remove RANGE_SIZE usageJoshua Ashton2020-05-051-3/+0
* anv: Refactor setting descriptors with immutable samplerJason Ekstrand2020-05-041-9/+6
* vulkan,anv: Move the DEFINE_HANDLE_CASTS macros to vk_object.hJason Ekstrand2020-05-041-58/+54
* vulkan,anv: Add a base object struct typeJason Ekstrand2020-05-0413-11/+132
* anv: Allocate CPU-side memory for eventsJason Ekstrand2020-05-041-9/+12
* anv: Stop clflushing eventsJason Ekstrand2020-05-041-27/+0
* vulkan,anv: Add a common base object type for VkDeviceJason Ekstrand2020-05-0416-92/+89
* anv: Disable extensions based on Android versionsNataraj Deshpande2020-05-012-2/+93
* anv: Limit vulkan version to 1.1 for AndroidNataraj Deshpande2020-05-011-1/+1
* intel: Let drivers call brw_nir_lower_cs_intrinsics()Caio Marcelo de Oliveira Filho2020-05-011-0/+1
* intel: Move anv_gem_supports_syncobj_wait to common code.Kenneth Graunke2020-05-011-28/+1