summaryrefslogtreecommitdiff
path: root/src/intel
AgeCommit message (Expand)AuthorFilesLines
2024-01-10anv: Increase ANV_MAX_QUEUE_FAMILIESJosé Roberto de Souza2-2/+2
2024-01-09intel/fs: fix depth compute state for unchanged depth layoutLionel Landwerlin1-1/+11
2024-01-09intel/compiler: reemit boolean resolve for inverted if on gen5Dave Airlie1-0/+11
2024-01-09isl: implement Wa_22015614752Lionel Landwerlin1-10/+33
2024-01-04intel/compiler: fix release build unused variable.Dave Airlie1-1/+1
2023-12-28anv: Assume that imported bos already have flat CCS requirements satisfiedJosé Roberto de Souza1-2/+8
2023-12-22intel/common: add directory prefix to intel_gem.h includeJonathan Gray1-1/+1
2023-12-20intel/fs: Don't optimize DW*1 MUL if it stores value to the accumulatorSviatoslav Peleshko1-0/+23
2023-12-20intel/compiler: move gen5 final pass to actually be final passDave Airlie1-8/+9
2023-12-17anv/hasvk/drirc: change anv_assume_full_subgroups to have subgroup sizeTapani Pälli6-11/+15
2023-12-17anv: wait for CS write completion before executing secondaryLionel Landwerlin3-31/+71
2023-12-13anv: fix incorrect queue_family access on command bufferLionel Landwerlin1-1/+1
2023-12-08anv: Don't report more memory available than the heap sizeKenneth Graunke1-1/+1
2023-12-08anv: Drop 3/4 of PPGTT size restriction for sys heap size calculationKenneth Graunke1-5/+0
2023-12-08intel/compiler: infer the number of operands using lsc_op_num_data_valuesRohan Garg1-2/+3
2023-12-08anv: Fix handling of host_cached_coherent bos in gen9 lp in older kernelsJosé Roberto de Souza1-0/+17
2023-12-05anv: Fix MI_ARB_CHECK calls in generated indirect draws optimizationSviatoslav Peleshko1-28/+40
2023-12-03anv: remove heuristic preferring dedicated allocationsLionel Landwerlin1-21/+6
2023-12-03anv: track & unbind image aux-tt bindingLionel Landwerlin2-2/+23
2023-12-03anv: use main image address to determine ccs compatibilityLionel Landwerlin2-4/+21
2023-12-03intel/aux_map: introduce ref count of L1 entriesLionel Landwerlin2-97/+169
2023-12-03intel/fs: fix incorrect register flag interaction with dynamic interpolator modeLionel Landwerlin3-9/+41
2023-11-28intel/ci: fix .hasvk-manual-rulesEric Engestrom1-1/+1
2023-11-28intel/perf: fix regex escapingEric Engestrom1-2/+2
2023-11-24anv: use the right vertexOffset on CmdDrawMultiIndexedIván Briano1-1/+1
2023-11-22intel/perf: fix querying of configurationsLionel Landwerlin1-5/+6
2023-11-18anv: fix dirty state tracking for 3DSTATE_PUSH_CONSTANT_ALLOCLionel Landwerlin1-2/+1
2023-11-18anv: fix CC_VIEWPORT pointer dirty after blorp/simple-shadersLionel Landwerlin2-0/+2
2023-11-18intel/nir/rt: fix reportIntersection() hitT handlingLionel Landwerlin1-2/+14
2023-11-18intel/fs: rerun divergence analysis prior to convert_from_ssaLionel Landwerlin1-0/+7
2023-11-18anv/drirc: add option to disable FCV optimizationTapani Pälli4-11/+20
2023-11-15ci/traces: drop the freedoom-phase2-gl-high.traceDavid Heidelberg1-13/+0
2023-11-15anv: Flush data cache while clearing depth using HIZ_CCS_WTSagar Ghuge1-1/+8
2023-11-15anv: Write timestamp using MI_FLUSH_DW on blitterSagar Ghuge2-7/+19
2023-11-10isl: disable MCS compression on R9G9B9E5Lionel Landwerlin1-0/+7
2023-11-08anv: Add missing ANV_BO_ALLOC_EXTERNAL flags when calling anv_device_import_bo()José Roberto de Souza2-0/+3
2023-11-06anv: remove CS_FLUSH from query regressionFelix DeGrood1-1/+1
2023-10-31anv: fix corner case of mutable descriptor pool creationLionel Landwerlin1-1/+3
2023-10-30anv: Fix leak when compiling internal kernelsCaio Oliveira1-0/+5
2023-10-30hasvk: Support builiding on non-IntelAlyssa Rosenzweig4-1/+21
2023-10-30anv/meson: add missing dependency on the interface headerLionel Landwerlin1-1/+2
2023-10-30intel/fs: fix dynamic interpolation mode selectionLionel Landwerlin1-2/+4
2023-10-25anv: fix uninitialized use of compute initialization batchLionel Landwerlin1-4/+5
2023-10-25anv: fixup 32bit build of internal shadersLionel Landwerlin2-13/+14
2023-10-25intel/dev: expand existing fix for all gfx12 with small EU countTapani Pälli1-2/+2
2023-10-25anv: add gen9 astc workaroundChia-I Wu4-12/+319
2023-10-25anv: prep for gen9 astc workaroundChia-I Wu4-47/+68
2023-10-24intel/compiler: Don't emit calls to validate() in release buildCaio Oliveira2-2/+8
2023-10-24anv: selectively enable FCV optimization for DG2Rohan Garg2-3/+10
2023-10-24anv: turn off non zero fast clears for CCS_ERohan Garg1-0/+9