summaryrefslogtreecommitdiff
path: root/tests/testglarea.c
Commit message (Collapse)AuthorAgeFilesLines
* Stop using gtk_main and gtk_main_quitMatthias Clasen2020-02-091-2/+15
| | | | Replace these calls with direct use of GMainContext api.
* Update callersMatthias Clasen2017-01-191-1/+1
| | | | Adapt all our tests and examples to the new initialization api.
* API: container: Remove gtk_container_set_border_width()Benjamin Otte2016-10-161-1/+0
|
* tests: Add GLES shaders to testglareaEmmanuele Bassi2016-04-251-5/+27
| | | | | Check if the GdkGLContext is using ES, and load the appropriate shaders in that case.
* tests: Strip newlines from g_warning and g_errorMatthias Clasen2016-02-281-2/+2
| | | | g_logv adds one for us already.
* Allow testglarea to work with legacy GL contextsEmmanuele Bassi2015-10-071-4/+44
| | | | | | Use the 1.30 GLSL shading language for the fragment and vertex shaders. https://bugzilla.gnome.org/show_bug.cgi?id=756142
* tests: Update testglareaEmmanuele Bassi2015-02-091-16/+240
| | | | | | | | Since we dropped the legacy OpenGL compatibility profile, we need to use recent OpenGL APi and concepts. This also means that the example code gets a tad more complicated. https://bugzilla.gnome.org/show_bug.cgi?id=741946
* Add tests/testglareaAlexander Larsson2014-10-131-0/+159
This is a very simple test of GtkGLArea.