mesa/swrast: use logf2 instead of util_fast_log2
[mesa.git] / src / mesa / swrast / s_texfilter.c
2020-06-30 Dylan Bakermesa/swrast: use logf2 instead of util_fast_log2
2020-05-05 Pierre-Eric Pellou... mesa: add gl_coontext::ForceIntegerTexNearest
2020-04-21 Dylan Bakerremove final imports.h and imports.c bits
2020-04-21 Dylan Bakerreplace IFLOOR with util_ifloor
2020-04-21 Dylan Bakerreplace LOG2 with util_fast_log2
2020-04-18 Albert Astals CidFix promotion of floats to doubles
2020-03-27 Marek OlšákMove compiler.h and imports.h/c from src/mesa/main...
2015-08-17 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-07-29 Matt Turnerswrast: Avoid double promotion.
2015-07-22 Brian Paulswrast: remove unneeded & operators in _swrast_choose_t...
2015-04-01 Brian Paulswrast: remove unneeded #include of colormac.h
2015-02-24 Brian Paulmesa: replace FABSF with fabsf
2015-02-23 Matt Turnermesa: Use assert() instead of ASSERT wrapper.
2015-01-05 Brian Paulmesa: create, use new _mesa_texture_base_format() function
2015-01-05 Brian Paulswrast: use new _mesa_base_tex_image() helper
2014-12-09 Matt Turnerswrast: Remove 'inline' from tex filter functions.
2014-09-04 Brian Paulswrast: s/INLINE/inline/
2014-01-27 Mark Muellermesa: Change many Type A MESA_FORMATs to meet naming...
2014-01-27 Mark Muellermesa: Rename 4 color component unsigned byte MESA_FORMATs
2013-08-26 Brian Paulswrast: init i0, i1 values to silence warnings
2013-06-05 Rico Schüllermesa: remove outdated version lines in comments
2013-05-01 Brian Paulswrast: add casts for ImageSlices pointer arithmetic
2013-04-30 Eric Anholtswrast: Make a teximage's stored RowStride be in terms...
2013-04-30 Eric Anholtswrast: Replace use of teximage Map in 1D/2D paths...
2013-04-24 Kenneth Graunkemesa: Restore 78-column wrapping of license text in...
2013-04-24 Kenneth Graunkemesa: Add "OR COPYRIGHT HOLDERS" to license text discla...
2013-04-24 Kenneth Graunkemesa: Change "BRIAN PAUL" to "THE AUTHORS" in license...
2013-03-15 Paul BerryReplace gl_frag_attrib enum with gl_varying_slot.
2013-01-25 Brian Paulswrast: silence a bunch of MSVC warnings
2012-09-06 Matt TurnerDon't cast the return value of malloc/realloc
2012-09-04 Brian Paulmesa: remove SQRTF, use sqrtf. Convert INV_SQRT() to...
2012-08-24 Brian Paulswrast: implement cubical depth texture sampling
2012-08-14 Ian Romanickmesa: Kill GL_ARB_shadow_ambient with fire
2012-08-01 Pauli Nieminenswrast: Support sampler object for texture fetching...
2012-08-01 Pauli Nieminenmesa: Move DepthMode to texture object
2012-03-20 Brian Paulmesa: rework texture completeness testing
2012-01-24 Brian Paulswrast: s/Data/Map/ in swrast_texture_image
2011-12-06 Anuj Phogatswrast: Add depth cube map support.
2011-11-29 Chad Versaceswrast: Fix some static analysis warnings
2011-11-03 Yuanhan Liuswrast: simplify the condition test for _swrast_choose_...
2011-10-23 Brian Paulmesa: move gl_texture_image::Data, RowStride, ImageOffs...
2011-10-07 Brian Paulswrast: s/FetchTexelf/FetchTexel/
2011-10-07 Brian Paulswrast: silence unused var warnings in non-debug builds
2011-10-01 Brian Paulmesa: s/INLINE/inline/
2011-09-22 Brian Paulmesa: move gl_texture_image::Width/Height/DepthScale...
2011-09-22 Brian Paulmesa: move gl_texture_image::_IsPowerOfTwo into swrast
2011-09-17 Brian Paulmesa: move gl_texture_image::FetchTexel fields to swrast
2011-09-06 Ian Romanickswrast: Remove GL_COLOR_INDEX from assertions
2011-06-03 Christian KönigMerge remote-tracking branch 'mareko/r300g-draw-instanc...
2011-05-21 Christian KönigMerge remote-tracking branch 'origin/master' into pipe...
2011-05-18 Andreas Faengerswrast: anisotropic filtering extension
2011-04-23 Christian KönigMerge remote branch 'origin/master' into pipe-video
2011-04-12 Brian PaulMerge branch 'arb_sampler_objects'
2011-04-10 Brian Paulmesa: move sampler state into new gl_sampler_object...
2011-03-19 Christian KönigMerge remote branch 'origin/master' into pipe-video
2011-03-08 Brian Paulswrast: flip the conditionals in shadow_compare4()...
2011-03-08 Philip Taylorswrast: add coord clamping, fix comparisons for shadow...
2011-01-15 Brian PaulMerge branch 'draw-instanced'
2011-01-10 Christian KönigMerge remote branch 'vdpau/pipe-video' into pipe-video
2011-01-08 Christian KönigMerge remote branch 'origin/master' into pipe-video
2011-01-05 Vinson Leeswrast: Remove unnecessary headers.
2010-12-19 Christoph BumillerMerge remote branch 'origin/master' into nvc0-new
2010-12-11 Christian KönigMerge remote branch 'origin/master' into pipe-video
2010-11-22 Brian Paulswrast: init alpha value to 1.0 in opt_sample_rgb_2d()
2010-10-28 Christian KönigMerge branch 'master' of ssh://git.freedesktop.org...
2010-10-26 Thomas Balling Sør... Merge branch 'pipe-video' of git://anongit.freedesktop...
2010-10-26 Thomas Balling Sør... Merge branch 'master' into pipe-video
2010-10-20 Keith WhitwellMerge branch 'llvm-cliptest-viewport'
2010-10-18 Keith WhitwellMerge remote branch 'origin/master' into lp-setup-llvm
2010-10-13 Kristian HøgsbergDrop GLcontext typedef and use struct gl_context instead
2010-10-12 Christian KönigMerge branch 'master' of ssh://git.freedesktop.org...
2010-10-05 Thomas Balling Sør... Merge branch 'master' into pipe-video
2010-10-05 Brian Paulswrast: fix choose_depth_texture_level() to respect...
2010-10-01 Ian RomanickARB_texture_rg: Add GL_RED as a valid GL_DEPTH_TEXTURE_MODE
2010-09-25 Brian Paulswrast: update comments for REMAINDER() macro
2010-06-24 Eric AnholtMerge branch 'glsl2-head' into glsl2
2010-05-01 Younes MantonMerge branch 'master' of ssh://git.freedesktop.org...
2010-04-23 Ian RomanickMerge branch '7.8'
2010-04-23 Jerome GlisseMerge remote branch 'origin/7.8'
2010-04-23 Michel DänzerMerge branch '7.8'
2010-04-22 Brian PaulMerge branch '7.8'
2010-04-20 Dan NicholsonMerge branch '7.8'
2010-04-19 Jesse BarnesMerge branch '7.8'
2010-04-28 Brian PaulMerge branch '7.8'
2010-04-28 Jakob BornecrantzMerge branch '7.8'
2010-04-28 Brian PaulMerge branch '7.8'
2010-04-27 Brian PaulMerge branch '7.8'
2010-04-19 Jesse BarnesMerge branch '7.8'
2010-04-19 Brian PaulMerge branch '7.8'
2010-04-13 Jesse BarnesMerge branch '7.8'
2010-04-11 Maciej CencoraMerge commit 'origin/7.8'
2010-04-09 Brian PaulMerge branch '7.8'
2010-04-08 Dave AirlieMerge remote branch 'origin/7.8'
2010-04-05 Ian RomanickMerge branch '7.8'
2010-04-04 Ian RomanickMerge branch '7.8'
2010-03-31 Zack RusinMerge remote branch 'origin/master' into gallium_draw_llvm
2010-03-30 Michel DänzerMerge branch '7.8'
2010-03-26 Michel DänzerMerge branch '7.8'
2010-03-25 Brian PaulMerge branch '7.8'
2010-03-23 Brian Paulswrast: improve depth texture mipmap selection
next