softpipe: Add support for reporting shader-db output.
[mesa.git] / src / gallium / drivers / softpipe / sp_context.c
2020-07-23 Eric Anholtsoftpipe: Add support for reporting shader-db output.
2020-07-23 Eric Anholtsoftpipe: Convert to comma-separated SOFTPIPE_DEBUG...
2019-07-23 Ilia Mirkingallium: switch boolean -> bool at the interface defini...
2017-06-13 Jose Fonsecasoftpipe: Match pipe_context::render_condition prototype.
2017-05-10 Marek Olšákgallium: decrease the size of pipe_vertex_buffer -...
2017-02-14 Marek Olšákgallium: set pipe_context uploaders in drivers (v3)
2016-04-27 Brian Paulsoftpipe: s/Elements/ARRAY_SIZE/
2016-04-26 Dave Airliesoftpipe: add support for compute shaders. (v2)
2016-04-26 Dave Airlietgsi: pass a shader type to the machine create and...
2016-04-14 Jason EkstrandMerge remote-tracking branch 'public/master' into vulkan
2016-04-13 Jose Fonsecasoftpipe: Free tgsi.image elements on context destruction.
2016-04-12 Dave Airliesoftpipe: add SSBO/shader atomics support.
2016-04-01 Jason EkstrandMerge remote-tracking branch 'public/master' into vulkan
2016-03-30 Dave Airliesoftpipe: add image support to softpipe (v3)
2015-08-26 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-08-26 Marek Olšákgallium: add flags parameter to pipe_screen::context_create
2014-02-13 Christian Königgallium/vl: remove remaining softpipe video functions
2014-01-17 José Fonsecas/Tungsten Graphics/VMware/
2013-08-19 Christian Königvl: rename pipe_video_decoder to pipe_video_codec
2013-06-18 Roland Scheideggergallium: add condition parameter to render_condition
2013-02-28 Roland Scheideggersoftpipe/draw/tgsi: simplify driver/tgsi sampler interface
2012-10-11 Marek Olšákgallium: unify transfer functions
2012-09-30 Marek Olšáksoftpipe: implement blit
2012-08-16 Brian Paulgallium: remove PIPE_MAX_VERTEX/GEOMETRY_SAMPLERS ...
2012-08-06 Brian Paulsoftpipe: consolidate sampler-related arrays
2012-08-06 Brian Paulsoftpipe: combine vert/frag/geom texture caches in...
2012-02-21 Marek Olšákgallium: remove unused winsys pointers in pipe_screen...
2012-01-11 Dave Airliesoftpipe: fix llvm build
2012-01-11 Dave Airliesoftpipe: allow softpipe to set shader params depending...
2012-01-10 Dave Airliedraw/softpipe: EXT_transform_feedback support (v2)
2012-01-09 Jakob Bornecrantzsoftpipe: Don't use llvm in draw
2011-12-15 Marek Olšákgallium: disable stream output in drivers that support it
2011-11-08 José FonsecaRemove tgsi_sse2.
2011-08-27 Stéphane MarchesinMerge branch 'master' of git://anongit.freedesktop...
2011-08-04 Bryan CainMerge branch 'glsl-to-tgsi'
2011-07-21 Brian PaulMerge branch 'gallium-polygon-stipple'
2011-07-21 Brian Paulsoftpipe: use the polygon stipple utility module
2011-07-13 Christian KönigMerge branch 'pipe-video'
2011-07-11 Christian KönigMerge remote-tracking branch 'origin/master' into pipe...
2011-07-08 Christian König[g3dvl] and finally remove pipe_video_context
2011-07-08 Christian König[g3dvl] move video buffer creation out of video context
2011-03-19 Christian KönigMerge remote branch 'origin/master' into pipe-video
2011-03-11 Marek Olšákgallium: remove flags from the flush function
2011-03-11 Marek Olšákgallium: kill is_resource_referenced
2011-02-24 Christian KönigMerge remote branch 'origin/master' into pipe-video
2011-02-17 Brian Paulsoftpipe: rename env vars to be consistent
2011-01-20 Christian KönigMerge remote branch 'origin/master' into pipe-video
2011-01-20 Brian Paulsoftpipe: check for null pointers during context create...
2011-01-20 Henri Verbeetsoftpipe: Bind samplers to views instead of the underly...
2011-01-18 Brian Paulsoftpipe: s/tex_cache/fragment_tex_cache/
2011-01-15 Brian PaulMerge branch 'draw-instanced'
2011-01-10 Christian KönigMerge remote branch 'vdpau/pipe-video' into pipe-video
2011-01-08 Christian KönigMerge remote branch 'origin/master' into pipe-video
2011-01-06 Marek Olšákgallium: drivers should reference vertex buffers
2010-12-19 Christoph BumillerMerge remote branch 'origin/master' into nvc0-new
2010-12-11 Christian KönigMerge remote branch 'origin/master' into pipe-video
2010-12-02 Roland Scheideggergallium: support for array textures and related changes
2010-10-18 Keith WhitwellMerge remote branch 'origin/master' into lp-setup-llvm
2010-10-12 Christian KönigMerge branch 'master' of ssh://git.freedesktop.org...
2010-10-05 Thomas Balling Sør... Merge branch 'master' into pipe-video
2010-09-25 Brian Paulsoftpipe: minor asst. clean-ups
2010-09-25 Brian Paulsoftpipe: make clip state functions static
2010-09-25 Brian Paulsoftpipe: make stream out state functions static
2010-09-25 Brian Paulsoftpipe: make rasterizer state functions static
2010-09-25 Brian Paulsoftpipe: make vertex state functions static
2010-09-25 Brian Paulsoftpipe: make sampler state functions static
2010-09-25 Brian Paulsoftpipe: make blend/stencil/depth functions static
2010-09-25 Brian Paulsoftpipe: make shader-related functions static
2010-08-18 Christoph BumillerMerge remote branch 'origin/master' into nv50-compiler
2010-08-14 Ian RomanickMerge branch 'master' into glsl2
2010-07-29 Chia-I Wugallium: Keep only pipe_context::draw_vbo.
2010-07-29 Chia-I Wugallium: Implement draw_vbo and set_index_buffer for...
2010-06-28 Jakob BornecrantzMerge branch 'gallium-drm-driver-drescriptor'
2010-06-24 Eric AnholtMerge branch 'glsl2-head' into glsl2
2010-06-24 Brian PaulMerge branch 'shader-file-reorg'
2010-06-11 Zack Rusingallium/softpipe/draw: support samplers in geometry...
2010-06-08 Zack Rusingallium: rename draw_auto to draw_stream_output, plus...
2010-06-08 Zack Rusingallium: add interface for DrawAuto and implement it...
2010-06-08 Zack Rusingallium: basic and initial implementation of the stream...
2010-05-01 Younes MantonMerge branch 'master' of ssh://git.freedesktop.org...
2010-05-21 Roland ScheideggerMerge branch 'gallium-msaa'
2010-05-18 Roland Scheideggergallium: implement set_sample_mask() in all drivers
2010-05-06 Brian Paulsoftpipe: fix dangling references to shaders in the...
2010-04-23 Ian RomanickMerge branch '7.8'
2010-04-23 Jerome GlisseMerge remote branch 'origin/7.8'
2010-04-23 Michel DänzerMerge branch '7.8'
2010-04-22 Brian PaulMerge branch '7.8'
2010-04-21 Brian Paulsoftpipe: call draw_wide_point_sprites()
2010-04-20 José FonsecaMerge branch 'gallium-index-bias'
2010-04-20 Dan NicholsonMerge branch '7.8'
2010-04-19 Jesse BarnesMerge branch '7.8'
2010-04-28 Brian PaulMerge branch '7.8'
2010-04-28 Jakob BornecrantzMerge branch '7.8'
2010-04-28 Brian PaulMerge branch '7.8'
2010-04-27 Brian PaulMerge branch '7.8'
2010-04-19 Jesse BarnesMerge branch '7.8'
2010-04-19 Brian Paulsoftpipe: add option to do polygon stipple in softpipe...
2010-04-19 Brian PaulMerge branch '7.8'
2010-04-19 Brian Paulgallium/draw: use correct rasterization state for wide...
2010-04-13 Jesse BarnesMerge branch '7.8'
next