summaryrefslogtreecommitdiffstats
path: root/src/intel
Commit message (Expand)AuthorAgeFilesLines
* i965/fs: Use untyped_surface_read for 16-bit load_ssboJose Maria Casanova Crespo2017-12-061-7/+20
* i965/fs: Optimize 16-bit SSBO stores by packing two into a 32-bit regJose Maria Casanova Crespo2017-12-061-15/+43
* anv: Enable SPV_KHR_16bit_storage and VK_KHR_16bit_storage for SSBO/UBOAlejandro Piñeiro2017-12-063-0/+15
* i965/fs: Enables 16-bit load_ubo with samplerJason Ekstrand2017-12-061-7/+14
* i965/fs: Helpers for un/shuffle 16-bit pairs in 32-bit componentsJose Maria Casanova Crespo2017-12-062-0/+71
* i965/fs: Use byte scattered read for 16-bit load_ssboJose Maria Casanova Crespo2017-12-061-1/+13
* i965/fs: Add byte scattered read message and fs supportJose Maria Casanova Crespo2017-12-069-1/+94
* i965/fs: Predicate byte scattered writes if neededAlejandro Piñeiro2017-12-061-1/+14
* i965/fs: Use byte_scattered_write on 16-bit store_ssboAlejandro Piñeiro2017-12-061-20/+45
* i965/fs: Add byte scattered write message and fs supportJose Maria Casanova Crespo2017-12-069-0/+118
* i965/fs: Add remove_extra_rounding_modes optimizationAlejandro Piñeiro2017-12-063-0/+39
* i965/fs: Enable rounding mode on f2f16 opsAlejandro Piñeiro2017-12-061-0/+18
* i965/fs: Define new shader opcode to set rounding modesAlejandro Piñeiro2017-12-065-0/+62
* i965: Add support for control registerJose Maria Casanova Crespo2017-12-061-0/+6
* i965/fs: Handle 32-bit to 16-bit conversionsAlejandro Piñeiro2017-12-061-0/+25
* i965/fs: Remove BRW_REGISTER_TYPE_HF assert at get_exec_typeAlejandro Piñeiro2017-12-061-3/+0
* i965: Support for 16-bit base types in helper functionsJose Maria Casanova Crespo2017-12-063-0/+25
* i965/vec4: Handle 16-bit types at type_size_xvec4Alejandro Piñeiro2017-12-061-0/+3
* anv: Add support for the variablePointers featureJason Ekstrand2017-12-052-4/+3
* anv: Handle nir_intrinsic_vulkan_resource_reindexJason Ekstrand2017-12-051-1/+27
* intel/isl: Declare private array as static constChad Versace2017-12-041-1/+1
* anv: query CS timestamp frequency from the kernelLionel Landwerlin2017-12-041-0/+13
* vulkan/wsi: Initialize individual WSI interfaces in wsi_device_initJason Ekstrand2017-12-041-30/+6
* vulkan/wsi: Drop some unneeded cruft from the APIJason Ekstrand2017-12-041-18/+1
* vulkan/wsi: Add wrappers for all of the surface queriesJason Ekstrand2017-12-041-28/+23
* vulkan/wsi: Drop the can_handle_different_gpu parameter from get_supportJason Ekstrand2017-12-041-1/+1
* vulkan/wsi: Add a helper for AcquireNextImageJason Ekstrand2017-12-041-8/+11
* vulkan/wsi: move swapchain create/destroy to common codeDave Airlie2017-12-041-30/+5
* vulkan/wsi: Move get_images into common codeJason Ekstrand2017-12-041-4/+3
* anv/wsi: Enable prime supportJason Ekstrand2017-12-041-1/+1
* anv/wsi: Use the common QueuePresent codeJason Ekstrand2017-12-041-57/+6
* vulkan/wsi: Do image creation in common codeJason Ekstrand2017-12-041-121/+1
* vulkan/wsi: Implement prime in a completely generic wayJason Ekstrand2017-12-041-2/+12
* anv/image: Implement the wsi "extension"Jason Ekstrand2017-12-042-4/+37
* anv: Require a dedicated allocation for modified imagesJason Ekstrand2017-12-041-4/+49
* anv/image: Add a drm_format_mod fieldJason Ekstrand2017-12-042-0/+7
* anv: Implement VK_EXT_external_memory_dma_bufJason Ekstrand2017-12-043-17/+34
* vulkan/wsi: Add a wsi_device_init functionJason Ekstrand2017-12-041-1/+10
* vulkan/wsi: Add a wsi_image structureDaniel Stone2017-12-041-15/+10
* vulkan/wsi: use function ptr definitions from the spec.Dave Airlie2017-12-041-1/+2
* spirv: Convert the supported_extensions struct to spirv_optionsJason Ekstrand2017-12-021-9/+11
* intel/compiler: Implement WaClearTDRRegBeforeEOTForNonPS.Rafael Antognolli2017-12-012-0/+19
* intel/blorp: Fix possible NULL pointer dereferencingVadym Shovkoplias2017-11-301-2/+2
* anv: Check if memfd_create is already defined.Vinson Lee2017-11-302-0/+4
* i965/vec4: use a temp register to compute offsets for pull loadsIago Toral Quiroga2017-11-301-1/+3
* i965: Move perf_debug and WARN_ONCE back to brw_context.h.Kenneth Graunke2017-11-281-29/+0
* i965: add a debug option to disable oa config loadingLionel Landwerlin2017-11-282-1/+2
* intel/blorp: Drop blorp_resolve_ccs_attachmentJason Ekstrand2017-11-272-61/+20
* anv: Let blorp handle indirect clear colors for CCS resolvesJason Ekstrand2017-11-273-67/+20
* anv: Move get_fast_clear_state_address into anv_private.hJason Ekstrand2017-11-272-50/+33