summaryrefslogtreecommitdiffstats
path: root/src/intel/vulkan
Commit message (Expand)AuthorAgeFilesLines
* anv/pipeline: Make a copy of VkPipelineDepthStencilStateCreateinfoJason Ekstrand2017-02-141-16/+18
* anv: Add support for the PMA fix on BroadwellJason Ekstrand2017-02-149-2/+221
* anv: Disable stencil writes when both write masks are zeroJason Ekstrand2017-02-144-2/+17
* anv/entrypoints: Only generate entrypoints for supported featuresJason Ekstrand2017-02-141-3/+41
* anv: fix Get*MemoryRequirements for !LLCConnor Abbott2017-02-141-6/+8
* anv: Add support for shaderStorageImageWriteWithoutFormatAlex Smith2017-02-146-23/+65
* anv/apply_pipeline_layout: Set image.write_only to falseJason Ekstrand2017-02-141-0/+12
* anv/cmd_buffer: Return a VkResult from verify_cmd_parserJason Ekstrand2017-02-141-7/+7
* anv/blorp: Don't sanitize the swizzle for blorp_clearJason Ekstrand2017-02-131-2/+1
* anv/pipeline: set ThreadDispatchEnable conditionallyJuan A. Suarez Romero2017-02-061-23/+26
* anv/blorp: Disable resolves for transparent black clearsNanley Chery2017-02-031-2/+8
* anv/cmd_buffer: Don't temporarily enable CCS_E within a render passNanley Chery2017-02-031-2/+13
* anv: Remove the finishme for CCS_E with storage imagesJason Ekstrand2017-02-021-14/+7
* intel/isl: Rename supports_lossless_compression to supports_ccs_eJason Ekstrand2017-02-022-3/+2
* anv/pass: Store the depth-stencil attachment's last subpass indexNanley Chery2017-02-021-0/+1
* anv: enable VK_KHR_shader_draw_parametersLionel Landwerlin2017-02-022-0/+5
* anv: emit DrawID if neededLionel Landwerlin2017-02-023-7/+63
* anv: always allocate a vertex element with vertexid or instanceidLionel Landwerlin2017-02-021-12/+0
* anv: move BaseVertexID/BaseInstanceID vertex buffer index to 31Lionel Landwerlin2017-02-023-2/+4
* anv: limit vertex buffers to 31Lionel Landwerlin2017-02-023-4/+4
* anv: Don't use bogus alpha swizzlesJason Ekstrand2017-02-013-3/+22
* android: add vulkan build for intelTapani Pälli2017-02-011-0/+226
* anv: Improve flushing around STATE_BASE_ADDRESSJason Ekstrand2017-01-311-0/+4
* anv: Flush render cache before STATE_BASE_ADDRESS on gen7Jason Ekstrand2017-01-311-3/+0
* anv/cmd_buffer: Use the proper depth input attachment surface stateNanley Chery2017-01-311-6/+6
* anv: Advertise API version 1.0.39Jason Ekstrand2017-01-271-1/+1
* anv: add missing extension errors in vk_errorf()Eric Engestrom2017-01-271-0/+5
* anv: add missing core errors in vk_errorf()Eric Engestrom2017-01-271-0/+3
* anv: don't assert on out of memory descriptor pool in debug modeLionel Landwerlin2017-01-271-0/+2
* anv: fix descriptor pool internal size allocationLionel Landwerlin2017-01-261-4/+4
* anv/lower_input_attachments: honor sample index parameter to subpassLoad()Iago Toral Quiroga2017-01-261-4/+1
* anv: Implement VK_KHR_get_physical_device_properties2Chad Versace2017-01-253-0/+161
* anv: Refactor anv_GetPhysicalDeviceQueueFamilyProperties()Chad Versace2017-01-251-9/+17
* anv: Refactor anv_GetPhysicalDeviceFormatProperties()Chad Versace2017-01-251-28/+49
* anv: Revive struct anv_commonChad Versace2017-01-251-0/+5
* anv: Define macro anv_debug()Chad Versace2017-01-251-0/+2
* anv: set command buffer to NULL when allocations failLionel Landwerlin2017-01-251-1/+4
* anv: Expose VK_KHR_maintenance1Jason Ekstrand2017-01-241-1/+5
* anv: Return better errors from AllocateDescriptorSetsJason Ekstrand2017-01-241-2/+7
* anv: Allow selecting the slice of a 3D imageJason Ekstrand2017-01-241-1/+1
* anv: Report FORMAT_FEATURE_TRANSFER_SRC/DST_BIT_KHRJason Ekstrand2017-01-241-1/+13
* anv: Add trivial support for TrimCommandPoolKHRJason Ekstrand2017-01-241-0/+8
* anv: Set viewport extents correctly when height is negativeJason Ekstrand2017-01-241-2/+2
* vulkan: Don't install vk_platform.h or vulkan.h.Matt Turner2017-01-241-3/+5
* anv: descriptors: don't update immutables samplers with anything but their im...Lionel Landwerlin2017-01-211-12/+19
* anv: don't require render target isl bit for depth/stencil surfacesLionel Landwerlin2017-01-201-2/+5
* anv: fix comment typoLionel Landwerlin2017-01-201-1/+1
* anv: set UAV coherence required bit when neededIago Toral Quiroga2017-01-171-0/+51
* anv: increase ANV_MAX_STATE_SIZE_LOG2 limit to 1 MBSamuel Iglesias Gonsálvez2017-01-172-2/+2
* anv: generate entry points from vk.xmlLionel Landwerlin2017-01-142-65/+71