summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/softpipe
AgeCommit message (Expand)AuthorFilesLines
2016-04-13softpipe: Free tgsi.image elements on context destruction.Jose Fonseca1-0/+2
2016-04-13softpipe: Enable ARB_framebuffer_no_attachmentsEdward O'Callaghan1-1/+2
2016-04-13softpipe: avoid buffer overflowThomas Hindoe Paaboel Andersen2-8/+8
2016-04-12gallium: Add capability for ARB_robust_buffer_access_behavior.Bas Nieuwenhuizen1-0/+1
2016-04-12softpipe: Use STATIC_ASSERT whenever possible.Jose Fonseca1-2/+2
2016-04-12gallium: add pipe_context::set_active_query_state for pausing queriesMarek Olšák1-0/+7
2016-04-12softpipe: add SSBO/shader atomics support.Dave Airlie10-5/+464
2016-04-12tgsi: add support for buffer/atomic operations to tgsi_exec.Dave Airlie1-2/+2
2016-04-11drivers/softpipe: add missing header to the tarballEmil Velikov1-0/+1
2016-04-07softpipe: Set samples and layers in set_framebuffer_state() cbEdward O'Callaghan1-0/+2
2016-04-07gallium: Add PIPE_CAP_FRAMEBUFFER_NO_ATTACHMENTEdward O'Callaghan1-0/+1
2016-03-31softpipe: add image support to softpipe (v3)Dave Airlie13-11/+925
2016-03-31tgsi: add support for image operations to tgsi_exec. (v2.1)Dave Airlie1-2/+2
2016-03-31softpipe: add support for explicit early depth testingDave Airlie6-12/+21
2016-03-15softpipe: fix misleading TGSI_QUAD_SIZE usageRoland Scheidegger1-24/+29
2016-03-15softpipe: fix anisotropic filtering crashRoland Scheidegger1-2/+7
2016-03-09gallium: add CAPs returning PCI device locationMarek Olšák1-0/+4
2016-03-09gallium: add external usage flags to resource_from(get)_handle (v2)Marek Olšák1-2/+4
2016-02-11scons: Eliminate MSVC2008 compatibility.Jose Fonseca1-1/+1
2016-02-11configure: Eliminate MSVC2008 compatibility.Jose Fonseca1-1/+1
2016-02-08gallium/util: switch over to new u_debug_image.[ch] codeBrian Paul1-0/+1
2016-02-05gallium: add interface for querying memory usage and sizes (v2)Marek Olšák1-0/+1
2016-02-04gallium: add PIPE_CAP_QUERY_BUFFER_OBJECTIlia Mirkin1-0/+1
2016-02-03gallium: Add PIPE_CAP_SURFACE_REINTERPRET_BLOCKSNicolai Hähnle1-0/+1
2016-02-03gallium: Add PIPE_CAP_BUFFER_SAMPLER_VIEW_RGBA_ONLYNicolai Hähnle1-0/+2
2016-01-21gallium: add GREMEDY_string_markerRob Clark1-0/+1
2016-01-14gallium/st: add pipe_context::generate_mipmap()Charmaine Lee1-0/+1
2016-01-14gallium: add PIPE_CAP_INVALIDATE_BUFFERNicolai Hähnle1-0/+1
2016-01-08gallium: add PIPE_CAP_SHADER_BUFFER_OFFSET_ALIGNMENTIlia Mirkin1-0/+1
2016-01-08util/pstipple: allow fragment shader POSITION to be a system valueMarek Olšák1-1/+2
2016-01-08gallium: add caps for POSITION and FACE system valuesMarek Olšák1-0/+2
2016-01-07gallium: add caps to expose support for multi indirect drawsIlia Mirkin1-0/+2
2016-01-07softpipe: tell draw about the vertex layout we wantRoland Scheidegger4-58/+105
2016-01-07draw: nuke the interp parameter from vertex_infoRoland Scheidegger3-22/+32
2016-01-07softpipe: don't abuse the draw vertex_info struct for something differentRoland Scheidegger5-45/+53
2016-01-07softpipe: fix mapping of "special" vs outputsRoland Scheidegger1-12/+17
2016-01-06gallium/drivers: Remove unnecessary semicolonsEdward O'Callaghan1-1/+1
2016-01-03gallium: add PIPE_CAP_TGSI_PACK_HALF_FLOAT to indicate UP2H/PK2H supportIlia Mirkin1-0/+1
2015-12-30gallium: add PIPE_CAP_DRAW_PARAMETERSIlia Mirkin1-0/+1
2015-12-11softpipe: enable GL_ARB_viewport_array support, update GL3.txt docEdward O'Callaghan1-1/+1
2015-12-11softpipe: implement some support for multiple viewportsEdward O'Callaghan8-52/+112
2015-12-06gallium/drivers: Sanitize NULL checks into canonical formEdward O'Callaghan2-3/+3
2015-12-04softpipe: use provoking vertex for layerRoland Scheidegger1-2/+2
2015-11-24softpipe/llvmpipe: don't advertize support for ASTCRoland Scheidegger1-1/+2
2015-11-21{st,targets}/dri: use static/dynamic pipe-loaderEmil Velikov1-3/+0
2015-11-21configure: use HAVE_DRISW_KMS when handling kms swrastEmil Velikov1-1/+1
2015-11-11gallium: add PIPE_CAP_CLEAR_TEXTURE and clear_texture prototypeIlia Mirkin1-0/+1
2015-10-31gallium/swrast: fix front buffer blitting. (v2)Dave Airlie1-4/+14
2015-10-28gallium: add PIPE_CAP_COPY_BETWEEN_COMPRESSED_AND_PLAIN_FORMATSMarek Olšák1-0/+1
2015-10-24softpipe: fix using non-zero layer in non-array view from array resourceRoland Scheidegger2-9/+31