aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* freedreno: Drop the noubo fails list for CI, since there aren't any now.Eric Anholt2020-05-142-3/+1
* freedreno/a6xx: Use LDC for UBO loads.Eric Anholt2020-05-146-54/+65
* freedreno: Trim num_ubos to just the ones we haven't lowered to constbuf.Eric Anholt2020-05-142-22/+29
* freedreno/ir3: Move i/o offset lowering after analyze_ubo_ranges.Eric Anholt2020-05-142-14/+12
* freedreno/ir3: Leave the cursor alone during ir3_nir_try_propagate_bit_shift.Eric Anholt2020-05-141-4/+2
* freedreno/ir3: Clean up a silly nir_src_for_ssa(src.ssa).Eric Anholt2020-05-141-1/+1
* nir: Include num_ubos in the printed shader (if nonzero).Eric Anholt2020-05-141-0/+2
* util/ra: Add [de]serialization supportJason Ekstrand2020-05-132-0/+69
* util/vma: Add a debug print helperJason Ekstrand2020-05-132-0/+24
* util/vma: Add an option to configure high/low preferenceJason Ekstrand2020-05-132-19/+54
* util/list: Add list_foreach_entry_from_safeCaio Marcelo de Oliveira Filho2020-05-131-0/+7
* util/list: Add a list pair iteratorJason Ekstrand2020-05-131-0/+7
* anv: Implement VK_EXT_custom_border_colorIván Briano2020-05-134-31/+109
* anv: Add a way to reserve states from a poolIván Briano2020-05-132-0/+55
* anv: Disable B5G6R5_UNORM_PACK16Iván Briano2020-05-131-1/+1
* anv: use the correct format on AndroidIván Briano2020-05-131-1/+1
* drirc: Enable glthread for PCSX2JibbityJobbity2020-05-131-0/+3
* post_version.py: stop adding release candidates to the index and relnotesEric Engestrom2020-05-131-4/+8
* post_version.py: invert `is_point` into `is_first_release` to make its purpos...Eric Engestrom2020-05-131-9/+7
* post_version.py: fix branch name construction for release candidatesEric Engestrom2020-05-131-2/+13
* glthread: stop using GLenum16 to get correct GL errors for out-of-bounds enumsMarek Olšák2020-05-132-11/+8
* radeonsi: also enable tgsi_to_nir caching for compute shadersMarek Olšák2020-05-131-1/+1
* radeonsi: Enable tgsi to nir disk cacheAxel Davy2020-05-131-1/+1
* st/nine: Enable ttn cacheAxel Davy2020-05-131-1/+1
* ttn: Implement disk cacheAxel Davy2020-05-131-2/+82
* ttn: Add new allow_disk_cache parameterAxel Davy2020-05-1314-17/+21
* freedreno/a6xx: Fix UBWC mipmapping height alignment.Eric Anholt2020-05-132-6/+137
* freedreno/a6xx: Fix UBWC mipmap sizing.Eric Anholt2020-05-132-14/+95
* freedreno/a6xx: Fix UBWC blockheight for RG8.Eric Anholt2020-05-131-1/+4
* freedreno: Pull the tile_alignment lookup for a layout to a helper.Eric Anholt2020-05-131-20/+25
* freedreno/a6xx: Add a testcase for UBWC buffer sharing.Eric Anholt2020-05-131-4/+22
* freedreno/a6xx: Improve layout testcase logging for UBWC fails.Eric Anholt2020-05-131-2/+2
* freedreno/a4xx+: Increase max texture size to 16384.Eric Anholt2020-05-134-6/+10
* nir: reset ssa-defs as non-divergent during divergence analysis instead of up...Daniel Schürmann2020-05-131-21/+36
* nir: simplify phi handling in divergence analysisDaniel Schürmann2020-05-131-113/+116
* nir: rework phi handling in divergence analysisDaniel Schürmann2020-05-131-173/+214
* nir: refactor divergence analysis stateDaniel Schürmann2020-05-131-35/+37
* nir: add nir_intrinsic_elect to divergence analysisDaniel Schürmann2020-05-131-0/+1
* nir: Make "divergent" a property of an SSA valueJason Ekstrand2020-05-135-95/+122
* gallium: remove more "state tracker" occurencesMarek Olšák2020-05-136-13/+11
* gallium: rename PIPE_RESOURCE_FLAG_ST_PRIV to FRONTEND_PRIVMarek Olšák2020-05-132-3/+3
* gallium: change comments to remove 'state tracker'Marek Olšák2020-05-1397-193/+188
* gallium: rename 'state tracker' to 'frontend'Marek Olšák2020-05-13444-174/+360
* tu: Implement fallback linear staging blit for CopyImageConnor Abbott2020-05-131-24/+173
* tu: Add noubwc debug flag to disable UBWCConnor Abbott2020-05-133-1/+4
* tu: Add a "scratch bo" allocation mechanismConnor Abbott2020-05-132-0/+74
* aco: improve phi affinities with p_split_vectorRhys Perry2020-05-131-0/+19
* aco: consider affinities when creating v_mac_f32Rhys Perry2020-05-131-2/+8
* aco: mark phi definitions as last-seen phi operandsRhys Perry2020-05-131-14/+14
* aco: fix consecutively written vgprs from vmem instructionsRhys Perry2020-05-131-10/+26