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