summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-06-21treewide: use nir_def_replace sometimesAlyssa Rosenzweig101-416/+180
2024-06-17r300: vectorization tweaks for R300/R400Pavel Ondračka1-1/+61
2024-06-17r300: missing whitespace in shader statsPavel Ondračka1-1/+1
2024-06-12ci: introduce tool for comparing nightly runsDavid Heidelberg3-0/+187
2024-06-09r300: fix RC_OMOD_DIV_2 modifierPavel Ondračka1-25/+46
2024-06-09r300: fix for ouput modifier and DDX/DDXPavel Ondračka1-0/+9
2024-06-09r300: fix writemask rewrite when converting to omodPavel Ondračka1-3/+6
2024-06-09r300: fix cycles counting for KILPavel Ondračka1-3/+19
2024-06-09r300/ci: fails list updatePavel Ondračka1-1/+0
2024-05-23ci/r300: update flake list from nightly reportsDavid Heidelberg2-0/+4
2024-05-03mesa/st: don't use base shader serialization when uniforms are not packedGert Wollny2-13/+3
2024-05-03r300: better packing for immediatesPavel Ondračka1-3/+63
2024-05-03r300: compact scalar uniforms into empty slotsPavel Ondračka3-8/+50
2024-05-03r300: switch to a new constant remap table formatPavel Ondračka6-75/+169
2024-05-03r300: move dead constants pass earlier for vertex shadersPavel Ondračka1-1/+1
2024-05-03r300: replace constant size field with usemaskPavel Ondračka3-17/+21
2024-04-13r300/ci: failures list updatePavel Ondračka1-1/+0
2024-04-13r300: remove nir_to_rc_options wrapperPavel Ondračka3-40/+4
2024-04-13r300: move lower_fabb option out of the options structPavel Ondračka3-11/+12
2024-04-13r300: remove the ntr lower_cmp optionPavel Ondračka3-18/+1
2024-04-13r300: get rid of the unused ubo_vec4_max ntr optionPavel Ondračka2-5/+1
2024-04-13r300: inline unoptimized_ra ntr optionPavel Ondračka3-7/+1
2024-04-12r300: optimize swizzle for inline constantsPavel Ondračka1-3/+12
2024-04-12r300: move presubtract pass laterPavel Ondračka6-32/+42
2024-04-12r300: check for the extra restrictions on presubtract swizzlesPavel Ondračka1-0/+6
2024-04-12r300: fix r300_draw_elements() behaviorPatrick Lerda6-16/+24
2024-04-03r300: fix constants_remap_table memory leak related to the dummy shader pathPatrick Lerda1-0/+1
2024-03-31r300: add missing copyright headerDavid Heidelberg1-0/+5
2024-03-31r300: add missing licence to the r300_public.hDavid Heidelberg1-1/+1
2024-03-31r300: convert to SPDX license block and fix small typosDavid Heidelberg100-2126/+200
2024-03-26r300: fix NIR passes regressionPatrick Lerda1-0/+2
2024-03-22ci/r300: implement rules for d3d9 testingDavid Heidelberg2-0/+19
2024-03-19r300: mark new failsEric Engestrom1-0/+11
2024-03-19winsys/radeon: pass priv instead NULL to radeon_bo_can_reclaimPierre-Eric Pelloux-Prayer1-1/+1
2024-03-15r300: enable tiling for scanout to fix DRI3 performanceMarek Olšák3-4/+5
2024-03-15r300: port scanout pitch alignment from the DDX to fix DRI3Marek Olšák3-6/+29
2024-03-15r300: remove some late NIR passesPavel Ondračka1-29/+0
2024-03-15r300: move sin/cos input fixups to finalize_nirPavel Ondračka2-16/+22
2024-03-15r300: explicitly check if sin/cos input is already in correct rangePavel Ondračka2-4/+80
2024-03-14r300/ci: Update xfiles based on nightly runGuilherme Gallo2-3/+5
2024-03-13r300/ci: enable nine testsPavel Ondračka2-0/+36
2024-03-06r300: enable R400 cos and sin hardware vertex shader opcodesPatrick Lerda2-4/+20
2024-03-04r300: fix constants_remap_table memory leakPatrick Lerda1-0/+2
2024-03-03r300/ci: add flakesEric Engestrom1-0/+2
2024-03-02r300/ci: add another tex-miplevel-selection flakeEric Engestrom1-0/+1
2024-03-02r300/ci: group tex-miplevel-selection flakes togetherEric Engestrom1-2/+2
2024-02-26r300: fix memory leaks when register allocation failsPatrick Lerda3-0/+3
2024-02-26r300: fix r300_destroy_context() related memory leaksPatrick Lerda1-0/+6
2024-02-19r300: fix vertex_buffer related refcnt imbalancePatrick Lerda1-0/+3
2024-02-15r300: add explicit flrp loweringPavel Ondračka1-0/+1