summaryrefslogtreecommitdiff
path: root/src/intel/vulkan
AgeCommit message (Expand)AuthorFilesLines
2017-03-15anv: Properly handle destroying NULL devices and instancesJason Ekstrand1-0/+6
2017-03-15anv: Accurately advertise dynamic descriptor limitsJason Ekstrand1-2/+2
2017-03-15intel/blorp: Explicitly flush all allocated stateJason Ekstrand1-0/+11
2017-03-15anv/query: Perform CmdResetQueryPool on the GPUJason Ekstrand2-22/+30
2017-03-15anv/query: clflush the bo map on non-LLC platformsJason Ekstrand1-0/+3
2017-03-15anv: Add an invalidate_range helperJason Ekstrand1-0/+13
2017-03-14anv: wsi: report presentation error per image requestLionel Landwerlin1-8/+15
2017-03-14anv: fix Get*MemoryRequirements for !LLCConnor Abbott1-6/+8
2017-02-09anv: Improve flushing around STATE_BASE_ADDRESSJason Ekstrand1-0/+4
2017-02-09anv: Flush render cache before STATE_BASE_ADDRESS on gen7Jason Ekstrand1-3/+0
2017-02-08anv: fix descriptor pool internal size allocationLionel Landwerlin1-4/+4
2017-02-08anv: set command buffer to NULL when allocations failLionel Landwerlin1-1/+4
2017-02-08anv: don't require render target isl bit for depth/stencil surfacesLionel Landwerlin1-2/+5
2017-01-24anv: Support loader interface version 3 (patch v2)Chad Versace1-0/+44
2017-01-24vulkan: Add new cast macros for VkIcd typesChad Versace1-6/+6
2017-01-24anv/image: Disable HiZ for depth buffer arraysNanley Chery1-0/+2
2017-01-24anv/cmd_buffer: Fix programmed HiZ qpitchNanley Chery1-1/+1
2017-01-24anv/cmd_buffer: Fix arrayed depth/stencil attachmentsNanley Chery1-2/+5
2017-01-24anv/formats: Use the real format for B4G4R4A4_UNORM_PACK16 on gen8Jason Ekstrand1-2/+2
2017-01-24anv: Handle vkGetPhysicalDeviceQueueFamilyProperties with count == 0Chad Versace1-1/+8
2017-01-24anv: return count of queue families writtenDamien Grassart1-0/+2
2017-01-24anv: Fix uniform and storage buffer offset alignment limits.Francisco Jerez1-2/+2
2016-12-15anv/descriptor_set: Write the state offset in the surface state free list.Jason Ekstrand1-0/+1
2016-12-15anv/device: Implicitly unmap memory objects in FreeMemoryJason Ekstrand1-0/+9
2016-12-15anv/device: Return the right error for failed mapsJason Ekstrand2-6/+9
2016-12-14anv/cmd_buffer: Remove the 1-D case from the HiZ QPitch calculationJason Ekstrand1-3/+6
2016-12-14anv/image: Rename hiz_surface to aux_surfaceJason Ekstrand3-17/+18
2016-12-14radv: set maxFragmentDualSrcAttachments to 1Dave Airlie1-1/+1
2016-12-14anv: Update the teardown in reverse order of the anv_CreateDeviceGwan-gyeong Mun1-9/+14
2016-12-14anv: Add missing error-checking to anv_block_pool_init (v2)Gwan-gyeong Mun2-8/+23
2016-12-14anv: don't leak memory if anv_init_wsi() failsEmil Velikov1-2/+4
2016-12-14anv: don't double-close the same fdEmil Velikov1-2/+1
2016-12-14anv/cmd_buffer: Re-emit MEDIA_CURBE_LOAD when CS push constants are dirtyJason Ekstrand1-10/+13
2016-11-24anv/format: handle unsupported formats properlyIago Toral Quiroga1-0/+3
2016-11-24anv: fix enumeration of propertiesEmil Velikov1-6/+8
2016-11-24anv/cmd_buffer: Emit a CS stall before setting a CS pipelineJason Ekstrand1-1/+13
2016-11-24anv/cmd_buffer: Handle running out of binding tables in compute shadersJason Ekstrand1-5/+15
2016-11-24anv: Fix unintentional integer overflow in anv_CreateDmaBufImageINTELGwan-gyeong Mun1-1/+1
2016-11-24anv: Implement a depth stall restriction on gen7Jason Ekstrand3-0/+35
2016-11-24anv/blorp: Ignore clears for attachments first used as resolve destinationsJason Ekstrand1-9/+11
2016-11-24anv/fence: Handle ANV_FENCE_CREATE_SIGNALED_BITJason Ekstrand1-1/+5
2016-11-24anv: Handle null in all destructorsJason Ekstrand9-1/+65
2016-11-24anv: fix multi level clears with VK_REMAINING_MIP_LEVELSLionel Landwerlin1-2/+2
2016-11-23anv: Rework fencesJason Ekstrand3-26/+150
2016-11-23anv/wsi: Set the fence to signaled in AcquireNextImageKHRJason Ekstrand1-3/+10
2016-11-23anv/gen8: Stall when needed in Cmd(Set|Reset)EventJason Ekstrand1-0/+29
2016-11-11anv/cmd_buffer: Enable a CS stall workaround for Sky Lake gt4Jason Ekstrand1-0/+6
2016-11-11anv/cmd_buffer: Take a command buffer instead of a batch in two helpersJason Ekstrand1-8/+8
2016-11-10anv: use correct .specVersion for extensionsEmil Velikov1-4/+4
2016-11-09anv: Do relocations in userspace before execbuf ioctlKristian Høgsberg Kristensen2-9/+150