Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-12-01 | Make the transition to script-genereated GLX code easier. | Ian Romanick | |
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. | |||
2004-12-01 | Make the transition to script-genereated GLX code easier. | Ian Romanick | |
Move "handcoded" ARB_transpose_matrix functions to their own file. From here on out, such handcoded functions should go in a file named indirect_FOO.c, where "FOO" is some logical name for the functionality (e.g., part of the extension name, etc.). | |||
2004-10-25 | remove a -Werror from testing. | Adam Jackson | |
2004-10-25 | Import the GLX client side library, formerly from xc/lib/GL/glx. Build it | Adam Jackson | |
by adding 'glx/x11' to SRC_DIRS in your build config. |