gallium/radeon: rename max_compute_units -> num_good_compute_units
[mesa.git] / src / gallium / drivers / softpipe /
2016-01-21 Rob Clarkgallium: add GREMEDY_string_marker
2016-01-14 Charmaine Leegallium/st: add pipe_context::generate_mipmap()
2016-01-14 Nicolai Hähnlegallium: add PIPE_CAP_INVALIDATE_BUFFER
2016-01-08 Ilia Mirkingallium: add PIPE_CAP_SHADER_BUFFER_OFFSET_ALIGNMENT
2016-01-08 Marek Olšákutil/pstipple: allow fragment shader POSITION to be...
2016-01-08 Marek Olšákgallium: add caps for POSITION and FACE system values
2016-01-07 Ilia Mirkingallium: add caps to expose support for multi indirect...
2016-01-07 Roland Scheideggersoftpipe: tell draw about the vertex layout we want
2016-01-07 Roland Scheideggerdraw: nuke the interp parameter from vertex_info
2016-01-07 Roland Scheideggersoftpipe: don't abuse the draw vertex_info struct for...
2016-01-07 Roland Scheideggersoftpipe: fix mapping of "special" vs outputs
2016-01-06 Edward O'Callaghangallium/drivers: Remove unnecessary semicolons
2016-01-03 Ilia Mirkingallium: add PIPE_CAP_TGSI_PACK_HALF_FLOAT to indicate...
2015-12-30 Ilia Mirkingallium: add PIPE_CAP_DRAW_PARAMETERS
2015-12-11 Edward O'Callaghansoftpipe: enable GL_ARB_viewport_array support, update...
2015-12-11 Edward O'Callaghansoftpipe: implement some support for multiple viewports
2015-12-06 Edward O'Callaghangallium/drivers: Sanitize NULL checks into canonical...
2015-12-04 Roland Scheideggersoftpipe: use provoking vertex for layer
2015-11-24 Roland Scheideggersoftpipe/llvmpipe: don't advertize support for ASTC
2015-11-21 Emil Velikov{st,targets}/dri: use static/dynamic pipe-loader
2015-11-21 Emil Velikovconfigure: use HAVE_DRISW_KMS when handling kms swrast
2015-11-12 Ilia Mirkingallium: add PIPE_CAP_CLEAR_TEXTURE and clear_texture...
2015-10-31 Dave Airliegallium/swrast: fix front buffer blitting. (v2)
2015-10-28 Marek Olšákgallium: add PIPE_CAP_COPY_BETWEEN_COMPRESSED_AND_PLAIN...
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...
next