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_aos.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
gallivm: use llvm jit code for decoding s3tc
Roland Scheidegger
2018-12-20
1
-2
/
+3
*
util: Move util_is_power_of_two to bitscan.h and rename to util_is_power_of_t...
Ian Romanick
2018-03-29
1
-2
/
+2
*
llvmpipe: silence 'variable may be used uninitialized' warnings
Brian Paul
2017-10-03
1
-1
/
+1
*
gallivm: (trivial) fix typo bug with small AoS format unpacking
Roland Scheidegger
2017-01-06
1
-1
/
+1
*
gallivm: implement aos unpack (to unorm8) for small unorm formats
Roland Scheidegger
2017-01-05
1
-12
/
+152
*
gallivm: optimize lp_build_unpack_arith_rgba_aos slightly
Roland Scheidegger
2017-01-05
1
-19
/
+97
*
gallivm: optimize gather a bit, by using supplied destination type
Roland Scheidegger
2016-12-21
1
-1
/
+4
*
gallivm: s/Elements/ARRAY_SIZE/
Brian Paul
2016-04-27
1
-4
/
+4
*
gallium: merge PIPE_SWIZZLE_* and UTIL_FORMAT_SWIZZLE_*
Marek Olšák
2016-04-22
1
-5
/
+5
*
llvmpipe: add cache for compressed textures
Roland Scheidegger
2015-11-04
1
-1
/
+30
*
gallium: replace INLINE with inline
Ilia Mirkin
2015-07-21
1
-2
/
+2
*
gallivm: silence unused var warnings for non-debug build
Brian Paul
2015-06-01
1
-0
/
+1
*
gallivm: fix alignment issue for vertex data fetch
Roland Scheidegger
2014-11-18
1
-2
/
+4
*
gallium: Fix llvmpipe on big-endian machines
Adam Jackson
2013-06-24
1
-23
/
+8
*
gallivm: more integer texture format fetch fixes
Roland Scheidegger
2013-01-10
1
-0
/
+2
*
gallivm: Rudimentary native integer support.
José Fonseca
2012-12-07
1
-2
/
+2
*
gallivm: fix srgb format fetch
Roland Scheidegger
2012-12-03
1
-1
/
+2
*
util/u_format: Kill util_format_is_array().
José Fonseca
2012-11-29
1
-1
/
+2
*
gallivm: Fix format manipulation for big-endian
Adhemerval Zanella
2012-11-29
1
-4
/
+14
*
gallivm,draw,llvmpipe: Support wider native registers.
José Fonseca
2012-07-17
1
-1
/
+5
*
gallivm: Add a lp_build_const_func_pointer() helper.
José Fonseca
2012-05-02
1
-15
/
+5
*
gallivm: Cleanup util_format_xxx_fetch_xxx call generation.
José Fonseca
2010-12-17
1
-47
/
+24
*
gallivm: fix copy&paste error from previous commit
Brian Paul
2010-12-16
1
-1
/
+1
*
gallivm: work around LLVM 2.6 bug when calling C functions
Brian Paul
2010-12-16
1
-11
/
+43
*
gallivm/llvmpipe: squash merge of the llvm-context branch
Brian Paul
2010-11-30
1
-56
/
+62
*
gallivm: Add a new debug flag to warn about performance issues.
José Fonseca
2010-09-11
1
-0
/
+14
*
util: remove util_is_pot in favor of util_is_power_of_two
Marek Olšák
2010-08-29
1
-2
/
+2
*
gallivm: Always use floating-point operators for floating-point types
nobled
2010-08-09
1
-2
/
+2
*
gallivm: Use util_format_description::fetch_rgba_8unorm() when available.
José Fonseca
2010-07-02
1
-7
/
+100
*
gallivm: Support multiple pixels in lp_build_fetch_rgba_aos().
José Fonseca
2010-07-02
1
-82
/
+134
*
gallivm: Move gather functions to its own module.
José Fonseca
2010-07-02
1
-0
/
+1
*
gallivm: Code generate YUV format unpacking.
José Fonseca
2010-07-02
1
-0
/
+22
*
gallivm: Support 4 x unorm8 in lp_build_fetch_rgba_aos().
José Fonseca
2010-07-01
1
-62
/
+156
*
gallivm: Use func_to_pointer().
José Fonseca
2010-06-14
1
-16
/
+1
*
gallivm: silence casting warning
Brian Paul
2010-05-13
1
-1
/
+17
*
gallivm: additional comments
Brian Paul
2010-05-12
1
-4
/
+26
*
gallivm: s/bool/boolean
Brian Paul
2010-05-12
1
-3
/
+3
*
gallivm: Don't hardcode number of args twice.
José Fonseca
2010-05-08
1
-1
/
+1
*
gallivm: Ensure all allocas are in the first block.
José Fonseca
2010-04-27
1
-5
/
+2
*
gallivm: Remove unused variable.
Vinson Lee
2010-04-22
1
-3
/
+0
*
gallivm: Remove unnecessary headers.
Vinson Lee
2010-04-20
1
-2
/
+0
*
gallivm: Universal format support on lp_build_fetch_rgba_aos via util_format_...
José Fonseca
2010-04-20
1
-2
/
+77
*
gallivm: Cleanups and bugfixes to aos format translation.
José Fonseca
2010-04-20
1
-120
/
+36
*
gallivm: New function to fetch a pixel into a 4xfloat AoS vector.
José Fonseca
2010-04-20
1
-0
/
+32
*
gallivm: Bring aos format back to life.
José Fonseca
2010-04-20
1
-0
/
+380
*
llvmpipe: Drop the aos format conversion.
José Fonseca
2010-03-31
1
-383
/
+0
*
gallivm: Update for UTIL_FORMAT_LAYOUT_xxx changes.
José Fonseca
2010-02-24
1
-3
/
+3
*
llvmpipe: export the tgsi translation code to a common layer
Zack Rusin
2010-02-08
1
-0
/
+383