aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/softpipe
Commit message (Expand)AuthorAgeFilesLines
* gallium: Add CAP for opcode DIVGert Wollny2019-06-301-0/+1
* gallium: Change PIPE_CAP_TGSI_FS_FBFETCH bool to PIPE_CAP_FBFETCH countKenneth Graunke2019-05-231-1/+1
* Revert "softpipe/buffer: load only as many components as the the buffer resou...Gert Wollny2019-05-171-5/+2
* softpipe/buffer: load only as many components as the the buffer resource type...Gert Wollny2019-05-141-2/+5
* gallium: Redefine the max texture 2d cap from _LEVELS to _SIZE.Eric Anholt2019-05-132-7/+4
* softpipe: setup pixel_offset for all primitive typesErik Faye-Lund2019-05-011-11/+10
* softpipe: Increase the GLSL feature levelGert Wollny2019-05-011-1/+1
* softpipe: evaluate cube the faces on a per sample basesGert Wollny2019-05-011-24/+16
* softpipe: keep input lod for explicite derivativesGert Wollny2019-05-011-2/+4
* softpipe: tie in new code path for lod evaluationGert Wollny2019-05-012-46/+21
* softpipe: Move selection of shadow values up and clean parameter listGert Wollny2019-05-011-29/+43
* softpipe: Pipe gather_comp through from st_tgsi_get_samplesGert Wollny2019-05-012-5/+18
* softpipe: Prepare handling explicit gradientsGert Wollny2019-05-013-1/+42
* softpipe: Factor gradient evaluation out of the lambda evaluationGert Wollny2019-05-011-19/+119
* llvmpipe, softpipe: no support for ATC texturesJonathan Marek2019-04-231-1/+2
* Delete autotoolsDylan Baker2019-04-152-46/+0
* softpipe: Enable PIPE_CAP_TEXTURE_BUFFER_OFFSET_ALIGNMENTGert Wollny2019-04-091-1/+1
* softpipe: Add an extra code path for the buffer texel lookupGert Wollny2019-04-091-1/+16
* softpipe: raise number of bits used for X coordinate texture lookupGert Wollny2019-04-092-7/+6
* softpipe: Don't use mag filter for gather opGert Wollny2019-04-091-3/+3
* softpipe: add support for vertex streams (v2)Dave Airlie2019-04-091-1/+5
* draw: add support to tgsi paths for geometry streams. (v2)Dave Airlie2019-04-091-2/+2
* softpipe: add support for indexed queries.Dave Airlie2019-04-093-14/+15
* draw: add stream member to stats callbackDave Airlie2019-04-091-1/+1
* softpipe: Use mag texture filter also for clamped lod == 0Gert Wollny2019-04-051-3/+3
* gallium: add writable_bitmask parameter into set_shader_buffersMarek Olšák2019-04-041-1/+2
* softpipe: Implement ATOMFADD and enable cap TGSI_ATOMFADDGert Wollny2019-04-022-10/+18
* softpipe: fix clears to only clear specified color buffers.Dave Airlie2019-03-271-1/+2
* softpipe: fix integer texture swizzling for 1 vs 1.0fDave Airlie2019-03-221-4/+5
* softpipe: fix texture view crashesDave Airlie2019-03-211-5/+6
* gallium: Add PIPE_BARRIER_UPDATE_BUFFER and UPDATE_TEXTURE bits.Kenneth Graunke2019-03-191-0/+3
* softpipe: Enable PIPE_CAP_MIXED_COLORBUFFER_FORMATSGert Wollny2019-03-151-1/+1
* gallium: add PIPE_CAP_MAX_VARYINGSKarol Herbst2019-02-071-0/+2
* util: Move os_misc to utilDylan Baker2018-10-301-1/+1
* android: Build kms_swrast for the Android platformRob Herring2018-10-221-2/+2
* gallium: add PIPE_CAP_MAX_TEXTURE_UPLOAD_MEMORY_BUDGETMarek Olšák2018-09-071-0/+1
* gallium: enable GL_AMD_depth_clamp_separate on r600, radeonsiMarek Olšák2018-09-061-0/+1
* gallium: split depth_clip into depth_clip_near & depth_clip_farMarek Olšák2018-09-061-2/+2
* gallium: Add a helper for implementing PIPE_CAP_* default values.Eric Anholt2018-09-041-3/+3
* gallium: Split out PIPE_CAP_TEXTURE_MIRROR_CLAMP_TO_EDGE.Kenneth Graunke2018-08-241-0/+1
* gallium: add PIPE_CAP_MAX_SHADER_BUFFER_SIZEMarek Olšák2018-08-231-0/+2
* gallium: add PIPE_CAP_MAX_GS_INVOCATIONSMarek Olšák2018-08-231-0/+2
* gallium: add storage_sample_count parameter into is_format_supportedMarek Olšák2018-07-311-0/+4
* gallium: add PIPE_CAP_FRAMEBUFFER_MSAA_CONSTRAINTSMarek Olšák2018-07-311-0/+1
* gallium/softpipe: Enable support bptc format.Denis Pauk2018-07-011-2/+1
* gallium: add support for programmable sample locationsRhys Perry2018-06-141-0/+1
* gallium: add PIPE_CAP_GLSL_FEATURE_LEVEL_COMPATIBILITYMarek Olšák2018-05-291-0/+2
* gallium: add initial support for conservative rasterizationRhys Perry2018-04-301-0/+12
* util: Move util_is_power_of_two to bitscan.h and rename to util_is_power_of_t...Ian Romanick2018-03-291-6/+6
* tgsi,softpipe: use enum tgsi_opcodeBrian Paul2018-03-232-6/+6