summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* docs: update calendar, add news item and link release notes for 19.2.2Dylan Baker2019-10-243-10/+5
* docs: Add sha256 sum for 19.2.2Dylan Baker2019-10-241-1/+1
* docs: Add release notes for 19.2.2Dylan Baker2019-10-241-0/+147
* freedreno/ir3: handle the progress caseRob Clark2019-10-241-26/+35
* freedreno/ir3: remove restrictions on const + (abs)/(neg)Rob Clark2019-10-242-14/+6
* freedreno/ir3: allow copy-propagate out of fanoutRob Clark2019-10-241-7/+27
* freedreno/ir3: treat high vs low reg as conversionRob Clark2019-10-241-1/+7
* freedreno/ir3: propagate dest flags for collect/faninRob Clark2019-10-241-3/+9
* freedreno/ir3: make high regs easier to see in IR dumpsRob Clark2019-10-241-0/+2
* freedreno/ir3: debug cleanupRob Clark2019-10-246-46/+32
* spirv: Add helper to find args of Image OperandsCaio Marcelo de Oliveira Filho2019-10-241-22/+79
* spirv: Check that only one offset is defined as Image OperandCaio Marcelo de Oliveira Filho2019-10-241-0/+6
* spirv: Add imageoperands_to_string helperCaio Marcelo de Oliveira Filho2019-10-242-3/+23
* anv: Implement VK_KHR_vulkan_memory_modelCaio Marcelo de Oliveira Filho2019-10-244-0/+13
* spirv: Handle MakePointerAvailable/VisibleCaio Marcelo de Oliveira Filho2019-10-241-0/+32
* spirv: Handle MakeTexelAvailable/VisibleCaio Marcelo de Oliveira Filho2019-10-241-8/+39
* spirv: Add option to emit scoped memory barriersCaio Marcelo de Oliveira Filho2019-10-242-0/+126
* spirv: Add SpvMemoryModelVulkan and related capabilitiesCaio Marcelo de Oliveira Filho2019-10-242-3/+24
* spirv: Emit memory barriers for atomic operationsCaio Marcelo de Oliveira Filho2019-10-242-1/+100
* spirv: Parse memory semantics for atomic operationsCaio Marcelo de Oliveira Filho2019-10-242-5/+38
* intel/fs: Implement scoped_memory_barrierCaio Marcelo de Oliveira Filho2019-10-241-8/+19
* nir/tests: Add copy propagation tests with scoped_memory_barrierCaio Marcelo de Oliveira Filho2019-10-241-1/+407
* nir: Add scoped_memory_barrier intrinsicCaio Marcelo de Oliveira Filho2019-10-247-0/+124
* spirv/info: Add a memorymodel_to_string helperJason Ekstrand2019-10-242-0/+2
* docs: Add release not about scons deprecationDylan Baker2019-10-241-0/+1
* scons: Also print a deprecation warning on windowsDylan Baker2019-10-241-0/+7
* scons: Print a deprecation warning about using scons on not windowsDylan Baker2019-10-244-4/+19
* scons: Use print_function ins SConstructDylan Baker2019-10-241-0/+1
* gallium: Fix a bunch of undefined left-shifts in u_format_*Adam Jackson2019-10-244-59/+59
* radv: compute the number of records correctly for vertex buffersSamuel Pitoiset2019-10-241-5/+7
* gitlab-ci: Enable UBSan for the meson-vulkan jobMichel Dänzer2019-10-241-0/+4
* util/tests: Avoid int64_t overflow issues in fast_idiv_by_const testMichel Dänzer2019-10-241-2/+2
* util: Use uint64_t for shifting left in sign_extend and struncMichel Dänzer2019-10-242-2/+2
* gallium/util: Cast to target type before shifting leftMichel Dänzer2019-10-241-1/+1
* intel/fs: Check for NULL key in fs_visitor constructorMichel Dänzer2019-10-241-1/+4
* intel/compiler: Cast to target type before shifting leftMichel Dänzer2019-10-241-1/+1
* intel/compiler: Don't left-shift by >= the number of bits of the typeMichel Dänzer2019-10-241-2/+2
* anv: fix error messageEric Engestrom2019-10-241-5/+2
* meson: add -Werror=empty-body to disallow `if(x);`Eric Engestrom2019-10-241-0/+2
* llvmpipe: avoid generating empty-body blocksEric Engestrom2019-10-241-1/+1
* llvmpipe: avoid compiling no-op block on release buildsEric Engestrom2019-10-241-1/+2
* winsys/svga: Limit the maximum DMA hardware buffer sizeThomas Hellstrom2019-10-241-1/+4
* svga: Fix banded DMA upload unmapThomas Hellstrom2019-10-241-1/+1
* gitlab-ci: Update kernel for LAVA jobs to 5.4-rc4Tomeu Vizoso2019-10-242-2/+2
* glsl: remove propagate_invariance() call from the linkerTimothy Arceri2019-10-241-2/+0
* nir: improve nir_variable packingTimothy Arceri2019-10-241-1/+3
* nir: fix nir_variable_data packingTimothy Arceri2019-10-241-8/+8
* radeonsi/nir: implement pipe_screen::finalize_nirMarek Olšák2019-10-235-19/+32
* st/mesa: use pipe_screen::finalize_nirMarek Olšák2019-10-236-25/+89
* tgsi_to_nir: use pipe_screen::finalize_nirMarek Olšák2019-10-231-4/+9