| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Also build them out of order to make sure there are no dependencies
remaining.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
GL_LINE_WIDTH_RANGE returns [1, 10] so checking it in a driver-agnostic
manner doesn't solve the problem.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Borrowed from corrade.
|
|
1. don't duplicate checking logic
2. check for ascii null characters in names
3. allow space characters
|
|
|
|
|
|
|
|
|
|
1. add one more value to the enum
2. serialize it properly in binary
3. serialize it as string in json
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|