From 6303c119cd201dd983639405081b87f902785a87 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Henrik=20Rydg=C3=A5rd?= Date: Mon, 20 Mar 2017 16:59:50 +0100 Subject: [PATCH 1/4] First draft of README.md updates for 1.4 --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 089c9ee9f95c..21ea55e9d53f 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,15 @@ For the latest source code, see [our github page](https://github.com/hrydgard/pp For build instructions and other development tutorials, see the [wiki](https://github.com/hrydgard/ppsspp/wiki). +What's new in 1.4.0 +------------------- +* Support D3D11 (performs better than OpenGL or D3D9 on most hardware) +* Audio quality improvement (linear interpolation) (#8950) +* Hardware spline/bezier tesselation in OpenGL, D3D11 and Vulkan (...) +* Post-processing shaders in D3D11 +* Prescale UV setting removed, now the default (improves perf) (#9176) +* Assorted minor compatibility fixes, code cleanup and performance improvements + What's new in 1.3.0 ------------------- * Fix JIT problems on Galaxy S7 and iOS 9+ devices. (#8965, #8937) From 8ebfb8fbd40ade6deba9d03e77a76c78fc87f4cb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Henrik=20Rydg=C3=A5rd?= Date: Wed, 22 Mar 2017 14:41:01 +0100 Subject: [PATCH 2/4] Additional README updates --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 21ea55e9d53f..b98e35ef0760 100644 --- a/README.md +++ b/README.md @@ -25,8 +25,13 @@ What's new in 1.4.0 * Hardware spline/bezier tesselation in OpenGL, D3D11 and Vulkan (...) * Post-processing shaders in D3D11 * Prescale UV setting removed, now the default (improves perf) (#9176) +* High DPI display fixes +* New audio setting to improve compatibility with Bluetooth headsets +* Various desktop gamepad compatibility fixes * Assorted minor compatibility fixes, code cleanup and performance improvements +Support for Symbian, Maemo and Blackbarry has been removed. + What's new in 1.3.0 ------------------- * Fix JIT problems on Galaxy S7 and iOS 9+ devices. (#8965, #8937) From ae1e51b3cf5f851e1cb4ce9b746a4ab62cbd104e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Henrik=20Rydg=C3=A5rd?= Date: Wed, 22 Mar 2017 15:23:14 +0100 Subject: [PATCH 3/4] s/barry/berry --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b98e35ef0760..0bce11587a5c 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ What's new in 1.4.0 * Various desktop gamepad compatibility fixes * Assorted minor compatibility fixes, code cleanup and performance improvements -Support for Symbian, Maemo and Blackbarry has been removed. +Support for Symbian, Maemo and Blackberry has been removed. What's new in 1.3.0 ------------------- From 16139e767b010caa9dcb2b8292be2f4e2a1e7217 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Henrik=20Rydg=C3=A5rd?= Date: Thu, 23 Mar 2017 09:58:56 +0100 Subject: [PATCH 4/4] Another readme update --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 0bce11587a5c..6c27f9879709 100644 --- a/README.md +++ b/README.md @@ -28,6 +28,7 @@ What's new in 1.4.0 * High DPI display fixes * New audio setting to improve compatibility with Bluetooth headsets * Various desktop gamepad compatibility fixes +* Workaround for mipmap issue, fixing fonts in Tactics Ogre Japanese * Assorted minor compatibility fixes, code cleanup and performance improvements Support for Symbian, Maemo and Blackberry has been removed.