softpipe: Convert to comma-separated SOFTPIPE_DEBUG for debug options.
[mesa.git] / src / gallium / drivers / softpipe / sp_state_shader.c
2020-07-23 Eric Anholtsoftpipe: Convert to comma-separated SOFTPIPE_DEBUG...
2020-07-23 Eric Anholtsoftpipe: Refactor pipe_shader_state setup.
2019-07-31 Eric Engestromtree-wide: replace MAYBE_UNUSED with ASSERTED
2017-03-08 Brian Paulgallium: s/uint/enum pipe_shader_type/ for set_constant...
2016-12-10 Grazvydas Ignotassoftpipe: fix release build unused variable warning
2016-06-20 Rob Clarkgallium: make constant_buffer const
2016-04-26 Dave Airliesoftpipe: add support for compute shaders. (v2)
2016-01-21 Kristian Høgsberg... Merge remote-tracking branch 'jekstrand/wip/i965-unifor...
2016-01-09 Kristian Høgsberg... Merge ../mesa into vulkan
2016-01-08 Marek Olšákutil/pstipple: allow fragment shader POSITION to be...
2015-12-11 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-12-06 Edward O'Callaghangallium/drivers: Sanitize NULL checks into canonical...
2015-02-04 Marek Olšákgallium/u_pstipple: add ability to specify a fixed...
2014-10-31 Brian Paulsoftpipe: use the tgsi_free_tokens() function
2014-10-31 Brian Paulutil: simplify util_pstipple_create_fragment_shader...
2014-10-31 Brian Paulsoftpipe: remove unused softpipe_create_fs_variant_exec...
2014-01-17 José Fonsecas/Tungsten Graphics/VMware/
2013-07-31 Brian Paulsoftpipe: use new softpipe_resource_data() accessor
2013-07-31 Brian Paulsoftpipe: don't ignore pipe_constant_buffer::buffer_offset
2013-04-23 Zack Rusinsoftpipe: fix streamout with an emptry geometry shader
2012-12-19 Brian Paulsoftpipe: fix up FS variant unbinding / deletion
2012-08-10 Brian Paulsoftpipe: fix softpipe_delete_fs_state() failed assertion
2012-05-11 Marek OlšákMerge branch 'master' of ssh://git.freedesktop.org...
2012-05-11 Marek OlšákMerge branch 'gallium-userbuf'
2012-05-01 Brian Paulsoftpipe: cast away const to silence warning
2012-04-29 Marek Olšákgallium: add void *user_buffer to pipe_constant_buffer
2012-04-29 Marek Olšákgallium: change set_constant_buffer to be UBO-friendly
2011-11-08 José FonsecaRemove tgsi_sse2.
2011-11-07 Morgan Armandsoftpipe: fix memory leaks
2011-10-04 Brian Paulsoftpipe: add check for DO_PSTIPPLE_IN_HELPER_MODULE
2011-09-25 José Fonsecasoftpipe: Use memory allocation macros.
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-21 Brian Paulsoftpipe: implement fragment shader variants
2011-07-21 Brian Paulsoftpipe: use tgsi_shader_info fields for fragcoord...
2011-03-04 Christoph BumillerMerge remote branch 'origin/nvc0'
2011-03-02 Christian KönigMerge remote branch 'origin/master' into pipe-video
2011-03-01 Brian Paulsoftpipe: remove redundant draw_flush() call
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-04 Christoph BumillerMerge remote branch 'origin/nvc0'
2010-12-23 Dave Airliesoftpipe: add support for color writes all color bufs...
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: make shader-related functions static
2010-09-25 Brian Paulsoftpipe: rename sp_state_fs.c -> sp_state_shader.c