summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-11-01iris: handle tile case where cso width, height is zeroTapani Pälli1-0/+3
2023-10-30anv: Add more space for init_render_queue_state() batch (MTL regression)Jordan Justen1-1/+1
2023-10-27intel/xehp: Enable TBIMR by default.Francisco Jerez2-2/+2
2023-10-27intel/xehp+: Use TBIMR tile box check in order to avoid performance regressions.Francisco Jerez3-0/+4
2023-10-27intel/xehp+: Adjust TBIMR batch size based on slice count.Francisco Jerez4-0/+21
2023-10-27intel/xehp: Adjust TBIMR performance chicken bits.Francisco Jerez3-0/+24
2023-10-27anv/xehp+: Enable TBIMR in generated draw calls.Francisco Jerez4-1/+10
2023-10-27anv/xehp: Implement TBIMR tile pass setup and pipeline bandwidth estimation.Francisco Jerez3-0/+183
2023-10-27iris/xehp: Implement TBIMR tile pass setup and pipeline bandwidth estimation.Francisco Jerez1-0/+93
2023-10-27intel/xehp+: Define driconf option for selectively disabling TBIMR.Francisco Jerez8-0/+12
2023-10-27intel/xehp+: Add dynamic state flags controlling whether TBIMR is enabled dur...Francisco Jerez5-1/+33
2023-10-27intel/xehp+: Import algorithm for TBIMR tiling parameter calculation.Francisco Jerez2-0/+276
2023-10-27intel/xehp+: Add TBIMR-related genxml definitions.Francisco Jerez1-0/+41
2023-09-05intel/dev/xe: Move placeholder subslice info into XEHP_FEATURESJordan Justen1-2/+1
2023-07-14iris: migrate WA 14013910100 to use the WA frameworkRohan Garg1-2/+3
2023-05-15iris: Init CCS_E to COMPRESSED_NO_CLEAR for XeHPNanley Chery1-7/+20
2023-03-23intel/devinfo: dedicated entries for XeHPLionel Landwerlin1-2/+31
2022-11-02intel/dev: Set has_lsc in XEHP_FEATURES rather than DG2_FEATURESJordan Justen1-1/+1
2022-10-28iris: Enable INTEL_MEASURE for compute dispatches on XeHPNanley Chery1-0/+2
2022-08-23intel/fs: fixup scratch load/store handling on Gfx12.5+Lionel Landwerlin1-32/+34
2022-07-28intel/eu: Mark header present in URB memory fences on XeHPKenneth Graunke1-1/+1
2022-07-28intel/eu: Clarify spec citations for XeHP region restrictionsKenneth Graunke1-3/+8
2022-07-28intel/eu: Fix XeHP register region validation for hstride == 0Kenneth Graunke1-7/+22
2022-06-24iris: Update comment about 2GB dynamic state rangeKenneth Graunke1-4/+9
2022-06-15anv: Move STATE_BASE_ADDRESS programming into init_common_queue_state()Jordan Justen1-32/+32
2022-06-12intel/fs/xehp+: Emit scheduling fence for all NIR barriers on platforms with ...Francisco Jerez1-2/+4
2022-05-27intel: Only set VectorMaskEnable when neededJason Ekstrand6-9/+29
2022-05-26intel/disasm: add missing handling of <1;1,0>Lionel Landwerlin1-0/+1
2022-05-25intel/compiler: Move spill/fill tracking to the register allocatorKenneth Graunke5-34/+47
2022-05-17intel/perf: deal with OA reports timestamp values on DG2Lionel Landwerlin3-4/+24
2022-05-17intel/decoder: Fix binding table pointer decoding with large offsetsKenneth Graunke1-3/+16
2022-05-12anv: Fix INTEL_DEBUG=bat on XeHPKenneth Graunke1-0/+5
2022-05-02intel/compiler: In XeHP prefer <1;1,0> regions before compactingCaio Oliveira1-0/+24
2022-04-30intel/dev: Compute pixel pipe information based on geometry topology DRM query.Francisco Jerez1-28/+41
2022-04-28isl,iris: Add DG2 CCS modifier support for XeHPNanley Chery2-1/+68
2022-04-28isl,iris: Add I915_FORMAT_MOD_4_TILED support for XeHPAnuj Phogat2-0/+15
2022-04-25intel: fixup number of threads per EU on XeHPLionel Landwerlin1-0/+1
2022-04-07intel/compiler: Fix sample_d messages on DG2Ian Romanick1-3/+16
2022-03-31nir: intel/compiler: Lower TXD on array surfaces on DG2+Ian Romanick3-2/+9
2022-03-29anv: Stop updating STATE_BASE_ADDRESS on XeHPKenneth Graunke4-18/+90
2022-03-29intel/decoder: Fix decoder handling of binding table pool alloc on XeHPKenneth Graunke1-1/+1
2022-03-26intel/compiler: Use nir_opt_uniform_atomics()Kenneth Graunke1-0/+15
2022-03-09intel: Limit Wa_1607854226 to Gfx12.0 onlyKenneth Graunke2-6/+6
2022-03-09iris: Use more efficient binding table pointer formats on Icelake+.Kenneth Graunke6-24/+74
2022-03-01Revert "anv: Require the local heap for CCS on XeHP"Nanley Chery1-18/+3
2022-02-23anv: Align state pools to 2MiB on XeHPJordan Justen1-1/+11
2022-02-23anv: Align GENERAL_STATE_POOL_MIN_ADDRESS to 2MiBJordan Justen1-1/+1
2022-02-22iris: fix register spilling on compute shaders on XeHPPaulo Zanoni1-4/+3
2022-01-31iris: Return non-zero stride for clear color planeNanley Chery1-1/+9
2022-01-31iris: Pick the right BO in iris_resource_get_paramNanley Chery1-1/+2