summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/softpipe
AgeCommit message (Expand)AuthorFilesLines
2020-10-20softpipe: Switch to using NIR as the shader format from mesa/st.Eric Anholt5-18/+83
2020-10-20softpipe: Fix buffer overflows in SSBO atomics.Eric Anholt1-85/+68
2020-09-22gallium: rename PIPE_TRANSFER_* -> PIPE_MAP_*Marek Olšák5-10/+10
2020-07-23softpipe: Enable PIPE_CAP_TGSI_ANY_REG_AS_ADDRESS;Eric Anholt1-0/+1
2020-07-23softpipe: Enable PIPE_CAP_TGSI_TEXCOORD.Eric Anholt1-0/+1
2020-07-23softpipe: Add support for reporting shader-db output.Eric Anholt3-4/+45
2020-07-23softpipe: Convert to comma-separated SOFTPIPE_DEBUG for debug options.Eric Anholt7-23/+39
2020-07-23softpipe: Refactor pipe_shader_state setup.Eric Anholt1-22/+20
2020-07-22softpipe: Use the default behavior of ALLOW_MAPPED_BUFFERS.Eric Anholt1-1/+0
2020-07-22softpipe: Remove a bunch of default handling of pipe caps.Eric Anholt1-85/+0
2020-07-07util: Merge util_format_read_4* functions.Eric Anholt1-38/+19
2020-07-07util: Merge util_format_write_4* functions.Eric Anholt1-25/+11
2020-07-07softpipe: Clean up softpipe's SSBO load/store interpreting instructions.Eric Anholt1-25/+9
2020-06-22gallium: Add pipe cap for primitive restart with fixed indexNeil Roberts1-0/+1
2020-06-17softpipe: change vendor name to something more generic.Dave Airlie1-1/+1
2020-06-01meson: use gnu_symbol_visibility argumentDylan Baker1-1/+2
2020-05-26softpipe: Use SATURATEAlyssa Rosenzweig1-1/+1
2020-05-13gallium: change comments to remove 'state tracker'Marek Olšák4-4/+4
2020-05-13gallium: rename 'state tracker' to 'frontend'Marek Olšák3-3/+3
2020-05-06draw: introduce sampler num samples + stride membersDave Airlie1-1/+1
2020-04-29gallium: add pipe cap for scissored clears and pass scissor state to clear() ...Mike Blumenkrantz2-0/+2
2020-04-18Fix promotion of floats to doublesAlbert Astals Cid1-1/+1
2020-02-04softpipe: Refactor pipe_get/put_tile_rgba_* paths.Eric Anholt2-108/+29
2019-11-14util: Move gallium's PIPE_FORMAT utils to /util/format/Eric Anholt13-14/+14
2019-08-14softpipe: Add support for ARB_derivative_controlGert Wollny1-1/+1
2019-08-01Revert "softpipe: Don't draw when rasterizer_discard is set"Gert Wollny1-3/+0
2019-07-31tree-wide: replace MAYBE_UNUSED with ASSERTEDEric Engestrom2-2/+2
2019-07-29softpipe: Don't draw when rasterizer_discard is setGert Wollny1-0/+3
2019-07-29softpipe: Fix cube arrays layer selectionGert Wollny1-8/+8
2019-07-22gallium: switch boolean -> bool at the interface definitionsIlia Mirkin6-28/+28
2019-07-19util: use standard name for snprintf()Eric Engestrom1-2/+2
2019-07-18softpipe: Clamp border colors when neededGert Wollny2-14/+31
2019-07-18softpipe: set a lower minimum clamp value for texture coordinate border clampGert Wollny1-1/+1
2019-07-18softpipe: Correct repeat-mirror evaluationGert Wollny1-5/+19
2019-07-18softpipe: Also mark textures as dirty when updating the framebuffer stateGert Wollny1-1/+1
2019-07-17softpipe: pass stream-out targets to draw-module earlyErik Faye-Lund2-15/+8
2019-07-17softpipe: Remove unused static functionGert Wollny1-9/+0
2019-07-10gallium: get rid of PIPE_CAP_SM3Erik Faye-Lund1-1/+3
2019-06-30gallium: Add CAP for opcode DIVGert Wollny1-0/+1
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