aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* st/wgl: allocate and resolve msaa-texturesErik Faye-Lund2020-05-071-6/+79
* st/wgl: pass st_context_iface into stw_st_framebuffer_present_lockedErik Faye-Lund2020-05-073-5/+8
* 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-076-218/+95
* 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
* amd: remove duplicated definitions from amdgpu_drm.hMarek Olšák2020-05-073-16/+0
* llvmpipe: make sample position a global array.Dave Airlie2020-05-073-11/+12
* 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
* util/os_memory: never use os_memory_debug.hErik Faye-Lund2020-05-071-8/+0
* 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
* clover/nir: Check the result of spirv_to_nirPierre Moreau2020-05-071-0/+5
* 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
* tgsi_to_nir: translate non-vec4 image stores correctlyMarek Olšák2020-05-061-2/+5
* 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
* gallivm/nir: hooks up texture samples queriesDave Airlie2020-05-061-3/+21
* gallivm/sample: add num samples query for txqs (v2)Dave Airlie2020-05-064-0/+9
* llvmpipe: enable 4x sample MSAA + texture multisampleDave Airlie2020-05-062-14/+6
* drisw: add multisample support to sw dri layer.Dave Airlie2020-05-061-1/+31
* 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