summaryrefslogtreecommitdiff
path: root/examples
AgeCommit message (Collapse)AuthorFilesLines
2012-04-17Fix warning that format isn't string literalPauli Nieminen1-1/+1
Signed-off-by: Pauli Nieminen <pauli.nieminen@linux.intel.com>
2012-04-08waffle: Rename WAFFLE_GL* -> WAFFLE_OPENGL*Chad Versace1-4/+4
WAFFLE_GL_API -> WAFFLE_OPENGL_API WAFFLE_GL -> WAFFLE_OPENGL WAFFLE_GLES1 -> WAFFLE_OPENGL_ES1 WAFFLE_GLES2 -> WAFFLE_OPENGL_ES2 Signed-off-by: Chad Versace <chad.versace@linux.intel.com>
2012-04-08waffle: Change signature of waffle_make_currentChad Versace1-1/+1
Add a `display` parameter to waffle_make_current in order to allow users to release the current context. To release the current context, the user calls it like this: waffle_make_current(dpy, window=0, ctx=0). Signed-off-by: Chad Versace <chad.versace@linux.intel.com>
2012-04-08examples: Add gl_basicChad Versace3-1/+347
Signed-off-by: Chad Versace <chad.versace@linux.intel.com>
2012-04-08cmake: Add initial CMakeListsChad Versace1-0/+1
It doesn't build anything yet, but it does accept several waffle configuration options. Signed-off-by: Chad Versace <chad.versace@linux.intel.com>