aboutsummaryrefslogtreecommitdiff
path: root/src/waffle/glx/glx_display.c
AgeCommit message (Expand)Author
2013-07-26glx: Catch Xlib errors with function wrappersChad Versace
2013-06-06Revert "glx: Query proper extension string for ARB_create_context etc."Chad Versace
2013-06-03glx: Query proper extension string for ARB_create_context etc.Paul Berry
2012-11-15include: Fold nearly all headers into waffle.hChad Versace
2012-11-12waffle: Support waffle_display_supports_api(ES3)Chad 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-12glx: Detect GLX_EXT_create_context_es_profileChad Versace
2012-10-29all: Use shorter #include pathsChad Versace
2012-10-29core: Aggregate all object vtbl's into wcore_platform_vtblChad Versace
2012-10-29all: Declare vtbl functions in headersChad Versace
2012-08-29waffle: Fix waffle_*_get_native functionsChad Versace
2012-08-23all: Replace <> with "" for internal #include'sChad Versace
2012-08-23all: Make relative some include pathsChad Versace
2012-06-10include: Rename error enumsChad Versace
2012-06-05glx: Implement get_native functionsChad Versace
2012-06-05all: Kill duplicate allocation error handling codeChad Versace
2012-06-03all: Replace tagged unions with a more traditional object modelChad Versace
2012-05-30license: Convert from Apache 2.0 to BSDChad Versace
2012-05-17all: Remove unneeded use of WCORE_ERROR_DISABLEDChad Versace
2012-05-17glx: Implement waffle_display_supports_context_apiChad Versace
2012-05-17glx: Check for GLX create_context extensionsChad Versace
2012-05-17Ensure each file ends with a newlineChad Versace
2012-05-11doxygen: Place everything into a moduleChad Versace
2012-04-11glx: Add glx moduleChad Versace