index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
gallium
/
auxiliary
/
gallivm
/
lp_bld_sample_aos.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
gallivm: optimize gather a bit, by using supplied destination type
Roland Scheidegger
2016-12-21
1
-2
/
+6
*
gallivm: Basic AVX2 support.
José Fonseca
2016-10-04
1
-2
/
+5
*
gallivm: make sampling more robust against bogus coordinates
Roland Scheidegger
2016-04-26
1
-1
/
+12
*
llvmpipe: add cache for compressed textures
Roland Scheidegger
2015-11-04
1
-2
/
+4
*
gallivm: fix alignment issue for vertex data fetch
Roland Scheidegger
2014-11-18
1
-0
/
+4
*
gallivm: handle cube map arrays for texture sampling
Roland Scheidegger
2014-08-30
1
-12
/
+4
*
gallivm,draw,llvmpipe: Remove support for versions of LLVM prior to 3.1.
José Fonseca
2014-05-14
1
-10
/
+0
*
gallivm: optimize repeat linear npot code in the aos int path
Jeff Muizelaar
2014-03-14
1
-12
/
+62
*
gallivm: use correct rounding for nearest wrap mode (in the aos int path)
Roland Scheidegger
2014-03-14
1
-29
/
+9
*
gallivm: use correct rounding for linear wrap mode (in the aos int path)
Jeff Muizelaar
2014-03-14
1
-6
/
+8
*
gallivm: refactor num_lods handling
Roland Scheidegger
2013-08-30
1
-10
/
+10
*
gallivm: fix min/mag switchover point for nearest/none mip filter
Roland Scheidegger
2013-08-23
1
-16
/
+9
*
gallivm: (trivial) fix linear aos sampling of 3d compressed formats
Roland Scheidegger
2013-08-22
1
-2
/
+2
*
gallivm: add comment for bogus min/mag filter selection with nearest mip filter
Roland Scheidegger
2013-08-21
1
-1
/
+1
*
gallivm: do per-pixel lod calculations for explicit lod
Roland Scheidegger
2013-07-04
1
-15
/
+11
*
gallium: Fix llvmpipe on big-endian machines
Adam Jackson
2013-06-24
1
-2
/
+2
*
gallivm: Eliminate 8.8 fixed point intermediates from AoS sampling path.
José Fonseca
2013-05-17
1
-206
/
+115
*
gallivm: Add and use lp_build_lerp_3d.
José Fonseca
2013-05-17
1
-26
/
+25
*
gallivm: add support for texel offsets for ordinary texturing.
Roland Scheidegger
2013-03-02
1
-27
/
+103
*
gallivm,draw,llvmpipe: mass rename of unit->texture_unit/sampler_unit
Roland Scheidegger
2013-01-28
1
-1
/
+1
*
gallivm: split sampler and texture state
Roland Scheidegger
2013-01-28
1
-52
/
+52
*
gallivm: more integer texture format fetch fixes
Roland Scheidegger
2013-01-10
1
-1
/
+1
*
gallivm: support array textures
Roland Scheidegger
2012-11-29
1
-31
/
+35
*
gallivm: use the new mip per quad handling in texture fetch path
Roland Scheidegger
2012-11-27
1
-10
/
+62
*
gallivm,llvmpipe: handle TXF (texelFetch) instruction, including offsets
Roland Scheidegger
2012-11-27
1
-4
/
+4
*
gallivm: silence uninitialized variable warnings
Brian Paul
2012-07-17
1
-1
/
+1
*
gallivm,draw,llvmpipe: Support wider native registers.
José Fonseca
2012-07-17
1
-420
/
+924
*
gallivm: Allow to force nearest filtering on a per-axis basis.
José Fonseca
2012-07-17
1
-47
/
+75
*
llvmpipe: fix typo in the depth sampling aos code.
Dave Airlie
2011-11-06
1
-1
/
+1
*
llvmpipe: Remove unsed variables.
José Fonseca
2011-10-31
1
-2
/
+1
*
llvmpipe: Take the sampler view's first_level into account when sampling.
Fabian Bieler
2011-04-08
1
-2
/
+5
*
gallivm: do texture swizzle after shadow compare
Brian Paul
2010-12-14
1
-2
/
+0
*
gallivm/llvmpipe: squash merge of the llvm-context branch
Brian Paul
2010-11-30
1
-55
/
+57
*
gallivm: Silence uninitialized variable warnings.
Vinson Lee
2010-10-21
1
-1
/
+1
*
gallivm: Silence uninitialized variable warnings.
Vinson Lee
2010-10-21
1
-2
/
+2
*
gallivm: work-around trilinear mipmap filtering regression with LLVM 2.8
Brian Paul
2010-10-13
1
-0
/
+20
*
gallivm: Eliminate unsigned integer arithmetic from texture coordinates.
José Fonseca
2010-10-11
1
-26
/
+24
*
gallivm: Pass texture coords derivates as scalars.
José Fonseca
2010-10-10
1
-4
/
+4
*
gallivm: Simplify if/then/else implementation.
José Fonseca
2010-10-09
1
-12
/
+2
*
gallivm: Do size computations simultanously for all dimensions (AoS).
José Fonseca
2010-10-09
1
-62
/
+63
*
gallivm: Move into the as much of the second level code as possible.
José Fonseca
2010-10-08
1
-76
/
+38
*
gallivm: Clamp mipmap level and zero mip weight simultaneously.
José Fonseca
2010-10-08
1
-1
/
+3
*
gallivm: Don't compute the second mipmap level when frac(lod) == 0
José Fonseca
2010-10-08
1
-82
/
+85
*
gallivm: Simplify lp_build_mipmap_level_sizes' interface.
José Fonseca
2010-10-08
1
-6
/
+10
*
gallivm: Do not do mipfiltering when magnifying.
José Fonseca
2010-10-08
1
-8
/
+8
*
gallivm: Compute lod as integer whenever possible.
José Fonseca
2010-10-06
1
-19
/
+21
*
gallivm: fix repeat() function for NPOT textures
Brian Paul
2010-09-25
1
-5
/
+8
*
gallivm: Remove dead experimental code.
José Fonseca
2010-09-25
1
-74
/
+46
*
llvmpipe: make min/max lod and lod bias dynamic state
Brian Paul
2010-09-24
1
-1
/
+1
*
gallivm: Remove unnecessary header.
Vinson Lee
2010-09-16
1
-1
/
+0
[next]