| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
| |
This got "simplified" away in e4f168a6f4911a096be97d2e83ef8ad9c5862ec0.
|
|
|
|
|
| |
In addition to OpenGL headers, glheader.h also defines OpenGL ES types
that are used in core Mesa or ES overlay.
|
|
|
|
| |
I'm not 100% sure this is the best fix, but it seems OK.
|
|
|
|
|
|
| |
Removed _glapi_noop_enable_warnings() and _glapi_set_warning_func().
Just check the DEBUG env vars and call fprintf(stderr) with a warning
message instead.
|
|
This unclutters the glapi.c file a bit.
|