From: Brian P. <bri...@tu...> - 2004-09-20 14:35:13
|
James Amendolagine wrote: > I believe that I've come full circle on this. I'm going to do my first > try at this as an extension, or an extension-like addition. > > Just for some feedback on the documentation, it looks like the extension > addition instructions are out-of-date. > > * Update the extension strings in spu/state_tracker/state_limits.c as > well. > * Extensions which add new OpenGL functions are more work. The OpenGL > API dispatcher is defined by the functions in > cr/glapi_parser/system_header/CR_GL.H. New API functions must be > added there. > > > > > I could not find spu/state_tracker/state_limits.c > or glapi_parser/system_header/CR_GL.H I'm updating the docs now. state_limits.c is in the cr/state_tracker/ directory. CR_GL.H no longer exists. New functions are defined in the glapi_parser/APIspec.txt file. -Brian |