summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* glx: Implement GLX_EXT_no_config_contextAdam Jackson2019-09-2312-26/+65
* glx: Lift sending the MakeCurrent request to top-level codeAdam Jackson2019-09-232-167/+187
* glx: Move vertex array protocol state into the indirect backendAdam Jackson2019-09-232-16/+22
* intel: Increase Gen11 compute shader scratch IDs to 64.Kenneth Graunke2019-09-233-2/+41
* Revert "intel/gen11+: Enable Hardware filtering of Semi-Pipelined State in WM"Kenneth Graunke2019-09-234-29/+0
* util/rb_tree: Replace useless ifs with assertsJason Ekstrand2019-09-231-2/+2
* broadcom/genxml: Stop manually scrubbing 'α' -> "alpha"Kenneth Graunke2019-09-231-1/+0
* intel/genxml: Stop manually scrubbing 'α' -> "alpha"Kenneth Graunke2019-09-232-2/+1
* freedreno/a6xx: do streamout only in binning passRob Clark2019-09-232-13/+16
* freedreno/a6xx: fix binning pass vs. xfbRob Clark2019-09-231-3/+7
* freedreno/a6xx: un-open-code PC_PRIMITIVE_CNTL_1.PSIZERob Clark2019-09-231-1/+1
* ac/nir: force unnormalized coordinates for RECTMarek Olšák2019-09-231-1/+3
* ac/nir: port Z compare value clamping from radeonsiMarek Olšák2019-09-231-9/+25
* tgsi_to_nir: fix 2-component system values like tess_level_inner_defaultMarek Olšák2019-09-231-1/+3
* tgsi_to_nir: fix masked out image loadsMarek Olšák2019-09-231-2/+1
* nir: define 8-byte size and alignment for bindless variablesMarek Olšák2019-09-231-1/+6
* nir: don't add bindless variables to num_textures and num_imagesMarek Olšák2019-09-231-0/+4
* loader: always map the "amdgpu" kernel driver name to radeonsi (v2)Jiang, Sonny2019-09-231-0/+9
* ac: stop using PCI IDs for chip identificationMarek Olšák2019-09-231-15/+58
* ac/addrlib: fix chip identification for Vega10, Arcturus, Raven2, RenoirMarek Olšák2019-09-231-10/+5
* nir/repair_ssa: Replace the unreachable check with the phi builderJason Ekstrand2019-09-231-35/+44
* aco: only emit waitcnt on loop continues if we there was some load or exportDaniel Schürmann2019-09-231-1/+1
* nv50/ir/nir: comparison of integer expressions of different signedness warningKarol Herbst2019-09-231-1/+1
* nv50/ir: fix unnecessary parentheses warningKarol Herbst2019-09-231-1/+1
* lima: remove partial clear support from pipe->clear()Erico Nunes2019-09-231-93/+5
* dEQP-GLES2.functional.buffer.write.use.index_array.* are passing now.Boris Brezillon2019-09-231-2/+0
* panfrost: Fix indexed drawsBoris Brezillon2019-09-231-1/+1
* clover/nir: fix compilation with g++-5.5 and maybe earlierKarol Herbst2019-09-231-10/+7
* st/mesa: Bail on incomplete attachments in discard_framebufferKenneth Graunke2019-09-221-1/+1
* lima: implement BO cacheVasily Khoruzhick2019-09-228-30/+212
* lima: use 0 to poll if BO is busy in lima_bo_wait()Vasily Khoruzhick2019-09-221-1/+7
* lima: move damage bound build to resourceQiang Yu2019-09-233-22/+41
* lima: don't use damage system when full damageQiang Yu2019-09-231-0/+14
* lima: implement EGL_KHR_partial_updateQiang Yu2019-09-235-65/+86
* lima: fix PLBU viewport configurationIcenowy Zheng2019-09-223-21/+21
* amd: Build aco only if radv is enabledBas Nieuwenhuizen2019-09-211-1/+1
* nvc0: expose spirv supportKarol Herbst2019-09-214-3/+26
* clover: add support for passing kernels as nir to the driverKarol Herbst2019-09-218-7/+249
* clover: prepare supporting multiple IRsKarol Herbst2019-09-213-6/+64
* clover: add support for drivers having no proper binary formatKarol Herbst2019-09-211-2/+3
* clover/functional: add id_equals helperKarol Herbst2019-09-211-0/+15
* rename pipe_llvm_program_header to pipe_binary_program_headerKarol Herbst2019-09-215-7/+7
* gallium: add blob field to pipe_llvm_program_headerKarol Herbst2019-09-214-8/+4
* clover/llvm: Add functions for compiling from source to SPIR-VPierre Moreau2019-09-213-17/+92
* clover/llvm: Add options for dumping SPIR-V binariesPierre Moreau2019-09-213-1/+37
* clover/spirv: Add functions for parsing arguments, linking programs, etc.Pierre Moreau2019-09-212-5/+608
* clover/spirv: Add functions for validating SPIR-V binariesPierre Moreau2019-09-214-1/+168
* meson: Check for SPIRV-Tools and llvm-spirvPierre Moreau2019-09-211-2/+7
* isl: Drop WaDisableSamplerL2BypassForTextureCompressedFormats on Gen11Kenneth Graunke2019-09-201-1/+1
* gallium/osmesa: Fix the inability to set no context as current.Hal Gentz2019-09-201-0/+5