Age | Commit message (Collapse) | Author |
|
The internal driver interface was also changed to use
BlendEquationSeparate instead of BlendEquation.
|
|
|
|
|
|
|
|
Added non-static entrypoints and the name string for
GL_SUN_multi_draw_arrays (identical to GL_EXT_multi_draw_arrays).
Made add_newer_entrypoints (in src/mesa/main/context.c) table driven.
This reduced the size of context.o by about 3KB.
|
|
|
|
|
|
|
|
entrypoints
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
glMultiDrawElementsEXT().
|
|
Removed dead ARB_window_pos functions (we alias the MESA_window_pos funcs).
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
in .type directive so it works with Solaris
assembler as well as GNU assembler.
|
|
|
|
|
|
in SPARC glapi optimizations by moving the icache
flush into the glapi_sparc.S file.
Brian, how is this?
|
|
|
|
|
|
gl.spec file to use.
|
|
|
|
|