aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium
Commit message (Expand)AuthorAgeFilesLines
* lima/ppir: rework store outputErico Nunes2020-05-097-28/+40
* lima/ppir: rework emit nir to ppirErico Nunes2020-05-091-36/+47
* lima/ppir: remove unused clone functionsErico Nunes2020-05-092-99/+0
* lima/ppir: duplicate consts in nirErico Nunes2020-05-096-4/+130
* lima/ppir: duplicate intrinsics in nirErico Nunes2020-05-096-33/+175
* 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
* 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