summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2020-05-14targets/opencl: fix build against LLVM>=10 with Polly supportJan Palus1-0/+8
2020-05-14freedreno: Avoid duplicate BO relocs in FD_RINGBUFFER_OBJECTs.Eric Anholt1-3/+17
2020-05-14freedreno: Fix resource layout dump loop.Eric Anholt1-1/+1
2020-05-14zink: disable vkCmdResolveImage when respecting render-conditionErik Faye-Lund1-1/+2
2020-05-14anv: Fix deadlock in anv_timelines_waitDanylo Piliaiev1-1/+2
2020-05-14zink. Changed sampler default name.Duncan Hopkins1-1/+3
2020-05-14radv: enable shaderResourceMinLodSamuel Pitoiset2-0/+2
2020-05-14ac/llvm: add support for texturing with clamped LODSamuel Pitoiset3-1/+12
2020-05-14aco: add support for texturing with clamped LODSamuel Pitoiset1-3/+39
2020-05-14aco: remove useless check for nir_tex_src_biasSamuel Pitoiset1-4/+2
2020-05-14llvmpipe: Expect increased exp precision on WindowsDaniel Stone1-2/+4
2020-05-13freedreno/ir3: use lower_wrmasks passRob Clark4-35/+33
2020-05-13nir: add pass to lower disjoint wrmask'sRob Clark4-0/+236
2020-05-13nir: add helper to copy const_index[]Rob Clark2-2/+28
2020-05-13nir: fix indices for ir3 ssbo_atomic intrinsicsRob Clark1-10/+10
2020-05-13freedreno/ir3: use const_index accessorsRob Clark2-2/+2
2020-05-13freedreno/ir3: Drop wrmask for ir3 local and global store intrinsicsKristian H. Kristensen3-45/+35
2020-05-14nir: Add some docs to the metadata typesJason Ekstrand1-0/+51
2020-05-14freedreno: Fix attempts to push UBO contents past the constlen on pre-a6xx.Eric Anholt1-0/+6
2020-05-14panfrost: Fix background showing when using discardIcecream951-1/+7
2020-05-14anv: Translate relative timeout to absolute when calling anv_timelines_waitDanylo Piliaiev1-1/+1
2020-05-14anv: Set MOCS in 3DSTATE_CONSTANT_* on Gen9+Jason Ekstrand1-1/+15
2020-05-14anv: Set 3DSTATE_VF_INSTANCING on the SVGS elementJason Ekstrand1-0/+6
2020-05-14freedreno/a6xx: Use LDC for UBO loads.Eric Anholt6-54/+65
2020-05-14freedreno: Trim num_ubos to just the ones we haven't lowered to constbuf.Eric Anholt2-22/+29
2020-05-14freedreno/ir3: Move i/o offset lowering after analyze_ubo_ranges.Eric Anholt2-14/+12
2020-05-14freedreno/ir3: Leave the cursor alone during ir3_nir_try_propagate_bit_shift.Eric Anholt1-4/+2
2020-05-14freedreno/ir3: Clean up a silly nir_src_for_ssa(src.ssa).Eric Anholt1-1/+1
2020-05-14nir: Include num_ubos in the printed shader (if nonzero).Eric Anholt1-0/+2
2020-05-13util/ra: Add [de]serialization supportJason Ekstrand2-0/+69
2020-05-13util/vma: Add a debug print helperJason Ekstrand2-0/+24
2020-05-13util/vma: Add an option to configure high/low preferenceJason Ekstrand2-19/+54
2020-05-13util/list: Add list_foreach_entry_from_safeCaio Marcelo de Oliveira Filho1-0/+7
2020-05-13util/list: Add a list pair iteratorJason Ekstrand1-0/+7
2020-05-13anv: Implement VK_EXT_custom_border_colorIván Briano4-31/+109
2020-05-13anv: Add a way to reserve states from a poolIván Briano2-0/+55
2020-05-13anv: Disable B5G6R5_UNORM_PACK16Iván Briano1-1/+1
2020-05-13anv: use the correct format on AndroidIván Briano1-1/+1
2020-05-13drirc: Enable glthread for PCSX2JibbityJobbity1-0/+3
2020-05-13glthread: stop using GLenum16 to get correct GL errors for out-of-bounds enumsMarek Olšák2-11/+8
2020-05-13radeonsi: also enable tgsi_to_nir caching for compute shadersMarek Olšák1-1/+1
2020-05-13radeonsi: Enable tgsi to nir disk cacheAxel Davy1-1/+1
2020-05-13st/nine: Enable ttn cacheAxel Davy1-1/+1
2020-05-13ttn: Implement disk cacheAxel Davy1-2/+82
2020-05-13ttn: Add new allow_disk_cache parameterAxel Davy14-17/+21
2020-05-13freedreno/a6xx: Fix UBWC mipmapping height alignment.Eric Anholt2-6/+137
2020-05-13freedreno/a6xx: Fix UBWC mipmap sizing.Eric Anholt2-14/+95
2020-05-13freedreno/a6xx: Fix UBWC blockheight for RG8.Eric Anholt1-1/+4
2020-05-13freedreno: Pull the tile_alignment lookup for a layout to a helper.Eric Anholt1-20/+25
2020-05-13freedreno/a6xx: Add a testcase for UBWC buffer sharing.Eric Anholt1-4/+22