summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* panfrost: Pipe the GPU ID into compiler and disassemblerTomeu Vizoso2019-11-0710-29/+31
* aco: workaround Tonga/Iceland hardware bugDaniel Schürmann2019-11-071-5/+5
* panfrost: Release the ctx->pipe_framebuffer refBoris Brezillon2019-11-071-0/+1
* panfrost: Destroy the upload manager allocated in panfrost_create_context()Boris Brezillon2019-11-071-0/+2
* intel/gen_decoder: Fix unused-but-set-variable warningKai Wasserbäch2019-11-071-2/+2
* nir: fix unused function warning in src/compiler/nir/nir.cKai Wasserbäch2019-11-071-1/+2
* nir: fix unused variable warning in find_and_update_previous_uniform_storageKai Wasserbäch2019-11-071-1/+1
* nir: fix unused variable warning in nir_lower_vars_to_explicit_typesKai Wasserbäch2019-11-071-1/+2
* gallium: dri2: Use index as plane number.Lepton Wu2019-11-061-1/+1
* anv: implement VK_KHR_separate_depth_stencil_layoutsLionel Landwerlin2019-11-067-27/+91
* Revert "ci: Switch over to an autoscaling GKE cluster for builds."Eric Anholt2019-11-064-21/+8
* panfrost: Print the right zero fieldTomeu Vizoso2019-11-061-1/+1
* docs: update calendar, add news item and link release notes for 19.2.2Dylan Baker2019-11-063-8/+3
* docs: add sha256 sum to 19.2.3 release notesDylan Baker2019-11-061-1/+1
* docs: add release notes for 19.2.3Dylan Baker2019-11-061-0/+146
* panfrost: Generate polygon list manually for SFBDTomeu Vizoso2019-11-062-1/+18
* panfrost: Decode blend shaders for SFBDTomeu Vizoso2019-11-062-23/+32
* panfrost: Take into account texture layers in SFBDTomeu Vizoso2019-11-061-5/+6
* panfrost: Rework format encoding on SFBDTomeu Vizoso2019-11-068-93/+213
* panfrost: Set 0x10 bit on mali_shader_meta.unknown2_4 on T720Tomeu Vizoso2019-11-062-7/+3
* panfrost: Add checksum fields to SFBD descriptorTomeu Vizoso2019-11-063-1/+22
* zink: do advertize integer support in shadersErik Faye-Lund2019-11-061-1/+3
* zink/spirv: implement ball_fequal[2-4]Erik Faye-Lund2019-11-061-0/+12
* zink/spirv: implement ball_iequal[2-4]Erik Faye-Lund2019-11-061-0/+12
* zink/spirv: implement bany_inequal[2-4]Erik Faye-Lund2019-11-061-0/+12
* zink/spirv: implement bany_fnequal[2-4]Erik Faye-Lund2019-11-061-0/+12
* zink/spirv: support loading bool constantsErik Faye-Lund2019-11-061-5/+21
* zink/spirv: drop temp-array for component-countErik Faye-Lund2019-11-061-6/+3
* gitlab-ci: Don't build libdrm for ARMMichel Dänzer2019-11-062-20/+2
* gitlab-ci: Use separate arm64 build/test docker imagesMichel Dänzer2019-11-063-66/+123
* zink: use u_blitter when format-reinterpretingErik Faye-Lund2019-11-061-0/+10
* zink: always allow sampling of imagesErik Faye-Lund2019-11-061-4/+3
* zink: transition resources before resolvingErik Faye-Lund2019-11-061-0/+8
* zink: disable fragment-shader texture-lodErik Faye-Lund2019-11-061-0/+2
* zink: make sure src image is transfer-src-optimalDuncan Hopkins2019-11-061-0/+4
* zink: do not advertize coherent mappingErik Faye-Lund2019-11-061-1/+1
* zink: always allow mutating the formatErik Faye-Lund2019-11-061-2/+3
* zink: use actual format for render-passErik Faye-Lund2019-11-061-3/+4
* radeonsi: fix shader disk cache keyPierre-Eric Pelloux-Prayer2019-11-061-2/+3
* radv: implement VK_EXT_subgroup_size_controlSamuel Pitoiset2019-11-065-3/+59
* radv: rely on shader's wavesize when computing NGG infoSamuel Pitoiset2019-11-061-1/+10
* radv: determine shaders wavesize at pipeline levelSamuel Pitoiset2019-11-066-19/+28
* radv: hardcode the number of waves for the GFX6 LS-HS bugSamuel Pitoiset2019-11-061-1/+1
* radv/gfx10: enable wave32 for compute based on shader's wavesizeSamuel Pitoiset2019-11-063-3/+7
* nir: fix packing of nir_variableSamuel Pitoiset2019-11-061-2/+2
* radv: fix 32-bit compiler warningsSamuel Pitoiset2019-11-061-3/+3
* radv: add a note about perftest/debug optionsSamuel Pitoiset2019-11-061-0/+1
* docs: document all RADV environment variablesSamuel Pitoiset2019-11-061-0/+105
* nir/serialize: pack nir_variable flagsMarek Olšák2019-11-051-13/+36
* nir/serialize: store 32-bit object IDs instead of 64-bitMarek Olšák2019-11-051-28/+31