summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/softpipe
AgeCommit message (Expand)AuthorFilesLines
2019-05-23gallium: Change PIPE_CAP_TGSI_FS_FBFETCH bool to PIPE_CAP_FBFETCH countKenneth Graunke1-1/+1
2019-05-17Revert "softpipe/buffer: load only as many components as the the buffer resou...Gert Wollny1-5/+2
2019-05-14softpipe/buffer: load only as many components as the the buffer resource type...Gert Wollny1-2/+5
2019-05-13gallium: Redefine the max texture 2d cap from _LEVELS to _SIZE.Eric Anholt2-7/+4
2019-05-01softpipe: setup pixel_offset for all primitive typesErik Faye-Lund1-11/+10
2019-05-01softpipe: Increase the GLSL feature levelGert Wollny1-1/+1
2019-05-01softpipe: evaluate cube the faces on a per sample basesGert Wollny1-24/+16
2019-05-01softpipe: keep input lod for explicite derivativesGert Wollny1-2/+4
2019-05-01softpipe: tie in new code path for lod evaluationGert Wollny2-46/+21
2019-05-01softpipe: Move selection of shadow values up and clean parameter listGert Wollny1-29/+43
2019-05-01softpipe: Pipe gather_comp through from st_tgsi_get_samplesGert Wollny2-5/+18
2019-05-01softpipe: Prepare handling explicit gradientsGert Wollny3-1/+42
2019-05-01softpipe: Factor gradient evaluation out of the lambda evaluationGert Wollny1-19/+119
2019-04-23llvmpipe, softpipe: no support for ATC texturesJonathan Marek1-1/+2
2019-04-15Delete autotoolsDylan Baker2-46/+0
2019-04-09softpipe: Enable PIPE_CAP_TEXTURE_BUFFER_OFFSET_ALIGNMENTGert Wollny1-1/+1
2019-04-09softpipe: Add an extra code path for the buffer texel lookupGert Wollny1-1/+16
2019-04-09softpipe: raise number of bits used for X coordinate texture lookupGert Wollny2-7/+6
2019-04-09softpipe: Don't use mag filter for gather opGert Wollny1-3/+3
2019-04-09softpipe: add support for vertex streams (v2)Dave Airlie1-1/+5
2019-04-09draw: add support to tgsi paths for geometry streams. (v2)Dave Airlie1-2/+2
2019-04-09softpipe: add support for indexed queries.Dave Airlie3-14/+15
2019-04-09draw: add stream member to stats callbackDave Airlie1-1/+1
2019-04-05softpipe: Use mag texture filter also for clamped lod == 0Gert Wollny1-3/+3
2019-04-04gallium: add writable_bitmask parameter into set_shader_buffersMarek Olšák1-1/+2
2019-04-02softpipe: Implement ATOMFADD and enable cap TGSI_ATOMFADDGert Wollny2-10/+18
2019-03-27softpipe: fix clears to only clear specified color buffers.Dave Airlie1-1/+2
2019-03-22softpipe: fix integer texture swizzling for 1 vs 1.0fDave Airlie1-4/+5
2019-03-21softpipe: fix texture view crashesDave Airlie1-5/+6
2019-03-19gallium: Add PIPE_BARRIER_UPDATE_BUFFER and UPDATE_TEXTURE bits.Kenneth Graunke1-0/+3
2019-03-15softpipe: Enable PIPE_CAP_MIXED_COLORBUFFER_FORMATSGert Wollny1-1/+1
2019-02-07gallium: add PIPE_CAP_MAX_VARYINGSKarol Herbst1-0/+2
2018-10-30util: Move os_misc to utilDylan Baker1-1/+1
2018-10-22android: Build kms_swrast for the Android platformRob Herring1-2/+2
2018-09-07gallium: add PIPE_CAP_MAX_TEXTURE_UPLOAD_MEMORY_BUDGETMarek Olšák1-0/+1
2018-09-06gallium: enable GL_AMD_depth_clamp_separate on r600, radeonsiMarek Olšák1-0/+1
2018-09-06gallium: split depth_clip into depth_clip_near & depth_clip_farMarek Olšák1-2/+2
2018-09-04gallium: Add a helper for implementing PIPE_CAP_* default values.Eric Anholt1-3/+3
2018-08-24gallium: Split out PIPE_CAP_TEXTURE_MIRROR_CLAMP_TO_EDGE.Kenneth Graunke1-0/+1
2018-08-23gallium: add PIPE_CAP_MAX_SHADER_BUFFER_SIZEMarek Olšák1-0/+2
2018-08-23gallium: add PIPE_CAP_MAX_GS_INVOCATIONSMarek Olšák1-0/+2
2018-07-31gallium: add storage_sample_count parameter into is_format_supportedMarek Olšák1-0/+4
2018-07-31gallium: add PIPE_CAP_FRAMEBUFFER_MSAA_CONSTRAINTSMarek Olšák1-0/+1
2018-07-01gallium/softpipe: Enable support bptc format.Denis Pauk1-2/+1
2018-06-14gallium: add support for programmable sample locationsRhys Perry1-0/+1
2018-05-29gallium: add PIPE_CAP_GLSL_FEATURE_LEVEL_COMPATIBILITYMarek Olšák1-0/+2
2018-04-30gallium: add initial support for conservative rasterizationRhys Perry1-0/+12
2018-03-29util: Move util_is_power_of_two to bitscan.h and rename to util_is_power_of_t...Ian Romanick1-6/+6
2018-03-23tgsi,softpipe: use enum tgsi_opcodeBrian Paul2-6/+6
2018-03-20gallium: add packed uniform CAPTimothy Arceri1-0/+1