summaryrefslogtreecommitdiff
path: root/src/freedreno
Commit message (Expand)AuthorAgeFilesLines
* nir: Drop unused name from nir_ssa_dest_initAlyssa Rosenzweig2023-05-177-10/+9
* vulkan/pipeline_cache: don't log warnings for client-invisible cachesDaniel Schürmann2023-05-171-3/+1
* freedreno: implement GL_ARB_indirect_parametersAmber2023-05-172-0/+10
* ir3, freedreno: implement GL_ARB_shader_draw_parametersAmber2023-05-176-4/+22
* treewide: Stop lowering legacy atomicsAlyssa Rosenzweig2023-05-162-6/+0
* tu: Lower legacy atomics earlierAlyssa Rosenzweig2023-05-161-24/+7
* tu: Use common GetPhysicalDeviceFeatures2Alyssa Rosenzweig2023-05-161-475/+305
* ci/freedreno: add recent a630 flakeDavid Heidelberg2023-05-161-0/+3
* ir3: Use unified atomicsAlyssa Rosenzweig2023-05-127-318/+148
* vulkan/pipeline_cache: don't log warnings for internal cachesDaniel Schürmann2023-05-111-1/+3
* tu: Re-enable bufferDeviceAddressCaptureReplayDanylo Piliaiev2023-05-105-56/+167
* tu: Move queue deletion to lastRob Clark2023-05-101-7/+7
* tu: Move VMA heap to the logical deviceDanylo Piliaiev2023-05-103-27/+26
* tu: Create drm fd per logical deviceDanylo Piliaiev2023-05-106-32/+96
* ci: Re-enable some piglit tests that should be fast enough post-uprev.Emma Anholt2023-05-103-3/+0
* tu: Expose VK_EXT_fragment_density_mapConnor Abbott2023-05-081-0/+23
* tu: Don't allow importing/exporting subsampled images with modifiersConnor Abbott2023-05-081-0/+6
* tu/autotune: Always prefer GMEM with fragment density mapsConnor Abbott2023-05-081-0/+11
* tu, ir3: Handle FDM shader builtinsConnor Abbott2023-05-089-13/+303
* nir, ir3: Add option to use unscaled FragCoord for input attachmentsConnor Abbott2023-05-081-0/+1
* tu: Implement FDM scaled loads/storesConnor Abbott2023-05-082-7/+124
* tu: Implement FDM viewport patchingConnor Abbott2023-05-084-7/+306
* ir3: Record whether a shader writes gl_ViewportIndexConnor Abbott2023-05-082-2/+4
* tu: Add core FDM patchpoint infrastructureConnor Abbott2023-05-083-11/+200
* tu/cs: Add support for CS patchingConnor Abbott2023-05-082-29/+110
* tu: Implement sampling the fragment density mapConnor Abbott2023-05-086-2/+102
* tu: Parse fragment density map attachment infoConnor Abbott2023-05-088-2/+101
* freedreno/a6xx: Document per-view viewport in GRAS_SU_CNTLConnor Abbott2023-05-084-7/+22
* tu: Make dynamic viewport and scissor count more accurateConnor Abbott2023-05-084-18/+48
* tu: Merge RB_DEPTH_CNTL and RB_STENCIL_CONTROL drawstatesConnor Abbott2023-05-084-48/+38
* tu: Precompute maximum views across all subpassesConnor Abbott2023-05-083-7/+16
* tu: Use dirty bit for scissor stateConnor Abbott2023-05-082-6/+10
* tu: Add 3D GMEM load pathConnor Abbott2023-05-083-8/+229
* freedreno/fdl: Expose view offsetConnor Abbott2023-05-082-2/+4
* freedreno/fdl: Don't pre-shift image view pitchConnor Abbott2023-05-083-4/+9
* tu: Don't pre-shift depth and stencil pitchConnor Abbott2023-05-084-14/+13
* tu: Don't override depth for GMEMConnor Abbott2023-05-081-1/+1
* ci/turnip: Drop the IUB bug fallout flakes.Emma Anholt2023-05-051-9/+0
* ci/turnip: Drop an xfail from the full run for a recent fix.Emma Anholt2023-05-051-1/+0
* mesa/main: drop use_legacy_math_rulesErik Faye-Lund2023-05-044-6/+0
* vulkan: write beta extensions into generator scripts.Dave Airlie2023-05-041-0/+1
* turnip: fix buffer markers using wrong addressesAmber2023-05-033-26/+1
* vulkan: introduce supported_features parameter to vk_physical_device_initConstantine Shablya2023-05-031-2/+3
* Revert "ci: disable all a306/a530/a630 jobs"Rob Clark2023-05-011-18/+18
* ci: disable all a306/a530/a630 jobsMike Blumenkrantz2023-04-281-18/+18
* ir3: documents (ss) flag for cat7 instructionsDanylo Piliaiev2023-04-273-10/+11
* ir3/a7xx: Add definitions for (last) src GPR attributeMark Collins2023-04-278-7/+43
* ir3/a7xx: Document "alias" instructionDanylo Piliaiev2023-04-277-1/+196
* ir3: Document that stc has higher DST upper bound than we definedDanylo Piliaiev2023-04-272-1/+5
* ir3/a7xx: Add STSC definitionDanylo Piliaiev2023-04-277-1/+50