aboutsummaryrefslogtreecommitdiffstats
path: root/src/intel
Commit message (Expand)AuthorAgeFilesLines
* intel/compiler: add and fix up fallthrough comments for gcc warningsTimothy Arceri2020-07-022-4/+4
* anv: update fallthrough comment so gcc sees itTimothy Arceri2020-07-021-1/+1
* intel/compiler: Don't emit no-op cr0 changesMatt Turner2020-07-021-0/+3
* intel/compiler: Add assert that set bits are within maskMatt Turner2020-07-021-2/+5
* anv: disable i915_perf warning on non-LinuxJan Beich2020-06-301-2/+2
* anv: Align "used" attribute to 64 bits.Rafael Antognolli2020-06-251-2/+5
* intel: Disable loading drivers on DG1 devices for nowKenneth Graunke2020-06-241-1/+1
* anv/cmd_buffer: Split GPGPU_WALKER out to emit_gpgpu_walkerJordan Justen2020-06-241-32/+32
* anv/pipeline: Split VFE/INTERFACE_DESCRIPTOR out to emit_media_cs_stateJordan Justen2020-06-241-49/+56
* intel/eu: Add the RNDU opcodeJason Ekstrand2020-06-232-0/+2
* intel/eu: Set the right subnr for ALIGN16 destinationsJason Ekstrand2020-06-231-1/+1
* intel/eu: Add a brw_urb_dest_msg_type helperJason Ekstrand2020-06-231-0/+8
* intel/eu: Add a brw_urb_desc helperKenneth Graunke2020-06-231-0/+22
* intel/compiler: Expose brw_texture_offset to CJason Ekstrand2020-06-231-3/+3
* intel/fs: Move more prog_data setup into populate_wm_prog_dataJason Ekstrand2020-06-232-20/+20
* intel/fs: Break wm_prog_data setup into a helperJason Ekstrand2020-06-232-30/+43
* intel/fs: Expose a couple of NIR lowering helpersJason Ekstrand2020-06-232-6/+9
* anv: Bump the advertised patch version to 145Jason Ekstrand2020-06-221-1/+1
* anv: Make use of devinfo has_aux_map fieldJordan Justen2020-06-223-13/+16
* util: rename xmlpool.h to driconf.hEric Engestrom2020-06-221-1/+1
* driconf: drop now unused translation facilityEric Engestrom2020-06-221-1/+0
* intel/dev: Add device info for DG1Jordan Justen2020-06-221-0/+12
* anv/dg1: Don't use SET_TILING kernel uapi.Rafael Antognolli2020-06-222-4/+20
* intel/devinfo: Add function to check for DRM_I915_GEM_GET_TILING.Rafael Antognolli2020-06-222-0/+29
* intel/l3: Return the URB size from devinfo for DG1Rafael Antognolli2020-06-221-0/+4
* intel/isl: Update mocs for DG1Rafael Antognolli2020-06-221-5/+14
* intel/l3: Add DG1 L3 configurationAnuj Phogat2020-06-221-1/+12
* anv: Set L3 full way allocation at context init if L3 cfg is NULLJordan Justen2020-06-222-1/+15
* intel/l3: Allow platforms to have no l3 configurationsJordan Justen2020-06-221-4/+10
* intel/l3: Don't rely on cfg entry URB size being 0 as a sentinalJordan Justen2020-06-221-20/+32
* intel/devinfo: Add is_dg1 to device infoAnuj Phogat2020-06-221-0/+1
* intel/compiler: Always apply sample mask on Vulkan.Arcady Goldmints-Orlov2020-06-193-2/+5
* isl/drm: Support I915_FORMAT_MOD_Y_TILED_GEN12_RC_CCSNanley Chery2020-06-191-0/+7
* intel: Add ISL_AUX_USAGE_GEN12_CCS_ENanley Chery2020-06-195-9/+52
* anv: Use resolve_device_entrypoint for dispatch initJason Ekstrand2020-06-193-51/+17
* intel/tools: Add assembler tests for the cr0 registerMatt Turner2020-06-196-0/+70
* intel/tools: Disallow control subregisters > 3Matt Turner2020-06-191-1/+1
* intel/tools: Require explicit regions/types for special regsMatt Turner2020-06-191-28/+10
* intel/tools: Drop srctype from ipregMatt Turner2020-06-191-1/+1
* intel/tools: Remove unnecessary reg number checkingMatt Turner2020-06-192-10/+1
* anv: replace all dup() with os_dupfd_cloexec()Eric Engestrom2020-06-181-1/+3
* anv: enable VK_EXT_pipeline_creation_cache_controlIván Briano2020-06-172-0/+8
* anv: implement VK_PIPELINE_CREATE_FAIL_ON_PIPELINE_COMPILE_REQUIRED_BIT_EXTIván Briano2020-06-172-14/+41
* anv: support externally synchronized pipeline cachesIván Briano2020-06-172-13/+32
* intel/compiler: Remove unnecessary optimization for MULSagar Ghuge2020-06-161-8/+0
* intel/compiler: Optimize integer add with 0 into movSagar Ghuge2020-06-161-0/+8
* anv: add an option to disable secondary command buffer callsLionel Landwerlin2020-06-164-2/+10
* anv: Add anv_pipeline_init/finish helpersJason Ekstrand2020-06-163-56/+84
* anv: Add an anv_batch_set_storage helperJason Ekstrand2020-06-164-7/+15
* anv,iris: unbreak on BSDs after 812cf5f522ab,abf8aed68047Jan Beich2020-06-161-1/+1