aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/softpipe/sp_tex_sample.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* softpipe: fix sp_get_dims() for PIPE_BUFFERBrian Paul2014-07-101-6/+10
* softpipe: use last_level from sampler view, not from the resourceRoland Scheidegger2014-06-261-19/+20
* gallium: implement ARB_texture_query_levelsMarek Olšák2014-06-191-0/+3
* softpipe: fix shadow samplingHeinrich Janzing2014-04-111-68/+51
* s/Tungsten Graphics/VMware/José Fonseca2014-01-171-2/+2
* softpipe: fix seamless cube filteringRoland Scheidegger2013-10-121-48/+151
* softpipe: handle NULL sampler views for texture sampling / queriesRoland Scheidegger2013-08-301-5/+25
* softpipe: don't clamp reference value for shadow comparison for float formatsRoland Scheidegger2013-08-081-12/+32
* softpipe: silence some MSVC warningsBrian Paul2013-07-121-8/+8
* softpipe: disambiguate TILE_SIZE / TEX_TILE_SIZERoland Scheidegger2013-05-221-14/+14
* softpipe: silence some asst. MSVC type warnings in sp_tex_sample.cBrian Paul2013-03-211-6/+6
* softpipe: don't use samplers with prebaked sampler and sampler_view stateRoland Scheidegger2013-03-111-610/+664
* tgsi: add texel offsets and derivatives to sampler interfaceRoland Scheidegger2013-03-021-1/+9
* softpipe/draw/tgsi: simplify driver/tgsi sampler interfaceRoland Scheidegger2013-02-281-84/+122
* softpipe: clean up lod computationRoland Scheidegger2013-02-081-69/+92
* softpipe: get rid of tgsi_sampler_control param in img_filterRoland Scheidegger2013-02-081-39/+37
* softpipe: fix using optimized filter functionRoland Scheidegger2013-02-081-0/+1
* softpipe: remove unused corner0 variableBrian Paul2012-12-121-1/+0
* softpipe: implement seamless cubemap support. (v1.1)Dave Airlie2012-12-121-8/+138
* softpipe: add texture buffer object supportDave Airlie2012-12-081-1/+7
* softpipe: fix unused variable warning.Dave Airlie2012-11-101-1/+1