aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/glapi/glapi_nop.c
Commit message (Collapse)AuthorAgeFilesLines
* glapi: minor ugliness to be able to copy to xorgGeorge Sapountzis2010-02-251-0/+6
|
* glapi: Add back the reduced Noop dispatchKristian Høgsberg2010-02-051-2/+18
| | | | This got "simplified" away in e4f168a6f4911a096be97d2e83ef8ad9c5862ec0.
* glapi: Include glheader.h in glapi_nop.c.Chia-I Wu2010-01-231-7/+1
| | | | | In addition to OpenGL headers, glheader.h also defines OpenGL ES types that are used in core Mesa or ES overlay.
* glapi: define GLfixed, GLclampx types for ES 1Brian Paul2010-01-221-0/+7
| | | | I'm not 100% sure this is the best fix, but it seems OK.
* glapi: clean-up and simplify glapi_nop.c codeBrian Paul2010-01-221-54/+25
| | | | | | 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.
* glapi: split the no-op dispatch code into new glapi_nop.c fileBrian Paul2010-01-221-0/+119
This unclutters the glapi.c file a bit.