aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers
Commit message (Expand)AuthorAgeFilesLines
* lima/ppir: combine varying loads in node_to_instrErico Nunes2020-05-091-8/+22
* lima/ppir: do not assume single src for pipeline outputsErico Nunes2020-05-093-23/+31
* lima/ppir: fix lod bias register codegenErico Nunes2020-05-091-1/+1
* lima/ppir: introduce liveness internal live setErico Nunes2020-05-093-6/+24
* radeonsi: remove emacs style config fileQiang Yu2020-05-091-11/+0
* freedreno: Initialize the bo's iova at creation time.Eric Anholt2020-05-081-4/+0
* freedreno: Deduplicate ringbuffer macros with computerator/fdperfEric Anholt2020-05-081-139/+0
* freedreno,tu: Don't request fragcoord components not being read.Hyunjun Ko2020-05-086-36/+24
* radeonsi: Fix omitted flush when moving suballocated textureBlaž Tomažič2020-05-073-6/+16
* amd: unify code for overriding offset and stride for imported buffersMarek Olšák2020-05-071-30/+13
* ac/surface,radeonsi: move the set/get_umd_metadata code into ac_surface.cMarek Olšák2020-05-071-147/+9
* ac/surface,radeonsi: move the set/get_bo_metadata code to ac_surface.cMarek Olšák2020-05-074-99/+16
* amd: assume HTILE is always rb/pipe_aligned, remove ac_surface.u.gfx9.htileMarek Olšák2020-05-073-12/+12
* amd: assume CMASK is always rb/pipe_aligned, remove ac_surface.u.gfx9.cmaskMarek Olšák2020-05-072-10/+10
* llvmpipe: make sample position a global array.Dave Airlie2020-05-072-9/+10
* gallium/swr: Fix crashes in sampling codeJan Zielinski2020-05-073-0/+8
* panfrost: Don't trample on top of Bifrost-specific unionsTomeu Vizoso2020-05-071-20/+26
* panfrost: Add checksum BOs to batchTomeu Vizoso2020-05-071-2/+14
* v3d: Include supported DXT formats to enable s3tc/dxt extensionsJose Maria Casanova Crespo2020-05-071-0/+5
* v3d: Fix swizzle in DXT3 and DXT5 formatsJose Maria Casanova Crespo2020-05-071-2/+2
* virgl: Enable CAP_CLEAR_TEXTURE if host supports itElie Tournier2020-05-072-1/+3
* virgl: implement ARB_clear_textureElie Tournier2020-05-074-0/+73
* r600: Fix warning regarding mixing enums and unsigned in ?: expressionGert Wollny2020-05-071-1/+1
* r600: remove some unused variables to silence warningsGert Wollny2020-05-072-4/+0
* r600/sb: replace memset by using member initialization/assignmentGert Wollny2020-05-076-10/+45
* r600: remove unused static functionsGert Wollny2020-05-071-199/+0
* r600: Annotate some case fallthroughsGert Wollny2020-05-075-19/+26
* freedreno/a6xx: enable tiled compressed texturesRob Clark2020-05-061-0/+3
* freedreno/a6xx: compressed blit fixesRob Clark2020-05-061-4/+15
* freedreno/a6xx: Set tfetch correctly for compressed formatsKristian H. Kristensen2020-05-061-4/+1
* radeonsi: fix compilation of monolithic PSMarek Olšák2020-05-061-1/+2
* zink: lower b2b to b2iErik Faye-Lund2020-05-064-1/+67
* llvmpipe: enable ARB_sample_shadingDave Airlie2020-05-065-4/+19
* llvmpipe: add min samples support to the fragment shader.Dave Airlie2020-05-062-27/+82
* llvmpipe: enable GL_ARB_shader_texture_image_samplesDave Airlie2020-05-061-1/+1
* llvmpipe: enable 4x sample MSAA + texture multisampleDave Airlie2020-05-062-14/+6
* llvmpipe: don't choose pixel centers for multisampleDave Airlie2020-05-062-2/+4
* llvmpipe: choose correct position for multisampleDave Airlie2020-05-061-7/+8
* llvmpipe: choose multisample rasterizer functions per triangle (v2)Dave Airlie2020-05-061-21/+41
* llvmpipe: generate multisample triangle rasterizer functions (v2)Dave Airlie2020-05-064-3/+142
* llvmpipe: fixup multisample coverage masks for covered tilesDave Airlie2020-05-062-2/+10
* llvmpipe: build 64-bit coverage mask in rasterizerDave Airlie2020-05-061-2/+23
* llvmpipe: add fixed point sample positions to scene.Dave Airlie2020-05-062-0/+9
* llvmpipe: add new rast api to pass full 64-bit mask.Dave Airlie2020-05-062-7/+21
* llvmpipe: disable opaque variant for multisampleDave Airlie2020-05-061-0/+1
* llvmpipe: fix multisample occlusion queries.Dave Airlie2020-05-061-7/+8
* llvmpipe: move color storing earlier in frag shaderDave Airlie2020-05-061-23/+24
* llvmpipe: pass mask store into interp for centroid interpolationDave Airlie2020-05-061-1/+1
* llvmpipe: don't allow branch to end for early Z with multisampleDave Airlie2020-05-061-1/+1
* llvmpipe: handle gl_SampleMask writing.Dave Airlie2020-05-061-6/+25