aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* amd/common: Do not use 32-bit loads for shared memory.Bas Nieuwenhuizen2019-02-061-6/+12
* amd/common: handle nir_deref_cast for shared memory from integers.Bas Nieuwenhuizen2019-02-061-68/+82
* amd/common: Handle nir_deref_type_ptr_as_array for shared memory.Bas Nieuwenhuizen2019-02-061-0/+4
* amd/common: Fix stores to derefs with unknown variable.Bas Nieuwenhuizen2019-02-061-8/+13
* amd/common: Use correct writemask for shared memory stores.Bas Nieuwenhuizen2019-02-061-1/+1
* radv: Fix the shader info pass for not having the variable.Bas Nieuwenhuizen2019-02-061-2/+2
* amd/common: Implement ptr->int casts in ac_to_integer.Bas Nieuwenhuizen2019-02-061-0/+13
* amd/common: Add gep helper for pointer increment.Bas Nieuwenhuizen2019-02-062-0/+13
* radv: Only look at pImmutableSamples if the descriptor has a sampler.Bas Nieuwenhuizen2019-02-061-2/+6
* xvmc: fix string comparisonEric Engestrom2019-02-061-3/+3
* xvmc: fix string comparisonEric Engestrom2019-02-061-10/+10
* gitlab-ci: add meson glvnd buildEric Engestrom2019-02-062-0/+20
* travis: remove unused scons code pathEric Engestrom2019-02-061-10/+0
* travis: remove unused linux code pathEric Engestrom2019-02-061-123/+0
* gitlab-ci: add make Gallium ST Other buildEric Engestrom2019-02-062-37/+26
* gitlab-ci: add make Gallium ST Clover LLVM-7 buildEric Engestrom2019-02-062-30/+6
* gitlab-ci: add make Gallium ST Clover LLVM-6.0 buildEric Engestrom2019-02-062-28/+5
* gitlab-ci: add make Gallium ST Clover LLVM-5.0 buildEric Engestrom2019-02-062-30/+5
* gitlab-ci: add make Gallium ST Clover LLVM-4.0 buildEric Engestrom2019-02-063-30/+7
* gitlab-ci: add make Gallium ST Clover LLVM-3.9 buildEric Engestrom2019-02-062-30/+24
* gitlab-ci: add make Gallium Drivers "Other" buildEric Engestrom2019-02-062-27/+6
* gitlab-ci: add make Gallium Drivers RadeonSI buildEric Engestrom2019-02-062-29/+6
* gitlab-ci: add make Gallium Drivers SWR buildEric Engestrom2019-02-062-28/+25
* gitlab-ci: add make loaders/classic DRI buildEric Engestrom2019-02-062-23/+23
* gitlab-ci: add meson gallium ST "Other" buildEric Engestrom2019-02-063-32/+23
* gitlab-ci: add meson gallium ST Clover (LLVM 7.0) buildEric Engestrom2019-02-063-29/+8
* gitlab-ci: add meson gallium ST Clover (LLVM 6.0) buildEric Engestrom2019-02-063-25/+7
* gitlab-ci: add meson gallium ST Clover (LLVM 5.0) buildEric Engestrom2019-02-063-26/+23
* gitlab-ci: add meson gallium "other drivers" buildEric Engestrom2019-02-063-24/+21
* gitlab-ci: add meson gallium RadeonSI buildEric Engestrom2019-02-062-26/+20
* gitlab-ci: add meson gallium SWR buildEric Engestrom2019-02-063-25/+24
* gitlab-ci: add meson loader/classic DRI buildEric Engestrom2019-02-063-20/+24
* gitlab-ci: add scons SWR buildEric Engestrom2019-02-063-19/+8
* gitlab-ci: add scons llvm 3.5 buildEric Engestrom2019-02-063-22/+12
* gitlab-ci: add a scons no-llvm buildEric Engestrom2019-02-063-17/+15
* gitlab-ci: add a make vulkan buildEric Engestrom2019-02-062-28/+49
* gitlab-ci: add a meson vulkan buildEric Engestrom2019-02-062-24/+61
* gitlab-ci: add ubuntu containerEric Engestrom2019-02-062-0/+190
* radeonsi: use local ws variable in si_need_dma_spaceMarek Olšák2019-02-061-9/+10
* radeonsi: don't leak an index buffer if draw_vbo failsMarek Olšák2019-02-061-3/+5
* radeonsi: make allocator_zeroed_memory unmappable and use bigger buffersMarek Olšák2019-02-061-1/+2
* radeonsi: clear allocator_zeroed_memory with SDMAMarek Olšák2019-02-064-12/+9
* radeonsi: initialize textures using DCC to black when possibleMarek Olšák2019-02-063-13/+63
* freedreno: a2xx: fix fast clearJonathan Marek2019-02-061-1/+0
* egl: use coherent variable namesEric Engestrom2019-02-0624-383/+383
* meson: Remove panfrost from default driver listAlyssa Rosenzweig2019-02-061-1/+1
* v3d: Whitespace consistency fix.Eric Anholt2019-02-051-1/+1
* v3d: Fix copy-propagation of input unpacks.Eric Anholt2019-02-055-35/+94
* v3d: Fix input packing of .l for rounding/fdx/fdy.Eric Anholt2019-02-052-1/+2
* v3d: Fix pack/unpack of VFPACK operand unpacks.Eric Anholt2019-02-052-1/+33