aboutsummaryrefslogtreecommitdiffstats
path: root/src/intel
Commit message (Expand)AuthorAgeFilesLines
...
* intel/fs: Add FS_OPCODE_SCHEDULING_FENCECaio Marcelo de Oliveira Filho2020-01-213-0/+13
* anv: Drop some workarounds that are no longer necessaryKenneth Graunke2020-01-211-61/+0
* anv: don't report error with other vendor DRM devicesLionel Landwerlin2020-01-211-4/+11
* anv: initialize clear_color_is_zero_oneTapani Pälli2020-01-211-0/+5
* anv: Allow enumerating multiple physical devicesJason Ekstrand2020-01-202-72/+75
* anv: Re-arrange physical_device_initJason Ekstrand2020-01-201-23/+27
* anv: Drop separate chipset_id fieldsJason Ekstrand2020-01-203-13/+9
* anv: Move the physical device dispatch table to anv_instanceJason Ekstrand2020-01-203-40/+24
* anv: Drop the instance pointer from anv_deviceJason Ekstrand2020-01-205-13/+16
* anv: Stop allocating WSI event fences off the instanceJason Ekstrand2020-01-201-2/+2
* anv: Take a device in anv_perf_warnJason Ekstrand2020-01-204-15/+15
* anv: Take an anv_device in vk_errorfJason Ekstrand2020-01-208-82/+69
* anv: Add an anv_physical_device field to anv_deviceJason Ekstrand2020-01-2024-128/+90
* anv: Canonicalize buffer formats for image/buffer copiesJason Ekstrand2020-01-201-20/+42
* anv/blorp: Rename buffer image stride parametersJason Ekstrand2020-01-201-9/+10
* anv: add assert for isl_mod_info in choose_isl_tiling_flagsTapani Pälli2020-01-201-0/+1
* anv: fix assert in GetImageDrmFormatModifierPropertiesEXTTapani Pälli2020-01-201-1/+1
* isl/gen12: add reminder comment about missing WA with 3D surfacesTapani Pälli2020-01-201-0/+13
* intel/fs: Switch to standard vector layout for barycentrics at optimization t...Francisco Jerez2020-01-174-58/+30
* intel/fs: Introduce barycentric layout lowering pass.Francisco Jerez2020-01-173-9/+73
* intel/fs: Split fetch_payload_reg() into separate helper for barycentrics.Francisco Jerez2020-01-172-12/+30
* intel/fs/gen6: Use SEL instead of bashing thread payload for unlit centroid w...Francisco Jerez2020-01-171-5/+8
* intel/fs/gen6: Generalize aligned_pairs_class to SIMD16 aligned barycentrics.Francisco Jerez2020-01-172-31/+46
* intel/fs/gen6: Constrain barycentric source of LINTERP during bank conflict m...Francisco Jerez2020-01-171-0/+8
* intel/fs/gen4-6: Allocate registers from aligned_pairs_class based on LINTERP...Francisco Jerez2020-01-171-19/+20
* intel/fs: Allow limited copy propagation of a LOAD_PAYLOAD into another.Francisco Jerez2020-01-171-1/+15
* intel/fs: Add support for copy-propagating a block of multiple FIXED_GRFs.Francisco Jerez2020-01-171-5/+7
* intel/fs: Add partial support for copy-propagating FIXED_GRFs.Francisco Jerez2020-01-171-14/+75
* intel/fs: Extend copy propagation dataflow analysis to copies with FIXED_GRF ...Francisco Jerez2020-01-171-5/+6
* intel/fs: Rework fs_inst::is_copy_payload() into multiple classification help...Francisco Jerez2020-01-174-31/+101
* intel/fs: Generalize fs_reg::is_contiguous() to register files other than VGRF.Francisco Jerez2020-01-171-1/+16
* intel/fs: Try to vectorize header setup in lower_load_payload().Francisco Jerez2020-01-171-8/+16
* anv: enable VK_KHR_swapchain_mutable_formatLionel Landwerlin2020-01-171-0/+1
* vulkan/wsi: Use the interface from the real modifiers extensionJason Ekstrand2020-01-174-25/+37
* anv: Support modifiers in GetImageFormatProperties2Jason Ekstrand2020-01-173-9/+67
* anv: Drop some VK_IMAGE_TILING_OPTIMAL checksJason Ekstrand2020-01-173-4/+4
* intel/perf: report query split for mdapiLionel Landwerlin2020-01-163-2/+18
* intel/perf: expose timestamp begin for mdapiLionel Landwerlin2020-01-163-0/+9
* anv: set depth stall enabled when depth flush enabled on gen12Tapani Pälli2020-01-162-0/+19
* anv: implement another workaround for non pipelined statesLionel Landwerlin2020-01-161-0/+12
* genxml: add new Gen11+ PIPE_CONTROL fieldLionel Landwerlin2020-01-162-0/+2
* intel/compiler: Fix illegal mutation in get_nir_image_intrinsic_imageKenneth Graunke2020-01-151-3/+6
* anv: Enable Vulkan 1.2 supportIván Briano2020-01-157-19/+20
* anv: Implement the new core version property queriesJason Ekstrand2020-01-151-152/+261
* anv: Implement the new core version feature queriesJason Ekstrand2020-01-151-56/+156
* anv,nir: Lower quad_broadcast with dynamic index in NIRJason Ekstrand2020-01-151-0/+1
* anv: Bump the patch version to 131Jason Ekstrand2020-01-151-1/+1
* anv: fix pipeline switch back for non pipelined statesLionel Landwerlin2020-01-151-13/+8
* i965: Reuse the new core glsl_count_dword_slots().Eric Anholt2020-01-142-54/+2
* vulkan/wsi: Add a driconf option to force WSI to advertise BGRA8_UNORM firstJason Ekstrand2020-01-141-0/+1