From: Mike H. <mho...@gr...> - 2004-09-16 20:12:48
|
To clarify the last message, the OES extensions would need to be added for 1.1 functional support: /*****************************************************************************************/ /* OES extension functions */ /*****************************************************************************************/ /* OES_matrix_palette */ GLAPI void APIENTRY glCurrentPaletteMatrixOES (GLuint index); GLAPI void APIENTRY glLoadPaletteFromModelViewMatrixOES (void); GLAPI void APIENTRY glMatrixIndexPointerOES (GLint size, GLenum type, GLsizei stride, GLvoid *pointer); GLAPI void APIENTRY glWeightPointerOES (GLint size, GLenum type, GLsizei stride, GLvoid *pointer); /* OES_point_size_array */ GLAPI void APIENTRY glPointSizePointerOES (GLenum type, GLsizei stride, const GLvoid *pointer); /* OES_draw_texture */ GLAPI void APIENTRY glDrawTexsOES (GLshort x, GLshort y, GLshort z, GLshort width, GLshort height); GLAPI void APIENTRY glDrawTexiOES (GLint x, GLint y, GLint z, GLint width, GLint height); GLAPI void APIENTRY glDrawTexfOES (GLfloat x, GLfloat y, GLfloat z, GLfloat width, GLfloat height); GLAPI void APIENTRY glDrawTexxOES (GLfixed x, GLfixed y, GLfixed z, GLfixed width, GLfixed height); GLAPI void APIENTRY glDrawTexsvOES (GLshort *coords); GLAPI void APIENTRY glDrawTexivOES (GLint *coords); GLAPI void APIENTRY glDrawTexfvOES (GLfloat *coords); GLAPI void APIENTRY glDrawTexxvOES (GLfixed *coords); -Mike James Amendolagine wrote: > Has anyone done any work to make an ES port? > > Jamie > > > ------------------------------------------------------- > This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170 > Project Admins to receive an Apple iPod Mini FREE for your judgement on > who ports your project to Linux PPC the best. Sponsored by IBM. > Deadline: Sept. 24. Go here: http://sf.net/ppc_contest.php > _______________________________________________ > Chromium-dev mailing list > Chr...@li... > https://lists.sourceforge.net/lists/listinfo/chromium-dev |