summaryrefslogtreecommitdiffstats
path: root/src/intel/vulkan
Commit message (Expand)AuthorAgeFilesLines
...
* anv: Implement VK_KHR_bind_memory2Jason Ekstrand2017-09-183-17/+68
* util: Query build-id by symbol address, not library nameChad Versace2017-09-131-1/+2
* anv: fix build issues on release buildTapani Pälli2017-09-121-1/+1
* anv: remove extra 'debug:' from anv_debug_ignored_stypeTapani Pälli2017-09-121-1/+1
* anv: move brw_process_intel_debug_variable to happen earlyTapani Pälli2017-09-121-2/+2
* anv: wire up vk_errorf macro to do debug reportingTapani Pälli2017-09-129-33/+74
* anv: wire up anv_perf_warn macro to do debug reportingTapani Pälli2017-09-125-16/+141
* anv: implementation of VK_EXT_debug_report extensionTapani Pälli2017-09-124-0/+179
* anv: Annotate entrypoint table with index and func nameChad Versace2017-09-061-2/+2
* anv: fix off by one in array checkEric Engestrom2017-09-041-1/+1
* anv/formats: Nicely handle unknown VkFormat enumsJason Ekstrand2017-08-311-5/+14
* anv: fix build errors on androidTapani Pälli2017-08-311-2/+3
* blorp: Turn anv_CmdCopyBuffer into a blorp_buffer_copy() helper.Kenneth Graunke2017-08-301-99/+18
* anv: use device->info instead of brw->is_*Lionel Landwerlin2017-08-301-1/+1
* anv: set right datatypes in anv_pipeline_bindingJuan A. Suarez Romero2017-08-303-4/+4
* anv: Mark functions used conditionally as UNUSEDMatt Turner2017-08-294-6/+6
* anv: Explicitly cast between different enumsMatt Turner2017-08-292-4/+4
* anv: Remove 'inline' keywordsMatt Turner2017-08-298-19/+19
* anv: Use GNU C empty brace initializerMatt Turner2017-08-292-11/+11
* anv: Add support for the SYNC_FD handle type for fencesJason Ekstrand2017-08-284-11/+87
* anv: Implement VK_KHR_external_fenceJason Ekstrand2017-08-283-5/+161
* anv: Use DRM sync objects to back fences whenever possibleJason Ekstrand2017-08-284-9/+139
* anv/gem: Add support for syncobj wait and resetJason Ekstrand2017-08-283-0/+87
* anv/gem: Add a flags parameter to syncobj_createJason Ekstrand2017-08-284-5/+5
* anv: Rename anv_fence_state to anv_bo_fence_stateJason Ekstrand2017-08-283-18/+18
* anv: Pull the guts of anv_fence into anv_fence_implJason Ekstrand2017-08-283-49/+159
* anv/wsi: Use QueueSubmit to trigger the fence in AcquireNextImageJason Ekstrand2017-08-281-3/+6
* anv: Rework fences to work more like BO semaphoresJason Ekstrand2017-08-283-68/+51
* anv/queue: Allow temporary import of SYNC_FD semaphoresJason Ekstrand2017-08-281-3/+0
* anv,i965: Move CS shared lowering into anvJason Ekstrand2017-08-241-0/+5
* anv: Check that in_fence fd is valid before closing it.Francisco Jerez2017-08-221-1/+2
* anv: Add error handling to setup_empty_execbuf().Francisco Jerez2017-08-221-9/+13
* anv: Move clamp_int64() inside the IVB checkMatt Turner2017-08-211-1/+1
* anv: Use ISL for emitting null surface states.Kenneth Graunke2017-08-191-16/+4
* anv: Move a comment that got left behind in the u_vector refactor.Eric Anholt2017-08-181-8/+0
* anv/gem: Add a stub for sync_file_mergeJason Ekstrand2017-08-161-0/+6
* anv: Advertise VK_KHR_external_semaphoreJason Ekstrand2017-08-151-3/+3
* anv: Use DRM sync objects for external semaphores when availableJason Ekstrand2017-08-154-23/+128
* anv/gem: Add a drm syncobj supportJason Ekstrand2017-08-153-0/+80
* anv: Implement support for exporting semaphores as FENCE_FDJason Ekstrand2017-08-155-9/+172
* anv/gem: Use EXECBUFFER2_WR when the FENCE_OUT flag is setJason Ekstrand2017-08-151-1/+4
* anv: Submit a dummy batch when only semaphores are provided.Jason Ekstrand2017-08-154-3/+73
* anv: Add a basic implementation of VK_KHX_external_semaphoreJason Ekstrand2017-08-154-9/+187
* anv/formats: Allow sampling on depth-only formats on gen7Jason Ekstrand2017-08-071-1/+2
* anv: put anv_extensions.c in gitignoreLionel Landwerlin2017-08-031-0/+1
* anv: Advertise VK_KHR_relaxed_block_layoutJason Ekstrand2017-08-021-0/+1
* anv: Bump the advertised version to 1.0.57Jason Ekstrand2017-08-021-1/+1
* anv: Pull the API version from anv_extensions.pyJason Ekstrand2017-08-023-1/+13
* anv: Use python to generate ICD json filesJason Ekstrand2017-08-023-14/+47
* anv: Add MAX_API_VERSION to anv_extensions.pyJason Ekstrand2017-08-022-3/+44