SaschaWillems / glCapsViewer

C++ port of the OpenGL hardware capability viewer
GNU Lesser General Public License v3.0
103 stars 28 forks source link

Add updatetable descriptor field and category #6

Closed SaschaWillems closed 9 years ago

SaschaWillems commented 9 years ago

Add an additional descriptor field and category selection to reports. For uploading new reports as well as existing reports (using the same mechanics as the update report function).

The descriptor field could include information on the environment (e.g. found in "Tablet XYZ") or caveats for the GPU/OS/driver combination (e.g. "using extension GL_XYZ with 16 geometry shader outputs forces software mode").

On the client side this would require an additional combo box and input field for uploading the report and a function to add this to an existing report.

SaschaWillems commented 9 years ago

The next release allows to add a comment for new reports uploaded to the database.