From 4d4d66244bddc221f034ab0881d103525efca68e Mon Sep 17 00:00:00 2001 From: gregory38 Date: Mon, 10 Nov 2014 02:01:44 -0800 Subject: [PATCH] Update of features that are done or mostly done --- Contributing-(TODO-List).md | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/Contributing-(TODO-List).md b/Contributing-(TODO-List).md index 1122b3d..e311e30 100644 --- a/Contributing-(TODO-List).md +++ b/Contributing-(TODO-List).md @@ -18,7 +18,7 @@ * Support Windows/OSX in CMake ## GUI -* support wx3.0 => linux port is done in a branch but windows part is not ready yet. +* support wx3.0 => linux port is done but windows part is not ready yet. * check linux chapter ;) Various improvements are actually cross platform! ## Linux @@ -31,10 +31,9 @@ You're welcome to the [Linux contribution thread](http://forums.pcsx2.net/Thread * Clean up GCG flags 1. Put default global flags in cmake/BuildParameters.cmake\\ 2. Try to use standard flags as much as possible (aka On). Extensive tests must be done to validate a flag update. -* Improve CMake with macros to avoid various duplications => started by uyjulian -* Support clang (template/asm mess) => started by urushima +* Support clang (dev build/run without crash) => started by urushima * Speed comparison clang/GCC -* Support avx (gsdx) +* Support avx (gsdx) => Mostly done. Some compilation errors remain. * Add missing/update copyright header * LTO support => started by prudho * PGO support @@ -44,8 +43,8 @@ You're welcome to the [Linux contribution thread](http://forums.pcsx2.net/Thread ### GSdx * Fix OpenGL. I would advice to compare dx trace vs OpenGL trace. -* Implement DX features on OGL (Amsodean's fxaa/video recording ....) -* Fix GLES3 (only support GLES3.1) +* Implement DX features on OGL (video recording ....) +* Test/Fix GLES3.1 (it often breaks after GL update) * Add tooltip on gsdx gui * Finish shader subroutine usage (+find a way to clean shader and avoid duplication) * Finish buffer storage