Age | Commit message (Collapse) | Author |
|
with the '-m init_c' option.
|
|
Convert GL 1.4 function names to EXT_blend_func_separate names.
|
|
Convert GL 1.4 / ARB_point_parameter function names to EXT_point_parameter /
NV_point_sprite names.
|
|
Move "handcoded" ARB_window_pos / MESA_window_pos functions to their own
file. Modify the ARB_window_pos functions to use the MESA_window_pos names.
|
|
Move EXT_vertex_array wrapper functions from indirect_init.c to vertarr.c.
Fix problems with EXT_multi_draw_arrays function names.
|
|
Eliminate the need for indirect_wrap.h and NEED_GL_FUNCS_WRAPPED.
Basically, this means prepending __indirect_ to all the definitions and
calls of GL functions that don't already have it.
|
|
Convert GL_ARB_texture_compression related functions to use the extension
version of the names instead of the GL 1.3 versions.
|
|
by adding 'glx/x11' to SRC_DIRS in your build config.
|