index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
gallium
/
auxiliary
/
gallivm
/
lp_bld_sample.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
gallivm/llvmpipe: remove lp_build_context::builder
Brian Paul
2010-12-02
1
-5
/
+7
*
gallium: support for array textures and related changes
Roland Scheidegger
2010-12-02
1
-2
/
+2
*
gallivm/llvmpipe: squash merge of the llvm-context branch
Brian Paul
2010-11-30
1
-80
/
+89
*
gallivm: Pass texture coords derivates as scalars.
José Fonseca
2010-10-10
1
-6
/
+6
*
gallivm: Allow to disable bri-linear filtering with GALLIVM_DEBUG=no_brilinea...
José Fonseca
2010-10-10
1
-4
/
+3
*
gallivm: Simplify if/then/else implementation.
José Fonseca
2010-10-09
1
-6
/
+2
*
gallivm: Use varilables instead of Phis for cubemap selection.
José Fonseca
2010-10-09
1
-36
/
+26
*
gallivm: Special bri-linear computation path for unmodified rho.
José Fonseca
2010-10-09
1
-20
/
+91
*
gallivm: Do size computations simultanously for all dimensions (AoS).
José Fonseca
2010-10-09
1
-25
/
+81
*
gallivm: Help for combined extraction and broadcasting.
José Fonseca
2010-10-08
1
-15
/
+17
*
llvmpipe: First minify the texture size, then broadcast.
José Fonseca
2010-10-08
1
-8
/
+28
*
gallivm: Move into the as much of the second level code as possible.
José Fonseca
2010-10-08
1
-21
/
+13
*
gallivm: Implement brilinear filtering.
José Fonseca
2010-10-08
1
-1
/
+89
*
gallivm: Fix copy'n'paste typo in previous commit.
José Fonseca
2010-10-08
1
-2
/
+2
*
gallivm: Clamp mipmap level and zero mip weight simultaneously.
José Fonseca
2010-10-08
1
-12
/
+45
*
gallivm: Use lp_build_ifloor_fract for lod computation.
José Fonseca
2010-10-08
1
-5
/
+3
*
gallivm: Simplify lp_build_mipmap_level_sizes' interface.
José Fonseca
2010-10-08
1
-43
/
+16
*
gallivm: Vectorize the rho computation.
José Fonseca
2010-10-07
1
-36
/
+56
*
gallivm: Compute lod as integer whenever possible.
José Fonseca
2010-10-06
1
-57
/
+113
*
gallivm: Only apply min/max_lod when necessary.
José Fonseca
2010-10-06
1
-15
/
+36
*
gallivm: don't apply zero lod_bias
Keith Whitwell
2010-10-06
1
-1
/
+6
*
gallivm: Combined ifloor & fract helper.
José Fonseca
2010-10-06
1
-3
/
+1
*
gallivm: Use a faster (and less accurate) log2 in lod computation.
José Fonseca
2010-10-06
1
-0
/
+4
*
gallivm: added some comments
Brian Paul
2010-09-30
1
-0
/
+5
*
gallivm: check for level=0 case in lp_build_minify()
Brian Paul
2010-09-30
1
-3
/
+10
*
gallivm: More comprehensive border usage logic.
José Fonseca
2010-09-30
1
-0
/
+33
*
gallivm: Fetch the lod from the dynamic state when min_lod == max_lod.
José Fonseca
2010-09-25
1
-4
/
+4
*
gallivm: don't use URem/UDiv when calculating offsets for blocks
Roland Scheidegger
2010-09-25
1
-1
/
+11
*
llvmpipe: make texture border_color dynamic state
Brian Paul
2010-09-24
1
-5
/
+0
*
llvmpipe: make min/max lod and lod bias dynamic state
Brian Paul
2010-09-24
1
-17
/
+18
*
gallivm: expand AoS sampling to cover all filtering modes
Brian Paul
2010-09-15
1
-3
/
+510
*
gallivm: Compute the 4 texel offsets for linear filtering en ensemble.
José Fonseca
2010-08-30
1
-32
/
+65
*
util: remove util_is_pot in favor of util_is_power_of_two
Marek Olšák
2010-08-29
1
-3
/
+3
*
Revert "gallivm: fix lp_build_sample_offset() crash when indexing a 1-D texture"
José Fonseca
2010-07-29
1
-3
/
+0
*
gallivm: fix lp_build_sample_offset() crash when indexing a 1-D texture
Brian Paul
2010-07-29
1
-0
/
+3
*
gallivm: Remove unnecessary headers.
Vinson Lee
2010-07-03
1
-1
/
+0
*
gallivm: Do 4ubyte AoS texture filtering for any format that can be expressed.
José Fonseca
2010-07-02
1
-5
/
+38
*
gallivm: Move gather functions to its own module.
José Fonseca
2010-07-02
1
-51
/
+0
*
gallivm: Zero min_lod and max_lod when only one view is selected and min/mag ...
José Fonseca
2010-06-02
1
-3
/
+9
*
llvmpipe: additional comments
Brian Paul
2010-05-13
1
-3
/
+5
*
llvmpipe: Respect pipe_sampler_view::swizzle_r/g/b/a
José Fonseca
2010-04-26
1
-0
/
+5
*
gallivm: remove Z/stencil special case code in lp_build_sample_offset()
Brian Paul
2010-04-22
1
-46
/
+8
*
llvmpipe: Respect pipe_sampler_view::format.
José Fonseca
2010-04-12
1
-2
/
+8
*
Squashed commit of the following:
Keith Whitwell
2010-04-10
1
-1
/
+1
*
gallivm: Fallback to calling util_format_description::fetch_float for any for...
José Fonseca
2010-04-06
1
-2
/
+3
*
gallivm/llvmpipe: rename some constant building functions
Brian Paul
2010-03-15
1
-3
/
+3
*
llvmpipe: Switch to PIPE_TEX_MIPFILTER_NONE when texture has no mipmaps.
José Fonseca
2010-03-13
1
-1
/
+5
*
gallivm: overhaul of texture sampling code
Brian Paul
2010-03-10
1
-7
/
+17
*
llvmpipe/gallivm: checkpoint: array of pointers to mipmap levels
Brian Paul
2010-03-08
1
-2
/
+1
*
gallivm: Add some notes about sampler static state construction.
José Fonseca
2010-03-06
1
-1
/
+17
[next]