summaryrefslogtreecommitdiffstats
path: root/src/intel/vulkan
Commit message (Expand)AuthorAgeFilesLines
* anv,radv: Re-enable VK_EXT_pci_bus_infoJason Ekstrand2018-12-171-1/+1
* genxml: Consistently use a numeric "MOCS" fieldKenneth Graunke2018-12-146-63/+46
* anv/pipeline: Set the correct binding count for compute shadersJason Ekstrand2018-12-121-2/+6
* anv: Advertise support for MinLod on Skylake+Jason Ekstrand2018-12-112-1/+2
* anv,radv: Disable VK_EXT_pci_bus_infoJason Ekstrand2018-12-111-1/+1
* anv/query: flush render target before copying resultsLionel Landwerlin2018-12-055-0/+32
* anv: add unreachable() for VK_EXT_fragment_density_mapEric Engestrom2018-12-041-0/+3
* anv: flush pipeline before query result copiesLionel Landwerlin2018-11-291-5/+4
* anv/icl: Set use full ways in L3CNTLREGAnuj Phogat2018-11-261-0/+1
* anv: correctly use vulkan 1.0 by defaultEric Engestrom2018-11-261-1/+1
* anv: allow exporting an imported SYNC_FD semaphore typeTapani Pälli2018-11-231-1/+2
* anv/nir: Rework arguments to apply_pipeline_layoutJason Ekstrand2018-11-223-4/+8
* anv: Put robust buffer access in the pipeline hashJason Ekstrand2018-11-221-0/+6
* anv: Expose VK_EXT_scalar_block_layoutJason Ekstrand2018-11-222-0/+8
* meson: Add tests to suitesDylan Baker2018-11-201-1/+2
* nir: replace nir_load_system_value calls with appropiate builder functionsKarol Herbst2018-11-141-2/+1
* anv: move helper function internallyLionel Landwerlin2018-11-132-22/+22
* anv: use image aspects rather than computed onesLionel Landwerlin2018-11-131-1/+1
* anv: associate vulkan formats with aspectsLionel Landwerlin2018-11-132-41/+69
* anv/lower_ycbcr: make sure to set 0s on all componentsLionel Landwerlin2018-11-131-5/+5
* anv/image: remove unused parameterLionel Landwerlin2018-11-131-3/+2
* anv: simplify internal address offsetLionel Landwerlin2018-11-131-2/+1
* anv: Use nir_src_is_const and friends in lowering codeJason Ekstrand2018-11-082-12/+9
* anv/android: mark gralloc allocated BOs as externalLionel Landwerlin2018-11-061-1/+1
* anv: stub internal android codeLionel Landwerlin2018-11-065-11/+74
* anv/icl: Disable prefetching of sampler state entriesAnuj Phogat2018-11-021-9/+16
* anv/icl: Set Error Detection Behavior Control Bit in L3CNTLREGAnuj Phogat2018-11-011-0/+7
* intel/compiler: Stop assuming the entrypoint is called "main"Jason Ekstrand2018-10-301-1/+0
* anv: Disable dual source blending when shader doesn't support it on gen8+Danylo Piliaiev2018-10-301-10/+36
* anv: Bump the advertised patch version to 90Jason Ekstrand2018-10-301-1/+1
* anv: add missing meson build dependencyEric Engestrom2018-10-291-1/+1
* anv: Use absolute timeouts in wait_for_bo_fencesJason Ekstrand2018-10-271-42/+30
* anv: Flag semaphore BOs as externalJason Ekstrand2018-10-271-2/+3
* anv: Improve the asserts in anv_buffer_get_rangeJason Ekstrand2018-10-271-1/+2
* Revert "anv/skylake: disable ForceThreadDispatchEnable"Jason Ekstrand2018-10-261-35/+7
* anv: Return VK_ERROR_DEVICE_LOST from anv_device_set_lostJason Ekstrand2018-10-264-45/+32
* anv/util: Split a vk_errorv helper out of vk_errorfJason Ekstrand2018-10-262-6/+25
* vulkan: drop always-true paramEric Engestrom2018-10-261-2/+0
* nir/validate: Print when the validation failedJason Ekstrand2018-10-261-1/+1
* anv: Handle the device loss abort in anv_device_set_lostJason Ekstrand2018-10-262-5/+11
* anv: Add helpers for setting/checking device lostJason Ekstrand2018-10-264-21/+36
* anv: Provide a error message with a DEVICE_LOSTJason Ekstrand2018-10-261-1/+2
* anv: Fix sanitization of stencil state when the depth test is disabledAlex Smith2018-10-261-7/+7
* util: use C99 declaration in the for-loop set_foreach() macroEric Engestrom2018-10-251-3/+0
* util: use C99 declaration in the for-loop hash_table_foreach() macroEric Engestrom2018-10-251-3/+0
* anv: move variable to proper scope and mark as MAYBE_UNUSEDEric Engestrom2018-10-241-2/+1
* anv: use snprintf() instead of memset()+strcpy()Eric Engestrom2018-10-241-4/+3
* anv: drop unused includesEric Engestrom2018-10-241-3/+0
* anv: Allow presenting via a different GPUAlex Smith2018-10-241-2/+2
* anv,radv: Trivially expose two new VK_GOOGLE extensionsJason Ekstrand2018-10-221-0/+2