gallium: implement get_device_vendor() for existing drivers
[mesa.git] / src / gallium / drivers / softpipe /
2015-03-23 Giuseppe Bilottagallium: implement get_device_vendor() for existing...
2015-03-04 Jose Fonsecasoftpipe,trace: Set MSVC 2008 compat flags.
2015-02-23 Matt Turnermesa: Use assert() instead of ASSERT wrapper.
2015-02-19 Ilia Mirkinllvmpipe,softpipe: only support ETC1, not the upcoming...
2015-02-17 Marek Olšákgallium: add interface and state tracker support for...
2015-02-05 Axel Davygallium: Add MULTISAMPLE_Z_RESOLVE cap
2015-02-04 Marek Olšákgallium/u_pstipple: add ability to specify a fixed...
2015-02-03 Ilia Mirkingallium: add a cap to determine whether the driver...
2014-12-16 Roland Scheideggergallium: add TGSI_SEMANTIC_VERTEXID_NOBASE and TGSI_SEM...
2014-12-12 Matt Turnergallium: Remove Android files from distribution.
2014-12-09 Marek Olšákdraw: implement TGSI_PROPERTY_VS_WINDOW_SPACE_POSITION
2014-12-09 Matt TurnerRemove useless checks for NULL before freeing
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-10-31 Brian Paulsoftpipe: check for SP_NEW_STIPPLE when building quad...
2014-10-24 Mathias Fröhlichgallium: introduce PIPE_CAP_CLIP_HALFZ.
2014-10-04 Marek Olšáktgsi: change tgsi_shader_info::properties to a one...
2014-10-04 Marek Olšáktgsi: remove some not so useful variables from tgsi_sha...
2014-09-30 Brian Paulsoftpipe: don't special case PIPE_TEXTURE_CUBE in softp...
2014-09-24 Emil Velikovgallium/softpipe,llvmpipe: add automake target 'templates'
2014-09-12 Ilia Mirkingallium: add a texture target to sampler view and a...
2014-09-05 Emil Velikovgallium/softpipe: ship all files in the tarball
2014-08-29 Roland Scheideggersoftpipe: handle vertex texture sampling when using...
2014-08-29 Roland Scheideggersoftpipe: don't assert on illegal wrap mode for rect...
2014-08-28 Timothy Arcerigallium: add cap for MAX_VERTEX_ATTRIB_STRIDE
2014-08-28 Roland Scheideggerdraw: fix base instance handling in llvm path
2014-08-19 Tobias Klausmannllvmpipe/softpipe: enable ARB_conditional_render_inverted
2014-08-19 Tobias Klausmanngallium: Add and handle PIPE_CAP_CONDITIONAL_RENDER_INV...
2014-08-15 Emil Velikovgallium/softpipe/llvmpipe: handle query_renderer caps
2014-08-15 Ilia Mirkingallium: add opcodes/cap for fine derivative support
2014-08-12 Ilia Mirkinsoftpipe,llvmpipe: mark BPTC formats as unsupported
2014-07-10 Brian Paulsoftpipe: fix sp_get_dims() for PIPE_BUFFER
2014-07-03 Ilia Mirkingallium: rename PIPE_CAP_TGSI_VS_LAYER to also have...
2014-07-01 Christoph Bumillergallium: add facilities for indirect drawing
2014-07-01 Ilia Mirkingallium: add a cap for max vertex streams
2014-07-01 Ilia Mirkingallium: add an index argument to create_query
2014-06-26 Roland Scheideggersoftpipe: use last_level from sampler view, not from...
2014-06-18 Marek Olšákgallium: implement ARB_texture_query_levels
2014-06-11 Dave Airliesoftpipe: fix pt->resource assert placement
2014-06-11 Dave Airliesoftpipe: enable AMD_vertex_shader_layer.
2014-06-11 Dave Airliesoftpipe: enable GLSL 3.30 support.
2014-06-11 Dave Airliesoftpipe: bump the softpipe geometry limits
2014-06-11 Dave Airliesoftpipe: add layered rendering support.
2014-06-11 Dave Airliesoftpipe: add layering to the surface tile cache.
2014-06-11 Dave Airliesoftpipe: add depth clamping support. (v2)
2014-06-02 Christoph Bumillergallium: create TGSI_PROPERTY to disable viewport and...
2014-05-31 Roland Scheideggersoftpipe: honor the render_condition_enable bit in...
2014-05-08 Ilia Mirkingallium: add a cap for supporting 4-offset TG4 opcodes
2014-04-26 Ilia Mirkingallium: add basic support for ARB_sample_shading
2014-04-11 Heinrich Janzingsoftpipe: fix shadow sampling
2014-04-11 Brian Paulsoftpipe: add PIPE_CAP_MIN/MAX_TEXTURE_GATHER_OFFSET...
2014-04-07 Dave Airliegallium: add support for LODQ opcodes.
2014-04-04 Brian Paulsoftpipe: remove no-op checks in sampler, sampler_view...
2014-04-02 Dave Airliemesa/soft/llvmpipe: add fake MSAA support
2014-03-07 Zack Rusingallium: allow setting of the internal stream output...
2014-03-03 Brian Paulsoftpipe: use 64-bit arithmetic in softpipe_resource_la...
2014-02-25 Marek Olšákgallium: the other drivers don't support ARB_buffer_storage
2014-02-25 Dave Airliegallium: add texture gather support to gallium (v3)
2014-02-13 Christian Königgallium/vl: remove remaining softpipe video functions
2014-02-09 Grigori Goronzygallium: add geometry shader output limits
2014-02-04 Marek Olšákgallium: remove PIPE_CAP_MAX_COMBINED_SAMPLERS
2014-01-29 Siavash Eliasisoftpipe: Set PIPE_CAP_MIN_MAP_BUFFER_ALIGNMENT to 64
2014-01-29 Siavash Eliasisoftpipe: Use alignment of 64 instead of 16 for buffer...
2014-01-23 Marek Olšákgallium: remove PIPE_CAP_SCALED_RESOLVE
2014-01-20 Brian Paulsoftpipe: fix crash when accessing null colorbuffer
2014-01-17 José Fonsecas/Tungsten Graphics/VMware/
2014-01-17 Brian Paulsoftpipe: handle NULL color buffer pointers
2014-01-09 Thomas Sondergaardmesa: Work around internal compiler error
2013-12-13 Dave Airlieswrast* (gallium, classic): add MESA_copy_sub_buffer...
2013-12-03 Marek Olšákgallium: add support for AMD_vertex_shader_layer
2013-11-28 Roland Scheideggergallium: new shader cap bit for the amount of sampler...
2013-11-16 Emil Velikovgallium/drivers: compact compiler flags into Automake.inc
2013-11-14 Roland Scheideggersoftpipe: (trivial) fix debug code
2013-11-07 Matthew McCluredraw,llvmpipe,util: add depth bias calculation for...
2013-10-25 Ilia Mirkingallium: add PIPE_CAP_MIXED_FRAMEBUFFER_SIZES
2013-10-23 Brian Paulgallium: new, unified pipe_context::set_sampler_views...
2013-10-12 Roland Scheideggersoftpipe: fix seamless cube filtering
2013-10-08 Marek Olšákgallium/swrast: don't export any private symbols
2013-10-03 Brian Paulsoftpipe: remove old bind_*_sampler_states() functions
2013-10-03 Brian Paulsoftpipe: implement pipe_context::bind_sampler_states()
2013-10-01 Emil Velikovsoftpipe: consolidate C sources list into Makefile...
2013-09-20 Marek Olšákgallium: add flush_resource context function
2013-08-30 Roland Scheideggersoftpipe: handle NULL sampler views for texture samplin...
2013-08-30 Roland Scheideggersoftpipe: check if so_target is NULL before accessing it
2013-08-27 Roland Scheideggerdraw: clean up setting stream out information a bit
2013-08-27 Roland Scheideggersoftpipe: support nested/overlapping queries for all...
2013-08-19 Christian Königvl: add entrypoint to get_video_param
2013-08-19 Christian Königvl: rename pipe_video_decoder to pipe_video_codec
2013-08-09 Zack Rusinsoftpipe: fix the regressions
2013-08-08 Roland Scheideggersoftpipe: don't clamp reference value for shadow compar...
2013-08-03 Zack Rusindraw: inject frontface info into wireframe outputs
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-07-22 Tom Stellardgallium: Add PIPE_CAP_ENDIANNESS
2013-07-12 Brian Paultgsi: rename the TGSI fragment kill opcodes
2013-07-12 Brian Paulsoftpipe: silence some MSVC warnings
2013-07-02 Marek Olšákmesa,glsl,gallium: remove GLSLSkipStrictMaxVaryingLimit...
2013-06-26 Roland Scheideggersoftpipe: honor predication for clear_render_target...
2013-06-19 Roland Scheideggersoftpipe: handle all queries, and change for the new...
next