summaryrefslogtreecommitdiffstats
path: root/src/mesa/swrast/s_texfilter.c
Commit message (Expand)AuthorAgeFilesLines
* swrast: s/Data/Map/ in swrast_texture_imageBrian Paul2012-01-241-2/+2
* swrast: Add depth cube map support.Anuj Phogat2011-12-051-4/+14
* swrast: Fix some static analysis warningsChad Versace2011-11-291-0/+9
* swrast: simplify the condition test for _swrast_choose_texture_sample_funcYuanhan Liu2011-11-031-13/+9
* mesa: move gl_texture_image::Data, RowStride, ImageOffsets to swrastBrian Paul2011-10-231-3/+3
* swrast: s/FetchTexelf/FetchTexel/Brian Paul2011-10-071-39/+39
* swrast: silence unused var warnings in non-debug buildsBrian Paul2011-10-071-0/+2
* mesa: s/INLINE/inline/Brian Paul2011-10-011-26/+26
* mesa: move gl_texture_image::Width/Height/DepthScale fields to swrastBrian Paul2011-09-221-4/+7
* mesa: move gl_texture_image::_IsPowerOfTwo into swrastBrian Paul2011-09-221-9/+18
* mesa: move gl_texture_image::FetchTexel fields to swrastBrian Paul2011-09-171-39/+53
* swrast: Remove GL_COLOR_INDEX from assertionsIan Romanick2011-09-061-4/+0
* swrast: anisotropic filtering extensionAndreas Faenger2011-05-181-0/+395
* mesa: move sampler state into new gl_sampler_object typeBrian Paul2011-04-101-127/+128
* swrast: flip the conditionals in shadow_compare4() for readabilityBrian Paul2011-03-081-24/+24
* swrast: add coord clamping, fix comparisons for shadow testingPhilip Taylor2011-03-081-27/+30
* swrast: Remove unnecessary headers.Vinson Lee2011-01-051-1/+0
* swrast: init alpha value to 1.0 in opt_sample_rgb_2d()Brian Paul2010-11-221-0/+1
* Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg2010-10-131-62/+62
* swrast: fix choose_depth_texture_level() to respect mipmap filtering stateBrian Paul2010-10-041-5/+10
* ARB_texture_rg: Add GL_RED as a valid GL_DEPTH_TEXTURE_MODEIan Romanick2010-10-011-0/+3
* swrast: update comments for REMAINDER() macroBrian Paul2010-09-251-2/+5
* swrast: improve depth texture mipmap selectionBrian Paul2010-03-231-11/+30
* swrast: add 0.5 bias in tex_array_slice() per the specBrian Paul2010-02-251-1/+1
* swrast: the only wrap mode for selecting texture array slices is clampBrian Paul2010-02-251-9/+20
* swrast: silence double->float assignment warningsBrian Paul2010-01-271-1/+1
* mesa: make texture BorderColor a union of float/int/uintBrian Paul2010-01-041-19/+19
* swrast: fix texel decoding in opt_sample_rgba_2d()Brian Paul2009-10-281-5/+5
* swrast: fix some texformat regressionsBrian Paul2009-09-301-6/+6
* mesa: remove GLchan-based formats; use hw 8-bit/channel formats insteadBrian Paul2009-09-301-18/+18
* mesa: replace gl_texture_format with gl_formatBrian Paul2009-09-301-14/+14
* Merge branch 'softpipe-opt'Keith Whitwell2009-09-231-2/+6
|\
| * mesa/swrast: use one fewer divide in swrast's choose_cube_face alsoKeith Whitwell2009-08-241-2/+6
* | swrast: fix cube face selectionBrian Paul2009-09-211-2/+2
|/
* Merge branch 'mesa_7_5_branch'Brian Paul2009-06-161-1/+1
|\
| * mesa: fix REMAINDER() macroBrian Paul2009-06-161-1/+1
* | swrast: update/restore the opt_sample_rgb/rgba_2d() functionsBrian Paul2009-05-121-15/+9
|/
* swrast: add missing break in clamp_rect_coord_linear()Brian Paul2009-04-281-0/+1
* swrast: fix texture border color interpretationBrian Paul2009-04-061-30/+68
* swrast: remove unused integer lerp functionsBrian Paul2009-04-011-43/+1
* swrast: refactor depth/shadow sampling codeBrian Paul2009-04-011-262/+271
* swrast: do texture sampling/combining in floating pointBrian Paul2009-04-011-230/+184
* mesa: remove gl_texture_object::_Function field and associated codeBrian Paul2009-03-111-1/+3
* mesa: remove GL_SGIX_shadow, GL_SGIX_shadow_ambient and GL_SGIX_depth_textureBrian Paul2009-01-281-98/+1
* mesa: silence uninitialized var warningsBrian Paul2009-01-201-0/+5
* mesa: assorted clean-ups, updated comments, etc.Brian2008-12-051-155/+137
* mesa: replace large macros with inline functionsBrian2008-12-051-386/+338
* mesa: add missing break statementsBrian Paul2008-11-281-0/+2
* mesa: prefix a bunch of #include lines with "main/".Brian Paul2008-09-181-5/+5
* mesa: return after _mesa_problem() callsGuillaume Melquiond2008-09-131-0/+2