- Global _glapi_function::dispatch_stub
- The semantic of this field should be changed slightly. Currently, it is always expected to be non-
NULL. However, it would be better to only allocate the entry-point stub when the application requests the function via glXGetProcAddress. This would save memory for all the functions that the driver exports but that the application never wants to call.
- Global _glapi_add_dispatch
- Determine whether or not
parameter_signature should be allowed to be NULL. It doesn't seem like much of a hardship for drivers to have to pass in an empty string.
Generated on Sun Sep 27 06:47:56 2009 for Mesa GL API dispatcher by
1.5.4