summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/softpipe/sp_tex_sample.c
AgeCommit message (Expand)AuthorFilesLines
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
2015-05-29softpipe: fix offset wrapping calculations (v2)Dave Airlie1-78/+68
2015-05-20softpipe: start adding gather support (v2)Dave Airlie1-82/+204
2015-05-20softpipe: use arrays to make gather easierDave Airlie1-36/+36
2015-05-20softpipe: add textureOffset support.Dave Airlie1-62/+93
2015-05-20softpipe: move control into a filter args structDave Airlie1-24/+26
2015-05-20softpipe: move some image filter parameters into a structDave Airlie1-253/+215
2015-05-13softpipe: enable ARB_texture_viewRoland Scheidegger1-108/+165
2015-02-23mesa: Use assert() instead of ASSERT wrapper.Matt Turner1-1/+1
2014-08-30softpipe: don't assert on illegal wrap mode for rect texturesRoland Scheidegger1-2/+2
2014-07-10softpipe: fix sp_get_dims() for PIPE_BUFFERBrian Paul1-6/+10
2014-06-26softpipe: use last_level from sampler view, not from the resourceRoland Scheidegger1-19/+20
2014-06-19gallium: implement ARB_texture_query_levelsMarek Olšák1-0/+3
2014-04-11softpipe: fix shadow samplingHeinrich Janzing1-68/+51
2014-01-17s/Tungsten Graphics/VMware/José Fonseca1-2/+2
2013-10-12softpipe: fix seamless cube filteringRoland Scheidegger1-48/+151
2013-08-30softpipe: handle NULL sampler views for texture sampling / queriesRoland Scheidegger1-5/+25
2013-08-08softpipe: don't clamp reference value for shadow comparison for float formatsRoland Scheidegger1-12/+32
2013-07-12softpipe: silence some MSVC warningsBrian Paul1-8/+8
2013-05-22softpipe: disambiguate TILE_SIZE / TEX_TILE_SIZERoland Scheidegger1-14/+14
2013-03-21softpipe: silence some asst. MSVC type warnings in sp_tex_sample.cBrian Paul1-6/+6
2013-03-11softpipe: don't use samplers with prebaked sampler and sampler_view stateRoland Scheidegger1-610/+664
2013-03-02tgsi: add texel offsets and derivatives to sampler interfaceRoland Scheidegger1-1/+9
2013-02-28softpipe/draw/tgsi: simplify driver/tgsi sampler interfaceRoland Scheidegger1-84/+122
2013-02-08softpipe: clean up lod computationRoland Scheidegger1-69/+92
2013-02-08softpipe: get rid of tgsi_sampler_control param in img_filterRoland Scheidegger1-39/+37
2013-02-08softpipe: fix using optimized filter functionRoland Scheidegger1-0/+1