Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-02-05 | glapi: Add back the reduced Noop dispatch | Kristian Høgsberg | |
This got "simplified" away in e4f168a6f4911a096be97d2e83ef8ad9c5862ec0. | |||
2010-01-23 | glapi: Include glheader.h in glapi_nop.c. | Chia-I Wu | |
In addition to OpenGL headers, glheader.h also defines OpenGL ES types that are used in core Mesa or ES overlay. | |||
2010-01-22 | glapi: define GLfixed, GLclampx types for ES 1 | Brian Paul | |
I'm not 100% sure this is the best fix, but it seems OK. | |||
2010-01-22 | glapi: clean-up and simplify glapi_nop.c code | Brian Paul | |
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. | |||
2010-01-22 | glapi: split the no-op dispatch code into new glapi_nop.c file | Brian Paul | |
This unclutters the glapi.c file a bit. |