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
|
* Clean up GCG flags
|
||||||
1. Put default global flags in cmake/BuildParameters.cmake\\
|
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.
|
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
|
* Speed comparison clang/GCC
|
||||||
* Support avx (gsdx) => Mostly done. Some compilation errors remain.
|
* Support avx (gsdx) => Mostly done. Some compilation errors remain.
|
||||||
* Add missing/update copyright header
|
* Add missing/update copyright header
|
||||||
|
@ -44,7 +44,6 @@ You're welcome to the [Linux contribution thread](http://forums.pcsx2.net/Thread
|
||||||
### GSdx
|
### GSdx
|
||||||
* Fix OpenGL. I would advice to compare dx trace vs OpenGL trace.
|
* Fix OpenGL. I would advice to compare dx trace vs OpenGL trace.
|
||||||
* Implement DX features on OGL (video recording ....)
|
* Implement DX features on OGL (video recording ....)
|
||||||
* Test/Fix GLES3.1 (it often breaks after GL update)
|
|
||||||
* Add tooltip on gsdx gui
|
* Add tooltip on gsdx gui
|
||||||
* Finish shader subroutine usage (+find a way to clean shader and avoid duplication)
|
* Finish shader subroutine usage (+find a way to clean shader and avoid duplication)
|
||||||
* Finish buffer storage
|
* Finish buffer storage
|
||||||
|
|
Loading…
Reference in New Issue