From: Chris B. <cb...@ta...> - 2008-01-16 16:07:17
|
Hi All, throughout the code I'm finding files with the name "*_special" that list some subset of the OpenGL API. I'm having a hard time deciphering for each of these files what criteria causes a function to end up here. They are obviously manually constructed. This project is starting to look bigger than I had originally thought, mostly due to my lack of familiarity with Chromium's source code. Is there any interest by anyone on this list to collaborate? For the record, the project is to get Chromium to support the four ARB extensions that are used to support GLSL (GL_ARB_shader_objects, GL_ARB_vertex_shader, GL_ARB_fragment_shader, GL_ARB_shading_language_100). Chris~ |