summaryrefslogtreecommitdiff
path: root/src/mesa/swrast/s_texfilter.c
AgeCommit message (Expand)AuthorFilesLines
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
2011-09-17mesa: move gl_texture_image::FetchTexel fields to swrastBrian Paul1-39/+53
2011-09-06swrast: Remove GL_COLOR_INDEX from assertionsIan Romanick1-4/+0
2011-05-18swrast: anisotropic filtering extensionAndreas Faenger1-0/+395
2011-04-10mesa: move sampler state into new gl_sampler_object typeBrian Paul1-127/+128
2011-03-08swrast: flip the conditionals in shadow_compare4() for readabilityBrian Paul1-24/+24
2011-03-08swrast: add coord clamping, fix comparisons for shadow testingPhilip Taylor1-27/+30
2011-01-05swrast: Remove unnecessary headers.Vinson Lee1-1/+0
2010-11-22swrast: init alpha value to 1.0 in opt_sample_rgb_2d()Brian Paul1-0/+1
2010-10-13Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg1-62/+62
2010-10-04swrast: fix choose_depth_texture_level() to respect mipmap filtering stateBrian Paul1-5/+10
2010-10-01ARB_texture_rg: Add GL_RED as a valid GL_DEPTH_TEXTURE_MODEIan Romanick1-0/+3
2010-09-25swrast: update comments for REMAINDER() macroBrian Paul1-2/+5
2010-03-23swrast: improve depth texture mipmap selectionBrian Paul1-11/+30
2010-02-25swrast: add 0.5 bias in tex_array_slice() per the specBrian Paul1-1/+1
2010-02-25swrast: the only wrap mode for selecting texture array slices is clampBrian Paul1-9/+20
2010-01-27swrast: silence double->float assignment warningsBrian Paul1-1/+1
2010-01-04mesa: make texture BorderColor a union of float/int/uintBrian Paul1-19/+19
2009-10-28swrast: fix texel decoding in opt_sample_rgba_2d()Brian Paul1-5/+5
2009-09-30swrast: fix some texformat regressionsBrian Paul1-6/+6
2009-09-30mesa: remove GLchan-based formats; use hw 8-bit/channel formats insteadBrian Paul1-18/+18
2009-09-30mesa: replace gl_texture_format with gl_formatBrian Paul1-14/+14
2009-09-23Merge branch 'softpipe-opt'Keith Whitwell1-2/+6
2009-09-21swrast: fix cube face selectionBrian Paul1-2/+2
2009-08-24mesa/swrast: use one fewer divide in swrast's choose_cube_face alsoKeith Whitwell1-2/+6