aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-11-14man: Split waffle_gl_misc(3)Chad Versace
2012-11-14man: Factor out shared xslChad Versace
2012-11-14man/cmake: Factor out list of common source filesChad Versace
2012-11-14man: Move manpage rules into new file, manpages.cmakeChad Versace
2012-11-14readme: Fix minor typoChad Versace
2012-11-14readme: List where to find example codeChad Versace
2012-11-14readme: Organize installation instructions into sectionsChad Versace
2012-11-14readme: Mention -Dwaffle_has_gbm=1Chad Versace
2012-11-14readme: Clarify instructions for PKG_CONFIG_PATHChad Versace
2012-11-14readme: For build requirements, state Fedora versionChad Versace
2012-11-14readme: List required packages for each platformChad Versace
2012-11-14readme: List required pkgs for ArchlinuxChad Versace
2012-11-14waffle: Change WAFFLE_CONTEXT_PROFILE behavior for GLChad Versace
2012-11-14core: Rewrite wcore_config_attrs_parse()Chad Versace
2012-11-14man: Fix minor errorsChad Versace
2012-11-12man: Document OpenGL ES3 supportChad Versace
2012-11-12tests/gl_basic: Add ES3 testsChad Versace
2012-11-12examples/gl_basic: Add GLES3 supportChad Versace
2012-11-12egl: Allow ES3 context creationChad Versace
2012-11-12glx: Enable ES3 context creationChad Versace
2012-11-12cgl: Reject request for ES3 configChad Versace
2012-11-12core: Add ES3 unittests for wcore_config_attrsChad Versace
2012-11-12core: Extend wcore_config_attrs_parse() for ES3Chad Versace
2012-11-12waffle: Support waffle_display_supports_api(ES3)Chad Versace
2012-11-12waffle: Support WAFFLE_DL_OPENGL_ES3Chad Versace
2012-11-12include: Add enums for OpenGL ES3Chad Versace
2012-11-12tests/gl_basic: Add testcases for versions and profilesChad Versace
2012-11-12tests/gl_basic: Allow more skip conditionsChad Versace
2012-11-12tests/gl_basic: Add new params for version and profileChad Versace
2012-11-12tests/gl_basic: Refactor filling of config attrib listChad Versace
2012-11-12core: Add more cases to wcore_config_attrs unittestsChad Versace
2012-11-12waffle: Support requests for more OpenGL ES versionsChad Versace
2012-11-12man/waffle_config: Correct text for WAFFLE_CONTEXT_PROFILEChad Versace
2012-11-12man/waffle_config: Clarify the possibility of version/profile rejectionChad Versace
2012-11-12man: Fix a misplaced newlineChad Versace
2012-11-12egl: Fix unitialized variable bugChad Versace
2012-11-12core: Fix profile validation for GLChad Versace
2012-11-12core: Check that requested profile is WAFFLE_NONE for ESChad Versace
2012-11-12glx: Refactor filling of attrib_list for glxCreateContextAttribsChad Versace
2012-11-12glx: Fix glx_display_supports_context_api for ES1Chad Versace
2012-11-12glx: Move extension fields out of sub-structChad Versace
2012-11-12egl,glx: Remove redundant profile check done by coreChad Versace
2012-11-12wegl: Refactor packing of attrib_list for eglCreateContextChad Versace
2012-11-12tests/gl_basic: Add cases glx_basic.gles1_{rgb,rgba}Chad Versace
2012-11-12glx: Support OpenGL ES1 contextsChad Versace
2012-11-12glx: Detect GLX_EXT_create_context_es_profileChad Versace
2012-11-12core: Add field wcore_config_attrs::context_full_versionChad Versace
2012-11-12core: Refactor validation of context attributesChad Versace
2012-11-12man: Improve docs for waffle_config and waffle_contextChad Versace
2012-11-12man: Fix minor typoChad Versace