aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/softpipe
Commit message (Expand)AuthorAgeFilesLines
* gallium: Add pipe cap for primitive restart with fixed indexNeil Roberts2020-06-221-0/+1
* softpipe: change vendor name to something more generic.Dave Airlie2020-06-171-1/+1
* meson: use gnu_symbol_visibility argumentDylan Baker2020-06-011-1/+2
* softpipe: Use SATURATEAlyssa Rosenzweig2020-05-261-1/+1
* gallium: change comments to remove 'state tracker'Marek Olšák2020-05-134-4/+4
* gallium: rename 'state tracker' to 'frontend'Marek Olšák2020-05-133-3/+3
* draw: introduce sampler num samples + stride membersDave Airlie2020-05-061-1/+1
* gallium: add pipe cap for scissored clears and pass scissor state to clear() ...Mike Blumenkrantz2020-04-292-0/+2
* Fix promotion of floats to doublesAlbert Astals Cid2020-04-181-1/+1
* softpipe: Refactor pipe_get/put_tile_rgba_* paths.Eric Anholt2020-02-042-108/+29
* util: Move gallium's PIPE_FORMAT utils to /util/format/Eric Anholt2019-11-1413-14/+14
* softpipe: Add support for ARB_derivative_controlGert Wollny2019-08-141-1/+1
* Revert "softpipe: Don't draw when rasterizer_discard is set"Gert Wollny2019-08-011-3/+0
* tree-wide: replace MAYBE_UNUSED with ASSERTEDEric Engestrom2019-07-312-2/+2
* softpipe: Don't draw when rasterizer_discard is setGert Wollny2019-07-291-0/+3
* softpipe: Fix cube arrays layer selectionGert Wollny2019-07-291-8/+8
* gallium: switch boolean -> bool at the interface definitionsIlia Mirkin2019-07-226-28/+28
* util: use standard name for snprintf()Eric Engestrom2019-07-191-2/+2
* softpipe: Clamp border colors when neededGert Wollny2019-07-182-14/+31
* softpipe: set a lower minimum clamp value for texture coordinate border clampGert Wollny2019-07-181-1/+1
* softpipe: Correct repeat-mirror evaluationGert Wollny2019-07-181-5/+19
* softpipe: Also mark textures as dirty when updating the framebuffer stateGert Wollny2019-07-181-1/+1
* softpipe: pass stream-out targets to draw-module earlyErik Faye-Lund2019-07-172-15/+8
* softpipe: Remove unused static functionGert Wollny2019-07-171-9/+0
* gallium: get rid of PIPE_CAP_SM3Erik Faye-Lund2019-07-101-1/+3
* 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