mesa/gallium: Move u_bit_scan{,64} from gallium to util.
[mesa.git] / src / gallium / auxiliary / gallivm / lp_bld_sample_aos.c
2016-04-26 Roland Scheideggergallivm: make sampling more robust against bogus coordi...
2015-11-14 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-11-04 Roland Scheideggerllvmpipe: add cache for compressed textures
2014-11-18 Roland Scheideggergallivm: fix alignment issue for vertex data fetch
2014-08-29 Roland Scheideggergallivm: handle cube map arrays for texture sampling
2014-05-14 José Fonsecagallivm,draw,llvmpipe: Remove support for versions...
2014-03-14 Jeff Muizelaargallivm: optimize repeat linear npot code in the aos...
2014-03-14 Roland Scheideggergallivm: use correct rounding for nearest wrap mode...
2014-03-14 Jeff Muizelaargallivm: use correct rounding for linear wrap mode...
2013-08-30 Roland Scheideggergallivm: refactor num_lods handling
2013-08-23 Roland Scheideggergallivm: fix min/mag switchover point for nearest/none...
2013-08-22 Roland Scheideggergallivm: (trivial) fix linear aos sampling of 3d compre...
2013-08-21 Roland Scheideggergallivm: add comment for bogus min/mag filter selection...
2013-07-04 Roland Scheideggergallivm: do per-pixel lod calculations for explicit lod
2013-06-24 Adam Jacksongallium: Fix llvmpipe on big-endian machines
2013-05-17 José Fonsecagallivm: Eliminate 8.8 fixed point intermediates from...
2013-05-17 José Fonsecagallivm: Add and use lp_build_lerp_3d.
2013-03-02 Roland Scheideggergallivm: add support for texel offsets for ordinary...
2013-01-28 Roland Scheideggergallivm,draw,llvmpipe: mass rename of unit->texture_uni...
2013-01-28 Roland Scheideggergallivm: split sampler and texture state
2013-01-11 Roland Scheideggergallivm: more integer texture format fetch fixes
2012-11-29 Roland Scheideggergallivm: support array textures
2012-11-27 Roland Scheideggergallivm: use the new mip per quad handling in texture...
2012-11-27 Roland Scheideggergallivm,llvmpipe: handle TXF (texelFetch) instruction...
2012-07-17 Brian Paulgallivm: silence uninitialized variable warnings
2012-07-17 José Fonsecagallivm,draw,llvmpipe: Support wider native registers.
2012-07-17 José Fonsecagallivm: Allow to force nearest filtering on a per...
2011-11-06 Dave Airliellvmpipe: fix typo in the depth sampling aos code.
2011-10-31 José Fonsecallvmpipe: Remove unsed variables.
2011-04-23 Christian KönigMerge remote branch 'origin/master' into pipe-video
2011-04-08 Fabian Bielerllvmpipe: Take the sampler view's first_level into...
2011-01-15 Brian PaulMerge branch 'draw-instanced'
2011-01-10 Christian KönigMerge remote branch 'vdpau/pipe-video' into pipe-video
2010-12-22 Christian KönigMerge remote branch 'origin/master' into pipe-video
2010-12-19 Christoph BumillerMerge remote branch 'origin/master' into nvc0-new
2010-12-14 Brian Paulgallivm: do texture swizzle after shadow compare
2010-12-11 Christian KönigMerge remote branch 'origin/master' into pipe-video
2010-11-30 Brian Paulgallivm/llvmpipe: squash merge of the llvm-context...
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-22 Brian PaulMerge branch 'primitive-restart-cleanup'
2010-10-21 Vinson Leegallivm: Silence uninitialized variable warnings.
2010-10-21 Vinson Leegallivm: Silence uninitialized variable warnings.
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 Brian Paulgallivm: work-around trilinear mipmap filtering regress...
2010-10-12 Christian KönigMerge branch 'master' of ssh://git.freedesktop.org...
2010-10-11 José Fonsecagallivm: Eliminate unsigned integer arithmetic from...
2010-10-10 José Fonsecagallivm: Pass texture coords derivates as scalars.
2010-10-09 José Fonsecagallivm: Simplify if/then/else implementation.
2010-10-09 José Fonsecagallivm: Do size computations simultanously for all...
2010-10-08 José Fonsecagallivm: Move into the as much of the second level...
2010-10-08 José Fonsecagallivm: Clamp mipmap level and zero mip weight simulta...
2010-10-08 José Fonsecagallivm: Don't compute the second mipmap level when...
2010-10-08 José Fonsecagallivm: Simplify lp_build_mipmap_level_sizes' interface.
2010-10-08 José Fonsecagallivm: Do not do mipfiltering when magnifying.
2010-10-06 José Fonsecagallivm: Compute lod as integer whenever possible.
2010-10-05 Thomas Balling Sør... Merge branch 'master' into pipe-video
2010-09-25 Brian Paulgallivm: fix repeat() function for NPOT textures
2010-09-25 José Fonsecagallivm: Remove dead experimental code.
2010-09-24 Brian Paulllvmpipe: make min/max lod and lod bias dynamic state
2010-09-16 Vinson Leegallivm: Remove unnecessary header.
2010-09-15 Brian Paulgallivm: expand AoS sampling to cover all filtering...