aboutsummaryrefslogtreecommitdiffstats
path: root/test/test_stub_hints.c
AgeCommit message (Collapse)AuthorFilesLines
2022-06-07Remove unnecessary forward-compatibility codeDavid Robillard1-10/+0
2022-05-21Add a uniform API for setting size hintsDavid Robillard1-1/+1
This collapses many functions into one, which makes the API more easily extensible and reduces code size.
2022-05-20Use consistent class names and titles in tests and examplesDavid Robillard1-1/+1
2021-12-17Adopt REUSE machine-readable licensing standardDavid Robillard1-15/+2
See https://reuse.software/ for details.
2021-05-24Test invalid hint casesDavid Robillard1-0/+4
2021-05-06Set distinct window titles for testsDavid Robillard1-0/+1
This makes things a little more clear when something goes wrong, for example if a test hangs.
2021-05-03Improve test coverageDavid Robillard1-0/+18
2021-01-02Simplify clang-format configuration and format all codeDavid Robillard1-41/+41
2020-10-30Simplify header namesDavid Robillard1-1/+1
2020-10-04Add refresh rate hintDavid Robillard1-0/+2
2020-10-04Print all view hints in shader demo and hint testsDavid Robillard1-0/+1
2020-10-04Add puglGetViewHint()David Robillard1-0/+77
This allows retrieving properties of the view that may be needed, such as the actual bit depth (which may vary from the suggested depth provided as a hint).