Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | glapi: Do not include dlfcn.h on Windows. | Vinson Lee | 2013-12-07 | 1 | -0/+2 |
* | glapi: Do not use backtrace on NetBSD. | Vinson Lee | 2013-10-11 | 1 | -1/+1 |
* | glapi: Do not use backtrace on OpenBSD. | Vinson Lee | 2013-07-16 | 1 | -1/+1 |
* | glapi: Do not use backtrace on MinGW. | Vinson Lee | 2013-01-31 | 1 | -1/+1 |
* | dispatch: Include glheader.h in dispatch-related files. | Paul Berry | 2012-11-01 | 1 | -1/+1 |
* | glapi: Reformat python code generation scripts to use 4-space indentation. | Paul Berry | 2012-10-10 | 1 | -38/+38 |
* | glapi: Do not use backtrace on Cygwin. | Vinson Lee | 2012-10-04 | 1 | -1/+1 |
* | glapi/glx: Generate glapi_gentable.c so that the xserver can use it | Ian Romanick | 2011-12-13 | 1 | -5/+33 |
* | glapi: _glapi_create_table_from_handle: Set missing pointers to NoOp rather t... | Jeremy Huddleston | 2011-06-14 | 1 | -2/+42 |
* | glapi: Add check for NULL symbol_prefix in gentable and fix warnings | Jeremy Huddleston | 2011-06-13 | 1 | -4/+7 |
* | glapi: Add API that can create a _glapi_table from a dlfcn handle | Jeremy Huddleston | 2011-06-11 | 1 | -0/+131 |