aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* nir: Add some docs to the metadata typesJason Ekstrand2020-05-141-0/+51
* freedreno: Fix attempts to push UBO contents past the constlen on pre-a6xx.Eric Anholt2020-05-143-7/+6
* docs: update calendar for 20.1.0-rc3Eric Engestrom2020-05-141-7/+1
* panfrost: Fix background showing when using discardIcecream952020-05-141-1/+7
* anv: Translate relative timeout to absolute when calling anv_timelines_waitDanylo Piliaiev2020-05-141-1/+1
* anv: Set MOCS in 3DSTATE_CONSTANT_* on Gen9+Jason Ekstrand2020-05-141-1/+15
* anv: Set 3DSTATE_VF_INSTANCING on the SVGS elementJason Ekstrand2020-05-141-0/+6
* 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