gallivm: support array textures
[mesa.git] / src / gallium / auxiliary / gallivm / lp_bld_sample_soa.c
2012-11-29 Roland Scheideggergallivm: support array textures
2012-11-28 Roland Scheideggergallivm: fix multiple lods with different min/mag filte...
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-07-17 José Fonsecagallivm,draw,llvmpipe: Support wider native registers.
2012-05-17 Olivier Galibertllvmpipe: Implement TXQ.
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-03-19 Christian KönigMerge remote branch 'origin/master' into pipe-video
2011-03-08 Brian Paulllvmpipe: clamp texcoords in lp_build_sample_compare()
2011-02-28 Christian KönigMerge remote branch 'origin/master' into pipe-video
2011-02-26 Jakob Bornecrantzgallivm: Initialize stack values
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-20 Keith WhitwellMerge branch 'llvm-cliptest-viewport'
2010-10-18 Keith WhitwellMerge remote branch 'origin/master' into lp-setup-llvm
2010-10-17 José Fonsecagallivm: Fix SoA cubemap derivative computation.
2010-10-13 Roland Scheideggergallivm: fix different handling of [non]normalized...
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-09 José Fonsecagallivm: Simplify if/then/else implementation.
2010-10-09 José Fonsecagallivm: Factor out the SI->FP texture size conversion...
2010-10-09 José Fonsecagallivm: Do size computations simultanously for all...
2010-10-08 Roland Scheideggergallivm: optimize soa linear clamp to edge wrap mode...
2010-10-08 Roland Scheideggergallivm: avoid unnecessary URem in linear wrap repeat...
2010-10-08 Roland Scheideggergallivm: more linear tex wrap mode calculation simplifi...
2010-10-08 Roland Scheideggergallivm: optimize some tex wrap mode calculations a bit
2010-10-08 Roland Scheideggergallivm: replace sub/floor/ifloor combo with ifloor_fract
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: 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-07 José Fonsecagallivm: Vectorize the rho computation.
2010-10-06 José Fonsecagallivm: Compute lod as integer whenever possible.
2010-10-06 José Fonsecagallivm: Combined ifloor & fract helper.
2010-10-05 Thomas Balling Sør... Merge branch 'master' into pipe-video
2010-09-30 José Fonsecagallivm: More comprehensive border usage logic.
2010-09-27 Brian Paulllvmpipe: fix swizzling of texture border color
2010-09-25 Brian Paulgallivm: fix repeat() function for NPOT textures
2010-09-25 Roland Scheideggergallivm: fix copy&paste bug
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-21 Brian Paulgallivm: fix lp_build_sample_compare()
2010-09-21 Brian PaulMerge branch 'sprite-coord'
2010-09-20 Brian Paulgallivm: remove debug code
2010-09-16 José Fonsecagallivm: Start collecting bitwise arithmetic helpers...
2010-09-16 Keith Whitwellgallivm: make lp_build_sample_nop public
2010-09-16 Vinson Leegallivm: Remove unnecessary headers.
2010-09-15 Brian Paulgallivm: expand AoS sampling to cover all filtering...
2010-09-15 Christoph BumillerMerge remote branch 'origin/nv50-compiler'
2010-09-11 José Fonsecagallivm: nr_channels is only valid for formats with...
2010-09-11 José Fonsecagallivm: Add a new debug flag to warn about performance...
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-20 Luca Barbierigallium: make all checks for PIPE_TEXTURE_2D check...
2010-08-18 Christoph BumillerMerge remote branch 'origin/master' into nv50-compiler
2010-08-17 Ian RomanickMerge branch 'glsl2'
2010-08-14 Vinson Leegallivm: Remove unnecessary header.
2010-08-14 Luca Barbieriu_cpu_detect: remove arch and little_endian
2010-08-11 José Fonsecagallivm: Use lp_build_div instead of lp_build_mul ...
2010-08-11 José Fonsecagallivm: Use unsigned shift in lp_build_minify.
2010-08-09 nobledgallivm: Always use floating-point operators for floati...
2010-07-27 Eric AnholtMerge remote branch 'origin/master' into glsl2
2010-07-07 Brian Paulgallivm: restore const qualifier
2010-07-07 Brian Paulgallivm: fix cube map LOD computation
2010-07-06 Brian Paulgallivm: use trunc, not round in lp_build_nearest_mip_l...
2010-07-02 José Fonsecagallivm: Do 4ubyte AoS texture filtering for any format...
2010-07-02 José Fonsecagallivm: Move lp_build_rgba8_to_f32_soa() to lp_bld_for...
2010-07-02 José Fonsecagallivm: Move gather functions to its own module.
2010-06-24 Eric AnholtMerge branch 'glsl2-head' into glsl2
2010-06-03 Roland ScheideggerMerge branch 'gallium-newclear'
2010-06-02 José Fonsecagallivm: Make lp_build_sample_wrap_int usage more accurate.
2010-06-02 José Fonsecagallivm: Don't use reciprocate in lp_build_sample_wrap_...
2010-06-02 José Fonsecagallivm: Avoid fp arithmetic in lp_build_sample_wrap_ne...
2010-06-02 José Fonsecagallivm: Don't use lp_build_sample_wrap_nearest()
2010-05-01 Younes MantonMerge branch 'master' of ssh://git.freedesktop.org...
2010-05-21 Roland ScheideggerMerge branch 'gallium-msaa'
2010-05-13 Brian Paulllvmpipe: silence uninitialized var warnings
2010-05-12 Brian Paulgallivm: rename texel result param
2010-05-08 José Fonsecagallivm: Fix mipfiltering with negative lod bias.
2010-05-08 José Fonsecagallivm: Centralize SoA swizzling into a single place.
2010-05-04 Roland ScheideggerMerge commit 'origin/master' into gallium-msaa
2010-05-04 José Fonsecagallivm: Proper implementation of TXL opcode.
2010-05-04 José Fonsecagallivm: Fix several glitches introduced in the prev...
2010-05-04 José Fonsecagallivm: Implement TXD.
2010-05-02 Kristian HøgsbergMerge branch 'gles2-2'
2010-04-30 Brian Paulllvmpipe: fix out-of-bounds texture sampling
2010-04-30 Brian Paulllvmpipe: added lp_build_sample_nop() for debugging
2010-04-30 Roland ScheideggerMerge commit 'origin/master' into gallium-msaa
next