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_soa.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
gallivm: Fix SoA cubemap derivative computation.
José Fonseca
2010-10-17
1
-4
/
+4
*
gallivm: fix different handling of [non]normalized coords in linear soa path
Roland Scheidegger
2010-10-13
1
-16
/
+6
*
gallivm: Eliminate unsigned integer arithmetic from texture coordinates.
José Fonseca
2010-10-11
1
-12
/
+8
*
gallivm: Simplify if/then/else implementation.
José Fonseca
2010-10-09
1
-12
/
+2
*
gallivm: Factor out the SI->FP texture size conversion for SoA path too
José Fonseca
2010-10-09
1
-34
/
+56
*
gallivm: Do size computations simultanously for all dimensions (AoS).
José Fonseca
2010-10-09
1
-2
/
+14
*
gallivm: optimize soa linear clamp to edge wrap mode a bit
Roland Scheidegger
2010-10-09
1
-23
/
+30
*
gallivm: avoid unnecessary URem in linear wrap repeat case
Roland Scheidegger
2010-10-09
1
-3
/
+7
*
gallivm: more linear tex wrap mode calculation simplification
Roland Scheidegger
2010-10-09
1
-12
/
+9
*
gallivm: optimize some tex wrap mode calculations a bit
Roland Scheidegger
2010-10-09
1
-6
/
+11
*
gallivm: replace sub/floor/ifloor combo with ifloor_fract
Roland Scheidegger
2010-10-09
1
-5
/
+1
*
llvmpipe: First minify the texture size, then broadcast.
José Fonseca
2010-10-08
1
-15
/
+10
*
gallivm: Move into the as much of the second level code as possible.
José Fonseca
2010-10-08
1
-102
/
+51
*
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
-57
/
+90
*
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: Vectorize the rho computation.
José Fonseca
2010-10-07
1
-0
/
+24
*
gallivm: Compute lod as integer whenever possible.
José Fonseca
2010-10-06
1
-14
/
+17
*
gallivm: Combined ifloor & fract helper.
José Fonseca
2010-10-06
1
-25
/
+16
*
gallivm: More comprehensive border usage logic.
José Fonseca
2010-09-30
1
-29
/
+13
*
llvmpipe: fix swizzling of texture border color
Brian Paul
2010-09-27
1
-2
/
+2
*
gallivm: fix repeat() function for NPOT textures
Brian Paul
2010-09-25
1
-5
/
+9
*
gallivm: fix copy&paste bug
Roland Scheidegger
2010-09-25
1
-1
/
+1
*
llvmpipe: make texture border_color dynamic state
Brian Paul
2010-09-24
1
-19
/
+45
*
llvmpipe: make min/max lod and lod bias dynamic state
Brian Paul
2010-09-24
1
-1
/
+1
*
gallivm: fix lp_build_sample_compare()
Brian Paul
2010-09-21
1
-17
/
+23
*
gallivm: remove debug code
Brian Paul
2010-09-20
1
-2
/
+0
*
gallivm: Start collecting bitwise arithmetic helpers in a new module.
José Fonseca
2010-09-16
1
-1
/
+2
*
gallivm: make lp_build_sample_nop public
Keith Whitwell
2010-09-16
1
-6
/
+5
*
gallivm: Remove unnecessary headers.
Vinson Lee
2010-09-15
1
-2
/
+0
*
gallivm: expand AoS sampling to cover all filtering modes
Brian Paul
2010-09-15
1
-1025
/
+34
*
gallivm: nr_channels is only valid for formats with plain layout.
José Fonseca
2010-09-11
1
-3
/
+1
*
gallivm: Add a new debug flag to warn about performance issues.
José Fonseca
2010-09-11
1
-0
/
+10
*
gallivm: Compute the 4 texel offsets for linear filtering en ensemble.
José Fonseca
2010-08-30
1
-94
/
+206
*
gallium: make all checks for PIPE_TEXTURE_2D check for PIPE_TEXTURE_RECT too
Luca Barbieri
2010-08-20
1
-2
/
+5
*
gallivm: Remove unnecessary header.
Vinson Lee
2010-08-14
1
-1
/
+0
*
u_cpu_detect: remove arch and little_endian
Luca Barbieri
2010-08-14
1
-1
/
+5
*
gallivm: Use lp_build_div instead of lp_build_mul + lp_build_rcp.
José Fonseca
2010-08-11
1
-2
/
+1
*
gallivm: Use unsigned shift in lp_build_minify.
José Fonseca
2010-08-11
1
-1
/
+1
*
gallivm: Always use floating-point operators for floating-point types
nobled
2010-08-09
1
-5
/
+7
*
gallivm: restore const qualifier
Brian Paul
2010-07-07
1
-1
/
+1
*
gallivm: fix cube map LOD computation
Brian Paul
2010-07-07
1
-38
/
+54
*
gallivm: use trunc, not round in lp_build_nearest_mip_level()
Brian Paul
2010-07-06
1
-1
/
+1
*
gallivm: Do 4ubyte AoS texture filtering for any format that can be expressed.
José Fonseca
2010-07-02
1
-45
/
+53
*
gallivm: Move lp_build_rgba8_to_f32_soa() to lp_bld_format_soa.c
José Fonseca
2010-07-02
1
-32
/
+0
*
gallivm: Move gather functions to its own module.
José Fonseca
2010-07-02
1
-0
/
+1
*
gallivm: Make lp_build_sample_wrap_int usage more accurate.
José Fonseca
2010-06-02
1
-11
/
+2
*
gallivm: Don't use reciprocate in lp_build_sample_wrap_linear().
José Fonseca
2010-06-02
1
-51
/
+50
*
gallivm: Avoid fp arithmetic in lp_build_sample_wrap_nearest().
José Fonseca
2010-06-02
1
-78
/
+32
[next]