summaryrefslogtreecommitdiffstats
path: root/src/intel/vulkan
Commit message (Expand)AuthorAgeFilesLines
* intel/compiler: Add a flag for pull constant supportJason Ekstrand2017-10-121-0/+1
* anv/pipeline: Ralloc prog_data::param of the compile mem_ctxJason Ekstrand2017-10-121-2/+1
* anv/pipeline: Add a mem_ctx parameter to anv_pipeline_compileJason Ekstrand2017-10-121-33/+39
* i965: Store image_param in brw_context instead of prog_dataJason Ekstrand2017-10-121-4/+2
* intel: Rewrite the world of push/pull paramsJason Ekstrand2017-10-124-28/+42
* anv/pipeline_cache: Rework to use multialloc and blobJason Ekstrand2017-10-122-159/+141
* anv/pipeline: Declare bind maps closer to their useJason Ekstrand2017-10-121-12/+6
* anv/multialloc: Add new add_size helperJason Ekstrand2017-10-121-2/+4
* anv: intel: use anv_image's computed size for importing a BOLionel Landwerlin2017-10-111-11/+15
* anv: bo_cache: allow importing a BO larger than neededLionel Landwerlin2017-10-111-1/+1
* anv: fix assert in wsi image code.Dave Airlie2017-10-111-1/+1
* anv: fix null pointer dereferenceTapani Pälli2017-10-101-0/+1
* anv: Do not assert() on VK_ATTACHMENT_UNUSEDJózef Kucia2017-10-091-1/+2
* anv/wsi: Allocate enough memory for the entire imageJason Ekstrand2017-10-071-3/+4
* anv: fix nir.h includeLionel Landwerlin2017-10-071-1/+1
* anv/cmd_buffer: Reset state in cmd_buffer_destroyLionel Landwerlin2017-10-061-9/+3
* anv/cmd_buffer: fix push descriptors with set > 0Lionel Landwerlin2017-10-062-13/+49
* anv: enable VK_KHR_sampler_ycbcr_conversionLionel Landwerlin2017-10-066-18/+186
* anv: enable multiple planes per image/imageViewLionel Landwerlin2017-10-069-484/+915
* anv: Take an image in can_sample_with_hizJason Ekstrand2017-10-063-9/+10
* anv: Take a single aspect in anv_layout_to_aux_usageJason Ekstrand2017-10-063-18/+15
* anv/cmd_buffer: Make get_fast_clear_state return an addressJason Ekstrand2017-10-061-22/+24
* anv/blorp: Add a concept of default aux usageJason Ekstrand2017-10-061-11/+16
* anv: add nir lowering pass for ycbcr texturesLionel Landwerlin2017-10-065-2/+495
* anv: prepare sampler emission code for multiplanar imagesLionel Landwerlin2017-10-063-41/+43
* anv/apply_pipeline_layout: Prepare for multi-planar imagesLionel Landwerlin2017-10-064-22/+116
* anv: add new formats KHR_sampler_ycbcr_conversionLionel Landwerlin2017-10-063-6/+189
* anv: modify the internal concept of format to express multiple planesLionel Landwerlin2017-10-064-256/+331
* anv: prepare formats to handle disjoints setsLionel Landwerlin2017-10-061-10/+27
* anv: Remove base_vertex/instance from push_constantsJason Ekstrand2017-10-031-7/+0
* meson: add window system deps to intel vulkan commonDylan Baker2017-10-031-1/+1
* anv: Remove unreachable cases from isl_format_for_size()Józef Kucia2017-10-031-2/+0
* anv: Fix vkCmdFillBuffer()Józef Kucia2017-10-031-2/+2
* meson: remove duplicate libisl dependency in anvDylan Baker2017-09-281-1/+1
* anv: add an assertion in genX(BeginCommandBuffer)Gwan-gyeong Mun2017-09-281-0/+1
* meson: Add build Intel "anv" vulkan driverDylan Baker2017-09-271-0/+182
* anv: Fix some comment typos.Eric Anholt2017-09-261-3/+3
* anv: fix viewport transformation for z componentSamuel Iglesias Gonsálvez2017-09-251-2/+2
* anv: Advertise VK_KHR_maintenance2Jason Ekstrand2017-09-201-0/+1
* anv/image: Use RENDER_SURFACE_STATE::X/Y Offset on SKL+Jason Ekstrand2017-09-201-7/+16
* anv/image: Support creating uncompressed views of compressed imagesJason Ekstrand2017-09-204-5/+187
* anv: Add a new anv_surface_state structJason Ekstrand2017-09-204-109/+110
* anv/image: Break surface state fill logic into a helperJason Ekstrand2017-09-203-112/+151
* anv/image: Add support for the VkImageViewUsageCreateInfoKHR structJason Ekstrand2017-09-201-8/+14
* anv: Advertise point clipping propertiesSamuel Iglesias Gonsálvez2017-09-201-0/+8
* anv: Add support for tessellation domain origin controlJason Ekstrand2017-09-201-10/+21
* spirv: Flip the tessellation winding orderJason Ekstrand2017-09-201-1/+12
* anv/image: Add support for the new depth/stencil layoutsJason Ekstrand2017-09-201-0/+2
* anv/entrypoints_gen: Dedent the C codeJason Ekstrand2017-09-201-196/+195
* anv: Fix descriptors copyingJózef Kucia2017-09-201-1/+1