Added few more stubs so that control reaches to DestroyDevice().
[mesa.git] / src / gallium / drivers / softpipe / sp_tex_sample.c
2020-05-13 Marek Olšákgallium: change comments to remove 'state tracker'
2020-04-18 Albert Astals CidFix promotion of floats to doubles
2019-11-14 Eric Anholtutil: Move gallium's PIPE_FORMAT utils to /util/format/
2019-07-29 Gert Wollnysoftpipe: Fix cube arrays layer selection
2019-07-18 Gert Wollnysoftpipe: Clamp border colors when needed
2019-07-18 Gert Wollnysoftpipe: set a lower minimum clamp value for texture...
2019-07-18 Gert Wollnysoftpipe: Correct repeat-mirror evaluation
2019-07-17 Gert Wollnysoftpipe: Remove unused static function
2019-05-01 Gert Wollnysoftpipe: evaluate cube the faces on a per sample bases
2019-05-01 Gert Wollnysoftpipe: keep input lod for explicite derivatives
2019-05-01 Gert Wollnysoftpipe: tie in new code path for lod evaluation
2019-05-01 Gert Wollnysoftpipe: Move selection of shadow values up and clean...
2019-05-01 Gert Wollnysoftpipe: Pipe gather_comp through from st_tgsi_get_samples
2019-05-01 Gert Wollnysoftpipe: Prepare handling explicit gradients
2019-05-01 Gert Wollnysoftpipe: Factor gradient evaluation out of the lambda...
2019-04-09 Gert Wollnysoftpipe: Add an extra code path for the buffer texel...
2019-04-09 Gert Wollnysoftpipe: Don't use mag filter for gather op
2019-04-05 Gert Wollnysoftpipe: Use mag texture filter also for clamped lod...
2019-03-21 Dave Airliesoftpipe: fix integer texture swizzling for 1 vs 1.0f
2017-04-13 Samuel Pitoisetsoftpipe: remove unused get_texel_quad_2d()
2017-03-08 Brian Paulsoftpipe: s/unsigned/enum pipe_shader_type/
2016-08-17 Marek Olšákgallium: change pipe_sampler_view::first_element/last_e...
2016-04-21 Marek Olšákgallium: merge PIPE_SWIZZLE_* and UTIL_FORMAT_SWIZZLE_*
2016-03-15 Jason EkstrandMerge remote-tracking branch 'public/master' into vulkan
2016-03-15 Roland Scheideggersoftpipe: fix misleading TGSI_QUAD_SIZE usage
2016-03-15 Roland Scheideggersoftpipe: fix anisotropic filtering crash
2015-11-03 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-10-24 Roland Scheideggersoftpipe: fix using non-zero layer in non-array view...
2015-10-01 Kristian Høgsberg... Merge branch 'master' of ../mesa into vulkan
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-17 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-07-21 Ilia Mirkingallium: replace INLINE with inline
2015-06-26 Connor AbbottMerge branch 'wip/nir-vtn' into vulkan
2015-06-24 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
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-13 Roland Scheideggersoftpipe: enable ARB_texture_view
2015-02-23 Matt Turnermesa: Use assert() instead of ASSERT wrapper.
2014-08-29 Roland Scheideggersoftpipe: don't assert on illegal wrap mode for rect...
2014-07-10 Brian Paulsoftpipe: fix sp_get_dims() for PIPE_BUFFER
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-04-11 Heinrich Janzingsoftpipe: fix shadow sampling
2014-01-17 José Fonsecas/Tungsten Graphics/VMware/
2013-10-12 Roland Scheideggersoftpipe: fix seamless cube filtering
2013-08-30 Roland Scheideggersoftpipe: handle NULL sampler views for texture samplin...
2013-08-08 Roland Scheideggersoftpipe: don't clamp reference value for shadow compar...
2013-07-12 Brian Paulsoftpipe: silence some MSVC warnings
2013-05-22 Roland Scheideggersoftpipe: disambiguate TILE_SIZE / TEX_TILE_SIZE
2013-03-21 Brian Paulsoftpipe: silence some asst. MSVC type warnings in...
2013-03-11 Roland Scheideggersoftpipe: don't use samplers with prebaked sampler...
2013-03-02 Roland Scheideggertgsi: add texel offsets and derivatives to sampler...
2013-02-28 Roland Scheideggersoftpipe/draw/tgsi: simplify driver/tgsi sampler interface
2013-02-09 Roland Scheideggersoftpipe: clean up lod computation
2013-02-09 Roland Scheideggersoftpipe: get rid of tgsi_sampler_control param in...
2013-02-09 Roland Scheideggersoftpipe: fix using optimized filter function
2012-12-12 Brian Paulsoftpipe: remove unused corner0 variable
2012-12-12 Dave Airliesoftpipe: implement seamless cubemap support. (v1.1)
2012-12-08 Dave Airliesoftpipe: add texture buffer object support
2012-11-09 Dave Airliesoftpipe: fix unused variable warning.
2012-11-09 Dave Airliesoftpipe: add ARB_texture_cube_map_array support (v1.1)
2012-10-26 Brian Paulsoftpipe: remove extraneous whitespace
2012-07-25 Olivier Galibertsoftpipe: fix copy/paste error in tex sample code
2012-07-19 Olivier Galibertsoftpipe: Fix segfault with fbo-cubemap.
2012-07-18 Olivier Galibertsoftpipe: Take all lods into account when texture sampling.
2012-06-19 Olivier Galibertsoftpipe: Offset is not to be applied to the layer...
2012-05-11 Marek OlšákMerge branch 'gallium-userbuf'
2012-05-01 Brian Paulsoftpipe: use any_swizzle() helper in sp_tex_sample.c
2012-05-01 Brian Paulsoftpipe: whitespace, comment clean-ups in sp_tex_sample.c
2012-05-01 Brian Paulsoftpipe: implement coord clamping for texel fetches...
2012-01-30 Tom Stellardgallium: Prefix #defines in tgsi_exec.h with TGSI_
2012-01-11 Dave Airliesoftpipe: route correct coordinates for shadow cube...
2012-01-11 Dave Airliesoftpipe: fix texel fetch swizzles
2011-12-19 Dave Airliesoftpipe: fix shadow 2d texture array sampling
2011-12-19 Dave Airliesoftpipe: fix depth sampling for linear vs nearest.
2011-09-27 Dave Airliegallium: move border color to be a color union
2011-09-25 José Fonsecasoftpipe: Use memory allocation macros.
2011-09-02 Dave Airlietgsi: add support for texture offsets to the TGSI IR...
2011-08-27 Stéphane MarchesinMerge branch 'master' of git://anongit.freedesktop...
2011-08-25 Brian PaulMerge branch 'kasanen-post-process-v2'
2011-08-25 Brian Paulsoftpipe: add const qualifier to silence warnings
next