summaryrefslogtreecommitdiff
path: root/src/intel
AgeCommit message (Expand)AuthorFilesLines
2017-03-14anv: Properly enumerate physical devices when none are presentJason Ekstrand1-2/+5
2017-03-14nir: Rework conversion opcodesJason Ekstrand5-77/+55
2017-03-14i965/fs: Re-arrange conversion operationsJason Ekstrand1-36/+31
2017-03-14i965/vec4: Get rid of the type parameter from to/from_doubleJason Ekstrand2-24/+15
2017-03-14i965/fs: Use num_components from the SSA def in image intrinsicsJason Ekstrand1-2/+1
2017-03-14anv/blorp: Only set a clear color for resolves if fast-clearedJason Ekstrand1-1/+2
2017-03-14anv/blorp: Turn off AUX after doing a CCS_D resolveJason Ekstrand1-0/+2
2017-03-14android: add '/vulkan' to libmesa_anv_entrypoints pathTapani Pälli1-2/+2
2017-03-14android: add src/intel/compiler to libmesa_intel_compiler includesTapani Pälli1-0/+1
2017-03-13anv: Add missing error-checking to anv_CreateDevice (v3)Gwan-gyeong Mun1-9/+56
2017-03-13anv: Use vk_outarray in vkGetPhysicalDeviceQueueFamilyPropertiesChad Versace1-55/+18
2017-03-13anv: Use vk_outarray in vkEnumeratePhysicalDevices (v2)Chad Versace1-27/+4
2017-03-13intel: genxml: prevent missing ; with address fields dwordsLionel Landwerlin1-28/+26
2017-03-13anv: Use on-the-fly surface states for dynamic buffer descriptorsJason Ekstrand7-245/+86
2017-03-13anv: Stall before fast-clear operationsJason Ekstrand1-6/+19
2017-03-13anv: Accurately advertise dynamic descriptor limitsJason Ekstrand1-2/+2
2017-03-13anv: Add a helper for working with VK_WHOLE_SIZE for buffersJason Ekstrand4-11/+28
2017-03-13aubinator/genxml: use gzipped files to store embedded genxmlLionel Landwerlin3-17/+66
2017-03-13intel: genxml: add script to generate gzipped genxmlLionel Landwerlin2-0/+48
2017-03-13intel: fix compiler buildIago Toral Quiroga1-0/+7
2017-03-13intel/vulkan: Get rid of recursive makeJason Ekstrand7-301/+305
2017-03-13intel/tools: Use a makefile included from intel/Makefile.amJason Ekstrand2-37/+19
2017-03-13intel/compiler: whitespace cleanupsEmil Velikov2-5/+0
2017-03-13intel/compiler: link all tests again gtest, even test_eu_compact"Emil Velikov2-27/+13
2017-03-13i965: Move the back-end compiler to src/intel/compilerJason Ekstrand112-23/+63984
2017-03-13i965: split EU defines to brw_eu_defines.hEmil Velikov1-1/+1
2017-03-13anv: Stop including brw_context.hJason Ekstrand1-1/+1
2017-03-13intel/isl: Stop linking libi965_compiler.la into testsJason Ekstrand1-1/+0
2017-03-13vulkan/wsi: Generate wayland protocol headers separately from EGLJason Ekstrand1-7/+0
2017-03-13anv/wsi: Don't include wayland headersJason Ekstrand1-3/+0
2017-03-10genxml: remove shebang from gen_pack_header.pyEmil Velikov1-1/+0
2017-03-08anv: change BLOCK_POOL_MEMFD_SIZE to exactly 2GBTapani Pälli1-1/+1
2017-03-07i965: Remove use of deprecated drm_intel_aub routinesChris Wilson2-20/+18
2017-03-07anv: Make the framebuffer-renderpass format assert non-fatalJason Ekstrand1-1/+1
2017-03-07anv: Drop the anv_validate block helperJason Ekstrand2-13/+3
2017-03-07anv: Get rid of the stub() macrosJason Ekstrand3-17/+5
2017-03-07anv: Remove a pointless finishmeJason Ekstrand1-4/+0
2017-03-07anv: Convert the HiZ finishme's to perf_warnJason Ekstrand1-4/+4
2017-03-07anv: Add a performance warning helperJason Ekstrand2-0/+27
2017-03-06i965: don't require 64bit cmpxchgGrazvydas Ignotas1-3/+11
2017-03-03anv: Advertise shaderInt64 on Broadwell and aboveJason Ekstrand2-1/+2
2017-03-03genxml: Fill out Gen4 and G45 XML.Kenneth Graunke2-1/+2232
2017-03-02genxml: Depend on Makefile.am for generated sources.Matt Turner1-1/+1
2017-03-02anv/image: Allow HiZ on input attachment-capable depth/stencil imagesNanley Chery1-14/+0
2017-03-02anv/cmd_buffer: Centralize automatic layout transitionsNanley Chery1-42/+12
2017-03-02anv/cmd_buffer: Add attachment transitioning functionsNanley Chery1-0/+85
2017-03-02anv/blorp: Encapsulate subpass id queryingNanley Chery2-6/+17
2017-03-02anv/cmd_buffer: Enable render pass awarenessNanley Chery2-0/+10
2017-03-02anv/pass: Store subpass attachment reference listNanley Chery2-2/+13
2017-03-02anv/pass: Fix size of anv_render_pass:subpass_attachmentsNanley Chery1-2/+1