author
int64
658
755k
date
stringdate
2012-06-12 08:34:29
2024-07-22 14:51:21
timezone
int64
-46,800
43.2k
hash
stringlengths
40
40
message
stringlengths
5
490
mods
listlengths
1
16
language
stringclasses
20 values
license
stringclasses
3 values
repo
stringlengths
5
68
original_message
stringlengths
12
491
61,745
06.06.2022 07:07:05
-3,600
1f5f2b74f46218640c5c7f025c397f3241b229d1
Fix bool cast warnings on VS2015
[ { "change_type": "MODIFY", "old_path": "Source/astcenc_decompress_symbolic.cpp", "new_path": "Source/astcenc_decompress_symbolic.cpp", "diff": "@@ -278,7 +278,7 @@ void decompress_symbolic_block(\nconst auto& bm = bsd.get_block_mode(scb.block_mode);\nconst auto& di = bsd.get_decimation_info(bm.decim...
C
Apache License 2.0
arm-software/astc-encoder
Fix bool cast warnings on VS2015
61,745
06.06.2022 08:37:32
-3,600
1176aded91cbcff20e40dd77c810a793f4548813
Make it easier to minify tests on Windows
[ { "change_type": "MODIFY", "old_path": "Test/astc_minify_test.sh", "new_path": "Test/astc_minify_test.sh", "diff": "#!/bin/bash\n-BLOCK_SIZE=6x6\n-QUALITY=-thorough\n+GOOD=astcenc-good.exe\n+BAD=astcenc-avx2.exe\n+BLOCK_SIZE=4x4\n+QUALITY=-fastest\n-./astcenc/astcenc-avx2-good -tl in.png out-good.pn...
C
Apache License 2.0
arm-software/astc-encoder
Make it easier to minify tests on Windows
61,745
06.06.2022 09:11:26
-3,600
532b85452f9bd74a205861d4b6ed835f1563261a
Skip newline translation on csv write
[ { "change_type": "MODIFY", "old_path": "Test/testlib/resultset.py", "new_path": "Test/testlib/resultset.py", "diff": "# SPDX-License-Identifier: Apache-2.0\n# -----------------------------------------------------------------------------\n-# Copyright 2020 Arm Limited\n+# Copyright 2020-2022 Arm Limi...
C
Apache License 2.0
arm-software/astc-encoder
Skip newline translation on csv write
61,745
06.06.2022 10:23:11
-3,600
e4410c2014baad5486e794449af290ce0dfdb539
Re-add /fp:strict for MSVC builds
[ { "change_type": "MODIFY", "old_path": "Source/cmake_core.cmake", "new_path": "Source/cmake_core.cmake", "diff": "@@ -118,6 +118,7 @@ macro(astcenc_set_properties NAME)\n# MSVC compiler defines\n$<$<CXX_COMPILER_ID:MSVC>:/EHsc>\n+ $<$<CXX_COMPILER_ID:MSVC>:/fp:strict>\n$<$<CXX_COMPILER_ID:MSVC>:/wd4...
C
Apache License 2.0
arm-software/astc-encoder
Re-add /fp:strict for MSVC builds
61,745
06.06.2022 10:57:38
-3,600
395564d49bfea616b8752bc75514cae24acd5ec8
Fix XCode internal error workaround
[ { "change_type": "MODIFY", "old_path": "Source/astcenc_vecmathlib_sse_4.h", "new_path": "Source/astcenc_vecmathlib_sse_4.h", "diff": "@@ -1167,7 +1167,7 @@ ASTCENC_SIMD_INLINE vint4 interleave_rgba8(vint4 r, vint4 g, vint4 b, vint4 a)\n{\n// Workaround an XCode compiler internal fault; note is slowe...
C
Apache License 2.0
arm-software/astc-encoder
Fix XCode internal error workaround
61,745
06.06.2022 20:49:43
-3,600
69199337432d5601665b13b9d052ad8eb1f5331e
Update plot script for 4.x
[ { "change_type": "MODIFY", "old_path": "Test/astc_test_result_plot.py", "new_path": "Test/astc_test_result_plot.py", "diff": "@@ -245,7 +245,6 @@ def main():\nReturns:\nint: The process return code.\n\"\"\"\n-\nabsXMin = 0\nabsXMax = 80\nabsXLimits = (absXMin, absXMax)\n@@ -254,23 +253,28 @@ def mai...
C
Apache License 2.0
arm-software/astc-encoder
Update plot script for 4.x
61,745
06.06.2022 23:33:56
-3,600
edc06700445d76f7be710ab5da5e9adb62104c8c
Enable use of -mfma for NO_INVARIANCE builds
[ { "change_type": "MODIFY", "old_path": "Docs/Building.md", "new_path": "Docs/Building.md", "diff": "@@ -147,7 +147,8 @@ All normal builds are designed to be invariant, so any build from the same git\nrevision will produce bit-identical results for all compilers and CPU\narchitectures. To achieve thi...
C
Apache License 2.0
arm-software/astc-encoder
Enable use of -mfma for NO_INVARIANCE builds
61,760
10.06.2022 12:05:38
25,200
7813c06845985a4aa516103acb0ba0d0b4079d81
Fix build failure on Windows arm64
[ { "change_type": "MODIFY", "old_path": "Source/astcenc_vecmathlib_neon_4.h", "new_path": "Source/astcenc_vecmathlib_neon_4.h", "diff": "@@ -204,7 +204,7 @@ struct vint4\n{\nuint32x2_t t8 {};\n// Cast is safe - NEON loads are allowed to be unaligned\n- t8 = vld1_lane_u32((const uint32_t*)p, t8, 0);\n...
C
Apache License 2.0
arm-software/astc-encoder
Fix build failure on Windows arm64 (#342)
61,745
10.06.2022 20:12:28
-3,600
c9424dcfc5c9684717a3f18166be64ab7baed3fa
Add /d2ssa-cfg-sink- workaround for MSVC NEON
[ { "change_type": "MODIFY", "old_path": "Source/cmake_core.cmake", "new_path": "Source/cmake_core.cmake", "diff": "@@ -204,6 +204,12 @@ macro(astcenc_set_properties NAME)\nASTCENC_F16C=0)\nendif()\n+ # Workaround MSVC codegen bug for NEON builds see:\n+ # https://developercommunity.visualstudio.com/t...
C
Apache License 2.0
arm-software/astc-encoder
Add /d2ssa-cfg-sink- workaround for MSVC NEON
61,745
11.06.2022 20:58:47
-3,600
df0f8319eb8e2d1e6ce7e4b915d276ea8f62735c
Add ASTCENC_NO_INLINE for profiling
[ { "change_type": "MODIFY", "old_path": "Source/astcenc_vecmathlib.h", "new_path": "Source/astcenc_vecmathlib.h", "diff": "// SPDX-License-Identifier: Apache-2.0\n// ----------------------------------------------------------------------------\n-// Copyright 2019-2021 Arm Limited\n+// Copyright 2019-2...
C
Apache License 2.0
arm-software/astc-encoder
Add ASTCENC_NO_INLINE for profiling
61,745
12.06.2022 09:38:31
-3,600
aa3e6cf737a054dba51268b473c58ea86418a32c
Change blue contraction error estimate
[ { "change_type": "MODIFY", "old_path": "Source/astcenc_pick_best_endpoint_format.cpp", "new_path": "Source/astcenc_pick_best_endpoint_format.cpp", "diff": "@@ -289,25 +289,13 @@ static void compute_encoding_choice_errors(\nvmask4 endpt_can_offset = endpt_diff < vfloat4(0.12f * 65535.0f);\nbool can_o...
C
Apache License 2.0
arm-software/astc-encoder
Change blue contraction error estimate
61,745
12.06.2022 10:00:37
-3,600
5a29899229c8fcffb738c2f6c73e284587076617
Cleanup percentil tables
[ { "change_type": "MODIFY", "old_path": "Source/astcenc_percentile_tables.cpp", "new_path": "Source/astcenc_percentile_tables.cpp", "diff": "@@ -33,14 +33,19 @@ struct packed_percentile_table\n{\n/** The block X dimension. */\nuint8_t xdim;\n+\n/** The block Y dimension. */\nuint8_t ydim;\n+\n/** The...
C
Apache License 2.0
arm-software/astc-encoder
Cleanup percentil tables
61,745
12.06.2022 11:25:09
-3,600
dabe39e3e34b47190f214c96f8f1c8e8c385124e
Shrink best_ep_format type
[ { "change_type": "MODIFY", "old_path": "Source/astcenc_compress_symbolic.cpp", "new_path": "Source/astcenc_compress_symbolic.cpp", "diff": "@@ -496,7 +496,7 @@ static float compress_symbolic_block_for_partition_1plane(\n}\n// Decide the optimal combination of color endpoint encodings and weight enco...
C
Apache License 2.0
arm-software/astc-encoder
Shrink best_ep_format type
61,745
12.06.2022 11:35:02
-3,600
b38bd4169553b5a43a4a6753492f41a7b95d504d
Shrink size of best_quant working buffers
[ { "change_type": "MODIFY", "old_path": "Source/astcenc_internal.h", "new_path": "Source/astcenc_internal.h", "diff": "@@ -1173,16 +1173,16 @@ struct alignas(ASTCENC_VECALIGN) compression_working_buffers\n*\n* For two planes, second plane starts at @c WEIGHTS_PLANE2_OFFSET offsets.\n*/\n- alignas(AST...
C
Apache License 2.0
arm-software/astc-encoder
Shrink size of best_quant working buffers
61,745
12.06.2022 11:51:04
-3,600
a4599df0e80742cbcd416ee3805bc98f239d5645
Shrink qwt_bitcounts
[ { "change_type": "MODIFY", "old_path": "Source/astcenc_compress_symbolic.cpp", "new_path": "Source/astcenc_compress_symbolic.cpp", "diff": "@@ -432,7 +432,7 @@ static float compress_symbolic_block_for_partition_1plane(\nfloat* weight_low_value = tmpbuf.weight_low_value1;\nfloat* weight_high_value = ...
C
Apache License 2.0
arm-software/astc-encoder
Shrink qwt_bitcounts
61,745
13.06.2022 10:27:53
-3,600
b6363198c36828ed2243c520f51d7023ef07b814
Update normal map documentation
[ { "change_type": "MODIFY", "old_path": "Docs/Encoding.md", "new_path": "Docs/Encoding.md", "diff": "@@ -46,40 +46,40 @@ also a weakness (it reduces quality when compressing correlated signals).\n# ASTC Format Mapping\nThe main question which arises with the mapping of another format on to ASTC\n-is ...
C
Apache License 2.0
arm-software/astc-encoder
Update normal map documentation
61,745
20.06.2022 08:45:54
-3,600
4e1e3009a48eff0bb366949666bded296a45e3fb
Remove NONE builds from release bundles
[ { "change_type": "MODIFY", "old_path": "jenkins/release.Jenkinsfile", "new_path": "jenkins/release.Jenkinsfile", "diff": "@@ -133,7 +133,7 @@ spec:\nexport CXX=clang++-9\nmkdir build_rel\ncd build_rel\n- cmake -G \"Unix Makefiles\" -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=../ -DISA_AVX2=ON ...
C
Apache License 2.0
arm-software/astc-encoder
Remove NONE builds from release bundles
61,745
20.06.2022 14:30:52
-3,600
7cb323e257c1b79b3e0c1d8becaf79ee98f64c3c
Change root directory so cmake can install into /usr/local/bin/
[ { "change_type": "MODIFY", "old_path": ".gitignore", "new_path": ".gitignore", "diff": "@@ -12,6 +12,7 @@ Scratch\nProto\n# Precompiled reference binaries for comparison tests\n+bin\nBinaries\n# Build artifacts\n" }, { "change_type": "MODIFY", "old_path": "CMakeLists.txt", "new_path"...
C
Apache License 2.0
arm-software/astc-encoder
Change root directory so cmake can install into /usr/local/bin/ (#347)
61,745
21.06.2022 19:51:35
-3,600
6691d276c7ff3a160ca1cc4958957685b836946a
Change -array to -zdim
[ { "change_type": "MODIFY", "old_path": "Docs/ChangeLog-4x.md", "new_path": "Docs/ChangeLog-4x.md", "diff": "@@ -16,6 +16,8 @@ of larger changes to the heuristics used in the codec to find a more effective\ncost:quality trade off.\n* **General:**\n+ * **Change:** The `-array` option for specifying th...
C
Apache License 2.0
arm-software/astc-encoder
Change -array to -zdim
61,745
21.06.2022 20:16:28
-3,600
b2731fbc3dde0a8128368178ab7aac47b541531b
Document build dir change in ChangeLog
[ { "change_type": "MODIFY", "old_path": "Docs/ChangeLog-4x.md", "new_path": "Docs/ChangeLog-4x.md", "diff": "@@ -18,6 +18,9 @@ cost:quality trade off.\n* **General:**\n* **Change:** The `-array` option for specifying the number of volumetric\nimage planes for ASTC 3D block compression been renamed to...
C
Apache License 2.0
arm-software/astc-encoder
Document build dir change in ChangeLog
61,745
21.06.2022 20:37:56
-3,600
4182777bf3a2fe3d921967ac82856f7fb495bc9b
Add -ssw sampling swizzle
[ { "change_type": "MODIFY", "old_path": "Docs/ChangeLog-4x.md", "new_path": "Docs/ChangeLog-4x.md", "diff": "@@ -21,6 +21,13 @@ cost:quality trade off.\n* **Change:** The build root package directory is now `bin` instead of\n`astcenc`, allowing the CMake install step to write binaries into\n`/usr/loc...
C
Apache License 2.0
arm-software/astc-encoder
Add -ssw sampling swizzle
61,745
27.06.2022 11:37:41
-3,600
ac3d10c18597569c809c49f8288600bc73e9a8da
Use size_t for strlen result
[ { "change_type": "MODIFY", "old_path": "Source/astcenccli_toplevel.cpp", "new_path": "Source/astcenccli_toplevel.cpp", "diff": "@@ -738,7 +738,7 @@ static int edit_astcenc_config(\nreturn 1;\n}\n- int char_count = strlen(argv[argidx - 1]);\n+ size_t char_count = strlen(argv[argidx - 1]);\nif (char_c...
C
Apache License 2.0
arm-software/astc-encoder
Use size_t for strlen result
61,745
27.06.2022 13:25:48
-3,600
f9d40db31c89c02fa691aabaf8ea931a6ca2fd5d
Remove astcenc-none from release test list
[ { "change_type": "MODIFY", "old_path": "Test/astc_test_image.py", "new_path": "Test/astc_test_image.py", "diff": "@@ -294,8 +294,8 @@ def parse_command_line():\n# All test encoders\ntestcoders = [\"none\", \"neon\", \"sse2\", \"sse4.1\", \"avx2\", \"native\"]\n- testcodersAArch64 = [\"none\", \"neon...
C
Apache License 2.0
arm-software/astc-encoder
Remove astcenc-none from release test list
61,745
16.07.2022 00:09:52
-3,600
bea3f861272fb1a1faa86ff10d49aa7c8323d6a4
Enable fp-contract=fast for all NO_INVARIANCE builds
[ { "change_type": "MODIFY", "old_path": "Source/cmake_core.cmake", "new_path": "Source/cmake_core.cmake", "diff": "@@ -167,6 +167,10 @@ macro(astcenc_set_properties NAME)\ntarget_compile_definitions(${NAME}\nPRIVATE\nASTCENC_NO_INVARIANCE=1)\n+\n+ target_compile_options(${NAME}\n+ PRIVATE\n+ $<$<NOT:...
C
Apache License 2.0
arm-software/astc-encoder
Enable fp-contract=fast for all NO_INVARIANCE builds
61,745
16.07.2022 00:15:54
-3,600
f2a5e781f798d2c2c77367bc7ae828f46f33d481
Update NO_INVARIANCE change log entry
[ { "change_type": "MODIFY", "old_path": "Docs/ChangeLog-4x.md", "new_path": "Docs/ChangeLog-4x.md", "diff": "@@ -40,9 +40,10 @@ cost:quality trade off.\n`cl.exe` and `clangcl.exe` compilers.\n* **Feature:** The core codec now supports arm64 for both MSVC `cl.exe` and\n`clangcl.exe` compilers.\n- * **...
C
Apache License 2.0
arm-software/astc-encoder
Update NO_INVARIANCE change log entry
61,745
17.07.2022 09:45:32
-3,600
4dc54929cfa8d01859e619c3d66ad83f91d25f72
Typo fix in build files
[ { "change_type": "MODIFY", "old_path": "Source/CMakeLists.txt", "new_path": "Source/CMakeLists.txt", "diff": "@@ -37,13 +37,13 @@ if(${UNIVERSAL_BUILD})\nendif()\ninclude(cmake_core.cmake)\nelse()\n- set(ARTEFACTS native none neon avx2 sse4.1 sse2)\n+ set(ARTIFACTS native none neon avx2 sse4.1 sse2)...
C
Apache License 2.0
arm-software/astc-encoder
Typo fix in build files
61,745
17.07.2022 10:00:38
-3,600
cdb7b5886c4efa7148359f8d2aefa815d203d105
Typo fixes in Markdown
[ { "change_type": "MODIFY", "old_path": "Docs/Encoding.md", "new_path": "Docs/Encoding.md", "diff": "@@ -159,8 +159,8 @@ vector is unit length.\nTo encode this we need to store only two input components in the compressed\ndata, and therefore use the `rrrg` coding swizzle to align the data with the\n-...
C
Apache License 2.0
arm-software/astc-encoder
Typo fixes in Markdown
61,745
17.07.2022 10:12:50
-3,600
3247ee08f19a8c96b62953a216916c7728f8a804
Remove redundant block_mode setting
[ { "change_type": "MODIFY", "old_path": "Source/astcenc_compress_symbolic.cpp", "new_path": "Source/astcenc_compress_symbolic.cpp", "diff": "@@ -1423,8 +1423,6 @@ END_OF_TESTS:\n#endif\nscb.block_type = SYM_BTYPE_CONST_U16;\n- // TODO: Replace these block modes with symbolic values\n- scb.block_mode ...
C
Apache License 2.0
arm-software/astc-encoder
Remove redundant block_mode setting
61,745
17.07.2022 10:30:01
-3,600
93879d3071dd8c8a84d84dfc51d8c723aa1cdec8
Minimize zeroed memory range
[ { "change_type": "MODIFY", "old_path": "Source/astcenc_pick_best_endpoint_format.cpp", "new_path": "Source/astcenc_pick_best_endpoint_format.cpp", "diff": "@@ -1135,18 +1135,17 @@ unsigned int compute_ideal_endpoint_formats(\nuint8_t* best_quant_levels_mod = tmpbuf.best_quant_levels_mod;\nuint8_t (&...
C
Apache License 2.0
arm-software/astc-encoder
Minimize zeroed memory range
61,745
19.07.2022 21:59:29
-3,600
a87b1f2dfe8e7b3c4b3d8b266f095c2255ee7ed8
Remove unused scalar bilinear_infill
[ { "change_type": "MODIFY", "old_path": "Source/astcenc_internal.h", "new_path": "Source/astcenc_internal.h", "diff": "@@ -1973,48 +1973,6 @@ void compute_quantized_weights_for_decimation(\nuint8_t* dec_weight_uquant,\nquant_method quant_level);\n-/**\n- * @brief Compute the infilled weight for a tex...
C
Apache License 2.0
arm-software/astc-encoder
Remove unused scalar bilinear_infill
61,745
19.07.2022 22:03:02
-3,600
3100e241602f007d791b27a7ffac8050e6da0147
Move bilinear infill out of header
[ { "change_type": "MODIFY", "old_path": "Source/astcenc_ideal_endpoints_and_weights.cpp", "new_path": "Source/astcenc_ideal_endpoints_and_weights.cpp", "diff": "#include \"astcenc_internal.h\"\n#include \"astcenc_vecmathlib.h\"\n+/**\n+ * @brief Compute the infilled weight for N texel indices in a de...
C
Apache License 2.0
arm-software/astc-encoder
Move bilinear infill out of header
61,745
19.07.2022 22:07:11
-3,600
8a047db178c4e1a66092ce1220b97f89a89844d6
Defensive avoid NaN
[ { "change_type": "MODIFY", "old_path": "Source/astcenc_ideal_endpoints_and_weights.cpp", "new_path": "Source/astcenc_ideal_endpoints_and_weights.cpp", "diff": "@@ -160,7 +160,7 @@ static void compute_ideal_colors_and_weights_1_comp(\nhighvalue = astc::max(value, highvalue);\n}\n- if (highvalue < low...
C
Apache License 2.0
arm-software/astc-encoder
Defensive avoid NaN
61,745
22.07.2022 09:11:07
-3,600
a3c300694cbd94d2b71be9944d1bd6b70d901e31
Update README.md for 4.0 release
[ { "change_type": "MODIFY", "old_path": "README.md", "new_path": "README.md", "diff": "@@ -58,7 +58,7 @@ from 0.89 bits/pixel up to 8 bits/pixel.\nRelease build binaries for the `astcenc` stable releases are provided in the\n[GitHub Releases page][3].\n-**Latest 4.x stable release:** TBD\n+**Latest 4...
C
Apache License 2.0
arm-software/astc-encoder
Update README.md for 4.0 release
61,745
22.07.2022 09:17:30
-3,600
f6236cf158a877b3279a2090dbea5e9a4c105d64
Update changelog for 4.0
[ { "change_type": "MODIFY", "old_path": "Docs/ChangeLog-3x.md", "new_path": "Docs/ChangeLog-3x.md", "diff": "@@ -299,10 +299,6 @@ Key for charts:\n* Color = block size (see legend).\n* Letter = image format (N = normal map, G = grayscale, L = LDR, H = HDR).\n-**Absolute performance vs 2.5 release:**\...
C
Apache License 2.0
arm-software/astc-encoder
Update changelog for 4.0
61,745
22.07.2022 10:00:43
-3,600
9cfb30b44d6265d1c363852733d4632ffa79931e
Use full semver in package name
[ { "change_type": "MODIFY", "old_path": "CMakeLists.txt", "new_path": "CMakeLists.txt", "diff": "@@ -219,9 +219,7 @@ if(PACKAGE)\nstring(TOLOWER ${CMAKE_SYSTEM_NAME} PKG_OS)\nendif()\n- set(PKG_VER ${CMAKE_PROJECT_VERSION_MAJOR}.${CMAKE_PROJECT_VERSION_MINOR})\n-\n- set(CPACK_PACKAGE_FILE_NAME \"astc...
C
Apache License 2.0
arm-software/astc-encoder
Use full semver in package name
61,745
27.07.2022 21:40:38
-3,600
7369734d159045dbce0cd5bbcfae9fbb561aa51c
Update 4.0 changelog image
[ { "change_type": "MODIFY", "old_path": "Docs/ChangeLog-4x.md", "new_path": "Docs/ChangeLog-4x.md", "diff": "@@ -77,7 +77,7 @@ Key for charts:\n* Color = block size (see legend).\n* Letter = image format (N = normal map, G = grayscale, L = LDR, H = HDR).\n-**Relative performance vs 3.5 release:**\n+*...
C
Apache License 2.0
arm-software/astc-encoder
Update 4.0 changelog image
61,745
02.08.2022 17:38:22
-3,600
058ccaa583171eb06f528dc477c1fd4b01438a07
Use standard copyright message
[ { "change_type": "MODIFY", "old_path": "Source/astcenccli_toplevel_help.cpp", "new_path": "Source/astcenccli_toplevel_help.cpp", "diff": "/** @brief The version header. */\nstatic const char *astcenc_copyright_string =\nR\"(astcenc v%s, %u-bit %s%s%s\n-Copyright 2011-%s Arm Limited, all rights reser...
C
Apache License 2.0
arm-software/astc-encoder
Use standard copyright message
61,745
03.08.2022 16:00:57
-3,600
ec3ac5d473775cad692725536bd1cf60326ef4e9
Add Android build instructions
[ { "change_type": "MODIFY", "old_path": "Docs/Building.md", "new_path": "Docs/Building.md", "diff": "@@ -189,6 +189,43 @@ We support building with ASAN on Linux and macOS when using a compiler that\nsupports it. To build binaries with ASAN checking enabled add `-DASAN=ON` to\nthe CMake command line w...
C
Apache License 2.0
arm-software/astc-encoder
Add Android build instructions
61,745
05.08.2022 20:16:32
-3,600
c88f7d3457c2987e69b95b0754ba78b00d0070c9
Fix g++ 9.4 aarch64 compiler warnings
[ { "change_type": "MODIFY", "old_path": "Docs/ChangeLog-4x.md", "new_path": "Docs/ChangeLog-4x.md", "diff": "@@ -6,6 +6,16 @@ release of the 4.x series.\nAll performance data on this page is measured on an Intel Core i5-9600K\nclocked at 4.2 GHz, running `astcenc` using AVX2 and 6 threads.\n+<!-- ---...
C
Apache License 2.0
arm-software/astc-encoder
Fix g++ 9.4 aarch64 compiler warnings (#356)
61,745
10.08.2022 08:10:36
-3,600
ab77e7513ef66cbd6b333220cb22d4b86cb33ff3
Fix DDS and KTX loader is_hdr detection Fix
[ { "change_type": "MODIFY", "old_path": "Source/astcenccli_image_load_store.cpp", "new_path": "Source/astcenccli_image_load_store.cpp", "diff": "@@ -1155,7 +1155,7 @@ static astcenc_image* load_ktx_uncompressed_image(\n}\ndelete[] buf;\n- is_hdr = bitness == 32;\n+ is_hdr = bitness => 16;\ncomponent_...
C
Apache License 2.0
arm-software/astc-encoder
Fix DDS and KTX loader is_hdr detection Fix #358
61,745
10.08.2022 11:00:42
-3,600
c1c7fecc847e49ffd03ae04e833028dc15bdfe2a
Fix DDS and KTX loader is_hdr detection
[ { "change_type": "MODIFY", "old_path": "Source/astcenccli_image_load_store.cpp", "new_path": "Source/astcenccli_image_load_store.cpp", "diff": "@@ -1155,7 +1155,7 @@ static astcenc_image* load_ktx_uncompressed_image(\n}\ndelete[] buf;\n- is_hdr = bitness => 16;\n+ is_hdr = bitness >= 16;\ncomponent_...
C
Apache License 2.0
arm-software/astc-encoder
Fix DDS and KTX loader is_hdr detection
61,745
10.08.2022 11:21:53
-3,600
dab7dce26810cd086ab7901cc2fdd09c345d1a70
Update Jenkins agent for macOS
[ { "change_type": "MODIFY", "old_path": "jenkins/nightly.Jenkinsfile", "new_path": "jenkins/nightly.Jenkinsfile", "diff": "@@ -216,7 +216,7 @@ pipeline {\n/* Build for macOS on x86-64 using Clang */\nstage('macOS') {\nagent {\n- label 'mac'\n+ label 'mac && x86_64'\n}\nstages {\nstage('Clean') {\n" ...
C
Apache License 2.0
arm-software/astc-encoder
Update Jenkins agent for macOS
61,745
10.08.2022 20:03:09
-3,600
4bf2bdef73fd936ab201e0cc3101bedc550593b9
Remove /dssa-cfg-sink- on VS 2022 17.3 onwards
[ { "change_type": "MODIFY", "old_path": "Source/cmake_core.cmake", "new_path": "Source/cmake_core.cmake", "diff": "@@ -83,16 +83,6 @@ macro(astcenc_set_properties NAME)\n# MSVC defines\n$<$<CXX_COMPILER_ID:MSVC>:_CRT_SECURE_NO_WARNINGS>)\n- # Work around compiler bug in MSVC when targeting arm64\n- #...
C
Apache License 2.0
arm-software/astc-encoder
Remove /dssa-cfg-sink- on VS 2022 17.3 onwards
61,745
17.08.2022 18:13:29
-3,600
4d30d12b422621afb1730ded6d03b1a0f1b9a0f9
Remove use of __mm_maskmoveu_si128 SSE masked stores do not guarantee fault masking, so we can get errors if the final store in an image spans a page boundary even if the overspill lanes are correctly masked. Fixes
[ { "change_type": "MODIFY", "old_path": "Docs/ChangeLog-4x.md", "new_path": "Docs/ChangeLog-4x.md", "diff": "@@ -18,6 +18,8 @@ The 4.1.0 release is a maintenance release.\n`GL_LUMINANCE` or `GL_LUMINANCE_ALPHA` format enums when writing KTX\noutput files. Luminance textures now use the `GL_RED` forma...
C
Apache License 2.0
arm-software/astc-encoder
Remove use of __mm_maskmoveu_si128 (#371) SSE masked stores do not guarantee fault masking, so we can get errors if the final store in an image spans a page boundary even if the overspill lanes are correctly masked. Fixes #370
61,745
17.08.2022 19:29:21
-3,600
242e86684d1a83fc30f88f702fa9717353ecc328
Bump version for 4.1.0 release
[ { "change_type": "MODIFY", "old_path": "CMakeLists.txt", "new_path": "CMakeLists.txt", "diff": "@@ -24,7 +24,7 @@ if(MSVC)\nadd_compile_options(\"/wd4324\") # Disable structure was padded due to alignment specifier\nendif()\n-project(astcencoder VERSION 4.0.0)\n+project(astcencoder VERSION 4.1.0)\ns...
C
Apache License 2.0
arm-software/astc-encoder
Bump version for 4.1.0 release
61,745
17.08.2022 21:27:48
-3,600
247fce72b6fee4a7fe830ec2450c82968ae39056
Add option to generate diagnostic images
[ { "change_type": "MODIFY", "old_path": "Docs/ChangeLog-4x.md", "new_path": "Docs/ChangeLog-4x.md", "diff": "@@ -19,6 +19,10 @@ quality change in this release.\n`GL_LUMINANCE` or `GL_LUMINANCE_ALPHA` format enums when writing KTX\noutput files. Luminance textures now use the `GL_RED` format and\nlumi...
C
Apache License 2.0
arm-software/astc-encoder
Add option to generate diagnostic images (#372)
61,745
05.09.2022 23:28:00
-3,600
460815560caf3eb56f9ca7a254a67a20277df038
Update astcenc.h comment Add missing full stop in comment.
[ { "change_type": "MODIFY", "old_path": "Source/astcenc.h", "new_path": "Source/astcenc.h", "diff": "*\n* The codec supports compressing single images, which can be either 2D images or volumetric 3D\n* images. Calling code is responsible for any handling of aggregate types, such as mipmap chains,\n- ...
C
Apache License 2.0
arm-software/astc-encoder
Update astcenc.h comment (#375) Add missing full stop in comment.
61,745
16.09.2022 20:20:33
-3,600
aafc417109d2037e9cdee7141d8a3af4668cfe5f
Add half-pixel filtering
[ { "change_type": "MODIFY", "old_path": "Utils/astc_blend_test.cpp", "new_path": "Utils/astc_blend_test.cpp", "diff": "@@ -64,9 +64,9 @@ static float linear_to_srgb(\nint main(int argc, char **argv)\n{\n// Parse command line\n- if (argc != 5)\n+ if (argc != 6)\n{\n- printf(\"Usage: astc_blend_test <s...
C
Apache License 2.0
arm-software/astc-encoder
Add half-pixel filtering
61,745
16.09.2022 20:32:15
-3,600
43d5f57babf0904f9e4222dc3644790d8e41aab4
Fix filtering in blend test util
[ { "change_type": "MODIFY", "old_path": "Utils/astc_blend_test.cpp", "new_path": "Utils/astc_blend_test.cpp", "diff": "@@ -226,9 +226,9 @@ int main(int argc, char **argv)\n// Bilinear filter with a half-pixel offset\nfloat r_src = static_cast<float>(pixel_in_00[0] + pixel_in_01[0] + pixel_in_10[0] + ...
C
Apache License 2.0
arm-software/astc-encoder
Fix filtering in blend test util
61,745
12.10.2022 20:40:22
-3,600
2c3675a20c72a921ef7ffeb7d4bbadf77bca9c89
Update profiling script for latest callgrind Now supports Ubuntu 22.04 vresion of callgrind_annotate
[ { "change_type": "MODIFY", "old_path": "Test/astc_dump_binary.py", "new_path": "Test/astc_dump_binary.py", "diff": "#!/usr/bin/env python3\n# SPDX-License-Identifier: Apache-2.0\n# -----------------------------------------------------------------------------\n-# Copyright 2021 Arm Limited\n+# Copyri...
C
Apache License 2.0
arm-software/astc-encoder
Update profiling script for latest callgrind Now supports Ubuntu 22.04 vresion of callgrind_annotate
61,745
18.10.2022 22:48:06
-3,600
2d16287fe7a340994f6679dc427b7ba75377ef7f
Remove partition validity sentinels These are no longer needed, as the valid partitions are now stored tightly packed and so can be iterated without touching invalid holes in the partition listing.
[ { "change_type": "MODIFY", "old_path": "Source/astcenc_find_best_partitioning.cpp", "new_path": "Source/astcenc_find_best_partitioning.cpp", "diff": "@@ -367,24 +367,21 @@ static void count_partition_mismatch_bits(\n{\nfor (unsigned int i = 0; i < active_count; i++)\n{\n- int bitcount = partition_mi...
C
Apache License 2.0
arm-software/astc-encoder
Remove partition validity sentinels (#378) These are no longer needed, as the valid partitions are now stored tightly packed and so can be iterated without touching invalid holes in the partition listing.
61,745
19.10.2022 22:15:40
-3,600
d0185710937ff9da03638769111af57737460b22
Remove the channel weight from avgs_and_dirs calculation Identical scaling was applied to all channels, and so could never alter the direction of the returned partition direction vector, only its magnitude. Later use normalizes the vector so this is redundant.
[ { "change_type": "MODIFY", "old_path": "Source/astcenc_averages_and_directions.cpp", "new_path": "Source/astcenc_averages_and_directions.cpp", "diff": "@@ -390,8 +390,6 @@ void compute_avgs_and_dirs_4_comp(\nconst image_block& blk,\npartition_metrics pm[BLOCK_MAX_PARTITIONS]\n) {\n- float texel_weig...
C
Apache License 2.0
arm-software/astc-encoder
Remove the channel weight from avgs_and_dirs calculation Identical scaling was applied to all channels, and so could never alter the direction of the returned partition direction vector, only its magnitude. Later use normalizes the vector so this is redundant.
61,745
19.10.2022 22:33:46
-3,600
1753835c15b3ea3eb61f22857d1ef19e91f7b8ed
Use direct division
[ { "change_type": "MODIFY", "old_path": "Source/astcenc_averages_and_directions.cpp", "new_path": "Source/astcenc_averages_and_directions.cpp", "diff": "@@ -683,7 +683,7 @@ void compute_avgs_and_dirs_2_comp(\naverage += vfloat2(data_vr[iwt], data_vg[iwt]);\n}\n- average = average * (1.0f / static_cas...
C
Apache License 2.0
arm-software/astc-encoder
Use direct division
61,745
20.10.2022 22:46:03
-3,600
5f8439a4d740607452b2f587188d84a96c21c444
Remove unneeded vector swizzles
[ { "change_type": "MODIFY", "old_path": "Source/astcenc_find_best_partitioning.cpp", "new_path": "Source/astcenc_find_best_partitioning.cpp", "diff": "@@ -642,10 +642,10 @@ void find_best_partition_candidates(\npartition_lines3& pl = plines[j];\npl.uncor_line.a = pm.avg;\n- pl.uncor_line.b = normaliz...
C
Apache License 2.0
arm-software/astc-encoder
Remove unneeded vector swizzles
61,745
21.10.2022 00:04:45
-3,600
e0f12340e1abc6cc27097d51587021a178eb105b
Use vector compares for vmask generation
[ { "change_type": "MODIFY", "old_path": "Source/astcenc_weight_align.cpp", "new_path": "Source/astcenc_weight_align.cpp", "diff": "@@ -287,25 +287,25 @@ static void compute_angular_endpoints_for_quant_levels(\n// Check best error against record N\nvfloat4 best_result = best_results[idx_span];\nvfloat...
C
Apache License 2.0
arm-software/astc-encoder
Use vector compares for vmask generation
61,745
27.10.2022 22:09:28
-3,600
14bfa39c0238209c0659b95ba56fe76c63062041
Tune to recover quality losses
[ { "change_type": "MODIFY", "old_path": "Source/astcenc_entry.cpp", "new_path": "Source/astcenc_entry.cpp", "diff": "@@ -68,10 +68,10 @@ static const std::array<astcenc_preset_config, 5> preset_configs_high {{\n3, 14, 55, 3, 3, 85.2f, 63.2f, 3.5f, 3.5f, 1.0f, 1.0f, 0.65f, 20\n}, {\nASTCENC_PRE_MEDIUM...
C
Apache License 2.0
arm-software/astc-encoder
Tune to recover quality losses
61,745
04.11.2022 19:51:18
0
440b2fd138ed331e1e353eb210eb2c31f3df4e6b
Fix encoder base+offset delta encoding
[ { "change_type": "MODIFY", "old_path": "Source/astcenc_color_quantize.cpp", "new_path": "Source/astcenc_color_quantize.cpp", "diff": "@@ -334,13 +334,13 @@ static bool try_quantize_rgb_delta(\nint g0be = quant_color(quant_level, g0b);\nint b0be = quant_color(quant_level, b0b);\n- r0b = unquant_color...
C
Apache License 2.0
arm-software/astc-encoder
Fix encoder base+offset delta encoding (#383)
61,745
03.11.2022 20:24:23
0
63d30070a0700126bdcbe3c7c88d6c5e66717703
Remove the low-weight count tuning optimization
[ { "change_type": "MODIFY", "old_path": "Source/astcenc.h", "new_path": "Source/astcenc.h", "diff": "@@ -555,11 +555,6 @@ struct astcenc_config\n*/\nfloat tune_2_plane_early_out_limit_correlation;\n- /**\n- * @brief The threshold below which (inclusive) we stop testing low/high/low+high cutoffs.\n- *...
C
Apache License 2.0
arm-software/astc-encoder
Remove the low-weight count tuning optimization
61,745
09.11.2022 17:14:11
0
4398ce015b311730540d48e5d7f03d7478ce1b23
Remove -gdwarf-4 from CMake
[ { "change_type": "MODIFY", "old_path": "Source/cmake_core.cmake", "new_path": "Source/cmake_core.cmake", "diff": "@@ -105,7 +105,6 @@ macro(astcenc_set_properties NAME)\nPRIVATE\n# Use pthreads on Linux/macOS\n$<$<PLATFORM_ID:Linux,Darwin>:-pthread>\n- -gdwarf-4\n# MSVC compiler defines\n$<$<CXX_COM...
C
Apache License 2.0
arm-software/astc-encoder
Remove -gdwarf-4 from CMake
61,745
09.11.2022 17:23:47
0
97724e328815157deab2158e421e24bd42b31574
Add 2/3/4 partition index functional tests
[ { "change_type": "MODIFY", "old_path": "Test/astc_test_functional.py", "new_path": "Test/astc_test_functional.py", "diff": "@@ -1064,7 +1064,7 @@ class CLIPTest(CLITestBase):\n# RMSE should get worse (higher) if we reduce search space\nself.assertGreater(testRMSE, refRMSE)\n- def test_partition_inde...
C
Apache License 2.0
arm-software/astc-encoder
Add 2/3/4 partition index functional tests
61,745
09.11.2022 17:25:21
0
c516c82d969e645351fe447d866365cc14ecbcc6
Add 2/3/4 parition index negative tests
[ { "change_type": "MODIFY", "old_path": "Test/astc_test_functional.py", "new_path": "Test/astc_test_functional.py", "diff": "@@ -1777,9 +1777,9 @@ class CLINTest(CLITestBase):\n# Run the command, incrementally omitting arguments\nself.exec_with_omit(command, 7)\n- def test_cl_partitionlimit_missing_a...
C
Apache License 2.0
arm-software/astc-encoder
Add 2/3/4 parition index negative tests
61,745
09.11.2022 20:25:40
0
ef5d561d8a697b3d23099df97211b017b8327844
Use -auto-orient rather than -flip
[ { "change_type": "MODIFY", "old_path": "Test/testlib/image.py", "new_path": "Test/testlib/image.py", "diff": "@@ -39,36 +39,6 @@ import testlib.misc as misc\nCONVERT_BINARY = [\"convert\"]\n-g_ConvertVersion = None\n-\n-\n-def get_convert_version():\n- \"\"\"\n- Get the major/minor version of ImageM...
C
Apache License 2.0
arm-software/astc-encoder
Use -auto-orient rather than -flip
61,745
09.11.2022 20:56:40
0
395a1225b9b408f9b31e4e5b01120910c2bf07cb
Note that 2.x branch is no longer getting fixes
[ { "change_type": "MODIFY", "old_path": "README.md", "new_path": "README.md", "diff": "@@ -90,12 +90,12 @@ to be a stable branch for the latest major release series, but as it is used\nfor ongoing development expect it to have some volatility. We recommend using\nthe latest stable release tag for pro...
C
Apache License 2.0
arm-software/astc-encoder
Note that 2.x branch is no longer getting fixes
61,745
09.11.2022 21:01:20
0
ed412ec7d7fc3af86a7feb25d6a1ccd5b734caff
Add note on lack of signed equivalent of BC6
[ { "change_type": "MODIFY", "old_path": "Docs/Encoding.md", "new_path": "Docs/Encoding.md", "diff": "@@ -25,7 +25,7 @@ their compressed bitrate are shown in the table below.\n| BC3nm | G+R | 8 | BC1 G + BC4 R |\n| BC4 | R | 4 | L8 |\n| BC5 | R+G | 8 | BC1 R + BC1 G |\n-| BC6 | RGB (HDR) | 8 | |\n+| B...
C
Apache License 2.0
arm-software/astc-encoder
Add note on lack of signed equivalent of BC6
61,745
10.11.2022 07:58:12
0
462e74e584f5a7bea98795db6aa14b2399ab505b
Check ISA compat in config_init()
[ { "change_type": "MODIFY", "old_path": "Source/astcenc_entry.cpp", "new_path": "Source/astcenc_entry.cpp", "diff": "@@ -481,9 +481,23 @@ astcenc_error astcenc_config_init(\nastcenc_config* configp\n) {\nastcenc_error status;\n- astcenc_config& config = *configp;\n+\n+ // Check basic library compatib...
C
Apache License 2.0
arm-software/astc-encoder
Check ISA compat in config_init()
61,745
10.11.2022 09:24:19
0
5628c6f10fa88f7d46e9f0b647c2b5ce6badbcaf
Swap order of FP and ISA checks
[ { "change_type": "MODIFY", "old_path": "Source/astcenc_entry.cpp", "new_path": "Source/astcenc_entry.cpp", "diff": "@@ -484,13 +484,13 @@ astcenc_error astcenc_config_init(\n// Check basic library compatibility options here so they are checked early. Note, these checks\n// are repeated in context_al...
C
Apache License 2.0
arm-software/astc-encoder
Swap order of FP and ISA checks
61,745
10.11.2022 09:46:26
0
9e9da0da51c4695b4c47e2e3e06c5910abbb7f31
Add -verythorough CLI test
[ { "change_type": "MODIFY", "old_path": "Test/astc_test_functional.py", "new_path": "Test/astc_test_functional.py", "diff": "@@ -649,7 +649,8 @@ class CLIPTest(CLITestBase):\n\"\"\"\nTest all valid presets are accepted\n\"\"\"\n- presets = [\"-fastest\", \"-fast\", \"-medium\", \"-thorough\", \"-exha...
C
Apache License 2.0
arm-software/astc-encoder
Add -verythorough CLI test
61,745
10.11.2022 09:46:58
0
3103c70ccf6194e3796467c466f5adb047deac7f
Try another TGA workaround
[ { "change_type": "MODIFY", "old_path": "Test/astc_test_functional.py", "new_path": "Test/astc_test_functional.py", "diff": "@@ -681,6 +681,19 @@ class CLIPTest(CLITestBase):\nif tli.Image.is_format_supported(imgFormat):\ncolIn = tli.Image(imIn).get_colors((7, 7))\ncolOut = tli.Image(imOut).get_color...
C
Apache License 2.0
arm-software/astc-encoder
Try another TGA workaround
61,745
12.11.2022 08:25:59
0
313c5e62a7325b50e660a32969ca728bbc374215
Fix mismatched array parameter size
[ { "change_type": "MODIFY", "old_path": "Source/astcenc_find_best_partitioning.cpp", "new_path": "Source/astcenc_find_best_partitioning.cpp", "diff": "@@ -536,7 +536,7 @@ unsigned int find_best_partition_candidates(\nconst image_block& blk,\nunsigned int partition_count,\nunsigned int partition_searc...
C
Apache License 2.0
arm-software/astc-encoder
Fix mismatched array parameter size
61,745
28.11.2022 22:36:22
0
ec7ccf2e69d19b38340cdf84be2a0d65d080f98f
Remove unneeded round_up_to_simd() call
[ { "change_type": "MODIFY", "old_path": "Source/astcenc_ideal_endpoints_and_weights.cpp", "new_path": "Source/astcenc_ideal_endpoints_and_weights.cpp", "diff": "@@ -861,8 +861,7 @@ void compute_ideal_weights_for_decimation(\n// zero-initialized SIMD over-fetch region\nif (is_direct)\n{\n- unsigned in...
C
Apache License 2.0
arm-software/astc-encoder
Remove unneeded round_up_to_simd() call
61,745
29.11.2022 22:28:14
0
aa2d0b10e9d8b1162913ddd16ec8d5fd3934df9c
Force DWARF4 for Valgrind
[ { "change_type": "MODIFY", "old_path": "Source/cmake_core.cmake", "new_path": "Source/cmake_core.cmake", "diff": "@@ -136,6 +136,8 @@ macro(astcenc_set_properties NAME)\n$<$<NOT:$<CXX_COMPILER_ID:MSVC>>:-Wno-reserved-identifier>\n$<$<NOT:$<CXX_COMPILER_ID:MSVC>>:-Wno-cast-function-type>\n+ # Force D...
C
Apache License 2.0
arm-software/astc-encoder
Force DWARF4 for Valgrind
61,745
29.11.2022 22:35:43
0
aa8250ebbcbecf2f4184189ec191ffae685df211
Remove unused method field from quant_and_transfer_table
[ { "change_type": "MODIFY", "old_path": "Source/astcenc_internal.h", "new_path": "Source/astcenc_internal.h", "diff": "@@ -1008,9 +1008,6 @@ struct dt_init_working_buffers\n*/\nstruct quant_and_transfer_table\n{\n- /** @brief The quantization level used. */\n- quant_method method;\n-\n/** @brief The ...
C
Apache License 2.0
arm-software/astc-encoder
Remove unused method field from quant_and_transfer_table
61,745
29.11.2022 23:45:02
0
efdecc6a99c2dc23fabceffea9aded2ab040184d
Use symbolic constant
[ { "change_type": "MODIFY", "old_path": "Source/astcenc_percentile_tables.cpp", "new_path": "Source/astcenc_percentile_tables.cpp", "diff": "@@ -1166,11 +1166,11 @@ const float *get_2d_percentile_table(\nunsigned int xdim,\nunsigned int ydim\n) {\n- float* unpacked_table = new float[2048];\n+ float* ...
C
Apache License 2.0
arm-software/astc-encoder
Use symbolic constant
61,745
29.11.2022 23:52:14
0
6aa17d963613347a82ce156c969bff4dc06fc05d
Remove unused quant field from btq_counts
[ { "change_type": "MODIFY", "old_path": "Source/astcenc_integer_sequence.cpp", "new_path": "Source/astcenc_integer_sequence.cpp", "diff": "@@ -334,9 +334,6 @@ static const uint8_t integer_of_trits[3][3][3][3][3] {\n*/\nstruct btq_count\n{\n- /** @brief The quantization level. */\n- uint8_t quant;\n-\...
C
Apache License 2.0
arm-software/astc-encoder
Remove unused quant field from btq_counts
61,745
29.11.2022 23:54:18
0
5adac484d34013ba432b412c631cd570d278baff
Remove unused quant field from ise_size
[ { "change_type": "MODIFY", "old_path": "Source/astcenc_integer_sequence.cpp", "new_path": "Source/astcenc_integer_sequence.cpp", "diff": "@@ -379,9 +379,6 @@ static const std::array<btq_count, 21> btq_counts {{\n*/\nstruct ise_size\n{\n- /** @brief The quantization level. */\n- uint8_t quant;\n-\n/*...
C
Apache License 2.0
arm-software/astc-encoder
Remove unused quant field from ise_size
61,745
29.11.2022 23:56:49
0
5f60c594fd54ee3da3fd33b905fdda1ddcaf59de
Remove redundant round field from ise_size
[ { "change_type": "MODIFY", "old_path": "Source/astcenc_integer_sequence.cpp", "new_path": "Source/astcenc_integer_sequence.cpp", "diff": "@@ -382,9 +382,6 @@ struct ise_size\n/** @brief The scaling parameter. */\nuint8_t scale;\n- /** @brief The rounding parameter. */\n- uint8_t round;\n-\n/** @brie...
C
Apache License 2.0
arm-software/astc-encoder
Remove redundant round field from ise_size
61,745
01.12.2022 20:20:15
0
0bb18de69fd73572c6a0472079855d2e67aa9262
Remove unused entries in baseline_quant_error
[ { "change_type": "MODIFY", "old_path": "Source/astcenc_pick_best_endpoint_format.cpp", "new_path": "Source/astcenc_pick_best_endpoint_format.cpp", "diff": "@@ -325,11 +325,7 @@ static void compute_color_error_for_every_integer_count_and_quant_level(\n) {\nint partition_size = pi.partition_texel_coun...
C
Apache License 2.0
arm-software/astc-encoder
Remove unused entries in baseline_quant_error
61,765
02.12.2022 00:11:21
28,800
5a3075be3671371c1225b8119c98d9df887161d1
Disable blue contraction at quant level 256 This change causes a minor IQ improvement for 4x4 encodings, and can give a minor performance boost on some images.
[ { "change_type": "MODIFY", "old_path": "Source/astcenc_color_quantize.cpp", "new_path": "Source/astcenc_color_quantize.cpp", "diff": "@@ -1960,7 +1960,7 @@ uint8_t pack_color_endpoints(\nswitch (format)\n{\ncase FMT_RGB:\n- if (quant_level <= 18)\n+ if (quant_level <= QUANT_160)\n{\nif (try_quantize...
C
Apache License 2.0
arm-software/astc-encoder
Disable blue contraction at quant level 256 (#388) This change causes a minor IQ improvement for 4x4 encodings, and can give a minor performance boost on some images.
61,745
03.12.2022 15:45:27
0
b5120e68c01df534a3a8d475bc0559050deafc40
Skip RGBO calculation for LDR-only encodings
[ { "change_type": "MODIFY", "old_path": "Source/astcenc_ideal_endpoints_and_weights.cpp", "new_path": "Source/astcenc_ideal_endpoints_and_weights.cpp", "diff": "@@ -1214,7 +1214,7 @@ void recompute_ideal_colors_1plane(\n// Only compute a partition mean if more than one partition\nif (partition_count ...
C
Apache License 2.0
arm-software/astc-encoder
Skip RGBO calculation for LDR-only encodings
61,745
08.12.2022 20:19:25
0
edae56f8d780f707d719066605760abd83063e30
Simplify NEON implementation
[ { "change_type": "MODIFY", "old_path": "Source/astcenc_vecmathlib_neon_4.h", "new_path": "Source/astcenc_vecmathlib_neon_4.h", "diff": "@@ -106,7 +106,7 @@ struct vfloat4\n*/\ntemplate <int l> ASTCENC_SIMD_INLINE void set_lane(float a)\n{\n- m = vld1q_lane_f32(&a, m, l);\n+ m = vsetq_lane_f32(a, m, ...
C
Apache License 2.0
arm-software/astc-encoder
Simplify NEON implementation
61,745
08.12.2022 21:51:39
0
2f713ff9d71cdb796524c18d241506cf72a11014
Add more promises
[ { "change_type": "MODIFY", "old_path": "Source/astcenc_ideal_endpoints_and_weights.cpp", "new_path": "Source/astcenc_ideal_endpoints_and_weights.cpp", "diff": "@@ -692,6 +692,7 @@ float compute_error_of_weight_set_1plane(\n) {\nvfloatacc error_summav = vfloatacc::zero();\nunsigned int texel_count = ...
C
Apache License 2.0
arm-software/astc-encoder
Add more promises
61,745
08.12.2022 22:32:19
0
592ef328bcec46f828c1a828abd6c3cdcb94903d
Use scb.plane2_component = -1 for single plane blocks
[ { "change_type": "MODIFY", "old_path": "Source/astcenc_compress_symbolic.cpp", "new_path": "Source/astcenc_compress_symbolic.cpp", "diff": "@@ -82,7 +82,7 @@ static bool realign_weights_undecimated(\nconst quant_and_transfer_table& qat = quant_and_xfer_tables[weight_quant_level];\nunsigned int max_p...
C
Apache License 2.0
arm-software/astc-encoder
Use scb.plane2_component = -1 for single plane blocks
61,745
08.12.2022 22:49:57
0
39fdb7d96d3c5dfc871844c1094a9e79bae1d3f5
Use branchless tail clear
[ { "change_type": "MODIFY", "old_path": "Source/astcenc_pick_best_endpoint_format.cpp", "new_path": "Source/astcenc_pick_best_endpoint_format.cpp", "diff": "@@ -1132,22 +1132,19 @@ unsigned int compute_ideal_endpoint_formats(\nuint8_t (&best_ep_formats)[WEIGHTS_MAX_BLOCK_MODES][BLOCK_MAX_PARTITIONS] ...
C
Apache License 2.0
arm-software/astc-encoder
Use branchless tail clear
61,745
08.12.2022 22:54:36
0
cc7eb29787530c8dca779e27525e391fdef85f4f
Improve promises
[ { "change_type": "MODIFY", "old_path": "Source/astcenc_find_best_partitioning.cpp", "new_path": "Source/astcenc_find_best_partitioning.cpp", "diff": "@@ -362,6 +362,7 @@ static void count_partition_mismatch_bits(\nunsigned int mismatch_counts[BLOCK_MAX_PARTITIONINGS]\n) {\nunsigned int active_count ...
C
Apache License 2.0
arm-software/astc-encoder
Improve promises
61,745
23.12.2022 09:56:20
0
f758d218fe91970f28b8a1416a2ec52810ac5fdf
Use lower-case windows.h for compat with MinGW
[ { "change_type": "MODIFY", "old_path": "Source/astcenc_platform_isa_detection.cpp", "new_path": "Source/astcenc_platform_isa_detection.cpp", "diff": "// SPDX-License-Identifier: Apache-2.0\n// ----------------------------------------------------------------------------\n-// Copyright 2020-2021 Arm L...
C
Apache License 2.0
arm-software/astc-encoder
Use lower-case windows.h for compat with MinGW
61,745
02.01.2023 13:35:41
0
c0bba1bab2cf79783d7f983ccaf41ae54ec66df0
Update Changelog with some smaller optimizations
[ { "change_type": "MODIFY", "old_path": "Docs/ChangeLog-4x.md", "new_path": "Docs/ChangeLog-4x.md", "diff": "@@ -17,6 +17,8 @@ and image quality improvements in this release.\n* **General:**\n* **Optimization:** Always skip blue-contraction for `QUANT_256` encodings.\nThis gives a small image quality...
C
Apache License 2.0
arm-software/astc-encoder
Update Changelog with some smaller optimizations
61,745
02.01.2023 14:26:30
0
6f782ad0f8bc2fbd8e2070caf746d94dec5233ed
Update Changelog with MinGW compat change
[ { "change_type": "MODIFY", "old_path": "Docs/ChangeLog-4x.md", "new_path": "Docs/ChangeLog-4x.md", "diff": "@@ -22,6 +22,7 @@ and image quality improvements in this release.\n* **Optimization:** Remove folded `decimation_info` lookup tables. This\nreduces compressor memory footprint and improves con...
C
Apache License 2.0
arm-software/astc-encoder
Update Changelog with MinGW compat change
61,745
02.01.2023 15:22:05
0
aa80ce7d828b1e043d70e05e82e387160b887c4d
Use tighter bounds to skip trials
[ { "change_type": "MODIFY", "old_path": "Source/astcenc_compress_symbolic.cpp", "new_path": "Source/astcenc_compress_symbolic.cpp", "diff": "@@ -1353,7 +1353,7 @@ void compress_block(\n// If attempting two planes is much worse than the best one plane result\n// then further two plane searches are unl...
C
Apache License 2.0
arm-software/astc-encoder
Use tighter bounds to skip trials
61,745
02.01.2023 15:32:58
0
baf3be60206ce111b02061d5adefc498d39f7441
Use tighter bounds to skip refinement
[ { "change_type": "MODIFY", "old_path": "Docs/ChangeLog-4x.md", "new_path": "Docs/ChangeLog-4x.md", "diff": "@@ -22,6 +22,8 @@ and image quality improvements in this release.\n* **Optimization:** Remove folded `decimation_info` lookup tables. This\nreduces compressor memory footprint and improves con...
C
Apache License 2.0
arm-software/astc-encoder
Use tighter bounds to skip refinement
61,745
02.01.2023 20:10:09
0
464450e5352ede646c8c158efaceeb9730e8ca24
Improve decimation_info member naming
[ { "change_type": "MODIFY", "old_path": "Source/astcenc_block_sizes.cpp", "new_path": "Source/astcenc_block_sizes.cpp", "diff": "@@ -330,17 +330,17 @@ static void init_decimation_info_2d(\nfor (unsigned int j = 0; j < wb.weight_count_of_texel[i]; j++)\n{\n- di.texel_weights_int_4t[j][i] = wb.weights_...
C
Apache License 2.0
arm-software/astc-encoder
Improve decimation_info member naming
61,745
03.01.2023 15:20:57
0
fa0a814be240da57764d7c4f559f73a9e3ca73dc
Avoid -gdwarf-4 on Windows with ClangCL
[ { "change_type": "MODIFY", "old_path": "Source/cmake_core.cmake", "new_path": "Source/cmake_core.cmake", "diff": "@@ -137,7 +137,8 @@ macro(astcenc_set_properties NAME)\n$<$<NOT:$<CXX_COMPILER_ID:MSVC>>:-Wno-cast-function-type>\n# Force DWARF4 for Valgrind profiling\n- $<$<CXX_COMPILER_ID:Clang>:-gd...
C
Apache License 2.0
arm-software/astc-encoder
Avoid -gdwarf-4 on Windows with ClangCL
61,745
03.01.2023 15:34:27
0
7bddd8d251d7051f2013a65e1360798a82826377
Disable nonportable system include paths for Windows + Clang
[ { "change_type": "MODIFY", "old_path": "Source/cmake_core.cmake", "new_path": "Source/cmake_core.cmake", "diff": "@@ -139,6 +139,9 @@ macro(astcenc_set_properties NAME)\n# Force DWARF4 for Valgrind profiling\n$<$<AND:$<PLATFORM_ID:Linux,Darwin>,$<CXX_COMPILER_ID:Clang>>:-gdwarf-4>\n+ # Disable non-p...
C
Apache License 2.0
arm-software/astc-encoder
Disable nonportable system include paths for Windows + Clang
61,745
03.01.2023 15:34:47
0
99c64d940a114da45a9ff3c399b392d04edb1607
Switch to main test reference
[ { "change_type": "MODIFY", "old_path": "Test/astc_test_image.py", "new_path": "Test/astc_test_image.py", "diff": "@@ -302,7 +302,7 @@ def parse_command_line():\nparser.add_argument(\"--encoder\", dest=\"encoders\", default=\"avx2\",\nchoices=coders, help=\"test encoder variant\")\n- parser.add_argum...
C
Apache License 2.0
arm-software/astc-encoder
Switch to main test reference
61,745
03.01.2023 20:24:05
0
2e4e2122f61c0f971238efd00614d99d685f1896
Use symbolic value rather than repeated literal
[ { "change_type": "MODIFY", "old_path": "Source/astcenc_partition_tables.cpp", "new_path": "Source/astcenc_partition_tables.cpp", "diff": "#include \"astcenc_internal.h\"\n+/** @brief The number of 64-bit words needed to represent a canonical partition bit pattern. */\n+static const int BIT_PATTERN_W...
C
Apache License 2.0
arm-software/astc-encoder
Use symbolic value rather than repeated literal
61,745
13.01.2023 22:20:10
0
92279e01a0da531309a94f2db0d1a9cea07ef2d8
Allow compile-time reduction in max texel count
[ { "change_type": "MODIFY", "old_path": "Source/astcenc_internal.h", "new_path": "Source/astcenc_internal.h", "diff": "@@ -154,10 +154,12 @@ static constexpr unsigned int TUNE_MAX_PARTITIIONING_CANDIDATES { 32 };\n*/\nstatic constexpr unsigned int TUNE_MAX_ANGULAR_QUANT { 7 }; /* QUANT_12 */\n-\nstat...
C
Apache License 2.0
arm-software/astc-encoder
Allow compile-time reduction in max texel count
61,745
13.01.2023 22:23:30
0
8af2ad2a184a40fa35f2ea579da4d1999f5e9c19
Typo fix in #define name
[ { "change_type": "MODIFY", "old_path": "Source/astcenc.h", "new_path": "Source/astcenc.h", "diff": "// SPDX-License-Identifier: Apache-2.0\n// ----------------------------------------------------------------------------\n-// Copyright 2020-2022 Arm Limited\n+// Copyright 2020-2023 Arm Limited\n//\n/...
C
Apache License 2.0
arm-software/astc-encoder
Typo fix in #define name
61,745
13.01.2023 22:34:45
0
232b735b43e6d4a93e3e8456f7c708cd0b7ec6f3
Set project version to 4.3.0
[ { "change_type": "MODIFY", "old_path": "CMakeLists.txt", "new_path": "CMakeLists.txt", "diff": "# SPDX-License-Identifier: Apache-2.0\n# ----------------------------------------------------------------------------\n-# Copyright 2020-2022 Arm Limited\n+# Copyright 2020-2023 Arm Limited\n#\n# Licensed...
C
Apache License 2.0
arm-software/astc-encoder
Set project version to 4.3.0
61,745
13.01.2023 23:12:57
0
1d3e3f85dc3e7246aa1f1f83b7001f27e6bc8205
Allow compile-time reduction in max texel count - fix
[ { "change_type": "MODIFY", "old_path": "Source/astcenc_partition_tables.cpp", "new_path": "Source/astcenc_partition_tables.cpp", "diff": "#include \"astcenc_internal.h\"\n/** @brief The number of 64-bit words needed to represent a canonical partition bit pattern. */\n-static const int BIT_PATTERN_WO...
C
Apache License 2.0
arm-software/astc-encoder
Allow compile-time reduction in max texel count - fix
61,745
17.01.2023 19:02:10
0
dae59c10aee99997f795053a1b3c7672a1d0800e
Remove -mask option and MAP_MASK flag
[ { "change_type": "MODIFY", "old_path": "Docs/ChangeLog-4x.md", "new_path": "Docs/ChangeLog-4x.md", "diff": "@@ -14,7 +14,14 @@ clocked at 4.2 GHz, running `astcenc` using AVX2 and 6 threads.\nThe 4.3.0 release is an optimization release. There are minor performance\nand image quality improvements in...
C
Apache License 2.0
arm-software/astc-encoder
Remove -mask option and MAP_MASK flag
61,745
17.01.2023 21:08:13
0
049d5ca97a62bc19ef56a51eede1b52c67797db7
Tweak search cutoff thresholds
[ { "change_type": "MODIFY", "old_path": "Source/astcenc_compress_symbolic.cpp", "new_path": "Source/astcenc_compress_symbolic.cpp", "diff": "@@ -1353,7 +1353,7 @@ void compress_block(\n// If attempting two planes is much worse than the best one plane result\n// then further two plane searches are unl...
C
Apache License 2.0
arm-software/astc-encoder
Tweak search cutoff thresholds