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