Skip to content
This repository has been archived by the owner on Feb 14, 2021. It is now read-only.

Commit

Permalink
Added a small TODO list.
Browse files Browse the repository at this point in the history
  • Loading branch information
jlHertel committed Jan 15, 2018
1 parent c794620 commit a80203c
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,17 @@ The main features of the tool include:
- Applications with empty options (all options are the same as system-wide config or driver default) will be removed automatically


TODOs
-----

Some things that still need to be done:

- Properly support a system without X (wayland systems?) Currently the glX functions mandate a Xlib display object. There must be another way to get the driver options
- Properly deal with PRIME setups (how do we get more information from the driver? hardware ids?)
- Some code cleanups. I'm not very experienced with C++ yet (Maybe split the GUI class, as it is very big and not very readable)
- Tests? Implementing testing for the software would be very nice
- Remove Boost dependency? (Currently boost.locale is used to get the ISO-639 language id, to properly parse Mesa3d translations)

Author
------

Expand Down

0 comments on commit a80203c

Please sign in to comment.