From 16dc4df3d438142ae378c9c6983585d06e0c6a33 Mon Sep 17 00:00:00 2001 From: a1xd <68629610+a1xd@users.noreply.github.com> Date: Mon, 29 Mar 2021 17:14:49 -0400 Subject: refactor common/settings only driver compiles remove accel-base types merge linear + classic move gain cap logic into classic impl, cap is now set in terms of output use cap/limit to determine negation remove weight, add replacement for power mode only remove legacy offset option remove naturalgain mode add legacy mode flag naturalgain -> natural natural -> natural + legacy flag add dpi setting and more accel args + defaults (prep for ips mode) replace output speed cap with input cap --- common/common.vcxitems | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'common/common.vcxitems') diff --git a/common/common.vcxitems b/common/common.vcxitems index ba9bd98..7600755 100644 --- a/common/common.vcxitems +++ b/common/common.vcxitems @@ -14,12 +14,9 @@ - - - @@ -30,7 +27,7 @@ - + \ No newline at end of file -- cgit v1.2.3 From ed0bbc22681681a16b7d45b05133c38a0b82006f Mon Sep 17 00:00:00 2001 From: a1xd <68629610+a1xd@users.noreply.github.com> Date: Mon, 29 Mar 2021 18:01:20 -0400 Subject: formatting + file renames --- common/common.vcxitems | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'common/common.vcxitems') diff --git a/common/common.vcxitems b/common/common.vcxitems index 7600755..9e0d971 100644 --- a/common/common.vcxitems +++ b/common/common.vcxitems @@ -19,15 +19,16 @@ + - + - + \ No newline at end of file -- cgit v1.2.3 From 5a0db3165d1ad050fd5e3f48d290f5ec7289a4f2 Mon Sep 17 00:00:00 2001 From: a1xd <68629610+a1xd@users.noreply.github.com> Date: Mon, 29 Mar 2021 19:41:42 -0400 Subject: add jump type --- common/common.vcxitems | 1 + 1 file changed, 1 insertion(+) (limited to 'common/common.vcxitems') diff --git a/common/common.vcxitems b/common/common.vcxitems index 9e0d971..6ee47ed 100644 --- a/common/common.vcxitems +++ b/common/common.vcxitems @@ -15,6 +15,7 @@ + -- cgit v1.2.3 From fa3ebfb1eb054ba88824a908c996094bb98e85c5 Mon Sep 17 00:00:00 2001 From: a1xd <68629610+a1xd@users.noreply.github.com> Date: Tue, 30 Mar 2021 18:27:02 -0400 Subject: refactor lut/motivity --- common/common.vcxitems | 1 + 1 file changed, 1 insertion(+) (limited to 'common/common.vcxitems') diff --git a/common/common.vcxitems b/common/common.vcxitems index 6ee47ed..4cbe2b7 100644 --- a/common/common.vcxitems +++ b/common/common.vcxitems @@ -16,6 +16,7 @@ + -- cgit v1.2.3 From 14bde56daf188bfc027dc8ead5b45ec0aa1109d6 Mon Sep 17 00:00:00 2001 From: a1xd <68629610+a1xd@users.noreply.github.com> Date: Thu, 1 Apr 2021 01:51:31 -0400 Subject: update rest grapher is still broken refactored io / error handling a bit --- common/common.vcxitems | 1 + 1 file changed, 1 insertion(+) (limited to 'common/common.vcxitems') diff --git a/common/common.vcxitems b/common/common.vcxitems index 4cbe2b7..6d1b861 100644 --- a/common/common.vcxitems +++ b/common/common.vcxitems @@ -26,6 +26,7 @@ + -- cgit v1.2.3 From d8140fb31ba622f48756986d4d66db6b6ab8b511 Mon Sep 17 00:00:00 2001 From: a1xd <68629610+a1xd@users.noreply.github.com> Date: Thu, 1 Apr 2021 23:28:41 -0400 Subject: use callbacks for applying accel --- common/common.vcxitems | 1 + 1 file changed, 1 insertion(+) (limited to 'common/common.vcxitems') diff --git a/common/common.vcxitems b/common/common.vcxitems index 6d1b861..2cf2df2 100644 --- a/common/common.vcxitems +++ b/common/common.vcxitems @@ -15,6 +15,7 @@ + -- cgit v1.2.3 From 9f1ebe0feaaaf1eef1ffa5706d270b7600edfc63 Mon Sep 17 00:00:00 2001 From: a1xd <68629610+a1xd@users.noreply.github.com> Date: Tue, 6 Jul 2021 16:10:52 -0400 Subject: fix typo and wrapper/input code from lut2 merge --- common/common.vcxitems | 1 - 1 file changed, 1 deletion(-) (limited to 'common/common.vcxitems') diff --git a/common/common.vcxitems b/common/common.vcxitems index 2cf2df2..296fbfd 100644 --- a/common/common.vcxitems +++ b/common/common.vcxitems @@ -31,7 +31,6 @@ - -- cgit v1.2.3