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 | 21.11.2020 00:03:25 | 0 | c1a5de4b7c5db2438e1a67d6e3a02deb1a2f00a0 | Add bracketing to make precedence clear | [
{
"change_type": "MODIFY",
"old_path": "Source/astcenc_ideal_endpoints_and_weights.cpp",
"new_path": "Source/astcenc_ideal_endpoints_and_weights.cpp",
"diff": "@@ -1141,7 +1141,7 @@ void compute_ideal_quantized_weights_for_decimation_table(\nvfloat ixl = gatherf(qat->unquantized_value_unsc, weight);... | C | Apache License 2.0 | arm-software/astc-encoder | Add bracketing to make precedence clear |
61,745 | 22.11.2020 22:57:34 | 0 | a4a007fe4be7a7bc65594326c52c20f729e9937c | Enable vfloat4 for prototyping use | [
{
"change_type": "MODIFY",
"old_path": "Source/astcenc_vecmathlib.h",
"new_path": "Source/astcenc_vecmathlib.h",
"diff": "#endif\n#if ASTCENC_AVX >= 2\n- /* If we have AVX2 expose 8-wide VLA. */\n+ /* If we have AVX2 expose 8-wide VLA, and 4-wide fixed width. */\n#include \"astcenc_vecmathlib_avx2_8... | C | Apache License 2.0 | arm-software/astc-encoder | Enable vfloat4 for prototyping use |
61,745 | 22.11.2020 23:07:40 | 0 | 5e7fe2eae648605a1026457dd940db086df9fcc8 | Move compute_error_squared_rgb_single_partition | [
{
"change_type": "MODIFY",
"old_path": "Source/astcenc_encoding_choice_error.cpp",
"new_path": "Source/astcenc_encoding_choice_error.cpp",
"diff": "@@ -89,6 +89,43 @@ void merge_endpoints(\n}\n}\n+// function to compute the error across a tile when using a particular line for\n+// a particular parti... | C | Apache License 2.0 | arm-software/astc-encoder | Move compute_error_squared_rgb_single_partition |
61,745 | 22.11.2020 23:08:47 | 0 | cf29513ad8bad79890fd9ae6b93a31354c2b3625 | Make astc::min/max have consistent NaN handling | [
{
"change_type": "MODIFY",
"old_path": "Source/astcenc_mathlib.h",
"new_path": "Source/astcenc_mathlib.h",
"diff": "@@ -80,9 +80,9 @@ static inline float fabs(float val)\n* @param valA The first value to compare.\n* @param valB The second value to compare.\n*\n- * @return The smallest value.\n+ * @r... | C | Apache License 2.0 | arm-software/astc-encoder | Make astc::min/max have consistent NaN handling |
61,745 | 22.11.2020 23:29:30 | 0 | 65f1c422a67b0d7557302865cf0c7d652474ec4e | Cleanup handling of clamps / NaN filters | [
{
"change_type": "MODIFY",
"old_path": "Source/astcenc_averages_and_directions.cpp",
"new_path": "Source/astcenc_averages_and_directions.cpp",
"diff": "@@ -558,35 +558,12 @@ void compute_error_squared_rgba(\nfloat4 separate_linelen = separate_highparam - separate_lowparam;\n// Turn very small number... | C | Apache License 2.0 | arm-software/astc-encoder | Cleanup handling of clamps / NaN filters |
61,745 | 22.11.2020 23:32:42 | 0 | d0f68904aaa0398999b205fa87d4db927f861bb1 | Fix MSCV compile error due to function order | [
{
"change_type": "MODIFY",
"old_path": "Source/astcenc_vecmathlib_sse_4.h",
"new_path": "Source/astcenc_vecmathlib_sse_4.h",
"diff": "@@ -738,39 +738,6 @@ ASTCENC_SIMD_INLINE vfloat4 sqrt(vfloat4 a)\nreturn vfloat4(_mm_sqrt_ps(a.m));\n}\n-/**\n- * @brief Return the dot product for the full 4 lanes, ... | C | Apache License 2.0 | arm-software/astc-encoder | Fix MSCV compile error due to function order |
61,745 | 30.11.2020 21:45:33 | 0 | dfe0ca3fdc59cb3473daecb943162369d00371a5 | Improve normal map -help text | [
{
"change_type": "MODIFY",
"old_path": "Source/astcenccli_toplevel_help.cpp",
"new_path": "Source/astcenccli_toplevel_help.cpp",
"diff": "@@ -159,19 +159,21 @@ COMPRESSION\n-mask\nThe input texture is a mask texture with unrelated data stored\n- in the various color channels. This improves image qua... | C | Apache License 2.0 | arm-software/astc-encoder | Improve normal map -help text |
61,745 | 01.12.2020 00:08:30 | 0 | ad8313a14b96441ccef12fe36fd5b996ea65e5cc | Cleanup doxygen keywords | [
{
"change_type": "MODIFY",
"old_path": "Source/astcenc_internal.h",
"new_path": "Source/astcenc_internal.h",
"diff": "@@ -1179,19 +1179,19 @@ struct astcenc_context\n============================================================================ */\n/**\n* @brief Run-time detection if the host CPU supp... | C | Apache License 2.0 | arm-software/astc-encoder | Cleanup doxygen keywords |
61,745 | 08.12.2020 13:59:18 | 0 | 7fe74bcf6ef27298afebf49cdd5bb45016cb8dea | Repartition long literal string for MSVC limits | [
{
"change_type": "MODIFY",
"old_path": "Source/astcenccli_toplevel_help.cpp",
"new_path": "Source/astcenccli_toplevel_help.cpp",
"diff": "@@ -414,7 +414,10 @@ ADVANCED COMPRESSION\nError messages will always be printed, as will mandatory outputs\nfor the selected operation mode. For example, the tes... | C | Apache License 2.0 | arm-software/astc-encoder | Repartition long literal string for MSVC limits |
61,745 | 15.12.2020 17:45:30 | 0 | 6eb47aebb4221dcd99ed6ce5f9278f83149cdd1a | Update Jenkinsfile for Cmake | [
{
"change_type": "MODIFY",
"old_path": "jenkins/build.Jenkinsfile",
"new_path": "jenkins/build.Jenkinsfile",
"diff": "@@ -32,7 +32,7 @@ pipeline {\nsh '''\nmkdir build_rel\ncd build_rel\n- make -G \"Unix Makefiles\" -DCMAKE_BUILD_TYPE=Release -DISA_AVX2=ON -DISA_SSE41=ON -DISA_SSE2=ON ..\n+ cmake -G... | C | Apache License 2.0 | arm-software/astc-encoder | Update Jenkinsfile for Cmake |
61,745 | 15.12.2020 18:20:50 | 0 | 34566b227590e5952500cdc0d7bba1142df59a54 | Add AppleClang for CMake generator expressions
Implemented with a GNU_LIKE variable (DRY) | [
{
"change_type": "MODIFY",
"old_path": "Source/cmake_core.cmake",
"new_path": "Source/cmake_core.cmake",
"diff": "project(astcenc-${ISA_SIMD})\n+set(GNU_LIKE \"GNU,Clang,AppleClang\")\n+\nadd_executable(astcenc-${ISA_SIMD})\ntarget_sources(astcenc-${ISA_SIMD}\n@@ -73,12 +75,12 @@ target_compile_opti... | C | Apache License 2.0 | arm-software/astc-encoder | Add AppleClang for CMake generator expressions
Implemented with a GNU_LIKE variable (DRY) |
61,745 | 15.12.2020 18:24:13 | 0 | df9fe969f159a9e57ca1fc02af1a223761c8f6ee | Remove -j1 option from nmake in Jekinsfile | [
{
"change_type": "MODIFY",
"old_path": "jenkins/build.Jenkinsfile",
"new_path": "jenkins/build.Jenkinsfile",
"diff": "@@ -82,7 +82,7 @@ pipeline {\nmkdir build_rel\ncd build_rel\ncmake -G \"NMake Makefiles\" -DCMAKE_BUILD_TYPE=Release -DISA_AVX2=ON -DISA_SSE41=ON -DISA_SSE2=ON ..\n- nmake package -j... | C | Apache License 2.0 | arm-software/astc-encoder | Remove -j1 option from nmake in Jekinsfile |
61,745 | 15.12.2020 20:48:45 | 0 | 2cd1fecabc32367ffde165d5c902ae50aabc6b18 | Switch ROC testing back to release builds
Debug -thorough tests take a few hours on Windows builders,
which is longer than we'd like, so until we get a faster
build machine drop to testing Release -medium. | [
{
"change_type": "MODIFY",
"old_path": "jenkins/build.Jenkinsfile",
"new_path": "jenkins/build.Jenkinsfile",
"diff": "@@ -32,8 +32,8 @@ pipeline {\nsh '''\nmkdir build_rel\ncd build_rel\n- cmake -G \"Unix Makefiles\" -DCMAKE_BUILD_TYPE=Release -DISA_AVX2=ON -DISA_SSE41=ON -DISA_SSE2=ON ..\n- make pa... | C | Apache License 2.0 | arm-software/astc-encoder | Switch ROC testing back to release builds
Debug -thorough tests take a few hours on Windows builders,
which is longer than we'd like, so until we get a faster
build machine drop to testing Release -medium. |
61,745 | 15.12.2020 20:54:52 | 0 | 94e95f3a102b739045435fa56dea97120caa7e95 | Set install prefix on Jenkins builder | [
{
"change_type": "MODIFY",
"old_path": "jenkins/build.Jenkinsfile",
"new_path": "jenkins/build.Jenkinsfile",
"diff": "@@ -32,7 +32,7 @@ pipeline {\nsh '''\nmkdir build_rel\ncd build_rel\n- cmake -G \"Unix Makefiles\" -DCMAKE_BUILD_TYPE=Release -DISA_AVX2=ON -DISA_SSE41=ON -DISA_SSE2=ON -DISA_NONE=ON... | C | Apache License 2.0 | arm-software/astc-encoder | Set install prefix on Jenkins builder |
61,745 | 15.12.2020 21:12:11 | 0 | b41f5b289ea864912009f3ced4fb524d0bf84a90 | More markdown changes for CMake builds | [
{
"change_type": "MODIFY",
"old_path": "Docs/Building.md",
"new_path": "Docs/Building.md",
"diff": "@@ -64,7 +64,7 @@ cd build\n# Create the build system\ncmake -G \"Unix Makefiles\" -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=./ \\\n- -DISA_AVX2=ON -DISA_SSE41=ON -DISA_SSE2=ON\n+ -DISA_AVX2=O... | C | Apache License 2.0 | arm-software/astc-encoder | More markdown changes for CMake builds |
61,745 | 15.12.2020 21:30:44 | 0 | c256e6520d41ef86209810c2f41843c319c04f46 | Force CMake to use -flto not -flto=thin | [
{
"change_type": "MODIFY",
"old_path": "Source/CMakeLists.txt",
"new_path": "Source/CMakeLists.txt",
"diff": "# under the License.\n# ----------------------------------------------------------------------------\n+# Overwrite the LTO flags to force fat LTO; worth 3-4% performance\n+# See https://gitl... | C | Apache License 2.0 | arm-software/astc-encoder | Force CMake to use -flto not -flto=thin |
61,745 | 15.12.2020 21:59:26 | 0 | 0bfb63a8ebc87fab8dfde942e1ddf6959ea9eda8 | Switch Jenkins Linux builds to Clang 9.0 | [
{
"change_type": "MODIFY",
"old_path": "jenkins/build.Jenkinsfile",
"new_path": "jenkins/build.Jenkinsfile",
"diff": "@@ -30,6 +30,7 @@ pipeline {\nstage('Build R') {\nsteps {\nsh '''\n+ export CXX=clang++-9\nmkdir build_rel\ncd build_rel\ncmake -G \"Unix Makefiles\" -DCMAKE_BUILD_TYPE=Release -DCMA... | C | Apache License 2.0 | arm-software/astc-encoder | Switch Jenkins Linux builds to Clang 9.0 |
61,745 | 15.12.2020 22:14:12 | 0 | b75cf0cc55ec2651f419ba768d5c783a1983ea4c | Fix Jenkins Linux AVX2 build | [
{
"change_type": "MODIFY",
"old_path": "jenkins/build.Jenkinsfile",
"new_path": "jenkins/build.Jenkinsfile",
"diff": "@@ -33,7 +33,7 @@ pipeline {\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 -D... | C | Apache License 2.0 | arm-software/astc-encoder | Fix Jenkins Linux AVX2 build |
61,745 | 16.12.2020 08:26:00 | 0 | a398a07ea0b3718552935ec7f1f77cb8653bb758 | Move ASTCENC_VECALIGN out of build system | [
{
"change_type": "MODIFY",
"old_path": "Source/Fuzzers/build.sh",
"new_path": "Source/Fuzzers/build.sh",
"diff": "@@ -30,7 +30,6 @@ for fuzzer in $SRC/astc-encoder/Source/Fuzzers/fuzz_*.cpp; do\n-DASTCENC_SSE=0 \\\n-DASTCENC_AVX=0 \\\n-DASTCENC_POPCNT=0 \\\n- -DASTCENC_VECALIGN=16 \\\n-DASTCENC_ISA_... | C | Apache License 2.0 | arm-software/astc-encoder | Move ASTCENC_VECALIGN out of build system |
61,745 | 16.12.2020 08:40:37 | 0 | dac64876cea711006e5d8392e44a7adccaea9a86 | Generate release package SHA256 checksums | [
{
"change_type": "MODIFY",
"old_path": "CMakeLists.txt",
"new_path": "CMakeLists.txt",
"diff": "@@ -81,6 +81,8 @@ set(PKG_VER ${CMAKE_PROJECT_VERSION_MAJOR}.${CMAKE_PROJECT_VERSION_MINOR})\nset(CPACK_PACKAGE_FILE_NAME \"astcenc-${PKG_VER}-${PKG_OS}-x64\")\nset(CPACK_INCLUDE_TOPLEVEL_DIRECTORY FALSE)... | C | Apache License 2.0 | arm-software/astc-encoder | Generate release package SHA256 checksums |
61,745 | 16.12.2020 08:52:37 | 0 | 242f28334e59c7ead9f9501dd71d561e0f712ac1 | Add team slack notification on build failure | [
{
"change_type": "MODIFY",
"old_path": "jenkins/build.Jenkinsfile",
"new_path": "jenkins/build.Jenkinsfile",
"diff": "pipeline {\nagent none\n+\noptions {\nansiColor('xterm')\ntimestamps()\n@@ -211,4 +212,12 @@ pipeline {\n}\n}\n}\n+\n+ post {\n+ failure {\n+ script {\n+ slackSend channel: '#dsg-eng... | C | Apache License 2.0 | arm-software/astc-encoder | Add team slack notification on build failure |
61,745 | 16.12.2020 12:31:19 | 0 | 50b00c4c5935a0a79c2cc9ba9c49bb54d95ec3a3 | Trial Windows code signing | [
{
"change_type": "MODIFY",
"old_path": "jenkins/build.Jenkinsfile",
"new_path": "jenkins/build.Jenkinsfile",
"diff": "@@ -187,11 +187,17 @@ pipeline {\nstage('Unstash') {\nsteps {\ndeleteDir()\n+ sh 'git clone ssh://eu-gerrit-1.euhpc.arm.com:29418/Hive/shared/signing'\ndir('upload/linux-x64') {\nuns... | C | Apache License 2.0 | arm-software/astc-encoder | Trial Windows code signing |
61,745 | 16.12.2020 13:14:53 | 0 | 3bb871c2b065a70927cc3dc68826f90ddebb04d2 | Trial Windows signing | [
{
"change_type": "MODIFY",
"old_path": "jenkins/build.Jenkinsfile",
"new_path": "jenkins/build.Jenkinsfile",
"diff": "@@ -187,7 +187,6 @@ pipeline {\nstage('Unstash') {\nsteps {\ndeleteDir()\n- sh 'git clone ssh://eu-gerrit-1.euhpc.arm.com:29418/Hive/shared/signing'\ndir('upload/linux-x64') {\nunsta... | C | Apache License 2.0 | arm-software/astc-encoder | Trial Windows signing |
61,745 | 16.12.2020 13:53:22 | 0 | 7674fa7c92f6440aa18b5af609b7caad4c1c9809 | More Jenkins diagnostics. | [
{
"change_type": "MODIFY",
"old_path": "jenkins/build.Jenkinsfile",
"new_path": "jenkins/build.Jenkinsfile",
"diff": "@@ -186,22 +186,17 @@ pipeline {\nstages {\nstage('Unstash') {\nsteps {\n- deleteDir()\ndir('upload/linux-x64') {\nunstash 'astcenc-linux-x64'\n}\ndir('upload/windows-x64') {\nunstas... | C | Apache License 2.0 | arm-software/astc-encoder | More Jenkins diagnostics. |
61,745 | 16.12.2020 14:51:54 | 0 | dd37cf206b4cb1aa8e802ee1a3683dd5511ecd8f | Jenkins trial | [
{
"change_type": "MODIFY",
"old_path": "jenkins/build.Jenkinsfile",
"new_path": "jenkins/build.Jenkinsfile",
"diff": "@@ -193,7 +193,7 @@ pipeline {\nunstash 'astcenc-windows-x64'\nwithCredentials([sshUserPrivateKey(credentialsId: 'gerrit-jenkins-ssh',\nkeyFileVariable: 'SSH_AUTH_FILE')]) {\n- sh 'G... | C | Apache License 2.0 | arm-software/astc-encoder | Jenkins trial |
61,745 | 16.12.2020 15:07:40 | 0 | 4b8ea140c4d5376b009e1b440eb65f4542617607 | Add Python requests to Docker image | [
{
"change_type": "MODIFY",
"old_path": "jenkins/build.Dockerfile",
"new_path": "jenkins/build.Dockerfile",
"diff": "FROM ubuntu:18.04\n-LABEL build.environment.version=\"2.2.0\"\n+LABEL build.environment.version=\"2.3.0\"\nRUN useradd -u 1001 -U -m -c Jenkins jenkins\n@@ -14,12 +14,16 @@ RUN apt upd... | C | Apache License 2.0 | arm-software/astc-encoder | Add Python requests to Docker image |
61,745 | 16.12.2020 15:27:59 | 0 | e765a1d7794160826746d2958cab8fa549aed655 | Add post cleanup step for the unstash builder | [
{
"change_type": "MODIFY",
"old_path": "jenkins/build.Jenkinsfile",
"new_path": "jenkins/build.Jenkinsfile",
"diff": "@@ -215,10 +215,12 @@ pipeline {\nsteps {\nzip zipFile: 'astcenc.zip', dir: 'upload', archive: false\ncepeArtifactoryUpload(sourcePattern: 'astcenc.zip')\n- deleteDir()\n}\n}\n}\n+ a... | C | Apache License 2.0 | arm-software/astc-encoder | Add post cleanup step for the unstash builder |
61,745 | 16.12.2020 16:10:17 | 0 | 0b47848034f203f7b74f930d7968fff22a2426c2 | Don't verify signatures - no local SDK | [
{
"change_type": "MODIFY",
"old_path": "jenkins/build.Jenkinsfile",
"new_path": "jenkins/build.Jenkinsfile",
"diff": "@@ -198,7 +198,7 @@ pipeline {\nwithCredentials([usernamePassword(credentialsId: 'win-signing',\nusernameVariable: 'USERNAME',\npasswordVariable: 'PASSWORD')]) {\n- sh 'python3 ./sig... | C | Apache License 2.0 | arm-software/astc-encoder | Don't verify signatures - no local SDK |
61,745 | 16.12.2020 16:31:47 | 0 | c3890c0efaa6bad3103516f9acf0719a68f7ec5f | Remove temporary git checkout for signing scripts | [
{
"change_type": "MODIFY",
"old_path": "jenkins/build.Jenkinsfile",
"new_path": "jenkins/build.Jenkinsfile",
"diff": "@@ -200,6 +200,7 @@ pipeline {\npasswordVariable: 'PASSWORD')]) {\nsh 'python3 ./signing/authenticode-client.py -u ${USERNAME} *.zip'\n}\n+ deleteDir(signing)\n}\ndir('upload/macos-x... | C | Apache License 2.0 | arm-software/astc-encoder | Remove temporary git checkout for signing scripts |
61,745 | 16.12.2020 16:35:04 | 0 | e97a018a75488e387fc84e904f01d8d0795f3cf1 | Remove script dir | [
{
"change_type": "MODIFY",
"old_path": "jenkins/build.Jenkinsfile",
"new_path": "jenkins/build.Jenkinsfile",
"diff": "@@ -199,8 +199,8 @@ pipeline {\nusernameVariable: 'USERNAME',\npasswordVariable: 'PASSWORD')]) {\nsh 'python3 ./signing/authenticode-client.py -u ${USERNAME} *.zip'\n+ sh ' rm -rf ./... | C | Apache License 2.0 | arm-software/astc-encoder | Remove script dir |
61,745 | 16.12.2020 16:49:14 | 0 | bbc95f22017668cbfdd337b669a1ae088693af39 | Tidy up binary code signing | [
{
"change_type": "MODIFY",
"old_path": "jenkins/build.Jenkinsfile",
"new_path": "jenkins/build.Jenkinsfile",
"diff": "@@ -207,7 +207,8 @@ pipeline {\n}\ndir('upload') {\nunstash 'astcenc-linux-x64-hash'\n- unstash 'astcenc-windows-x64-hash'\n+ // Don't keep Windows hash - we have signed binaries now... | C | Apache License 2.0 | arm-software/astc-encoder | Tidy up binary code signing |
61,745 | 16.12.2020 17:53:26 | 0 | 049bfc04c75259ceb2053544de29ffc639a91615 | Trial macOS signing | [
{
"change_type": "MODIFY",
"old_path": "CMakeLists.txt",
"new_path": "CMakeLists.txt",
"diff": "@@ -82,11 +82,6 @@ set(PKG_VER ${CMAKE_PROJECT_VERSION_MAJOR}.${CMAKE_PROJECT_VERSION_MINOR})\nset(CPACK_PACKAGE_FILE_NAME \"astcenc-${PKG_VER}-${PKG_OS}-x64\")\nset(CPACK_INCLUDE_TOPLEVEL_DIRECTORY FALSE... | C | Apache License 2.0 | arm-software/astc-encoder | Trial macOS signing |
61,745 | 17.12.2020 13:55:51 | 0 | 3b8a1ae5fa245736eea70ff704b609578cb50ecb | Split Jenkins into nightly and release runs | [
{
"change_type": "RENAME",
"old_path": "jenkins/build.Jenkinsfile",
"new_path": "jenkins/nightly.Jenkinsfile",
"diff": ""
},
{
"change_type": "ADD",
"old_path": null,
"new_path": "jenkins/release.Jenkinsfile",
"diff": "+@Library('hive-infra-library@master') _\n+\n+pipeline {\n+ a... | C | Apache License 2.0 | arm-software/astc-encoder | Split Jenkins into nightly and release runs |
61,745 | 17.12.2020 17:43:56 | 0 | 9aaa591af5e5cf148b69a6e678982f1d539fd5b3 | Specialize nightly/release Jenkins jobs | [
{
"change_type": "MODIFY",
"old_path": "jenkins/nightly.Jenkinsfile",
"new_path": "jenkins/nightly.Jenkinsfile",
"diff": "+/* This pipeline is used for post-commit testing, so it runs frequently.\n+ *\n+ * Test objectives for this pipeline are:\n+ *\n+ * - Run the entire pipeline in less than 10 min... | C | Apache License 2.0 | arm-software/astc-encoder | Specialize nightly/release Jenkins jobs |
61,745 | 17.12.2020 17:53:56 | 0 | 92d24d93d83c4ee35ff9d0d914113e4668765424 | Archive package in nightly builds | [
{
"change_type": "MODIFY",
"old_path": "jenkins/nightly.Jenkinsfile",
"new_path": "jenkins/nightly.Jenkinsfile",
"diff": "@@ -49,7 +49,7 @@ pipeline {\nmkdir build_rel\ncd build_rel\ncmake -G \"Unix Makefiles\" -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=../ -DISA_AVX2=ON -DISA_SSE41=ON -DISA_... | C | Apache License 2.0 | arm-software/astc-encoder | Archive package in nightly builds |
61,745 | 17.12.2020 20:06:53 | 0 | a404fe393fee8f6f7e54536e8bf156cb82aac4df | Add Coverity to Docker | [
{
"change_type": "MODIFY",
"old_path": "jenkins/dockerimage.Jenkinsfile",
"new_path": "jenkins/dockerimage.Jenkinsfile",
"diff": "@@ -12,7 +12,10 @@ pipeline {\nstages {\nstage('Build and Push Image') {\nsteps {\n- sh './jenkins/build-image.sh push'\n+ sh '''\n+ chmod u+x ./jenkins/build-image.sh\n+... | C | Apache License 2.0 | arm-software/astc-encoder | Add Coverity to Docker |
61,745 | 17.12.2020 20:11:46 | 0 | ea93ff656712db5bec6658a62493055b29a8f1d0 | Add Coverity to Dockerfile | [
{
"change_type": "MODIFY",
"old_path": "jenkins/build-image.sh",
"new_path": "jenkins/build-image.sh",
"diff": "@@ -24,7 +24,7 @@ pushd tmp\npopd\necho \"Building image\"\n-docker build -f build.Dockerfile \\\n+docker build -f jenkins/build.Dockerfile \\\n-t $IMAGE_NAME:latest \\\n-t $IMAGE_NAME:$IM... | C | Apache License 2.0 | arm-software/astc-encoder | Add Coverity to Dockerfile |
61,745 | 17.12.2020 20:29:39 | 0 | a2bf6250cb545796688914962be3533e4e114637 | Enable Coverity in Weekly Jenkins | [
{
"change_type": "MODIFY",
"old_path": "jenkins/release.Jenkinsfile",
"new_path": "jenkins/release.Jenkinsfile",
"diff": "@@ -28,6 +28,51 @@ pipeline {\nstages {\nstage('Build All') {\nparallel {\n+ /* Run static analysis on Linux */\n+ stage('Coverity') {\n+ agent {\n+ docker {\n+ image 'astcenc:2.... | C | Apache License 2.0 | arm-software/astc-encoder | Enable Coverity in Weekly Jenkins |
61,745 | 17.12.2020 21:05:03 | 0 | a6a4e3c070f6f379ae7312886eef23d8c5f78942 | Close file handle in load_ktx_compressed_image | [
{
"change_type": "MODIFY",
"old_path": "Source/astcenccli_image_load_store.cpp",
"new_path": "Source/astcenccli_image_load_store.cpp",
"diff": "@@ -1105,6 +1105,7 @@ bool load_ktx_compressed_image(\n{\nprintf(\"Failed to skip key-value pairs in %s\\n\", filename);\nfclose(f);\n+ return true;\n}\n// ... | C | Apache License 2.0 | arm-software/astc-encoder | Close file handle in load_ktx_compressed_image |
61,745 | 17.12.2020 21:08:30 | 0 | 2a5f21e70f4cbafbe453e49568b416f071ef2e5f | Check fopen result in store_ktx_compressed_image() | [
{
"change_type": "MODIFY",
"old_path": "Source/astcenccli_image_load_store.cpp",
"new_path": "Source/astcenccli_image_load_store.cpp",
"diff": "@@ -1179,6 +1179,11 @@ bool store_ktx_compressed_image(\nsize_t actual = 0;\nFILE *wf = fopen(filename, \"wb\");\n+ if (!wf)\n+ {\n+ return true;\n+ }\n+\na... | C | Apache License 2.0 | arm-software/astc-encoder | Check fopen result in store_ktx_compressed_image() |
61,745 | 17.12.2020 21:22:00 | 0 | 86f7013808f3f99a69db4968c1f1e0dac0e09e01 | Fix clamps in compute_pixel_region_variance() | [
{
"change_type": "MODIFY",
"old_path": "Source/astcenc_compute_variance.cpp",
"new_path": "Source/astcenc_compute_variance.cpp",
"diff": "@@ -423,9 +423,9 @@ static void compute_pixel_region_variance(\nint z_low = z_src - alpha_kernel_radius;\nint z_high = z_src + alpha_kernel_radius + 1;\n- astc::c... | C | Apache License 2.0 | arm-software/astc-encoder | Fix clamps in compute_pixel_region_variance() |
61,745 | 17.12.2020 22:09:49 | 0 | d10ccadf03a875c0252094219493f7c2a987e5e2 | TinyEXR: Fix leak in SaveEXRImageToFile() | [
{
"change_type": "MODIFY",
"old_path": "Source/tinyexr.h",
"new_path": "Source/tinyexr.h",
"diff": "@@ -12552,6 +12552,7 @@ int SaveEXRImageToFile(const EXRImage *exr_image, const EXRHeader *exr_header,\nunsigned char *mem = NULL;\nsize_t mem_size = SaveEXRImageToMemory(exr_image, exr_header, &mem, ... | C | Apache License 2.0 | arm-software/astc-encoder | TinyEXR: Fix leak in SaveEXRImageToFile() |
61,745 | 17.12.2020 22:13:01 | 0 | 9e76c9c2a861357eb068ea8a96878d0ab18159bf | TinyEXR: Fix leak in LoadEXRImageFromFile() | [
{
"change_type": "MODIFY",
"old_path": "Source/tinyexr.h",
"new_path": "Source/tinyexr.h",
"diff": "@@ -11965,6 +11965,7 @@ int LoadEXRImageFromFile(EXRImage *exr_image, const EXRHeader *exr_header,\nfseek(fp, 0, SEEK_SET);\nif (filesize < 16) {\n+ fclose(fp);\ntinyexr::SetErrorMessage(\"File size t... | C | Apache License 2.0 | arm-software/astc-encoder | TinyEXR: Fix leak in LoadEXRImageFromFile() |
61,745 | 17.12.2020 22:14:51 | 0 | b331e70e337133d50c6234aed8b51c10e4bb85bb | TinyEXR: Fix leak in ParseEXRVersionFromFile() | [
{
"change_type": "MODIFY",
"old_path": "Source/tinyexr.h",
"new_path": "Source/tinyexr.h",
"diff": "@@ -13289,6 +13289,7 @@ int ParseEXRVersionFromFile(EXRVersion *version, const char *filename) {\nfseek(fp, 0, SEEK_SET);\nif (file_size < tinyexr::kEXRVersionSize) {\n+ fclose(fp);\nreturn TINYEXR_ER... | C | Apache License 2.0 | arm-software/astc-encoder | TinyEXR: Fix leak in ParseEXRVersionFromFile() |
61,745 | 17.12.2020 22:16:29 | 0 | 2994ecc6961b5e4259ca4c826cc2514d131658ea | TinyEXR: Remove dead code | [
{
"change_type": "MODIFY",
"old_path": "Source/tinyexr.h",
"new_path": "Source/tinyexr.h",
"diff": "@@ -13244,10 +13244,6 @@ int ParseEXRVersionFromMemory(EXRVersion *version, const unsigned char *memory,\nreturn TINYEXR_ERROR_INVALID_EXR_VERSION;\n}\n- if (version == NULL) {\n- return TINYEXR_SUCCE... | C | Apache License 2.0 | arm-software/astc-encoder | TinyEXR: Remove dead code |
61,745 | 17.12.2020 22:57:09 | 0 | 8fb9572b1f4f394bd35adc0ecbde51f075fda4d0 | Trap stb_image asserts to a clean error handler | [
{
"change_type": "MODIFY",
"old_path": "Source/astcenccli_image_external.cpp",
"new_path": "Source/astcenccli_image_external.cpp",
"diff": "* @brief Functions for building the implementation of stb_image and tinyexr\n*/\n+#include <cstdlib>\n+#include <cstdio>\n+\n#define STB_IMAGE_IMPLEMENTATION\n#... | C | Apache License 2.0 | arm-software/astc-encoder | Trap stb_image asserts to a clean error handler |
61,745 | 17.12.2020 23:05:44 | 0 | 3e18b2772b74459042bec35860626ac13eef45ca | Trap TinyEXR asserts to a clean error handler | [
{
"change_type": "MODIFY",
"old_path": "Source/astcenccli_image_external.cpp",
"new_path": "Source/astcenccli_image_external.cpp",
"diff": "#define STB_IMAGE_IMPLEMENTATION\n#define STB_IMAGE_WRITE_IMPLEMENTATION\n#define STBI_MSC_SECURE_CRT\n-#define TINYEXR_IMPLEMENTATION\n#define STBI_NO_GIF\n#de... | C | Apache License 2.0 | arm-software/astc-encoder | Trap TinyEXR asserts to a clean error handler |
61,745 | 17.12.2020 23:08:32 | 0 | a9f4a31819c4f54a0f934b87f7044ee398207d76 | Add error handling change to ChangeLog | [
{
"change_type": "MODIFY",
"old_path": "Docs/ChangeLog.md",
"new_path": "Docs/ChangeLog.md",
"diff": "@@ -32,6 +32,9 @@ recompile your client-side code using the updated `astcenc.h` header.\n* **Feature:** New image preprocess `-pp-premultiply` option added. This\nscales RGB values by the alpha valu... | C | Apache License 2.0 | arm-software/astc-encoder | Add error handling change to ChangeLog |
61,745 | 18.12.2020 14:10:18 | 0 | 44ae074c09b92cac5145e6fa09c923f3e9f28cb9 | Update build script for oss-fuzz | [
{
"change_type": "MODIFY",
"old_path": "Source/Fuzzers/build.sh",
"new_path": "Source/Fuzzers/build.sh",
"diff": "# under the License.\n# ----------------------------------------------------------------------------\n-# Build the core project\n-make -j$(nproc) BUILD=debug VEC=sse2\n+# This script is ... | C | Apache License 2.0 | arm-software/astc-encoder | Update build script for oss-fuzz |
61,745 | 26.12.2020 22:10:08 | 0 | 9efedb56a0887d7f17bae9ee69bdb265b2b7ee39 | Use wrapper script for macOS signing | [
{
"change_type": "MODIFY",
"old_path": "jenkins/release.Jenkinsfile",
"new_path": "jenkins/release.Jenkinsfile",
"diff": "@@ -241,8 +241,7 @@ pipeline {\nwithCredentials([usernamePassword(credentialsId: 'win-signing',\nusernameVariable: 'USERNAME',\npasswordVariable: 'PASSWORD')]) {\n- sh 'python3 .... | C | Apache License 2.0 | arm-software/astc-encoder | Use wrapper script for macOS signing |
61,745 | 26.12.2020 22:12:36 | 0 | 45e4077b41cbfa274c956ccc1c1b4837b0b99c53 | Add script to remove signing directory | [
{
"change_type": "MODIFY",
"old_path": "jenkins/release.Jenkinsfile",
"new_path": "jenkins/release.Jenkinsfile",
"diff": "@@ -242,6 +242,7 @@ pipeline {\nusernameVariable: 'USERNAME',\npasswordVariable: 'PASSWORD')]) {\nsh 'python3 ./signing/macos-client-wrapper.py ${USERNAME} *.zip'\n+ sh 'rm -rf .... | C | Apache License 2.0 | arm-software/astc-encoder | Add script to remove signing directory |
61,745 | 26.12.2020 22:24:58 | 0 | fac1304939194e35dc99c9266e1c1844ccb970c3 | Move signing to the macOS node | [
{
"change_type": "MODIFY",
"old_path": "jenkins/release.Jenkinsfile",
"new_path": "jenkins/release.Jenkinsfile",
"diff": "@@ -180,6 +180,22 @@ pipeline {\n'''\n}\n}\n+ stage('Sign') {\n+ steps {\n+ dir('build_rel') {\n+ withCredentials([sshUserPrivateKey(credentialsId: 'gerrit-jenkins-ssh',\n+ keyFi... | C | Apache License 2.0 | arm-software/astc-encoder | Move signing to the macOS node |
61,745 | 26.12.2020 22:35:06 | 0 | 3da728c8373414baf2664904e00b0405170cc8cc | Force clean build directories in build nodes | [
{
"change_type": "MODIFY",
"old_path": "jenkins/release.Jenkinsfile",
"new_path": "jenkins/release.Jenkinsfile",
"diff": "@@ -87,7 +87,7 @@ pipeline {\nstages {\nstage('Clean') {\nsteps {\n- sh 'git clean -fdx'\n+ sh 'git clean -ffdx'\n}\n}\nstage('Build R') {\n@@ -127,7 +127,7 @@ pipeline {\nstages... | C | Apache License 2.0 | arm-software/astc-encoder | Force clean build directories in build nodes |
61,745 | 26.12.2020 22:51:27 | 0 | 88ed07b54958c2caa5d038e6fae0fb5e92eff1d7 | Add notarization requirement on macOS node | [
{
"change_type": "MODIFY",
"old_path": "jenkins/release.Jenkinsfile",
"new_path": "jenkins/release.Jenkinsfile",
"diff": "@@ -162,7 +162,7 @@ pipeline {\n/* Build for macOS on x86-64 using Clang */\nstage('macOS') {\nagent {\n- label 'mac && x86_64'\n+ label 'mac && x86_64 && notarizer'\n}\nstages {... | C | Apache License 2.0 | arm-software/astc-encoder | Add notarization requirement on macOS node |
61,745 | 26.12.2020 23:15:33 | 0 | 31b68182064d6140e4b059b76fffd360b08e7d1c | Add signing wrapper for Windows nodes | [
{
"change_type": "MODIFY",
"old_path": "jenkins/release.Jenkinsfile",
"new_path": "jenkins/release.Jenkinsfile",
"diff": "@@ -247,7 +247,7 @@ pipeline {\nwithCredentials([usernamePassword(credentialsId: 'win-signing',\nusernameVariable: 'USERNAME',\npasswordVariable: 'PASSWORD')]) {\n- sh 'python3 .... | C | Apache License 2.0 | arm-software/astc-encoder | Add signing wrapper for Windows nodes |
61,745 | 26.12.2020 23:28:07 | 0 | 7de704f795552993392d200b07e65c1f38222631 | Remove -u from windows signing script | [
{
"change_type": "MODIFY",
"old_path": "jenkins/release.Jenkinsfile",
"new_path": "jenkins/release.Jenkinsfile",
"diff": "@@ -247,7 +247,7 @@ pipeline {\nwithCredentials([usernamePassword(credentialsId: 'win-signing',\nusernameVariable: 'USERNAME',\npasswordVariable: 'PASSWORD')]) {\n- sh 'python3 .... | C | Apache License 2.0 | arm-software/astc-encoder | Remove -u from windows signing script |
61,745 | 26.12.2020 23:45:48 | 0 | 96989cb19b4f2ef0707992f48d0f395ec4e53a38 | Consolidate sha256 checksums | [
{
"change_type": "MODIFY",
"old_path": "jenkins/release.Jenkinsfile",
"new_path": "jenkins/release.Jenkinsfile",
"diff": "@@ -235,9 +235,16 @@ pipeline {\nstages {\nstage('Unstash') {\nsteps {\n+ dir('upload') {\n+ unstash 'astcenc-linux-x64-hash'\n+ unstash 'astcenc-macos-x64-hash'\n+ }\ndir('uploa... | C | Apache License 2.0 | arm-software/astc-encoder | Consolidate sha256 checksums |
61,745 | 30.12.2020 15:03:36 | 0 | fc82a0727ee09b9721f58b134b16491b0a58227f | Add -Wdocumentation for Clang builds and fix issues | [
{
"change_type": "MODIFY",
"old_path": "Source/astcenc_internal.h",
"new_path": "Source/astcenc_internal.h",
"diff": "@@ -179,36 +179,36 @@ static const unsigned int TUNE_MAX_TRIAL_CANDIDATES { 4 };\nclass ParallelManager\n{\nprivate:\n- /** \\brief Lock used for critical section and condition synch... | C | Apache License 2.0 | arm-software/astc-encoder | Add -Wdocumentation for Clang builds and fix issues |
61,745 | 30.12.2020 15:47:57 | 0 | b4eb750bdafabc5f54f94522ed3f2a5a718025ec | Only initialize BSD entries we actually use | [
{
"change_type": "MODIFY",
"old_path": "Source/astcenc_block_sizes2.cpp",
"new_path": "Source/astcenc_block_sizes2.cpp",
"diff": "@@ -574,9 +574,15 @@ static void initialize_decimation_table_3d(\nstatic void construct_block_size_descriptor_2d(\nint xdim,\nint ydim,\n+ float mode_cutoff,\nblock_size_... | C | Apache License 2.0 | arm-software/astc-encoder | Only initialize BSD entries we actually use (#193) |
61,745 | 30.12.2020 16:21:14 | 0 | 91287b595cf9c8c5d54ffafdd0750f25f61d53b9 | Remove decimation sample count from BSD | [
{
"change_type": "MODIFY",
"old_path": "Source/astcenc_block_sizes2.cpp",
"new_path": "Source/astcenc_block_sizes2.cpp",
"diff": "@@ -643,7 +643,6 @@ static void construct_block_size_descriptor_2d(\n}\n}\n- bsd->decimation_mode_samples[decimation_mode_count] = weight_count;\nbsd->decimation_mode_max... | C | Apache License 2.0 | arm-software/astc-encoder | Remove decimation sample count from BSD |
61,745 | 30.12.2020 20:49:24 | 0 | d076151730a73972c5843972d1df4079150ea2f1 | Add "none" SIMD 4-wide vectors | [
{
"change_type": "MODIFY",
"old_path": "Source/astcenc_vecmathlib.h",
"new_path": "Source/astcenc_vecmathlib.h",
"diff": "constexpr auto load1 = vfloat8::load1;\n#elif ASTCENC_SSE >= 20\n- /* If we have SSE expose 4-wide VLA. */\n+ /* If we have SSE expose 4-wide VLA, and 4-wide fixed width. */\n#in... | C | Apache License 2.0 | arm-software/astc-encoder | Add "none" SIMD 4-wide vectors |
61,745 | 30.12.2020 21:32:36 | 0 | 8136a65ef8f0f50818fea5d0bae588f34af51d1f | Fix bug in BSD construction for 3D blocks | [
{
"change_type": "MODIFY",
"old_path": "Source/astcenc_block_sizes2.cpp",
"new_path": "Source/astcenc_block_sizes2.cpp",
"diff": "@@ -871,7 +871,10 @@ static void construct_block_size_descriptor_3d(\nbsd->block_modes_packed[packed_idx].quantization_mode = quantization_mode;\nbsd->block_modes_packed[... | C | Apache License 2.0 | arm-software/astc-encoder | Fix bug in BSD construction for 3D blocks |
61,745 | 30.12.2020 22:16:44 | 0 | 7797fa2b3d77d57939e348067e1302218620fc2a | Inline update_imageblock_flags in data load loop | [
{
"change_type": "MODIFY",
"old_path": "Source/astcenc_compress_symbolic.cpp",
"new_path": "Source/astcenc_compress_symbolic.cpp",
"diff": "@@ -1145,7 +1145,7 @@ void compress_block(\nastcenc_profile decode_mode = ctx.config.profile;\nconst block_size_descriptor* bsd = ctx.bsd;\n- if (blk->red_min =... | C | Apache License 2.0 | arm-software/astc-encoder | Inline update_imageblock_flags in data load loop |
61,745 | 30.12.2020 22:40:57 | 0 | e2a99c1889ce94d6dab3b8dbed06fa7019cbce65 | Add some documentation on profiling | [
{
"change_type": "ADD",
"old_path": null,
"new_path": "Docs/Profiling.md",
"diff": "+# Profiling astcenc\n+\n+This page contains some developer notes on profiling `astcenc` using command\n+line tools on Linux hosts.\n+\n+## Building for profiling\n+\n+It is recommended to profile release builds, but... | C | Apache License 2.0 | arm-software/astc-encoder | Add some documentation on profiling |
61,745 | 30.12.2020 23:20:48 | 0 | 2528df0f78daec927ac2ef2b73db7d1f18345058 | Add set_lane() to "none" vfloat4 | [
{
"change_type": "MODIFY",
"old_path": "Source/astcenc_vecmathlib_none_4.h",
"new_path": "Source/astcenc_vecmathlib_none_4.h",
"diff": "@@ -104,6 +104,15 @@ struct vfloat4\nreturn m[l];\n}\n+\n+ /**\n+ * @brief Set the scalar value of a single lane.\n+ */\n+ template <int l> ASTCENC_SIMD_INLINE void... | C | Apache License 2.0 | arm-software/astc-encoder | Add set_lane() to "none" vfloat4 |
61,745 | 31.12.2020 01:19:14 | 0 | 2ae204131fbad34e7bba3f930eccee306f49ad31 | Add ASTCENC_FLG_SELF_DECOMPRESS_ONLY
This allows optimization of the bsd tables based on heuristics,
but in this mode cannot be used to decompress arbitrary images. | [
{
"change_type": "MODIFY",
"old_path": "Docs/ChangeLog.md",
"new_path": "Docs/ChangeLog.md",
"diff": "@@ -43,6 +43,13 @@ recompile your client-side code using the updated `astcenc.h` header.\n* **API Change:** Image `data` is no longer a 3D array accessed using\n`data[z][y][x]` indexing, it's an arr... | C | Apache License 2.0 | arm-software/astc-encoder | Add ASTCENC_FLG_SELF_DECOMPRESS_ONLY
This allows optimization of the bsd tables based on heuristics,
but in this mode cannot be used to decompress arbitrary images. |
61,745 | 31.12.2020 01:29:05 | 0 | 91b15294d96f1d16572d7db5e3f1292c68ad2624 | Tweak changelog wording. | [
{
"change_type": "MODIFY",
"old_path": "Docs/ChangeLog.md",
"new_path": "Docs/ChangeLog.md",
"diff": "@@ -43,7 +43,7 @@ recompile your client-side code using the updated `astcenc.h` header.\n* **API Change:** Image `data` is no longer a 3D array accessed using\n`data[z][y][x]` indexing, it's an arra... | C | Apache License 2.0 | arm-software/astc-encoder | Tweak changelog wording. |
61,745 | 31.12.2020 01:30:29 | 0 | 74c7f103a18c0744fd7bb613328cc0b3f73e941b | Add binary signing to change log. | [
{
"change_type": "MODIFY",
"old_path": "Docs/ChangeLog.md",
"new_path": "Docs/ChangeLog.md",
"diff": "@@ -24,6 +24,8 @@ recompile your client-side code using the updated `astcenc.h` header.\n* **Binary releases:**\n* **Improvement:** Linux binaries changed to use use Clang 9.0, which gives\nup to 15... | C | Apache License 2.0 | arm-software/astc-encoder | Add binary signing to change log. |
61,745 | 01.01.2021 21:23:09 | 0 | 51c5bfd5c997ad243e31e66b8b5b600e8afcea31 | Fix crash in None SIMD build when -a option specified | [
{
"change_type": "MODIFY",
"old_path": "Source/astcenc_entry.cpp",
"new_path": "Source/astcenc_entry.cpp",
"diff": "@@ -679,7 +679,8 @@ astcenc_error astcenc_compress_image(\n}\nif (ctx->config.v_rgb_mean != 0.0f || ctx->config.v_rgb_stdev != 0.0f ||\n- ctx->config.v_a_mean != 0.0f || ctx->config.v_... | C | Apache License 2.0 | arm-software/astc-encoder | Fix crash in None SIMD build when -a option specified |
61,745 | 01.01.2021 21:24:24 | 0 | 0ee791df67974a61c4c5780667f6065606e585e2 | Fix bug in 4-wide VLA mask() for None SIMD | [
{
"change_type": "MODIFY",
"old_path": "Source/astcenc_vecmathlib_none_4.h",
"new_path": "Source/astcenc_vecmathlib_none_4.h",
"diff": "@@ -321,9 +321,9 @@ ASTCENC_SIMD_INLINE vmask4 operator~(vmask4 a)\n*/\nASTCENC_SIMD_INLINE unsigned int mask(vmask4 a)\n{\n- return ((a.m[0] >> 31) & 0x1) &\n- ((a... | C | Apache License 2.0 | arm-software/astc-encoder | Fix bug in 4-wide VLA mask() for None SIMD |
61,745 | 01.01.2021 21:25:02 | 0 | 9d083a47adf4d556bf62b577674ddc1a78897786 | Allow functional tests on any SIMD variant | [
{
"change_type": "MODIFY",
"old_path": "Test/astc_test_functional.py",
"new_path": "Test/astc_test_functional.py",
"diff": "@@ -60,6 +60,7 @@ HDR images are an 8x8 image containing 4 4x4 constant color blocks. Assuming\n* (7, 7) BR = LDR Green, trans = (0.25, 0.75, 0.00, 0.87)\n\"\"\"\n+import argpa... | C | Apache License 2.0 | arm-software/astc-encoder | Allow functional tests on any SIMD variant |
61,745 | 01.01.2021 23:44:22 | 0 | c8b7dcd63efc8a7436fd8d870b6f69eeb395a6cf | Enable full None SIMD vfloat4 and enable in unit tests | [
{
"change_type": "MODIFY",
"old_path": "Source/UnitTest/test_simd.cpp",
"new_path": "Source/UnitTest/test_simd.cpp",
"diff": "@@ -74,8 +74,6 @@ TEST(vfloat, Atan2)\n#endif\n-#if ASTCENC_SIMD_WIDTH >= 4\n-\nstatic const float qnan = std::numeric_limits<float>::quiet_NaN();\nalignas(16) static const f... | C | Apache License 2.0 | arm-software/astc-encoder | Enable full None SIMD vfloat4 and enable in unit tests |
61,745 | 01.01.2021 23:49:33 | 0 | b50d672dba91a7363b85f5a32945cf88219fd336 | Enable unit tests on nightly tests | [
{
"change_type": "MODIFY",
"old_path": "jenkins/nightly.Jenkinsfile",
"new_path": "jenkins/nightly.Jenkinsfile",
"diff": "@@ -40,7 +40,11 @@ pipeline {\nstages {\nstage('Clean') {\nsteps {\n- sh 'git clean -fdx'\n+ sh '''\n+ git clean -fdx\n+ git submodule init\n+ git submodule update\n+ '''\n}\n}\n... | C | Apache License 2.0 | arm-software/astc-encoder | Enable unit tests on nightly tests |
61,745 | 01.01.2021 23:52:23 | 0 | 4ed01d4e58640acbe931b02a70c39ea4e9182598 | Make Nightly builds force clean git (files and dirs) | [
{
"change_type": "MODIFY",
"old_path": "jenkins/nightly.Jenkinsfile",
"new_path": "jenkins/nightly.Jenkinsfile",
"diff": "@@ -41,7 +41,7 @@ pipeline {\nstage('Clean') {\nsteps {\nsh '''\n- git clean -fdx\n+ git clean -ffdx\ngit submodule init\ngit submodule update\n'''\n@@ -95,7 +95,7 @@ pipeline {\... | C | Apache License 2.0 | arm-software/astc-encoder | Make Nightly builds force clean git (files and dirs) |
61,745 | 02.01.2021 00:12:08 | 0 | a84f1fd921272d10d6feef374aef6b6914f4ce59 | Change test_image so "all" is architecture aware | [
{
"change_type": "MODIFY",
"old_path": "Test/astc_test_image.py",
"new_path": "Test/astc_test_image.py",
"diff": "@@ -331,12 +331,19 @@ def parse_command_line():\n\"\"\"\nparser = argparse.ArgumentParser()\n+ # All reference encoders\nrefcoders = [\"ref-1.7\",\n\"ref-2.0-sse2\", \"ref-2.0-sse4.1\", ... | C | Apache License 2.0 | arm-software/astc-encoder | Change test_image so "all" is architecture aware |
61,745 | 02.01.2021 00:15:23 | 0 | 75255990468467b3ed677094054993213cc6bf6a | Add functional tests on all Linux build variants | [
{
"change_type": "MODIFY",
"old_path": "jenkins/nightly.Jenkinsfile",
"new_path": "jenkins/nightly.Jenkinsfile",
"diff": "@@ -77,7 +77,10 @@ pipeline {\nstage('Test') {\nsteps {\nsh '''\n- python3 ./Test/astc_test_functional.py\n+ python3 ./Test/astc_test_functional.py --encoder=none\n+ python3 ./Te... | C | Apache License 2.0 | arm-software/astc-encoder | Add functional tests on all Linux build variants |
61,745 | 02.01.2021 00:26:04 | 0 | 2181a284fa035c507021259dacc4fde2bb00014c | Accept output from IM | [
{
"change_type": "MODIFY",
"old_path": "Test/testlib/image.py",
"new_path": "Test/testlib/image.py",
"diff": "@@ -52,7 +52,7 @@ def get_convert_version():\ncommand = list(CONVERT_BINARY)\ncommand += [\"--version\"]\nresult = sp.run(command, stdout=sp.PIPE, stderr=sp.PIPE,\n- check=True, universal_ne... | C | Apache License 2.0 | arm-software/astc-encoder | Accept UTF-8 output from IM |
61,745 | 02.01.2021 23:23:20 | 0 | 322577032ed22321fa5c3c93c18b965480f10b7c | Allocate decimation_table enties only when used
Original code allocated all legal decimation_tables, but then
only referenced a subset from the active block_modes given
the heuristics in the compressor. This commit changes this to
allocate only the DT entries that are actually referenced
by a block mode. | [
{
"change_type": "MODIFY",
"old_path": "Source/astcenc_block_sizes2.cpp",
"new_path": "Source/astcenc_block_sizes2.cpp",
"diff": "@@ -571,56 +571,31 @@ static void initialize_decimation_table_3d(\ndt->num_weights = weights_per_block;\n}\n-static void construct_block_size_descriptor_2d(\n- int xdim,\... | C | Apache License 2.0 | arm-software/astc-encoder | Allocate decimation_table enties only when used
Original code allocated all legal decimation_tables, but then
only referenced a subset from the active block_modes given
the heuristics in the compressor. This commit changes this to
allocate only the DT entries that are actually referenced
by a block mode. |
61,745 | 02.01.2021 23:25:19 | 0 | 48f59e62443cf5d9a23e4e29e627e6a0454deec0 | Update to 2021 copyright year ... | [
{
"change_type": "MODIFY",
"old_path": "Source/astcenc_block_sizes2.cpp",
"new_path": "Source/astcenc_block_sizes2.cpp",
"diff": "// SPDX-License-Identifier: Apache-2.0\n// ----------------------------------------------------------------------------\n-// Copyright 2011-2020 Arm Limited\n+// Copyrigh... | C | Apache License 2.0 | arm-software/astc-encoder | Update to 2021 copyright year ... |
61,745 | 02.01.2021 23:26:34 | 0 | 151a8c76594be55f49549fed2e65ba1398bb2ef8 | Add optimization page | [
{
"change_type": "ADD",
"old_path": null,
"new_path": "Docs/OptimizationIdeas.md",
"diff": "+# Optimization ideas\n+\n+This page contains a relatively raw dump of optimization ideas we've had, and\n+areas we want to investigate.\n+\n+Most of these are raw ideas that have not been entirely thought th... | C | Apache License 2.0 | arm-software/astc-encoder | Add optimization page |
61,745 | 02.01.2021 23:38:32 | 0 | 45097f766188afa8e836c38aeb57af7d2cfdf919 | Add optimization idea to docs | [
{
"change_type": "MODIFY",
"old_path": "Docs/OptimizationIdeas.md",
"new_path": "Docs/OptimizationIdeas.md",
"diff": "@@ -11,6 +11,13 @@ are a few gems in here =)\nThis section lists specific optimization ideas.\n+### Exploit 1:1 weight modes\n+\n+The current code is generic and assumes reconstructi... | C | Apache License 2.0 | arm-software/astc-encoder | Add optimization idea to docs |
61,745 | 02.01.2021 23:49:11 | 0 | d165ebdf6edeb2d130d87534366657b196ef4d7a | Remove obsolete structure field | [
{
"change_type": "MODIFY",
"old_path": "Source/astcenc_compress_symbolic.cpp",
"new_path": "Source/astcenc_compress_symbolic.cpp",
"diff": "// SPDX-License-Identifier: Apache-2.0\n// ----------------------------------------------------------------------------\n-// Copyright 2011-2020 Arm Limited\n+/... | C | Apache License 2.0 | arm-software/astc-encoder | Remove obsolete structure field |
61,745 | 03.01.2021 00:07:28 | 0 | e11076e777bf0483f9ac1dfdd228ab5c35e1aef6 | Remove unused rgb_drop_error metric | [
{
"change_type": "MODIFY",
"old_path": "Source/astcenc_encoding_choice_error.cpp",
"new_path": "Source/astcenc_encoding_choice_error.cpp",
"diff": "// SPDX-License-Identifier: Apache-2.0\n// ----------------------------------------------------------------------------\n-// Copyright 2011-2020 Arm Lim... | C | Apache License 2.0 | arm-software/astc-encoder | Remove unused rgb_drop_error metric |
61,745 | 03.01.2021 22:27:23 | 0 | dae5e6c90e61862b3bbca1589d7831cefe95f6d1 | Add specialized recompute_ideal_colors for 1 plane | [
{
"change_type": "MODIFY",
"old_path": "Source/astcenc_compress_symbolic.cpp",
"new_path": "Source/astcenc_compress_symbolic.cpp",
"diff": "@@ -386,7 +386,7 @@ static void compress_symbolic_block_fixed_partition_1_plane(\nfor (int l = 0; l < max_refinement_iters; l++)\n{\n- recompute_ideal_colors(we... | C | Apache License 2.0 | arm-software/astc-encoder | Add specialized recompute_ideal_colors for 1 plane |
61,745 | 04.01.2021 12:30:34 | 0 | 433046963e9f1b3b3ffabbce8630da01a8a0d30a | Remove obsolete compiler opts | [
{
"change_type": "MODIFY",
"old_path": "Source/cmake_core.cmake",
"new_path": "Source/cmake_core.cmake",
"diff": "# SPDX-License-Identifier: Apache-2.0\n# ----------------------------------------------------------------------------\n-# Copyright 2020 Arm Limited\n+# Copyright 2020-2021 Arm Limited\n... | C | Apache License 2.0 | arm-software/astc-encoder | Remove obsolete compiler opts |
61,745 | 04.01.2021 12:30:49 | 0 | 62856749b3e30c1162feb8deb1202f757e210c55 | Support cross-compile on macOS | [
{
"change_type": "MODIFY",
"old_path": "CMakeLists.txt",
"new_path": "CMakeLists.txt",
"diff": "@@ -20,16 +20,6 @@ cmake_minimum_required(VERSION 3.15)\ncmake_policy(SET CMP0069 NEW) # LTO support\ncmake_policy(SET CMP0091 NEW) # MSVC runtime support\n-# Project configuration\n-project(astcenc VERSI... | C | Apache License 2.0 | arm-software/astc-encoder | Support cross-compile on macOS |
61,745 | 04.01.2021 12:40:20 | 0 | 2c8a85244b237a18f9c9c1d0a75b205e1f42015d | Trial aarch64 cross-compiles for macOS | [
{
"change_type": "MODIFY",
"old_path": "jenkins/release.Jenkinsfile",
"new_path": "jenkins/release.Jenkinsfile",
"diff": "@@ -217,6 +217,57 @@ pipeline {\n}\n}\n}\n+ /* Build for macOS on x86-64 using Clang */\n+ stage('macOS arm64') {\n+ agent {\n+ label 'mac && x86_64 && notarizer'\n+ }\n+ stages ... | C | Apache License 2.0 | arm-software/astc-encoder | Trial aarch64 cross-compiles for macOS |
61,745 | 04.01.2021 14:23:41 | 0 | 7d47591c125b5e67fea4a4dcc561dc45c69af57a | Retry macos cross-compile | [
{
"change_type": "MODIFY",
"old_path": "CMakeLists.txt",
"new_path": "CMakeLists.txt",
"diff": "@@ -20,6 +20,8 @@ cmake_minimum_required(VERSION 3.15)\ncmake_policy(SET CMP0069 NEW) # LTO support\ncmake_policy(SET CMP0091 NEW) # MSVC runtime support\n+project(astcenc VERSION 2.2.0)\n+\n# Command lin... | C | Apache License 2.0 | arm-software/astc-encoder | Retry macos cross-compile |
61,745 | 04.01.2021 17:33:16 | 0 | 9bff5087a165159b8d17bb0548d18b63a167f7f6 | Update for the 2.2 release | [
{
"change_type": "MODIFY",
"old_path": "Docs/ChangeLog.md",
"new_path": "Docs/ChangeLog.md",
"diff": "@@ -9,26 +9,26 @@ clocked at 4.2 GHz, running astcenc using 6 threads.\n<!-- ---------------------------------------------------------------------- -->\n## 2.2\n-**Status:** :warning: In development... | C | Apache License 2.0 | arm-software/astc-encoder | Update for the 2.2 release |
61,745 | 04.01.2021 18:12:12 | 0 | c334d8eff8e5a77abfe9f2425c22060ef8f46b0c | Update packging for release builds | [
{
"change_type": "MODIFY",
"old_path": "CMakeLists.txt",
"new_path": "CMakeLists.txt",
"diff": "@@ -126,7 +126,7 @@ endif()\nset(PKG_VER ${CMAKE_PROJECT_VERSION_MAJOR}.${CMAKE_PROJECT_VERSION_MINOR})\n-set(CPACK_PACKAGE_FILE_NAME \"astcenc-${PKG_VER}-${PKG_OS}-x64\")\n+set(CPACK_PACKAGE_FILE_NAME \"... | C | Apache License 2.0 | arm-software/astc-encoder | Update packging for release builds |
61,745 | 04.01.2021 18:48:31 | 0 | 804008cacb0557c53139dcb7d1586926604c021f | Setup for 2.3 versioning | [
{
"change_type": "MODIFY",
"old_path": "README.md",
"new_path": "README.md",
"diff": "@@ -62,7 +62,7 @@ Release build binaries for the `astcenc` stable releases are provided in the\n[GitHub Releases page](https://github.com/ARM-software/astc-encoder/releases).\nBinaries are provided for 64-bit build... | C | Apache License 2.0 | arm-software/astc-encoder | Setup for 2.3 versioning |
61,745 | 04.01.2021 18:51:43 | 0 | 438625747c41185266423deecdf5bcdaae14aa63 | Correct -verison ISA info | [
{
"change_type": "MODIFY",
"old_path": "Source/astcenccli_toplevel_help.cpp",
"new_path": "Source/astcenccli_toplevel_help.cpp",
"diff": "@@ -511,8 +511,12 @@ void astcenc_print_header()\nconst char* simdtype = \"avx2\";\n#elif (ASTCENC_SSE == 41)\nconst char* simdtype = \"sse4.1\";\n-#else\n+#elif ... | C | Apache License 2.0 | arm-software/astc-encoder | Correct -verison ISA info |
61,745 | 05.01.2021 10:17:12 | 0 | 53135038aecd32709d3ae53d4b9b69ed553e0052 | Flatten Jenkins artifact directories | [
{
"change_type": "MODIFY",
"old_path": "jenkins/release.Jenkinsfile",
"new_path": "jenkins/release.Jenkinsfile",
"diff": "@@ -289,14 +289,10 @@ pipeline {\ndir('upload') {\nunstash 'astcenc-linux-x64-hash'\nunstash 'astcenc-macos-x64-hash'\n- }\n- dir('upload/linux-x64') {\n+ unstash 'astcenc-macos-... | C | Apache License 2.0 | arm-software/astc-encoder | Flatten Jenkins artifact directories |
61,745 | 05.01.2021 11:12:05 | 0 | c607a6233505bef3ba85c0f0c30ca5b7dd3c97fa | Jenkins: Remove scratch directory in release bundle | [
{
"change_type": "MODIFY",
"old_path": "jenkins/release.Jenkinsfile",
"new_path": "jenkins/release.Jenkinsfile",
"diff": "@@ -307,11 +307,10 @@ pipeline {\nsh 'python3 ./signing/windows-client-wrapper.py ${USERNAME} *.zip'\nsh 'mv *.zip.sha256 ../'\nsh 'mv *.zip ../'\n- sh 'cd ..'\n- sh 'rm -rf ./wi... | C | Apache License 2.0 | arm-software/astc-encoder | Jenkins: Remove scratch directory in release bundle |
61,745 | 05.01.2021 22:36:03 | 0 | 1a5fa3d0f266ca5906aaabffa2289c201443ddfe | Clean up the block_size_descriptor | [
{
"change_type": "MODIFY",
"old_path": "Docs/OptimizationIdeas.md",
"new_path": "Docs/OptimizationIdeas.md",
"diff": "@@ -13,10 +13,17 @@ This section lists specific optimization ideas.\n### Exploit 1:1 weight modes\n-The current code is generic and assumes reconstruction from multiple weighted\n-co... | C | Apache License 2.0 | arm-software/astc-encoder | Clean up the block_size_descriptor |
61,745 | 05.01.2021 23:20:51 | 0 | 8d884850cab948112682f3a9f66a90c78e7f1feb | Update astc_size_binary for macOS | [
{
"change_type": "MODIFY",
"old_path": "Test/astc_size_binary.py",
"new_path": "Test/astc_size_binary.py",
"diff": "@@ -36,12 +36,13 @@ like this:\nimport argparse\n+import platform\nimport shutil\nimport subprocess as sp\nimport sys\n-def run_size(binary):\n+def run_size_linux(binary):\n\"\"\"\nRun... | C | Apache License 2.0 | arm-software/astc-encoder | Update astc_size_binary for macOS |
61,745 | 06.01.2021 08:11:58 | 0 | 70177e93bce2caf01db7e56bfb601eabffd2e167 | Add 2.2 support to reporting scripts | [
{
"change_type": "MODIFY",
"old_path": "Test/astc_test_image.py",
"new_path": "Test/astc_test_image.py",
"diff": "@@ -284,6 +284,27 @@ def get_encoder_params(encoderName, referenceName, imageSet):\nname = \"reference-2.1-avx2\"\noutDir = \"Test/Images/%s\" % imageSet\nrefName = None\n+ # 2.2 variant... | C | Apache License 2.0 | arm-software/astc-encoder | Add 2.2 support to reporting scripts |
61,745 | 06.01.2021 08:26:08 | 0 | 0a2fe5bdaf9b4239e30d366e092a0291ce0f10a1 | Change graph set build | [
{
"change_type": "MODIFY",
"old_path": "Test/astc_test_result_plot.py",
"new_path": "Test/astc_test_result_plot.py",
"diff": "@@ -62,6 +62,9 @@ def find_reference_results():\nquality = match.group(2)\nimageSet = os.path.basename(root)\n+ if imageSet == \"Small\":\n+ continue\n+\ntestRef = trs.Result... | C | Apache License 2.0 | arm-software/astc-encoder | Change graph set build |
61,745 | 06.01.2021 08:27:27 | 0 | da8a0f517973c352419cc326eb36d04ed73ac843 | Add 2.2 performance to ChangeLog | [
{
"change_type": "MODIFY",
"old_path": "Docs/ChangeLog.md",
"new_path": "Docs/ChangeLog.md",
"diff": "@@ -74,6 +74,20 @@ The reduction in the data table size in this mode also improve the core codec\nspeed. Our test sets show an average of 12% improvement in the codec for\n`-fastest` mode, and an av... | C | Apache License 2.0 | arm-software/astc-encoder | Add 2.2 performance to ChangeLog |
61,745 | 07.01.2021 10:52:02 | 0 | 6bb84f3db76bc9c1daf0f6560e4a88a1f6e2bc39 | Correct Windows build instructions | [
{
"change_type": "MODIFY",
"old_path": "Docs/Building.md",
"new_path": "Docs/Building.md",
"diff": "@@ -24,12 +24,8 @@ cd build\n# Configure your build of choice, for example:\n-# Arm arch64\n-cmake -G \"Unix Makefiles\" -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=./ \\\n- -DARCH=aarch64 -DISA... | C | Apache License 2.0 | arm-software/astc-encoder | Correct Windows build instructions |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.