summaryrefslogtreecommitdiff
path: root/src/freedreno
AgeCommit message (Expand)AuthorFilesLines
2023-06-13ir3: Drop reference to unsupported intrinsicAlyssa Rosenzweig1-3/+3
2023-06-11freedreno: Partially decode CP_PROTECT_CNTLKonrad Dybcio4-4/+8
2023-06-07tu: Fix missing unlockVinson Lee1-0/+1
2023-06-07vulkan: move nir_convert_ycbcr into vulkan runtimeYonggang Luo1-1/+1
2023-06-06treewide: Use nir_trim_vector moreAlyssa Rosenzweig2-2/+3
2023-06-06treewide: Use nir_tex_src_for_ssaAlyssa Rosenzweig1-6/+5
2023-06-06tu: Ignore unused shader stages in pipeline library creation.Emma Anholt3-18/+28
2023-06-05traces: update sir-f720 trace expectations for zink on anv and freedrenoDavid Heidelberg1-1/+1
2023-06-05nir: use generated immediate comparison helpersErik Faye-Lund1-2/+2
2023-06-05util: Replace all usage of PIPE_TIMEOUT_INFINITE with OS_TIMEOUT_INFINITEYonggang Luo3-3/+3
2023-06-03compiler: Rename shader_prim to mesa_prim and replace all usage of pipe_prim_...Yonggang Luo1-5/+5
2023-06-02ci/turnip: Update full-run xfails.Emma Anholt3-109/+11
2023-06-01ci/freedreno: Update minetest hash.Emma Anholt1-1/+1
2023-06-01freedreno/a6xx: Enable gl46Rob Clark14-59/+59
2023-06-01freedreno/a6xx: GL_ARB_pipeline_statistics_queryRob Clark2-0/+50
2023-06-01freedreno/a6xx: Handle nested pipeline stats queriesRob Clark2-4/+0
2023-06-01freedreno/a6xx: Fix xfb stream configurationRob Clark3-11/+0
2023-06-01freedreno/a6xx: Add missing capRob Clark3-9/+0
2023-05-30freedreno/drm: Don't try to export suballoc boRob Clark1-0/+8
2023-05-29freedreno: Use the Mesa base styleKonstantin Seurer2-147/+8
2023-05-25ci: bump from Debian 11 (bullseye) to 12 (bookworm)David Heidelberg3-11/+10
2023-05-25nir: use nir_fsub_immErik Faye-Lund1-1/+1
2023-05-25nir: use more nir_fadd_immErik Faye-Lund1-1/+1
2023-05-24ci/freedreno: rename piglit job to respresent the real testing it doesDavid Heidelberg1-2/+1
2023-05-24ci/freedreno: disable 3 jobs to match our farm 3 devices downDavid Heidelberg1-3/+3
2023-05-24treewide: Avoid nir_lower_regs_to_ssa callsAlyssa Rosenzweig1-1/+0
2023-05-24freedreno/batch: Move submit bo tracking to batchRob Clark2-2/+0
2023-05-19freedreno: Add some A6/7xx registersKonrad Dybcio5-11/+36
2023-05-19mesa/main: ff-fragshader to nirErik Faye-Lund1-1/+1
2023-05-19meson: remove needless c++17-overridesErik Faye-Lund1-1/+0
2023-05-17nir: Drop unused name from nir_ssa_dest_initAlyssa Rosenzweig7-10/+9
2023-05-17vulkan/pipeline_cache: don't log warnings for client-invisible cachesDaniel Schürmann1-3/+1
2023-05-17freedreno: implement GL_ARB_indirect_parametersAmber2-0/+10
2023-05-17ir3, freedreno: implement GL_ARB_shader_draw_parametersAmber6-4/+22
2023-05-16treewide: Stop lowering legacy atomicsAlyssa Rosenzweig2-6/+0
2023-05-16tu: Lower legacy atomics earlierAlyssa Rosenzweig1-24/+7
2023-05-16tu: Use common GetPhysicalDeviceFeatures2Alyssa Rosenzweig1-475/+305
2023-05-16ci/freedreno: add recent a630 flakeDavid Heidelberg1-0/+3
2023-05-12ir3: Use unified atomicsAlyssa Rosenzweig7-318/+148
2023-05-11vulkan/pipeline_cache: don't log warnings for internal cachesDaniel Schürmann1-1/+3
2023-05-10tu: Re-enable bufferDeviceAddressCaptureReplayDanylo Piliaiev5-56/+167
2023-05-10tu: Move queue deletion to lastRob Clark1-7/+7
2023-05-10tu: Move VMA heap to the logical deviceDanylo Piliaiev3-27/+26
2023-05-10tu: Create drm fd per logical deviceDanylo Piliaiev6-32/+96
2023-05-10ci: Re-enable some piglit tests that should be fast enough post-uprev.Emma Anholt3-3/+0
2023-05-08tu: Expose VK_EXT_fragment_density_mapConnor Abbott1-0/+23
2023-05-08tu: Don't allow importing/exporting subsampled images with modifiersConnor Abbott1-0/+6
2023-05-08tu/autotune: Always prefer GMEM with fragment density mapsConnor Abbott1-0/+11
2023-05-08tu, ir3: Handle FDM shader builtinsConnor Abbott9-13/+303
2023-05-08nir, ir3: Add option to use unscaled FragCoord for input attachmentsConnor Abbott1-0/+1