aboutsummaryrefslogtreecommitdiffstats
path: root/src/intel/vulkan
Commit message (Expand)AuthorAgeFilesLines
* anv: update fallthrough comment so gcc sees itTimothy Arceri2020-07-021-1/+1
* anv: Align "used" attribute to 64 bits.Rafael Antognolli2020-06-251-2/+5
* anv/cmd_buffer: Split GPGPU_WALKER out to emit_gpgpu_walkerJordan Justen2020-06-241-32/+32
* anv/pipeline: Split VFE/INTERFACE_DESCRIPTOR out to emit_media_cs_stateJordan Justen2020-06-241-49/+56
* anv: Bump the advertised patch version to 145Jason Ekstrand2020-06-221-1/+1
* anv: Make use of devinfo has_aux_map fieldJordan Justen2020-06-223-13/+16
* util: rename xmlpool.h to driconf.hEric Engestrom2020-06-221-1/+1
* driconf: drop now unused translation facilityEric Engestrom2020-06-221-1/+0
* anv/dg1: Don't use SET_TILING kernel uapi.Rafael Antognolli2020-06-222-4/+20
* anv: Set L3 full way allocation at context init if L3 cfg is NULLJordan Justen2020-06-222-1/+15
* intel/compiler: Always apply sample mask on Vulkan.Arcady Goldmints-Orlov2020-06-191-0/+2
* anv: Use resolve_device_entrypoint for dispatch initJason Ekstrand2020-06-193-51/+17
* anv: replace all dup() with os_dupfd_cloexec()Eric Engestrom2020-06-181-1/+3
* anv: enable VK_EXT_pipeline_creation_cache_controlIván Briano2020-06-172-0/+8
* anv: implement VK_PIPELINE_CREATE_FAIL_ON_PIPELINE_COMPILE_REQUIRED_BIT_EXTIván Briano2020-06-172-14/+41
* anv: support externally synchronized pipeline cachesIván Briano2020-06-172-13/+32
* anv: add an option to disable secondary command buffer callsLionel Landwerlin2020-06-164-2/+10
* anv: Add anv_pipeline_init/finish helpersJason Ekstrand2020-06-163-56/+84
* anv: Add an anv_batch_set_storage helperJason Ekstrand2020-06-164-7/+15
* anv,iris: unbreak on BSDs after 812cf5f522ab,abf8aed68047Jan Beich2020-06-161-1/+1
* anv/allocator: Compare to start_offset in state_pool_free_no_vgJason Ekstrand2020-06-091-3/+6
* Switch from cElementTree to ElementTree.Vinson Lee2020-06-051-1/+1
* nir: add callback to nir_remove_dead_variables()Timothy Arceri2020-06-031-1/+2
* meson: use gnu_symbol_visibility argumentDylan Baker2020-06-011-2/+5
* 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