summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-04-26readme: Fix typo in exampleHEADmasterPauli Nieminen1-1/+1
2012-04-17Fix warning that variables might be used uninitializedPauli Nieminen1-2/+4
2012-04-17Fix warning that gl_api might be used uninitializedPauli Nieminen1-1/+1
2012-04-17Fix warning that format isn't string literalPauli Nieminen1-1/+1
2012-04-17Allow compiling with X11 EGL disabledPauli Nieminen1-1/+21
2012-04-17Allow compiling with wayland disabledPauli Nieminen1-1/+21
2012-04-17Allow compiling with glx disabledPauli Nieminen1-0/+20
2012-04-11cmake: Bump version to 0.2Chad Versace1-2/+2
2012-04-11doc: Add release notes for 0.2Chad Versace1-0/+21
2012-04-11doc: Add release notes for v0.1Chad Versace1-0/+9
2012-04-11readme: Remove delimiter around example codeChad Versace1-2/+0
2012-04-11readme: Move links section to beneath summaryChad Versace1-8/+11
2012-04-11doc: Add patch submission guidelinesChad Versace1-0/+116
2012-04-11doc: Add code style guidelinesChad Versace1-0/+271
2012-04-11doc: Move configuration instructions from README to building.txtChad Versace2-75/+150
2012-04-11readme: Update with Wayland supportChad Versace1-2/+6
2012-04-11gl_basic test: Add tests for waylandChad Versace1-0/+28
2012-04-11gl_basic_test: Run platform tests in separate processChad Versace1-15/+70
2012-04-11todo: Add a todo listChad Versace1-0/+2
2012-04-11core: Create and destroy wayland_platformChad Versace1-0/+9
2012-04-11wayland: Add wayland moduleChad Versace16-0/+832
2012-04-11native: Rename fields native_x.wayland_x -> native_x.wl_xChad Versace1-2/+2
2012-04-11cmake: Add wayland supportChad Versace2-3/+27
2012-04-11doxygen: Move doxygen files from doc -> doxygenChad Versace2-0/+0
2012-04-11reamde: Update with GLX supportChad Versace1-3/+8
2012-04-11readme: Remove refs to non-existent optionsChad Versace1-2/+1
2012-04-11tests/functional/gl_basic: Add tests for glxChad Versace1-0/+57
2012-04-11x11: Fix window creation by using a colormapChad Versace1-10/+30
2012-04-11core: Create and destroy glx_platformChad Versace1-0/+9
2012-04-11glx: Add glx moduleChad Versace14-0/+777
2012-04-11cmake: Add glx supportChad Versace2-6/+27
2012-04-10tests/functional: Check that EGL_PLATFORM env var is setChad Versace1-1/+10
2012-04-10xegl: set/unset env var EGL_PLATFORMChad Versace1-0/+5
2012-04-10egl: Remove egl_translate_attr_value()Chad Versace1-19/+9
2012-04-10include: Change value WAFFLE_DONT_CARE to -1Chad Versace1-2/+2
2012-04-09readme: Fix example codeChad Versace1-0/+1
2012-04-09cmake: Bump version to 0.1Chad Versace1-1/+1
2012-04-09cmake: Move def of library version to top CMakeListsChad Versace2-4/+11
2012-04-09waffle: Change some default values to WAFFLE_DONT_CAREChad Versace4-20/+65
2012-04-09include: Add enum WAFFLE_DONT_CAREChad Versace2-0/+2
2012-04-09readme: Add a README.txtChad Versace1-0/+203
2012-04-08api: Implement waffle_enum_to_string()Chad Versace2-0/+46
2012-04-08waffle: Rename WAFFLE_GL* -> WAFFLE_OPENGL*Chad Versace8-36/+42
2012-04-08waffle.pc: Install waffle pkgconfig fileChad Versace2-0/+19
2012-04-08cmake: Validate that at least one platform is chosenChad Versace1-0/+8
2012-04-08cmake: Don't auto-set waffle_has_x11_eglChad Versace1-39/+26
2012-04-08waffle: Remove default values for platform and gl_apiChad Versace3-80/+23
2012-04-08cmake: Install libwaffle.so and headersChad Versace3-0/+16
2012-04-08cmake: Add cache vars for install pathsChad Versace1-0/+14
2012-04-08cmake: Add gl_basic_test to `make check`Chad Versace2-20/+14