summaryrefslogtreecommitdiff
path: root/src/mesa/swrast/s_texfilter.c
AgeCommit message (Expand)AuthorFilesLines
2021-12-03mesa: Delete libmesa_classicDylan Baker1-3844/+0
2021-10-10swrast: Fix another warning from gcc 11Tapani Pälli1-1/+1
2021-06-27mesa: translate into pipe_sampler_state in GL functionsMarek Olšák1-19/+19
2021-06-10swrast: Fix a warning from gcc 11Adam Jackson1-1/+1
2020-12-01mesa: reorganize gl_texture and sampler structures for glPush/PopAttribMarek Olšák1-147/+147
2020-06-30mesa/swrast: use logf2 instead of util_fast_log2Dylan Baker1-1/+1
2020-05-05mesa: add gl_coontext::ForceIntegerTexNearestPierre-Eric Pelloux-Prayer1-1/+2
2020-04-21remove final imports.h and imports.c bitsDylan Baker1-22/+22
2020-04-21replace IFLOOR with util_ifloorDylan Baker1-32/+32
2020-04-21replace LOG2 with util_fast_log2Dylan Baker1-1/+1
2020-04-18Fix promotion of floats to doublesAlbert Astals Cid1-1/+1
2020-03-27Move compiler.h and imports.h/c from src/mesa/main into src/utilMarek Olšák1-1/+1
2015-07-29swrast: Avoid double promotion.Matt Turner1-4/+4
2015-07-21swrast: remove unneeded & operators in _swrast_choose_texture_sample_func()Brian Paul1-28/+28
2015-04-01swrast: remove unneeded #include of colormac.hBrian Paul1-1/+1
2015-02-24mesa: replace FABSF with fabsfBrian Paul1-7/+8
2015-02-23mesa: Use assert() instead of ASSERT wrapper.Matt Turner1-65/+65
2015-01-05mesa: create, use new _mesa_texture_base_format() functionBrian Paul1-1/+1
2015-01-05swrast: use new _mesa_base_tex_image() helperBrian Paul1-33/+34
2014-12-08swrast: Remove 'inline' from tex filter functions.Matt Turner1-26/+26
2014-09-04swrast: s/INLINE/inline/Brian Paul1-1/+1
2014-01-27mesa: Change many Type A MESA_FORMATs to meet naming standardMark Mueller1-4/+4
2014-01-27mesa: Rename 4 color component unsigned byte MESA_FORMATsMark Mueller1-4/+4
2013-08-26swrast: init i0, i1 values to silence warningsBrian Paul1-0/+1
2013-06-05mesa: remove outdated version lines in commentsRico Schüller1-1/+0
2013-05-01swrast: add casts for ImageSlices pointer arithmeticBrian Paul1-1/+1
2013-04-30swrast: Make a teximage's stored RowStride be in terms of bytes per row.Eric Anholt1-1/+3
2013-04-30swrast: Replace use of teximage Map in 1D/2D paths with ImageSlices[0].Eric Anholt1-2/+2
2013-04-23mesa: Restore 78-column wrapping of license text in C-style comments.Kenneth Graunke1-3/+4
2013-04-23mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability.Kenneth Graunke1-1/+1
2013-04-23mesa: Change "BRIAN PAUL" to "THE AUTHORS" in license text.Kenneth Graunke1-1/+1
2013-03-15Replace gl_frag_attrib enum with gl_varying_slot.Paul Berry1-1/+1
2013-01-25swrast: silence a bunch of MSVC warningsBrian Paul1-19/+19
2012-09-05Don't cast the return value of malloc/reallocMatt Turner1-1/+1
2012-09-03mesa: remove SQRTF, use sqrtf. Convert INV_SQRT() to inline function.Brian Paul1-2/+2
2012-08-24swrast: implement cubical depth texture samplingBrian Paul1-41/+74
2012-08-14mesa: Kill GL_ARB_shadow_ambient with fireIan Romanick1-20/+16
2012-08-01swrast: Support sampler object for texture fetching statePauli Nieminen1-317/+375
2012-08-01mesa: Move DepthMode to texture objectPauli Nieminen1-2/+2
2012-03-20mesa: rework texture completeness testingBrian Paul1-2/+4
2012-01-24swrast: s/Data/Map/ in swrast_texture_imageBrian Paul1-2/+2
2011-12-05swrast: Add depth cube map support.Anuj Phogat1-4/+14
2011-11-29swrast: Fix some static analysis warningsChad Versace1-0/+9
2011-11-03swrast: simplify the condition test for _swrast_choose_texture_sample_funcYuanhan Liu1-13/+9
2011-10-23mesa: move gl_texture_image::Data, RowStride, ImageOffsets to swrastBrian Paul1-3/+3
2011-10-07swrast: s/FetchTexelf/FetchTexel/Brian Paul1-39/+39
2011-10-07swrast: silence unused var warnings in non-debug buildsBrian Paul1-0/+2
2011-10-01mesa: s/INLINE/inline/Brian Paul1-26/+26
2011-09-22mesa: move gl_texture_image::Width/Height/DepthScale fields to swrastBrian Paul1-4/+7
2011-09-22mesa: move gl_texture_image::_IsPowerOfTwo into swrastBrian Paul1-9/+18