aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium
Commit message (Expand)AuthorAgeFilesLines
* winsys/amdgpu: Close KMS handles for other DRM file descriptionsMichel Dänzer2020-01-232-3/+21
* winsys/amdgpu: Re-use amdgpu_screen_winsys when possibleMichel Dänzer2020-01-232-24/+45
* winsys/amdgpu: Only re-export KMS handles for different DRM FDsMichel Dänzer2020-01-233-11/+32
* winsys/amdgpu: Keep track of retrieved KMS handles using hash tablesMichel Dänzer2020-01-233-0/+47
* winsys/amdgpu: Keep a list of amdgpu_screen_winsyses in amdgpu_winsysMichel Dänzer2020-01-232-1/+28
* anv/iris: warn gen12 3DSTATE_HS restrictionLionel Landwerlin2020-01-231-0/+10
* gallium/swr: add option for static linkKrzysztof Raszkowski2020-01-232-80/+152
* clover/meson: Define OpenCL header macrosPierre Moreau2020-01-235-15/+17
* clover: Use the dispatch table type from the OpenCL headersPierre Moreau2020-01-233-930/+4
* gallivm: fix find lsbDave Airlie2020-01-231-1/+2
* galllivm: fix gather offset castingDave Airlie2020-01-231-2/+4
* llvmpipe: fix some integer instruction lowering.Dave Airlie2020-01-231-2/+3
* gallivm: fix gather component handling.Dave Airlie2020-01-231-2/+3
* intel: Fix aux map alignments on 32-bit builds.Kenneth Graunke2020-01-231-1/+1
* util: Remove tmp argument from BITSET_FOREACH_SET macroMatt Turner2020-01-232-11/+7
* lima: implement invalidate_resource()Vasily Khoruzhick2020-01-233-18/+34
* iris: Enable INTEL_shader_integer_functions2Ian Romanick2020-01-231-0/+4
* gallium: Add a cap bit for integer multiplication between 32-bit and 16-bitIan Romanick2020-01-233-0/+3
* gallium: Add a cap bit for OpenCL-style extended integer functionsIan Romanick2020-01-233-0/+5
* gallium: dmabuf support for yuv formats that are not natively supportedJames Xiong2020-01-223-10/+26
* llvmpipe: drop LLVM < 3.4 supportEric Engestrom2020-01-221-4/+0
* haiku/hgl: Fix build via header reorderingAlexander von Gluck IV2020-01-221-2/+4
* panfrost: Fix crash in compute variant allocationAlyssa Rosenzweig2020-01-221-1/+2
* gallium: Fix a couple of multiple definition warnings.Timur Kristóf2020-01-221-4/+4
* r600: Move get_pic_param to radeon_vce.cTimur Kristóf2020-01-222-4/+4
* radeon: Move si_get_pic_param to radeon_vce.cTimur Kristóf2020-01-222-4/+4
* gallium: check all planes' pipe formats in case of multi-samplersDongwon Kim2020-01-211-5/+10
* iris: Drop some workarounds which are no longer necessaryKenneth Graunke2020-01-211-36/+1
* radeonsi: Drop PIPE_CAP_TGSI_ANY_REG_AS_ADDRESS.Eric Anholt2020-01-211-1/+0
* r300: Remove a bunch of default handling of pipe caps.Eric Anholt2020-01-211-125/+0
* r600: Remove a bunch of default handling of pipe caps.Eric Anholt2020-01-211-53/+0
* radeonsi: Remove a bunch of default handling of pipe caps.Eric Anholt2020-01-211-22/+0
* freedreno: Stop scattered remapping of SSBOs/images to IBOs.Eric Anholt2020-01-216-32/+37
* nir: Drop the ssbo_offset to atomic lowering.Eric Anholt2020-01-212-2/+2
* nouveau/nvc0: add extern keyword to nvc0_miptree_vtbl.Timur Kristóf2020-01-211-1/+1
* panfrost: Add ASTC texture formatsIcecream952020-01-214-1/+28
* panfrost: Add ETC1/ETC2 texture formatsIcecream952020-01-213-4/+34
* panfrost: Rework linear<--->tiled conversionsAlyssa Rosenzweig2020-01-212-5/+7
* panfrost,lima: De-Galliumize tiling routinesAlyssa Rosenzweig2020-01-212-4/+7
* gallium/gallivm: enable linking lp_bld_printf function with C++ codeJan Zielinski2020-01-211-0/+7
* iris: Fix value of out-of-bounds accesses for vertex attributesDanylo Piliaiev2020-01-211-1/+1
* clover: Initialize Asm ParsersJan Vesely2020-01-211-0/+1
* radeonsi/gfx10: enable GS fast launch for triangles and strips with NGG cullingMarek Olšák2020-01-206-54/+222
* radeonsi/gfx10: rewrite late alloc computationMarek Olšák2020-01-202-39/+59
* ac: add helper ac_build_triangle_strip_indices_to_triangleMarek Olšák2020-01-202-37/+8
* radeonsi/gfx10: implement NGG culling for 4x wave32 subgroupsMarek Olšák2020-01-2012-54/+951
* radeonsi/gfx10: move GE_PC_ALLOC setting to shader statesMarek Olšák2020-01-205-15/+40
* radeonsi/gfx10: don't initialize VGPRs not used by NGG passthroughMarek Olšák2020-01-201-3/+5
* radeonsi/gfx10: merge main and pos/param export IF blocks into one if possibleMarek Olšák2020-01-201-4/+21
* radeonsi/gfx10: export primitives at the beginning of VS/TESMarek Olšák2020-01-203-26/+66