radeonsi: remove redundant si_shader_info::images_declared
[mesa.git] / src / gallium / drivers / softpipe /
2020-07-23 Eric Anholtsoftpipe: Enable PIPE_CAP_TGSI_ANY_REG_AS_ADDRESS;
2020-07-23 Eric Anholtsoftpipe: Enable PIPE_CAP_TGSI_TEXCOORD.
2020-07-23 Eric Anholtsoftpipe: Add support for reporting shader-db output.
2020-07-23 Eric Anholtsoftpipe: Convert to comma-separated SOFTPIPE_DEBUG...
2020-07-23 Eric Anholtsoftpipe: Refactor pipe_shader_state setup.
2020-07-22 Eric Anholtsoftpipe: Use the default behavior of ALLOW_MAPPED_BUFFERS.
2020-07-22 Eric Anholtsoftpipe: Remove a bunch of default handling of pipe...
2020-07-07 Eric Anholtutil: Merge util_format_read_4* functions.
2020-07-07 Eric Anholtutil: Merge util_format_write_4* functions.
2020-07-07 Eric Anholtsoftpipe: Clean up softpipe's SSBO load/store interpret...
2020-06-22 Neil Robertsgallium: Add pipe cap for primitive restart with fixed...
2020-06-16 Dave Airliesoftpipe: change vendor name to something more generic.
2020-06-01 Dylan Bakermeson: use gnu_symbol_visibility argument
2020-05-26 Alyssa Rosenzweigsoftpipe: Use SATURATE
2020-05-13 Marek Olšákgallium: change comments to remove 'state tracker'
2020-05-13 Marek Olšákgallium: rename 'state tracker' to 'frontend'
2020-05-06 Dave Airliedraw: introduce sampler num samples + stride members
2020-04-29 Mike Blumenkrantzgallium: add pipe cap for scissored clears and pass...
2020-04-18 Albert Astals CidFix promotion of floats to doubles
2020-02-04 Eric Anholtsoftpipe: Refactor pipe_get/put_tile_rgba_* paths.
2019-11-14 Eric Anholtutil: Move gallium's PIPE_FORMAT utils to /util/format/
2019-08-14 Gert Wollnysoftpipe: Add support for ARB_derivative_control
2019-08-01 Gert WollnyRevert "softpipe: Don't draw when rasterizer_discard...
2019-07-31 Eric Engestromtree-wide: replace MAYBE_UNUSED with ASSERTED
2019-07-29 Gert Wollnysoftpipe: Don't draw when rasterizer_discard is set
2019-07-29 Gert Wollnysoftpipe: Fix cube arrays layer selection
2019-07-23 Ilia Mirkingallium: switch boolean -> bool at the interface defini...
2019-07-19 Eric Engestromutil: use standard name for snprintf()
2019-07-18 Gert Wollnysoftpipe: Clamp border colors when needed
2019-07-18 Gert Wollnysoftpipe: set a lower minimum clamp value for texture...
2019-07-18 Gert Wollnysoftpipe: Correct repeat-mirror evaluation
2019-07-18 Gert Wollnysoftpipe: Also mark textures as dirty when updating...
2019-07-17 Erik Faye-Lundsoftpipe: pass stream-out targets to draw-module early
2019-07-17 Gert Wollnysoftpipe: Remove unused static function
2019-07-10 Erik Faye-Lundgallium: get rid of PIPE_CAP_SM3
2019-06-30 Gert Wollnygallium: Add CAP for opcode DIV
2019-05-23 Kenneth Graunkegallium: Change PIPE_CAP_TGSI_FS_FBFETCH bool to PIPE_C...
2019-05-17 Gert WollnyRevert "softpipe/buffer: load only as many components...
2019-05-14 Gert Wollnysoftpipe/buffer: load only as many components as the...
2019-05-13 Eric Anholtgallium: Redefine the max texture 2d cap from _LEVELS...
2019-05-01 Erik Faye-Lundsoftpipe: setup pixel_offset for all primitive types
2019-05-01 Gert Wollnysoftpipe: Increase the GLSL feature level
2019-05-01 Gert Wollnysoftpipe: evaluate cube the faces on a per sample bases
2019-05-01 Gert Wollnysoftpipe: keep input lod for explicite derivatives
2019-05-01 Gert Wollnysoftpipe: tie in new code path for lod evaluation
2019-05-01 Gert Wollnysoftpipe: Move selection of shadow values up and clean...
2019-05-01 Gert Wollnysoftpipe: Pipe gather_comp through from st_tgsi_get_samples
2019-05-01 Gert Wollnysoftpipe: Prepare handling explicit gradients
2019-05-01 Gert Wollnysoftpipe: Factor gradient evaluation out of the lambda...
2019-04-23 Jonathan Marekllvmpipe, softpipe: no support for ATC textures
2019-04-15 Dylan BakerDelete autotools
2019-04-09 Gert Wollnysoftpipe: Enable PIPE_CAP_TEXTURE_BUFFER_OFFSET_ALIGNMENT
2019-04-09 Gert Wollnysoftpipe: Add an extra code path for the buffer texel...
2019-04-09 Gert Wollnysoftpipe: raise number of bits used for X coordinate...
2019-04-09 Gert Wollnysoftpipe: Don't use mag filter for gather op
2019-04-09 Dave Airliesoftpipe: add support for vertex streams (v2)
2019-04-09 Dave Airliedraw: add support to tgsi paths for geometry streams...
2019-04-09 Dave Airliesoftpipe: add support for indexed queries.
2019-04-09 Dave Airliedraw: add stream member to stats callback
2019-04-05 Gert Wollnysoftpipe: Use mag texture filter also for clamped lod...
2019-04-04 Marek Olšákgallium: add writable_bitmask parameter into set_shader...
2019-04-02 Gert Wollnysoftpipe: Implement ATOMFADD and enable cap TGSI_ATOMFADD
2019-03-26 Dave Airliesoftpipe: fix clears to only clear specified color...
2019-03-21 Dave Airliesoftpipe: fix integer texture swizzling for 1 vs 1.0f
2019-03-20 Dave Airliesoftpipe: fix texture view crashes
2019-03-20 Kenneth Graunkegallium: Add PIPE_BARRIER_UPDATE_BUFFER and UPDATE_TEXT...
2019-03-15 Gert Wollnysoftpipe: Enable PIPE_CAP_MIXED_COLORBUFFER_FORMATS
2019-02-08 Karol Herbstgallium: add PIPE_CAP_MAX_VARYINGS
2018-10-30 Dylan Bakerutil: Move os_misc to util
2018-10-22 Rob Herringandroid: Build kms_swrast for the Android platform
2018-09-07 Marek Olšákgallium: add PIPE_CAP_MAX_TEXTURE_UPLOAD_MEMORY_BUDGET
2018-09-07 Marek Olšákgallium: enable GL_AMD_depth_clamp_separate on r600...
2018-09-07 Marek Olšákgallium: split depth_clip into depth_clip_near & depth_...
2018-09-04 Eric Anholtgallium: Add a helper for implementing PIPE_CAP_* defau...
2018-08-25 Kenneth Graunkegallium: Split out PIPE_CAP_TEXTURE_MIRROR_CLAMP_TO_EDGE.
2018-08-23 Marek Olšákgallium: add PIPE_CAP_MAX_SHADER_BUFFER_SIZE
2018-08-23 Marek Olšákgallium: add PIPE_CAP_MAX_GS_INVOCATIONS
2018-07-31 Marek Olšákgallium: add storage_sample_count parameter into is_for...
2018-07-31 Marek Olšákgallium: add PIPE_CAP_FRAMEBUFFER_MSAA_CONSTRAINTS
2018-07-01 Denis Paukgallium/softpipe: Enable support bptc format.
2018-06-15 Rhys Perrygallium: add support for programmable sample locations
2018-05-30 Marek Olšákgallium: add PIPE_CAP_GLSL_FEATURE_LEVEL_COMPATIBILITY
2018-05-01 Rhys Perrygallium: add initial support for conservative rasterization
2018-03-29 Ian Romanickutil: Move util_is_power_of_two to bitscan.h and rename...
2018-03-23 Brian Paultgsi,softpipe: use enum tgsi_opcode
2018-03-20 Timothy Arcerigallium: add packed uniform CAP
2018-02-28 Roland Scheideggersoftpipe: don't iterate through PIPE_MAX_SHADER_SAMPLER...
2018-02-17 Marek Olšákgallium: allow drivers to impose BO flags restrictions...
2018-02-13 Dave Airliegallium: drop all the guard band float caps.
2018-01-30 Andres Rodriguezgallium: introduce PIPE_CAP_FENCE_SIGNAL v2
2018-01-20 Dylan Bakerautotools: include meson build files in tarball
2018-01-17 Marek Olšákgallium: remove PIPE_CAP_USER_CONSTANT_BUFFERS
2018-01-17 Marek Olšákgallium: remove PIPE_CAP_TEXTURE_SHADOW_MAP
2018-01-17 Marek Olšákgallium: remove PIPE_CAP_TWO_SIDED_STENCIL
2017-12-19 Rob Clarkgallium: plumb context priority through to driver
2017-12-04 Dylan Bakermeson: define driver dependencies
2017-11-13 Dylan Bakermeson: don't use build_by_default for specific gallium...
2017-11-09 Nicolai Hähnleutil: move os_time.[ch] to src/util
2017-11-06 Marek Olšákgallium: add PIPE_CAP_SIGNED_VERTEX_BUFFER_OFFSET
2017-11-01 Dave Airliegallium: add cap for driver specified max combined...
next