summaryrefslogtreecommitdiffstats
path: root/src/intel/vulkan/anv_private.h
Commit message (Expand)AuthorAgeFilesLines
* vulkan: Add VK_EXT_calibrated_timestamps extension (radv and anv) [v5]Keith Packard2018-10-171-0/+2
* anv: Implement VK_EXT_pci_bus_infoLionel Landwerlin2018-10-161-0/+6
* anv: Split dispatch tables into device and instanceJason Ekstrand2018-10-151-6/+12
* anv: Use separate MOCS settings for external BOsJason Ekstrand2018-10-031-9/+29
* intel/isl: Add a unit suffixes to some struct fields and variablesJason Ekstrand2018-09-261-2/+2
* Replace uses of _mesa_bitcount with util_bitcountDylan Baker2018-09-071-3/+4
* anv: Copy the appliation info into the instanceJason Ekstrand2018-08-281-1/+10
* anv/apply_pipeline_layout: Add to the bind map instead of replacing itJason Ekstrand2018-08-171-3/+0
* anv/pipline: Add a helper struct for per-stage infoJason Ekstrand2018-08-021-1/+1
* anv: Pay attention to VK_ACCESS_MEMORY_(READ|WRITE)_BITAlex Smith2018-07-231-0/+9
* anv/pipeline: Add a per-VB instance divisorJason Ekstrand2018-07-091-0/+1
* anv/pipeline: Use a per-VB struct instead of separate arraysJason Ekstrand2018-07-091-2/+5
* anv: Make subpass::depth_stencil_attachment a pointerJason Ekstrand2018-07-091-1/+1
* anv: Add support for the on-disk shader cacheJason Ekstrand2018-07-021-0/+3
* anv: Add device-level helpers for searching for and uploading kernelsJason Ekstrand2018-07-021-0/+16
* anv: Use a default pipeline cache if none is specifiedJason Ekstrand2018-07-021-1/+3
* anv: Add state setup support for shader constantsJason Ekstrand2018-07-021-0/+1
* anv: Add support for shader constant data to the pipeline cacheJason Ekstrand2018-07-021-0/+6
* Revert "anv: Print the actual enum for ignored structure types"Jason Ekstrand2018-06-271-3/+1
* anv: Print the actual enum for ignored structure typesJason Ekstrand2018-06-271-1/+3
* anv: add VK_EXT_display_control to anv driver [v5]Keith Packard2018-06-231-0/+4
* vulkan: Add KHR_display extension using DRM [v10]Keith Packard2018-06-191-0/+1
* anv/device: Check for kernel support of context isolation.Rafael Antognolli2018-06-181-0/+1
* anv: Disable __gen_validate_value if NDEBUG is set.Kenneth Graunke2018-06-111-0/+2
* anv/allocator: Set the BO flags in bo_cache_alloc/importJason Ekstrand2018-06-011-2/+4
* anv: For pinned BOs, skip relocations, but track bo usageScott D Phillips2018-06-011-0/+3
* anv: Use a separate pool for binding tables when soft pinningScott D Phillips2018-06-011-0/+24
* anv: Soft-pin state poolsScott D Phillips2018-06-011-0/+8
* anv/blorp: Write relocated values into surface statesScott D Phillips2018-05-311-0/+16
* anv: Use an address for each anv_image planeJason Ekstrand2018-05-311-7/+3
* anv: Use an anv_address in anv_bufferJason Ekstrand2018-05-311-2/+1
* anv: Use an anv_address in anv_buffer_viewJason Ekstrand2018-05-311-4/+4
* anv: Use full anv_addresses in anv_surface_stateJason Ekstrand2018-05-311-6/+6
* anv: Add some anv_address helpersJason Ekstrand2018-05-311-0/+24
* anv: Add vma_heap allocators in anv_deviceScott D Phillips2018-05-311-0/+60
* anv: move canonical_address calculation into a separate functionScott D Phillips2018-05-271-0/+1
* anv: remove unused field anv_queue::poolScott D Phillips2018-05-071-2/+0
* intel: fix check for 48b ppgtt supportScott D Phillips2018-04-301-1/+0
* anv: fix number of planes for depth & stencilLionel Landwerlin2018-04-131-0/+4
* anv: Make blorp update the clear color.Rafael Antognolli2018-04-051-2/+4
* anv: Use clear address for HiZ fast clears too.Rafael Antognolli2018-04-051-0/+1
* anv: Emit the fast clear color address, instead of value.Rafael Antognolli2018-04-051-0/+5
* anv: Add a helper to extract clear color from the attachment.Rafael Antognolli2018-04-051-0/+20
* intel: Use Clear Color struct size.Rafael Antognolli2018-04-051-1/+5
* anv/image: Do not override lower bits of dword.Rafael Antognolli2018-04-051-2/+2
* anv/cmd_buffer: consider multiview masks for tracking pending clear aspectsIago Toral Quiroga2018-04-021-0/+8
* anv/device: GetDeviceQueue2 should only return queues with matching flagsIago Toral Quiroga2018-03-071-0/+2
* anv: Implement vkCmdDispatchBaseJason Ekstrand2018-03-071-0/+3
* anv: Implement VK_KHR_maintenance3Jason Ekstrand2018-03-071-0/+19
* Get rid of a bunch of KHR suffixesJason Ekstrand2018-03-071-17/+17