summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/softpipe/sp_context.h
AgeCommit message (Expand)AuthorFilesLines
2023-06-27treewide: Replace the usage of ubyte/ushort with uint8_t/uint16_tYonggang Luo1-1/+1
2023-06-27treewide: replace usage of boolean to boolYonggang Luo1-1/+1
2023-06-08gallium/tgsi/draw/softpipe: remodel shader const/buffer bindings.Dave Airlie1-2/+2
2022-09-01softpipe: Use u_default_set_debug_callbackAlyssa Rosenzweig1-2/+0
2022-04-01util: Rename pipe_debug_callback to util_debug_callbackYonggang Luo1-1/+1
2021-12-27softpipe: Use the draw module's poly stipple handling, like llvmpipe.Emma Anholt1-15/+0
2021-12-27softpipe: Drop the quad pstipple stage.Emma Anholt1-1/+0
2020-07-23softpipe: Add support for reporting shader-db output.Eric Anholt1-0/+2
2020-07-23softpipe: Convert to comma-separated SOFTPIPE_DEBUG for debug options.Eric Anholt1-5/+0
2020-05-13gallium: change comments to remove 'state tracker'Marek Olšák1-1/+1
2019-07-22gallium: switch boolean -> bool at the interface definitionsIlia Mirkin1-1/+1
2019-04-09softpipe: add support for indexed queries.Dave Airlie1-1/+1
2017-06-20softpipe: remove unused softpipe_context::line_stipple_counterBrian Paul1-2/+0
2017-06-13softpipe: Match pipe_context::render_condition prototype.Jose Fonseca1-1/+1
2017-05-10gallium: remove pipe_index_buffer and set_index_bufferMarek Olšák1-1/+0
2016-04-27softpipe: add support for compute shaders. (v2)Dave Airlie1-1/+3
2016-04-12softpipe: add SSBO/shader atomics support.Dave Airlie1-0/+2
2016-03-31softpipe: add image support to softpipe (v3)Dave Airlie1-0/+2
2016-03-31softpipe: add support for explicit early depth testingDave Airlie1-0/+2
2016-01-07softpipe: tell draw about the vertex layout we wantRoland Scheidegger1-4/+4
2016-01-07softpipe: don't abuse the draw vertex_info struct for something differentRoland Scheidegger1-1/+2
2015-12-11softpipe: implement some support for multiple viewportsEdward O'Callaghan1-3/+6
2015-08-26gallium: add flags parameter to pipe_screen::context_createMarek Olšák1-1/+1
2015-07-21gallium: replace INLINE with inlineIlia Mirkin1-1/+1
2014-08-30softpipe: handle vertex texture sampling when using llvm for drawRoland Scheidegger1-0/+2
2014-06-11softpipe: add layered rendering support.Dave Airlie1-0/+3
2014-01-17s/Tungsten Graphics/VMware/José Fonseca1-3/+3
2013-08-27draw: clean up setting stream out information a bitRoland Scheidegger1-1/+0
2013-06-17Revert "draw: clear the draw buffers in draw"Zack Rusin1-1/+0
2013-06-18gallium: add condition parameter to render_conditionRoland Scheidegger1-0/+1
2013-06-17draw: clear the draw buffers in drawZack Rusin1-0/+1
2013-04-16draw: implement pipeline statistics in the draw moduleZack Rusin1-0/+3
2013-03-21softpipe: silence some MSVC signed/unsigned warningsBrian Paul1-1/+1
2013-03-11softpipe: don't use samplers with prebaked sampler and sampler_view stateRoland Scheidegger1-4/+4
2013-02-28softpipe/draw/tgsi: simplify driver/tgsi sampler interfaceRoland Scheidegger1-1/+1
2012-09-30softpipe: implement blitMarek Olšák1-0/+3
2012-08-16gallium: remove PIPE_MAX_VERTEX/GEOMETRY_SAMPLERS #defineBrian Paul1-1/+1
2012-08-06softpipe: consolidate sampler-related arraysBrian Paul1-15/+7
2012-08-06softpipe: combine vert/frag/geom texture caches in an arrayBrian Paul1-3/+7
2012-04-30gallium: add void *user_buffer to pipe_constant_bufferMarek Olšák1-0/+5
2012-01-10draw/softpipe: EXT_transform_feedback support (v2)Dave Airlie1-7/+5
2011-11-08Remove tgsi_sse2.José Fonseca1-1/+0
2011-09-14softpipe: implement blend color clampingBrian Paul1-0/+1
2011-07-21softpipe: use the polygon stipple utility moduleBrian Paul1-2/+12
2011-07-21softpipe: implement fragment shader variantsBrian Paul1-0/+1
2011-03-11gallium: kill is_resource_referencedMarek Olšák1-0/+9
2011-02-02softpipe: rename sampler[] -> fragment_samplers[]Brian Paul1-1/+1
2011-02-02softpipe: rename fragment sampler/view fieldsBrian Paul1-2/+2
2011-01-19softpipe: Bind samplers to views instead of the underlying resource.Henri Verbeet1-1/+1
2011-01-18softpipe: s/tex_cache/fragment_tex_cache/Brian Paul1-1/+1