summaryrefslogtreecommitdiff
path: root/src/intel/vulkan
AgeCommit message (Expand)AuthorFilesLines
2017-07-19anv/image: Fix VK_IMAGE_CREATE_CUBE_COMPATIBLE_BITChad Versace1-3/+4
2017-07-18anv: Advertise support for VK_KHR_variable_pointersJason Ekstrand3-0/+13
2017-07-18anv: Advertise support for VK_KHR_storage_buffer_storage_classJason Ekstrand2-0/+5
2017-07-17intel/isl: Add a row_pitch parameter to surf_get_ccs_surfJason Ekstrand1-1/+1
2017-07-17anv/image: Add INPUT_ATTACHMENT to the list of required usagesJason Ekstrand1-0/+1
2017-07-17anv: Stop leaking the no_aux sampler surface stateJason Ekstrand1-0/+5
2017-07-17anv/cmd_buffer: Properly handle render passes with 0 attachmentsJason Ekstrand1-12/+11
2017-07-17anv: advertise v6 of the wayland surface extensionEmil Velikov1-1/+1
2017-07-17anv: ensure device name contains terminating characterLionel Landwerlin1-2/+2
2017-07-15anv: Implement VK_KHR_external_memory_*Jason Ekstrand3-5/+163
2017-07-15anv: Implement VK_KHR_dedicated_allocationJason Ekstrand2-0/+19
2017-07-15anv: Implement VK_KHR_get_memory_requirements2Jason Ekstrand2-0/+48
2017-07-15anv: Advertise version 1.0.54Jason Ekstrand3-3/+3
2017-07-15vulkan: Update to the new 1.0.54 spec XML and headersJason Ekstrand1-3/+3
2017-07-15anv: Drop support for VK_KHX_external_semaphore_*Jason Ekstrand3-125/+5
2017-07-14anv: Drop support for VK_KHX_external_memory_*Jason Ekstrand3-161/+5
2017-07-14anv/pipeline: do not use BITFIELD64_BIT()Juan A. Suarez Romero1-1/+1
2017-07-14anv/pipeline: use unsigned long long constant to check enable vertex inputsJuan A. Suarez Romero1-1/+1
2017-07-13anv: don't use strcpy for copying stringsLionel Landwerlin1-1/+2
2017-07-12anv: Round u_vector element sizes to a power of twoJason Ekstrand1-2/+3
2017-07-10intel: Move clflush helpers from anv to common/gen_clflush.h.Kenneth Graunke5-34/+6
2017-07-10anv: Stop setting domains to RENDER on EXEC_OBJECT_WRITEJason Ekstrand1-5/+2
2017-07-03anv: check support for enabled features in vkCreateDevice()Samuel Iglesias Gonsálvez1-0/+13
2017-07-03anv: merge tessellation's primitive mode in merge_tess_info()Samuel Iglesias Gonsálvez1-0/+4
2017-07-02anv: fix reported timestampPeriod valueLionel Landwerlin1-1/+1
2017-06-29anv: use devinfo for number of thread/euLionel Landwerlin1-2/+3
2017-06-27intel/anv: Add missing break in anv_CreateDevice()Topi Pohjolainen1-0/+1
2017-06-26anv/gpu_memcpy: Rename the gpu_memcpy functionNanley Chery3-11/+11
2017-06-26anv/blorp: Provide surface states for CCS resolvesNanley Chery1-19/+10
2017-06-26anv/blorp: Add a surface-state-based CCS resolve functionNanley Chery2-0/+44
2017-06-26anv: Adjust params of color buffer transitioning functionsNanley Chery3-36/+39
2017-06-26anv/blorp: Remove 3D subresource transition workaroundNanley Chery1-4/+4
2017-06-26anv/cmd_buffer: Adjust the image view reloc functionNanley Chery1-20/+25
2017-06-26anv/cmd_buffer: Adjust layout transition aspect checkingNanley Chery1-5/+3
2017-06-26anv: Add and use color auxiliary buffer helpersNanley Chery2-0/+32
2017-06-26anv: use Mesa's u_atomic.h headerEric Engestrom1-2/+3
2017-06-23anv/cnl: Don't write to Cache Mode Register 1 on gen10+Anuj Phogat1-3/+1
2017-06-22anv: Fix -Wswitch in anv_layout_to_aux_usage()Chad Versace1-0/+3
2017-06-22anv/cnl: Generate and use gen10 functionsAnuj Phogat4-1/+13
2017-06-22anv/cnl: Don't set FloatBlendOptimizationEnable{Mask}Anuj Phogat1-3/+6
2017-06-22anv/cnl: Use GENX(xx) in place of GEN9_xxAnuj Phogat1-8/+8
2017-06-22anv/cnl: Add #defines for MOCS and genX(x)Anuj Phogat1-0/+14
2017-06-22anv: FORMAT_FEATURE_TRANSFER_SRC/DST_BIT_KHR not used with VkFormatProperties...Andres Gomez1-5/+0
2017-06-19intel: common: express timestamps units in frequencyLionel Landwerlin1-1/+1
2017-06-19anv: Fix L3 cache programming on Bay TrailJonas Kulla1-1/+1
2017-06-09anv: Don't advertise support on anything above gen9Jason Ekstrand1-1/+1
2017-06-07intel/blorp: Plumb through access to the workaround BOJason Ekstrand1-0/+12
2017-06-07anv/blorp: Move the depth cache flush outside of BLORPNanley Chery1-0/+16
2017-06-07intel/blorp: Refactor the HiZ op interfaceJason Ekstrand1-1/+1
2017-06-07i965/miptree: Store fast clear colors in an isl_color_valueJason Ekstrand1-1/+1