summaryrefslogtreecommitdiff
path: root/src/freedreno
Commit message (Expand)AuthorAgeFilesLines
* ir3: Drop non-scoped barrier handlingAlyssa Rosenzweig2023-03-071-120/+56
* meson: forcefully disable libdrm when host doesn't have itMark Collins2023-03-061-5/+0
* ir3: Use lower_index_to_offsetAlyssa Rosenzweig2023-03-062-8/+1
* ci/fdno: Only run full tests on a limited subset of machinesDaniel Stone2023-03-061-0/+5
* freedreno/common: Replace or_mask() with BitsetEnum<T>Rob Clark2023-03-061-12/+75
* turnip: Use libdrm shimRob Clark2023-03-051-7/+2
* ci/freedreno: rare flake KHR-GL45.sample_variables.mask.rgba8i.samples_4.mask_3David Heidelberg2023-03-051-0/+3
* tu: add linker script to fix android symbolsEric Engestrom2023-03-041-1/+2
* ci: uprev CTS to 1.3.5.0Samuel Pitoiset2023-03-036-32/+197
* glsl: remove do_copy_propagation_elements() optimisation passTimothy Arceri2023-03-011-3/+3
* ci/freedreno: add flaking KHR-GL45.buffer_storage.map_persistent_flushDavid Heidelberg2023-02-281-0/+2
* vulkan/wsi: switch to using an options struct for last paramMike Blumenkrantz2023-02-271-1/+1
* nir: change 16bit image dest folding option to per typeGeorg Lehmann2023-02-271-1/+3
* tu/kgsl: Propagate tu_physical_device_init() errorsRob Clark2023-02-251-2/+5
* tu+meson: Re-work KMD selectionRob Clark2023-02-254-11/+15
* turnip: Refactor device loadingRob Clark2023-02-255-118/+170
* turnip: Handle kgsl vs drm specifics at runtimeRob Clark2023-02-251-12/+13
* turnip: Move QueueWaitIdle entrypoint to kgslRob Clark2023-02-252-28/+27
* turnip: Allow knl backend specific entrypointsRob Clark2023-02-253-51/+85
* turnip: Split out vfuncs for kernel interfaceRob Clark2023-02-256-83/+240
* turnip: drm code-motionRob Clark2023-02-252-275/+276
* turnip: Move things to prep for multi-kernel supportRob Clark2023-02-258-8/+8
* vk/runtime: Allow enumerate and try_create_for_drm to coexistRob Clark2023-02-251-1/+1
* ci/freedreno: add flaking KHR-GL45.buffer_storage.map_persistent_dispatchDavid Heidelberg2023-02-251-0/+3
* spirv: Always emit deref_buffer_array_length intrinsicsFaith Ekstrand2023-02-241-1/+0
* turnip: Set spirv_options::use_deref_buffer_array_lengthFaith Ekstrand2023-02-241-0/+1
* freedreno: Add A2xx REG_A2XX_RBBM_PM_OVERRIDE2 bitfieldsKonrad Dybcio2023-02-242-39/+52
* freedreno: Add A2xx perf counter reg valuesKonrad Dybcio2023-02-242-39/+48
* ci/zink+turnip: Disable flaky minetest trace.Emma Anholt2023-02-241-0/+1
* ci/turnip: Drop the #8219 xfail.Emma Anholt2023-02-241-3/+0
* ci/freedreno: Drop a530 piglit_gl coverage.Emma Anholt2023-02-241-1/+4
* freedreno/crashdec: Disable GALLIUM_DUMP_CPURob Clark2023-02-231-0/+1
* freedreno/crashdec: Handle multi-IB prefetchingRob Clark2023-02-236-2/+271
* freedreno/crashdec: Add another prefetch testRob Clark2023-02-233-0/+159590
* freedreno/crashdec: Refactor crashdec testsRob Clark2023-02-231-22/+22
* freedreno/crashdec: Add prefetch testConnor Abbott2023-02-233-0/+24619
* freedreno/cffdec: Fix hang location detectionRob Clark2023-02-231-1/+2
* freedreno/cffdec: Add helper to parse CP_INDIRECT_BUFFERRob Clark2023-02-232-10/+27
* freedreno/cffdec: Add helper to find next pktRob Clark2023-02-233-8/+20
* freedreno/cffdec: Fix unitialized count for pkt2Rob Clark2023-02-233-6/+128
* freedreno/crashdec: Fix apparent off-by-one with ROQ sizeConnor Abbott2023-02-232-3/+5
* freedreno/a6xx: Fill in ROQ status registersConnor Abbott2023-02-232-10/+22
* freedreno/a6xx: Fix CP_ROQ_THRESHOLDS_1Connor Abbott2023-02-232-9/+6
* freedreno/a6xx: Add CP_ROQ_*_STATConnor Abbott2023-02-232-6/+18
* freedreno/a6xx: Rename CP_CSQ_IB*_STATConnor Abbott2023-02-233-8/+8
* meson: replace vk_wsi_args with dependencies to let meson take care of transi...Eric Engestrom2023-02-231-1/+1
* ir3: Add cat7 sleep instructionDanylo Piliaiev2023-02-215-0/+36
* ir3: Add cat5/cat7 cache related instructionsDanylo Piliaiev2023-02-218-11/+107
* nir: add assertions that loops don't have a Continue ConstructDaniel Schürmann2023-02-211-0/+1
* freedreno: check for conditional rendering in launch_gridAmber2023-02-202-2/+0