gallivm: optimize lp_build_minify for sse
[mesa.git] / src / gallium / auxiliary / gallivm / lp_bld_sample.c
2013-11-05 Roland Scheideggergallivm: optimize lp_build_minify for sse
2013-10-21 Roland Scheideggergallivm: implement seamless cube filtering
2013-10-10 Roland Scheideggergallivm: kill old per-quad face selection code
2013-10-10 Roland Scheideggergallivm: handle explicit derivatives for cubemaps
2013-10-10 Roland Scheideggergallivm: ignore rho approximation for cube maps
2013-09-17 Roland Scheideggergallivm: some bits of seamless cube filtering implement...
2013-08-30 Roland Scheideggergallivm: don't calculate square root of rho if we use...
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: do per-element lod for lod bias and explicit...
2013-08-21 Roland Scheideggergallivm: unify sin and cos implementation
2013-08-21 Roland Scheideggergallivm: add comment for bogus min/mag filter selection...
2013-08-21 Roland Scheideggergallivm: fix rho calculation for 1d case
2013-08-14 Roland Scheideggergallivm: change coordinate handling throughout functions
2013-08-08 Roland Scheideggergallivm: fix out-of-bounds behavior for fetch/ld
2013-07-04 Roland Scheideggergallivm: (trivial) fix bogus assertion for per-element...
2013-07-04 Roland Scheideggergallivm: do per-pixel lod calculations for explicit lod
2013-04-26 José Fonsecagallivm: Fix trivial out-of-bounds indirection in lp_bu...
2013-04-18 Roland Scheideggergallivm: change cubemaps / derivatives handling, take 55
2013-04-18 Roland Scheideggergallivm: Add no_rho_approx debug option
2013-04-15 Roland Scheideggergallivm: fix small but severe bug in handling multiple...
2013-04-04 Roland Scheideggergallivm: some minor cube map cleanup
2013-04-03 Roland Scheideggergallivm: honor explicit derivatives values for cube...
2013-04-03 Roland Scheideggergallivm: do per-pixel cube face selection (finally!!!)
2013-04-03 Roland Scheideggergallivm: minor rho calculation optimization for 1 or...
2013-03-11 Roland Scheideggergallivm: clean up passing derivatives around
2013-02-25 Roland Scheideggerdraw: make sure pipeline is revalidated when sampler...
2013-01-28 Roland Scheideggergallivm,draw,llvmpipe: mass rename of unit->texture_uni...
2013-01-28 Roland Scheideggergallivm: split sampler and texture state
2012-11-29 Roland Scheideggergallivm: support array textures
2012-11-28 James Bentonllvmpipe: Unswizzled rendering.
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-11-12 Roland Scheideggergallivm,draw,llvmpipe: use base ptr + mip offsets inste...
2012-08-10 Brian Paulgallivm: fix crash in lp_sampler_static_state()
2012-07-17 Brian Paulgallivm: silence uninitialized variable warnings
2012-07-17 José Fonsecagallivm,draw,llvmpipe: Support wider native registers.
2012-06-08 Roland Scheideggergallivm: Fix calculating rho for 3d textures for the...
2012-05-17 Olivier Galibertllvmpipe: Implement TXQ.
2012-05-11 Marek OlšákMerge branch 'gallium-userbuf'
2012-05-04 Brian Paulgallivm: fix comment typo
2011-11-14 José Fonsecagallivm: Remove duplicate statement.
2011-09-13 Brian Paulgallivm: remove unused vars
2011-06-03 Christian KönigMerge remote-tracking branch 'mareko/r300g-draw-instanc...
2011-05-15 Christian KönigMerge remote-tracking branch 'origin/master' into pipe...
2011-05-12 Matt TurnerRemove redundant util_unsigned_logbase2
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-19 Christoph BumillerMerge remote branch 'origin/master' into nvc0-new
2010-12-11 Christian KönigMerge remote branch 'origin/master' into pipe-video
2010-12-03 Brian Paulgallivm/llvmpipe: remove lp_build_context::builder
2010-12-02 Roland Scheideggergallium: support for array textures and related changes
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-20 Keith WhitwellMerge branch 'llvm-cliptest-viewport'
2010-10-18 Keith WhitwellMerge remote branch 'origin/master' into lp-setup-llvm
2010-10-12 Christian KönigMerge branch 'master' of ssh://git.freedesktop.org...
2010-10-10 José Fonsecagallivm: Pass texture coords derivates as scalars.
2010-10-10 José Fonsecagallivm: Allow to disable bri-linear filtering with...
2010-10-09 José Fonsecagallivm: Simplify if/then/else implementation.
2010-10-09 José Fonsecagallivm: Use varilables instead of Phis for cubemap...
2010-10-09 José Fonsecagallivm: Special bri-linear computation path for unmodi...
2010-10-09 José Fonsecagallivm: Do size computations simultanously for all...
2010-10-08 José Fonsecagallivm: Help for combined extraction and broadcasting.
2010-10-08 José Fonsecallvmpipe: First minify the texture size, then broadcast.
2010-10-08 José Fonsecagallivm: Move into the as much of the second level...
2010-10-08 José Fonsecagallivm: Implement brilinear filtering.
2010-10-08 José Fonsecagallivm: Fix copy'n'paste typo in previous commit.
2010-10-08 José Fonsecagallivm: Clamp mipmap level and zero mip weight simulta...
2010-10-08 José Fonsecagallivm: Use lp_build_ifloor_fract for lod computation.
2010-10-08 José Fonsecagallivm: Simplify lp_build_mipmap_level_sizes' interface.
2010-10-07 José Fonsecagallivm: Vectorize the rho computation.
2010-10-06 José Fonsecagallivm: Compute lod as integer whenever possible.
2010-10-06 José Fonsecagallivm: Only apply min/max_lod when necessary.
2010-10-06 Keith Whitwellgallivm: don't apply zero lod_bias
2010-10-06 José Fonsecagallivm: Combined ifloor & fract helper.
2010-10-06 José Fonsecagallivm: Use a faster (and less accurate) log2 in lod...
2010-10-05 Thomas Balling Sør... Merge branch 'master' into pipe-video
2010-09-30 Brian Paulgallivm: added some comments
2010-09-30 Brian Paulgallivm: check for level=0 case in lp_build_minify()
2010-09-30 José Fonsecagallivm: More comprehensive border usage logic.
2010-09-25 José Fonsecagallivm: Fetch the lod from the dynamic state when...
2010-09-25 Roland Scheideggergallivm: don't use URem/UDiv when calculating offsets...
2010-09-24 Brian Paulllvmpipe: make texture border_color dynamic state
2010-09-24 Brian Paulllvmpipe: make min/max lod and lod bias dynamic state
2010-09-15 Brian Paulgallivm: expand AoS sampling to cover all filtering...
2010-09-02 Christoph BumillerMerge remote branch 'origin/master' into nv50-compiler
2010-08-30 José Fonsecagallivm: Compute the 4 texel offsets for linear filteri...
2010-08-29 Marek Olšákutil: remove util_is_pot in favor of util_is_power_of_two
2010-07-29 José FonsecaRevert "gallivm: fix lp_build_sample_offset() crash...
2010-07-29 Brian Paulgallivm: fix lp_build_sample_offset() crash when indexi...
2010-07-27 Eric AnholtMerge remote branch 'origin/master' into glsl2
2010-07-03 Vinson Leegallivm: Remove unnecessary headers.
2010-07-02 José Fonsecagallivm: Do 4ubyte AoS texture filtering for any format...
2010-07-02 José Fonsecagallivm: Move gather functions to its own module.
2010-06-24 Eric AnholtMerge branch 'glsl2-head' into glsl2
next