mirror of https://github.com/PCSX2/pcsx2.git
Updated Contributing (TODO List) (markdown)
parent
c1905e8ee6
commit
6f6b81a5f8
|
@ -31,7 +31,7 @@ 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.
|
||||
* Support clang (dev build/run without crash) => started by urushima
|
||||
* Support clang (dbg seems fine)
|
||||
* Speed comparison clang/GCC
|
||||
* Support avx (gsdx) => Mostly done. Some compilation errors remain.
|
||||
* Add missing/update copyright header
|
||||
|
@ -44,7 +44,6 @@ 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 (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
|
||||
|
|
Loading…
Reference in New Issue