aboutsummaryrefslogtreecommitdiffstats
path: root/src/intel/vulkan/anv_private.h
Commit message (Expand)AuthorAgeFilesLines
* anv: drop unneeded KHR suffixEric Engestrom2019-01-081-2/+2
* anv: explictly specify format for blorp ccs/mcs opLionel Landwerlin2019-01-081-0/+2
* anv: add VkFormat field as part of anv_formatTapani Pälli2018-12-191-0/+1
* anv/android: support creating images from external formatTapani Pälli2018-12-191-0/+4
* anv/android: support import/export of AHardwareBuffer objectsTapani Pälli2018-12-191-0/+5
* anv: make anv_get_image_format_features publicTapani Pälli2018-12-191-0/+5
* anv: refactor make_surface to use data from anv_imageTapani Pälli2018-12-191-0/+5
* anv: add create_flags as part of anv_imageTapani Pälli2018-12-191-0/+1
* genxml: Consistently use a numeric "MOCS" fieldKenneth Graunke2018-12-141-45/+31
* anv/query: flush render target before copying resultsLionel Landwerlin2018-12-051-0/+7
* anv: move helper function internallyLionel Landwerlin2018-11-131-22/+0
* anv: associate vulkan formats with aspectsLionel Landwerlin2018-11-131-0/+3
* anv: simplify internal address offsetLionel Landwerlin2018-11-131-2/+1
* anv: stub internal android codeLionel Landwerlin2018-11-061-9/+1
* anv: Improve the asserts in anv_buffer_get_rangeJason Ekstrand2018-10-271-1/+2
* anv: Return VK_ERROR_DEVICE_LOST from anv_device_set_lostJason Ekstrand2018-10-261-2/+5
* anv/util: Split a vk_errorv helper out of vk_errorfJason Ekstrand2018-10-261-0/+8
* anv: Add helpers for setting/checking device lostJason Ekstrand2018-10-261-1/+10
* 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