aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/softpipe/sp_tex_sample.c
Commit message (Expand)AuthorAgeFilesLines
* util: Move gallium's PIPE_FORMAT utils to /util/format/Eric Anholt2019-11-141-1/+1
* softpipe: Fix cube arrays layer selectionGert Wollny2019-07-291-8/+8
* softpipe: Clamp border colors when neededGert Wollny2019-07-181-14/+30
* softpipe: set a lower minimum clamp value for texture coordinate border clampGert Wollny2019-07-181-1/+1
* softpipe: Correct repeat-mirror evaluationGert Wollny2019-07-181-5/+19
* softpipe: Remove unused static functionGert Wollny2019-07-171-9/+0
* softpipe: evaluate cube the faces on a per sample basesGert Wollny2019-05-011-24/+16
* softpipe: keep input lod for explicite derivativesGert Wollny2019-05-011-2/+4
* softpipe: tie in new code path for lod evaluationGert Wollny2019-05-011-45/+21
* softpipe: Move selection of shadow values up and clean parameter listGert Wollny2019-05-011-29/+43
* softpipe: Pipe gather_comp through from st_tgsi_get_samplesGert Wollny2019-05-011-5/+17
* softpipe: Prepare handling explicit gradientsGert Wollny2019-05-011-0/+33
* softpipe: Factor gradient evaluation out of the lambda evaluationGert Wollny2019-05-011-19/+119
* softpipe: Add an extra code path for the buffer texel lookupGert Wollny2019-04-091-1/+16
* softpipe: Don't use mag filter for gather opGert Wollny2019-04-091-3/+3
* softpipe: Use mag texture filter also for clamped lod == 0Gert Wollny2019-04-051-3/+3
* softpipe: fix integer texture swizzling for 1 vs 1.0fDave Airlie2019-03-221-4/+5
* softpipe: remove unused get_texel_quad_2d()Samuel Pitoiset2017-04-131-17/+0
* softpipe: s/unsigned/enum pipe_shader_type/Brian Paul2017-03-081-1/+2
* gallium: change pipe_sampler_view::first_element/last_element -> offset/sizeMarek Olšák2016-08-171-4/+9
* gallium: merge PIPE_SWIZZLE_* and UTIL_FORMAT_SWIZZLE_*Marek Olšák2016-04-221-15/+15
* softpipe: fix misleading TGSI_QUAD_SIZE usageRoland Scheidegger2016-03-151-24/+29
* softpipe: fix anisotropic filtering crashRoland Scheidegger2016-03-151-2/+7
* softpipe: fix using non-zero layer in non-array view from array resourceRoland Scheidegger2015-10-241-5/+27
* softpipe: Change faces type to uintKrzesimir Nowak2015-09-131-5/+5
* softpipe: Constify variablesKrzesimir Nowak2015-09-111-242/+199
* softpipe: Constify sp_tgsi_samplerKrzesimir Nowak2015-09-111-12/+23
* softpipe: Constify sampler and view parameters in mip filtersKrzesimir Nowak2015-09-111-16/+16
* softpipe: Constify sampler and view parameters in img filtersKrzesimir Nowak2015-09-111-34/+34
* tgsi, softpipe: Constify tgsi_sampler in query_lod vfuncKrzesimir Nowak2015-09-111-1/+1
* softpipe: Constify some sampler and view parametersKrzesimir Nowak2015-09-111-25/+26
* softpipe: Move the faces array from view to filter_argsKrzesimir Nowak2015-09-111-14/+22
* tgsi,softpipe: capitalize the tgsi_sampler_control enum valuesBrian Paul2015-09-111-24/+24
* softpipe: Implement and enable textureQueryLodKrzesimir Nowak2015-09-101-1/+54
* softpipe: Add functions for computing relative mipmap levelKrzesimir Nowak2015-09-101-0/+113
* softpipe: Split 3D to 2D coords conversion into separate functionKrzesimir Nowak2015-09-101-37/+44
* softpipe: Split code getting a filter into separate functionKrzesimir Nowak2015-09-101-17/+41
* softpipe: Put mip_filter_func inside a structKrzesimir Nowak2015-09-101-11/+34
* softpipe: Split compute_lambda_lod into two functionsKrzesimir Nowak2015-09-101-17/+40
* softpipe: Fix textureLod with nonzero GL_TEXTURE_LOD_BIAS valueKrzesimir Nowak2015-09-101-1/+1
* gallium: replace INLINE with inlineIlia Mirkin2015-07-211-28/+28
* softpipe: fix offset wrapping calculations (v2)Dave Airlie2015-05-291-78/+68
* softpipe: start adding gather support (v2)Dave Airlie2015-05-201-82/+204
* softpipe: use arrays to make gather easierDave Airlie2015-05-201-36/+36
* softpipe: add textureOffset support.Dave Airlie2015-05-201-62/+93
* softpipe: move control into a filter args structDave Airlie2015-05-201-24/+26
* softpipe: move some image filter parameters into a structDave Airlie2015-05-201-253/+215
* softpipe: enable ARB_texture_viewRoland Scheidegger2015-05-131-108/+165
* mesa: Use assert() instead of ASSERT wrapper.Matt Turner2015-02-231-1/+1
* softpipe: don't assert on illegal wrap mode for rect texturesRoland Scheidegger2014-08-301-2/+2