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 a maybe-uninitialized warning
Marek Olšák
2017-03-30
1
-1
/
+1
*
gallivm: (trivial) handle non-aligned fetch for lp_build_fetch_rgba_soa
Roland Scheidegger
2016-12-21
1
-2
/
+2
*
gallivm: Fix build after removal of deprecated attribute API v3
Tom Stellard
2016-11-09
1
-1
/
+3
*
gallivm: Use 8 wide AoS sampling on AVX2.
Roland Scheidegger
2016-10-04
1
-5
/
+6
*
util: Move format_rgb9e5.h to src/util
Jason Ekstrand
2016-08-05
1
-1
/
+1
*
gallivm: use InternalLinkage instead of PrivateLinkage for texture functions
Roland Scheidegger
2016-05-10
1
-1
/
+1
*
gallivm: make sampling more robust against bogus coordinates
Roland Scheidegger
2016-04-26
1
-8
/
+26
*
gallium: merge PIPE_SWIZZLE_* and UTIL_FORMAT_SWIZZLE_*
Marek Olšák
2016-04-22
1
-4
/
+4
*
gallivm: fix bogus argument order to lp_build_sample_mipmap function
Roland Scheidegger
2016-04-21
1
-2
/
+2
*
gallivm: convert size query to using a set of parameters.
Dave Airlie
2016-04-19
1
-19
/
+15
*
gallivm: Use standard LLVMSetAlignment from LLVM 3.4 onwards.
Jose Fonseca
2016-04-03
1
-1
/
+1
*
llvmpipe: add cache for compressed textures
Roland Scheidegger
2015-11-04
1
-0
/
+42
*
gallivm: fix tex offsets with mirror repeat linear
Roland Scheidegger
2015-10-24
1
-4
/
+5
*
gallivm: fix sampling with texture offsets in SoA path
Roland Scheidegger
2015-10-24
1
-3
/
+8
*
gallivm: make sampling more robust when the sampler setup is bogus
Roland Scheidegger
2015-05-29
1
-6
/
+32
*
gallivm: (trivial) fix the logic deciding if function call should be used...
Roland Scheidegger
2015-04-01
1
-3
/
+1
*
gallivm: do some hack heuristic to disable texture functions
Roland Scheidegger
2015-04-01
1
-0
/
+40
*
gallivm: implement TG4 for ARB_texture_gather
Roland Scheidegger
2015-03-31
1
-29
/
+108
*
gallivm: add gather support to sampler interface
Roland Scheidegger
2015-03-31
1
-13
/
+18
*
gallivm: simplify sampler interface
Roland Scheidegger
2015-03-31
1
-133
/
+94
*
gallivm: fix texture function name (key) when using txf/ld
Roland Scheidegger
2015-03-28
1
-2
/
+5
*
gallivm: use llvm function calls for texturing instead of inlining
Roland Scheidegger
2015-03-27
1
-18
/
+402
*
gallivm: pass jit_context pointer through to sampling
Roland Scheidegger
2015-03-27
1
-25
/
+49
*
gallivm: handle cube map arrays for texture sampling
Roland Scheidegger
2014-08-30
1
-24
/
+84
*
gallivm,draw,llvmpipe: Remove support for versions of LLVM prior to 3.1.
José Fonseca
2014-05-14
1
-14
/
+4
*
gallivm: optimize lp_build_minify for sse
Roland Scheidegger
2013-11-05
1
-1
/
+1
*
gallivm: implement fully accurate corner filtering for seamless cube maps
Roland Scheidegger
2013-10-25
1
-13
/
+151
*
gallivm: implement seamless cube filtering
Roland Scheidegger
2013-10-21
1
-40
/
+217
*
gallivm: handle explicit derivatives for cubemaps
Roland Scheidegger
2013-10-10
1
-6
/
+29
*
gallivm: adjust wrap mode to CLAMP_TO_EDGE always for cube maps.
Roland Scheidegger
2013-09-19
1
-3
/
+7
*
gallivm: some bits of seamless cube filtering implementation
Roland Scheidegger
2013-09-18
1
-14
/
+27
*
gallivm: handle unbound textures in texture sampling / texture queries
Roland Scheidegger
2013-08-30
1
-0
/
+26
*
gallivm: (trivial) don't pass sampler_unit variable down to filtering funcs
Roland Scheidegger
2013-08-30
1
-36
/
+21
*
gallivm: don't use AoS path if min/mag filter are different with multiple lods
Roland Scheidegger
2013-08-30
1
-1
/
+6
*
gallivm: support per-pixel min/mag filter in SoA path
Roland Scheidegger
2013-08-30
1
-43
/
+243
*
gallivm: refactor num_lods handling
Roland Scheidegger
2013-08-30
1
-58
/
+83
*
gallivm: fix min/mag switchover point for nearest/none mip filter
Roland Scheidegger
2013-08-23
1
-36
/
+33
*
gallivm: do per-element lod for lod bias and explicit derivs too
Roland Scheidegger
2013-08-22
1
-4
/
+8
*
gallivm: (trivial) fix int/uint border color clamping
Roland Scheidegger
2013-08-22
1
-2
/
+2
*
gallium: Support PIPE_FORMAT_R10G10B10A2_UINT.
José Fonseca
2013-08-22
1
-0
/
+1
*
gallivm: add comment for bogus min/mag filter selection with nearest mip filter
Roland Scheidegger
2013-08-21
1
-1
/
+1
*
gallivm: fix bogus aos path detection
Roland Scheidegger
2013-08-20
1
-5
/
+11
*
gallivm: do clamping of border color correctly for all formats
Roland Scheidegger
2013-08-20
1
-46
/
+254
*
gallivm: implement better control of per-quad/per-element/scalar lod
Roland Scheidegger
2013-08-20
1
-4
/
+4
*
gallivm: do per-sample depth comparison instead of doing it post-filter
Roland Scheidegger
2013-08-15
1
-105
/
+183
*
gallivm: already pass coords in the right place in the sampler interface
Roland Scheidegger
2013-08-15
1
-25
/
+3
*
gallivm: change coordinate handling throughout functions
Roland Scheidegger
2013-08-15
1
-82
/
+87
*
gallivm: fix border color with normalized texture formats
Roland Scheidegger
2013-08-15
1
-13
/
+53
*
gallivm: set non-existing values really to zero in size queries for d3d10
Roland Scheidegger
2013-08-09
1
-17
/
+17
*
gallivm: use texture target from shader instead of static state for size query
Roland Scheidegger
2013-08-09
1
-2
/
+30
[next]