summaryrefslogtreecommitdiff
path: root/src/intel/vulkan
AgeCommit message (Expand)AuthorFilesLines
2016-12-16anv: Fix uniform and storage buffer offset alignment limits.Francisco Jerez1-2/+2
2016-12-14anv: Reject VkMemoryAllocateInfo::allocationSize == 0Chad Versace1-5/+2
2016-12-11anv: fix release build unused variable warningsGrazvydas Ignotas2-2/+3
2016-12-10anv: Clean up some unused variablesEdward O'Callaghan1-15/+0
2016-12-06anv/TODO: Document sampling from HiZNanley Chery1-0/+1
2016-12-05anv/pipeline: Call nir_lower_constant_initializersJason Ekstrand1-0/+13
2016-12-05Revert "i965: use nir_lower_indirect_derefs() for GLSL"Jason Ekstrand1-0/+10
2016-12-05i965: use nir_lower_indirect_derefs() for GLSLTimothy Arceri1-10/+0
2016-11-30anv: expose support for VK_KHR_sampler_mirror_clamp_to_edgeIlia Mirkin1-0/+4
2016-11-30anv/cmd_buffer: Actually use the stencil dimensionJason Ekstrand1-1/+1
2016-11-30anv: Prefer in-tree headers to out-of-tree headersVille Syrjälä1-5/+11
2016-11-29anv: Emit cherryview SF state without including gen9_pack.hKristian H. Kristensen1-13/+23
2016-11-29anv: Don't include two different pack headersKristian H. Kristensen1-3/+5
2016-11-30anv: remove per-sample shading from TODOIlia Mirkin1-1/+0
2016-11-30anv: clean up VkPhysicalDeviceFeatures listIlia Mirkin1-3/+3
2016-11-29anv: bump the texture gather offset limitsIlia Mirkin1-2/+2
2016-11-28anv/cmd_buffer: Remove the 1-D case from the HiZ QPitch calculationJason Ekstrand1-3/+6
2016-11-28anv/cmd_buffer: Set the correct surface type for depth/stencilJason Ekstrand1-2/+53
2016-11-28anv: enable drawIndirectFirstInstanceIlia Mirkin1-1/+1
2016-11-28anv: expose depthBiasClamp, it is already setIlia Mirkin1-1/+1
2016-11-28anv: bump maxFramebufferLayers to 2048Ilia Mirkin1-1/+1
2016-11-28anv: enable storage image extended formatsIlia Mirkin1-1/+1
2016-11-28anv: expose imageCubeArray functionalityIlia Mirkin1-1/+1
2016-11-29radv: set maxFragmentDualSrcAttachments to 1Dave Airlie1-1/+1
2016-11-28anv: Fix cache UUID generation.Kenneth Graunke1-2/+2
2016-11-28anv: Update the teardown in reverse order of the anv_CreateDeviceGwan-gyeong Mun1-9/+14
2016-11-28anv: drop the return type for anv_queue_init()Gwan-gyeong Mun1-3/+1
2016-11-28anv: Add missing error-checking to anv_block_pool_init (v2)Gwan-gyeong Mun2-8/+23
2016-11-28anv: don't leak memory if anv_init_wsi() failsEmil Velikov1-2/+4
2016-11-28anv: don't double-close the same fdEmil Velikov1-2/+1
2016-11-28anv: automake: don't generate anv_timestamp.hEmil Velikov2-8/+1
2016-11-28anv: Use library mtime for cache UUID.Emil Velikov1-4/+30
2016-11-28anv: Store UUID in physical device.Emil Velikov3-14/+15
2016-11-28anv: use do { } while (0) in the anv_finishme macroEmil Velikov1-7/+8
2016-11-26anv/pipeline: Make is_dual_src_blend_factor inlineJason Ekstrand1-1/+1
2016-11-26anv/pipeline: Make the temp blend attachment state pointer constJason Ekstrand1-1/+3
2016-11-25anv/device: Remove a bogus finishme commentJason Ekstrand1-1/+0
2016-11-25anv/state: if enabled, use anisotropic filtering also with VK_FILTER_NEARESTIago Toral Quiroga1-1/+1
2016-11-23anv/gen7: only enable dual-source blending when there are dual-source factorsIlia Mirkin1-3/+33
2016-11-23anv: fix enumeration of propertiesEmil Velikov1-6/+8
2016-11-23anv: fix segfault in anv_BindImageMemoryDave Airlie1-1/+1
2016-11-22anv: Enable fast clears on gen7-8Jason Ekstrand2-13/+36
2016-11-22anv: Add support for fast clears on gen9Jason Ekstrand3-29/+176
2016-11-22anv/blorp: Rework flushing around resolvesJason Ekstrand1-14/+18
2016-11-22anv/cmd_buffer: Apply remaining flushes in EndCommandBufferJason Ekstrand1-0/+2
2016-11-22anv/blorp: Use regular blorp clears for subpass clearsJason Ekstrand1-10/+19
2016-11-22anv: Add a vk_to_isl_color helperJason Ekstrand2-7/+16
2016-11-22anv/cmd_buffer: Make setup_attachments take a RenderPassBeginInfoJason Ekstrand1-7/+6
2016-11-22anv: Set up binding tables and surface states for input attachmentsJason Ekstrand5-6/+85
2016-11-22anv/pipeline: Handle depth/stencil self-dependenciesJason Ekstrand3-6/+31