summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-11-07anv/TODO: Updates for VK_EXT_image_drm_format_modifierchadv/review/anv-dma-buf-v01Chad Versace1-0/+16
2017-11-07RFC: anv: Kill vkCreateDmaBufImageINTEL()Chad Versace9-197/+0
2017-11-07RFC: anv: Enable VK_EXT_image_drm_format_modifierChad Versace2-0/+11
2017-11-07RFC: anv: Support VkImageExplicitDrmFormatModifierCreateInfoEXTChad Versace1-9/+75
2017-11-07RFC: anv: Support vkGetImageSubresourceLayout with modifiersChad Versace1-2/+15
2017-11-07RFC: anv: Support VkImageDrmFormatModifierListCreateInfoEXTChad Versace2-6/+72
2017-11-07RFC: anv: Support VkPhysicalDeviceImageDrmFormatModifierInfoEXTChad Versace1-5/+40
2017-11-07RFC: anv: Support VkDrmFormatModifierPropertiesListEXTChad Versace1-12/+132
2017-11-07RFC: anv: Implement VK_EXT_queue_family_foreignChad Versace1-0/+1
2017-11-07RFC: anv: Implement VK_EXT_external_memory_dma_bufChad Versace3-10/+27
2017-11-07HACK: vulkan: Install Vulkan headersChad Versace1-0/+12
2017-11-07HACK: vulkan: Update headers and registry to chadv/1.0-dma-buf@a79a0abChad Versace2-11/+136
2017-11-07anv: Refactor anv_GetImageSubresourceLayout()Chad Versace1-21/+11
2017-11-07anv/image: Refactor choice of isl_tiling_flags_tChad Versace1-13/+31
2017-11-07anv: Refactor anv_get_format_plane() - explicit unsupportedChad Versace1-4/+4
2017-11-07anv: Remove anv_physical_device_get_format_properties()Chad Versace1-23/+13
2017-11-07anv: Simplify anv_physical_device_get_format_properties()Chad Versace1-16/+9
2017-11-07anv: Simplify anv_get_image_format_properties()Chad Versace1-14/+3
2017-11-07anv: Rename get_image_format_properties()Chad Versace1-12/+12
2017-11-07anv: Fix get_image_format_properties() - YCbCrChad Versace1-46/+40
2017-11-07anv: Fix get_image_format_properties() - 3-channel formatsChad Versace1-19/+15
2017-11-07anv: Refactor get_image_format_properties() - Reduce paramsChad Versace1-11/+21
2017-11-07anv: Refactor get_image_format_properties() - base_isl_formatChad Versace1-3/+4
2017-11-07anv: Refactor get_image_format_properties() - plane_formatChad Versace1-8/+8
2017-11-07anv: Fix get_image_format_properties() - ASTCChad Versace1-4/+5
2017-11-07anv: Fix get_image_format_properties() - depthstencil (v2)Chad Versace1-16/+31
2017-11-07anv: Better types for 'aspect' function paramsChad Versace3-13/+5
2017-11-07anv: Refactor get_buffer_format_properties()Chad Versace1-15/+29
2017-11-07anv: Suffix anv-private 'VK' tokens with 'ANV'Chad Versace5-31/+31
2017-11-07anv: Remove unused variable 'gen'Chad Versace1-4/+0
2017-11-06nir: fix a typoGwan-gyeong Mun1-1/+1
2017-11-06glsl: Allow precision mismatch on dead data with GLSL ES 1.00Tomasz Figa1-4/+10
2017-11-07i965: disable NIR linking on HSW and belowTimothy Arceri1-1/+4
2017-11-06radv: move is_local up to the winsys level.Dave Airlie4-3/+6
2017-11-06radv: wrap cs_add_buffer in an inline. (v2)Dave Airlie6-41/+49
2017-11-06radv: when loading regs no need to add bufferDave Airlie1-2/+0
2017-11-06radv: pre-calculate user_data_0 registers and store in pipelineDave Airlie5-52/+55
2017-11-06docs: Mark GLX_ARB_context_flush_control doneAdam Jackson1-1/+1
2017-11-06i965: Enable flush controlNeil Roberts2-1/+21
2017-11-06drisw: Enable flush control for llvmpipe and softpipeAdam Jackson1-0/+1
2017-11-06gallium: Wire up flush controlAdam Jackson3-1/+9
2017-11-06egl: Implement EGL_KHR_context_flush_controlAdam Jackson6-1/+24
2017-11-06glx: Implement GLX_ARB_context_flush_controlNeil Roberts7-9/+62
2017-11-06dri: Add a flush control extensionNeil Roberts3-2/+46
2017-11-06dri: Change __DriverApiRec::CreateContext to take a struct for attribsNeil Roberts14-131/+152
2017-11-06intel: Don't flush the old context in intelMakeCurrentNeil Roberts2-18/+0
2017-11-06egl/dri2: Factor out context attribute initializationAdam Jackson1-24/+7
2017-11-06etnaviv: Don't over-pad compressed texturesWladimir J. van der Laan1-9/+15
2017-11-06etnaviv: ASTC texture supportWladimir J. van der Laan7-2/+57
2017-11-06etnaviv: Update from rnndbWladimir J. van der Laan13-320/+1015