summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/softpipe/sp_tex_sample.c
AgeCommit message (Expand)AuthorFilesLines
2024-03-22treewide: Replace usage of macro DEBUG with MESA_DEBUG when possibleYonggang Luo1-1/+1
2023-06-27treewide: Replace the usage of TRUE/FALSE with true/falseYonggang Luo1-3/+3
2022-11-22gallium: Replace the usage of __FUNCTION__ with __func__ in all gallium codeYonggang Luo1-13/+13
2022-10-10gallium: normalized_coords -> unnormalized_coordsErik Faye-Lund1-3/+3
2021-07-18softpipe/aniso: move DDQ calculation to after scaling.Dave Airlie1-9/+9
2020-12-09softpipe: Fix swizzled texture gather of int textures.Eric Anholt1-6/+8
2020-12-01softpipe: update fallthrough commentsPierre-Eric Pelloux-Prayer1-2/+2
2020-05-13gallium: change comments to remove 'state tracker'Marek Olšák1-1/+1
2020-04-18Fix promotion of floats to doublesAlbert Astals Cid1-1/+1
2019-11-14util: Move gallium's PIPE_FORMAT utils to /util/format/Eric Anholt1-1/+1
2019-07-29softpipe: Fix cube arrays layer selectionGert Wollny1-8/+8
2019-07-18softpipe: Clamp border colors when neededGert Wollny1-14/+30
2019-07-18softpipe: set a lower minimum clamp value for texture coordinate border clampGert Wollny1-1/+1
2019-07-18softpipe: Correct repeat-mirror evaluationGert Wollny1-5/+19
2019-07-17softpipe: Remove unused static functionGert Wollny1-9/+0
2019-05-01softpipe: evaluate cube the faces on a per sample basesGert Wollny1-24/+16
2019-05-01softpipe: keep input lod for explicite derivativesGert Wollny1-2/+4
2019-05-01softpipe: tie in new code path for lod evaluationGert Wollny1-45/+21
2019-05-01softpipe: Move selection of shadow values up and clean parameter listGert Wollny1-29/+43
2019-05-01softpipe: Pipe gather_comp through from st_tgsi_get_samplesGert Wollny1-5/+17
2019-05-01softpipe: Prepare handling explicit gradientsGert Wollny1-0/+33
2019-05-01softpipe: Factor gradient evaluation out of the lambda evaluationGert Wollny1-19/+119
2019-04-09softpipe: Add an extra code path for the buffer texel lookupGert Wollny1-1/+16
2019-04-09softpipe: Don't use mag filter for gather opGert Wollny1-3/+3
2019-04-05softpipe: Use mag texture filter also for clamped lod == 0Gert Wollny1-3/+3
2019-03-22softpipe: fix integer texture swizzling for 1 vs 1.0fDave Airlie1-4/+5
2017-04-13softpipe: remove unused get_texel_quad_2d()Samuel Pitoiset1-17/+0
2017-03-08softpipe: s/unsigned/enum pipe_shader_type/Brian Paul1-1/+2
2016-08-17gallium: change pipe_sampler_view::first_element/last_element -> offset/sizeMarek Olšák1-4/+9
2016-04-22gallium: merge PIPE_SWIZZLE_* and UTIL_FORMAT_SWIZZLE_*Marek Olšák1-15/+15
2016-03-15softpipe: fix misleading TGSI_QUAD_SIZE usageRoland Scheidegger1-24/+29
2016-03-15softpipe: fix anisotropic filtering crashRoland Scheidegger1-2/+7
2015-10-24softpipe: fix using non-zero layer in non-array view from array resourceRoland Scheidegger1-5/+27
2015-09-13softpipe: Change faces type to uintKrzesimir Nowak1-5/+5
2015-09-11softpipe: Constify variablesKrzesimir Nowak1-242/+199
2015-09-11softpipe: Constify sp_tgsi_samplerKrzesimir Nowak1-12/+23
2015-09-11softpipe: Constify sampler and view parameters in mip filtersKrzesimir Nowak1-16/+16
2015-09-11softpipe: Constify sampler and view parameters in img filtersKrzesimir Nowak1-34/+34
2015-09-11tgsi, softpipe: Constify tgsi_sampler in query_lod vfuncKrzesimir Nowak1-1/+1
2015-09-11softpipe: Constify some sampler and view parametersKrzesimir Nowak1-25/+26
2015-09-11softpipe: Move the faces array from view to filter_argsKrzesimir Nowak1-14/+22
2015-09-11tgsi,softpipe: capitalize the tgsi_sampler_control enum valuesBrian Paul1-24/+24
2015-09-10softpipe: Implement and enable textureQueryLodKrzesimir Nowak1-1/+54
2015-09-10softpipe: Add functions for computing relative mipmap levelKrzesimir Nowak1-0/+113
2015-09-10softpipe: Split 3D to 2D coords conversion into separate functionKrzesimir Nowak1-37/+44
2015-09-10softpipe: Split code getting a filter into separate functionKrzesimir Nowak1-17/+41
2015-09-10softpipe: Put mip_filter_func inside a structKrzesimir Nowak1-11/+34
2015-09-10softpipe: Split compute_lambda_lod into two functionsKrzesimir Nowak1-17/+40
2015-09-10softpipe: Fix textureLod with nonzero GL_TEXTURE_LOD_BIAS valueKrzesimir Nowak1-1/+1
2015-07-21gallium: replace INLINE with inlineIlia Mirkin1-28/+28