From: Brian P. <bri...@tu...> - 2005-03-10 16:05:42
|
Aditya Kulkarni wrote: > Hello all, > > I am a newbie to Chromium. I went through a bit of chromium code, and > understood how SPUs are loaded. Now I want to understand render spu in > detail. Is there some documentation available with any one of you > which gives - > > [1] A high level description of what render spu is supposed to do. It basically passes all the OpenGL calls to the underlying OpenGL library. > [2] Details of what function in code of render spu implements what. I think most functions are self-explanatory. renderspuCreateContext() creates a rendering context, renderspuSwapBuffers() does front/back color buffer swaps, etc. > If you could point out some sequence that I should follow while > browsing the code of render spu, that would be great. I think if you just spend some time reading the code it'll become clear. It's really pretty simple stuff. -Brian |