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_format_soa.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
llvmpipe/format: fix snorm conversion
Dave Airlie
2020-07-16
1
-5
/
+5
*
gallivm/nir: handle non-uniform texture offsets
Dave Airlie
2020-07-02
1
-0
/
+10
*
gallivm/format: convert unsigned values to float properly.
Dave Airlie
2020-06-11
1
-1
/
+1
*
gallivm/nir: fix image store conversions
Dave Airlie
2020-04-27
1
-7
/
+13
*
gallivm/rgtc: enable fast path for snorm types.
Dave Airlie
2020-04-04
1
-3
/
+9
*
gallivm: fix 5 warnings
Marek Olšák
2020-02-27
1
-2
/
+2
*
llvmpipe: Silence uninitialized variable warning about "chan"
Eric Anholt
2020-02-18
1
-1
/
+1
*
util: Move gallium's PIPE_FORMAT utils to /util/format/
Eric Anholt
2019-11-14
1
-1
/
+1
*
util: rename PIPE_ARCH_*_ENDIAN to UTIL_ARCH_*_ENDIAN
Dylan Baker
2019-11-05
1
-2
/
+2
*
util/u_endian: set PIPE_ARCH_*_ENDIAN to 1
Dylan Baker
2019-11-05
1
-2
/
+2
*
gallivm: fix appveyor build after images changes
Dave Airlie
2019-08-27
1
-1
/
+2
*
gallivm: add image load/store/atomic support
Dave Airlie
2019-08-27
1
-1
/
+230
*
gallivm: correct channel shift logic on big endian
Ray Strode
2017-09-01
1
-1
/
+7
*
gallivm: (trivial) remove duplicated line
Roland Scheidegger
2017-03-16
1
-1
/
+0
*
gallivm: generalize the compressed format soa fetch a bit
Roland Scheidegger
2016-12-21
1
-37
/
+49
*
gallivm: provide soa fetch path handling formats with more than 32bit
Roland Scheidegger
2016-12-21
1
-154
/
+375
*
gallivm: optimize gather a bit, by using supplied destination type
Roland Scheidegger
2016-12-21
1
-9
/
+14
*
gallivm: optimize SoA AoS fallback fetch path a little
Roland Scheidegger
2016-12-21
1
-22
/
+46
*
gallivm: (trivial) handle non-aligned fetch for lp_build_fetch_rgba_soa
Roland Scheidegger
2016-12-21
1
-6
/
+9
*
gallivm: handle 16bit float fetches in lp_build_fetch_rgba_soa
Roland Scheidegger
2016-12-06
1
-4
/
+18
*
gallium: merge PIPE_SWIZZLE_* and UTIL_FORMAT_SWIZZLE_*
Marek Olšák
2016-04-22
1
-4
/
+4
*
gallivm: fix sampling for s3tc srgb formats when using texture cache
Roland Scheidegger
2015-11-04
1
-1
/
+3
*
llvmpipe: add cache for compressed textures
Roland Scheidegger
2015-11-04
1
-2
/
+35
*
gallivm: fix alignment issue for vertex data fetch
Roland Scheidegger
2014-11-18
1
-8
/
+9
*
llvmpipe: add support for b5g6r5_srgb
Roland Scheidegger
2014-03-21
1
-2
/
+1
*
gallivm: fix float->SNORM conversion
Roland Scheidegger
2013-07-27
1
-0
/
+6
*
gallivm: handle srgb-to-linear and linear-to-srgb conversions
Roland Scheidegger
2013-07-13
1
-6
/
+19
*
gallium: Fix llvmpipe on big-endian machines
Adam Jackson
2013-06-24
1
-9
/
+12
*
gallivm: handle z32s8x24 format for sampling
Roland Scheidegger
2013-05-18
1
-8
/
+51
*
gallivm: Add code for rgb9e5 shared exponent format to float conversion
Roland Scheidegger
2013-03-24
1
-3
/
+27
*
gallivm: more integer texture format fetch fixes
Roland Scheidegger
2013-01-10
1
-15
/
+29
*
gallivm,draw,llvmpipe: Support wider native registers.
José Fonseca
2012-07-17
1
-1
/
+2
*
gallivm/llvmpipe: squash merge of the llvm-context branch
Brian Paul
2010-11-30
1
-34
/
+39
*
gallivm: Add a new debug flag to warn about performance issues.
José Fonseca
2010-09-11
1
-0
/
+6
*
gallivm: Always use floating-point operators for floating-point types
nobled
2010-08-09
1
-2
/
+2
*
gallivm: Support multiple pixels in lp_build_fetch_rgba_aos().
José Fonseca
2010-07-02
1
-12
/
+42
*
gallivm: Move lp_build_rgba8_to_f32_soa() to lp_bld_format_soa.c
José Fonseca
2010-07-02
1
-0
/
+35
*
gallivm: Move gather functions to its own module.
José Fonseca
2010-07-02
1
-1
/
+1
*
gallivm: Support 4 x unorm8 in lp_build_fetch_rgba_aos().
José Fonseca
2010-07-01
1
-3
/
+1
*
gallivm: comments, const qualifiers
Brian Paul
2010-05-14
1
-4
/
+11
*
gallivm: additional comments
Brian Paul
2010-05-12
1
-2
/
+13
*
gallivm: rename vars, update comments, etc
Brian Paul
2010-05-12
1
-18
/
+20
*
gallivm: Centralize SoA swizzling into a single place.
José Fonseca
2010-05-08
1
-30
/
+22
*
gallivm: Remove unnecessary headers.
Vinson Lee
2010-04-20
1
-1
/
+0
*
gallivm: Universal format support on lp_build_fetch_rgba_aos via util_format_...
José Fonseca
2010-04-20
1
-53
/
+9
*
util: Add dedicated depth-stencil packing/unpacking functions.
José Fonseca
2010-04-09
1
-5
/
+5
*
gallivm: Get the format translation logic write.
José Fonseca
2010-04-07
1
-5
/
+19
*
gallivm: Fallback to calling util_format_description::fetch_float for any for...
José Fonseca
2010-04-06
1
-0
/
+140
*
llvmpipe: Support sampling from PIPE_FORMAT_R32_FLOAT.
José Fonseca
2010-04-01
1
-3
/
+43
*
llvmpipe: Support sampling from signed and mixed siged formats.
José Fonseca
2010-04-01
1
-9
/
+64
[next]