vc4: Switch the unpack ops to being unpack flags on a mov.
[mesa.git] / src / gallium / drivers / softpipe /
2015-10-24 Roland Scheideggersoftpipe: fix using non-zero layer in non-array view...
2015-10-20 Marek Olšákgallium: add PIPE_CAP_SHAREABLE_SHADERS
2015-10-03 Marek Olšákgallium: add per-sample interpolation control into...
2015-09-13 Ilia Mirkingallium: add PIPE_CAP_TGSI_TXQS to let st know if TXQS...
2015-09-13 Krzesimir Nowaksoftpipe: Change faces type to uint
2015-09-11 Krzesimir Nowaksoftpipe: Constify variables
2015-09-11 Krzesimir Nowaksoftpipe: Constify sp_tgsi_sampler
2015-09-11 Krzesimir Nowaksoftpipe: Constify sampler and view parameters in mip...
2015-09-11 Krzesimir Nowaksoftpipe: Constify sampler and view parameters in img...
2015-09-11 Krzesimir Nowaktgsi, softpipe: Constify tgsi_sampler in query_lod...
2015-09-11 Krzesimir Nowaksoftpipe: Constify some sampler and view parameters
2015-09-11 Krzesimir Nowaksoftpipe: Move the faces array from view to filter_args
2015-09-11 Brian Paultgsi,softpipe: capitalize the tgsi_sampler_control...
2015-09-10 Krzesimir Nowaksoftpipe: Implement and enable textureQueryLod
2015-09-10 Krzesimir Nowaksoftpipe: Add functions for computing relative mipmap...
2015-09-10 Krzesimir Nowaksoftpipe: Split 3D to 2D coords conversion into separat...
2015-09-10 Krzesimir Nowaksoftpipe: Split code getting a filter into separate...
2015-09-10 Krzesimir Nowaksoftpipe: Put mip_filter_func inside a struct
2015-09-10 Krzesimir Nowaksoftpipe: Split compute_lambda_lod into two functions
2015-09-10 Krzesimir Nowaksoftpipe: Fix textureLod with nonzero GL_TEXTURE_LOD_BI...
2015-08-26 Marek Olšákgallium: add flags parameter to pipe_screen::context_create
2015-08-14 Marek Olšákgallium: add an interface for EXT_depth_bounds_test
2015-08-14 Marek Olšákgallium: add support for GLES texture float extensions...
2015-07-21 Ilia Mirkingallium: replace INLINE with inline
2015-07-16 Marek Olšákgallium: add PIPE_CAP_MAX_SHADER_PATCH_VARYINGS
2015-07-05 Marek Olšákgallium: remove redundant pipe_context::fence_signalled
2015-06-08 Martin Peressoftpipe/query: force parenthesis around a logical not
2015-05-29 Dave Airliesoftpipe: fix offset wrapping calculations (v2)
2015-05-20 Dave Airliesoftpipe: start adding gather support (v2)
2015-05-20 Dave Airliesoftpipe: use arrays to make gather easier
2015-05-20 Dave Airliesoftpipe: add textureOffset support.
2015-05-20 Dave Airliesoftpipe: move control into a filter args struct
2015-05-20 Dave Airliesoftpipe: move some image filter parameters into a...
2015-05-15 Alexander von Gluck IVgallium/drivers: Add extern "C" wrappers to public...
2015-05-13 Roland Scheideggersoftpipe: enable ARB_texture_view
2015-05-12 Marek Olšákgallium: add PIPE_CAP_DEVICE_RESET_STATUS_QUERY
2015-05-05 Samuel Pitoisetgallium: make pipe_context::begin_query return a boolean
2015-04-22 Dave Airliesoftpipe: fix stencil write to use an integer value
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
next