History log of /external/mesa3d/src/mapi/table.h
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
201e36e77d6ca616f75f14d5f1c31f0062ae4366 13-Mar-2015 Brian Paul <brianp@vmware.com> mapi: add new _glapi_new_nop_table() and _glapi_set_nop_handler()

_glapi_new_nop_table() creates a new dispatch table populated with
pointers to no-op functions.

_glapi_set_nop_handler() is used to register a callback function which
will be called from each of the no-op functions.

Now we always generate a separate no-op function for each GL entrypoint.
This allows us to do proper stack clean-up for Windows __stdcall and
lets us report the actual function name in error messages. Before this
change, for non-Windows release builds we used a single no-op function
for all entrypoints.

Reviewed-by: Jose Fonseca <jfonseca@vmware.com>
/external/mesa3d/src/mapi/table.h
8aa9191878a5608fc6e4e8c72bea1d25cd821dec 04-Mar-2015 Brian Paul <brianp@vmware.com> mapi: remove u_compiler.h

Just include c99_compat.h or util/macros.h where needed.

Reviewed-by: Jose Fonseca <jfonseca@vmware.com>
/external/mesa3d/src/mapi/table.h
41c87cc5666de7ec5cfdea2c035c671048c06ca5 03-Mar-2015 Brian Paul <brianp@vmware.com> mapi: replace INLINE with inline

Reviewed-by: Jose Fonseca <jfonseca@vmware.com>
/external/mesa3d/src/mapi/table.h
3998cfa933dcd9134b75d9f0ae2c9cfcd6f2ee45 05-Jun-2013 Rico Schüller <kgbricola@web.de> mesa: remove outdated version lines in comments

Signed-off-by: Brian Paul <brianp@vmware.com>
/external/mesa3d/src/mapi/table.h
d5e9426b9605264608e0b1204ebf818103f1f011 21-Jan-2013 Matt Turner <mattst88@gmail.com> build: Move src/mapi/mapi/* to src/mapi/

Tested-by: Emil Velikov <emil.l.velikov@gmail.com>
Reviewed-and-Tested-by: Andreas Boll <andreas.boll.dev@gmail.com>
Reviewed-by: Jordan Justen <jordan.l.justen@intel.com>
/external/mesa3d/src/mapi/table.h