Age | Commit message (Collapse) | Author |
|
|
|
This should go away before we push the code.
|
|
|
|
|
|
|
|
even with vs disabled, still doesn't work.
|
|
Now things catch on fire.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
It hangs the GPU at the clipper stage, presumably because we're lacking
other setup.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
glapi/dispatch.h is a core Mesa header file. Move the header file to
main/ to make this clear. It also becomes clear after this change that
IN_DRI_DRIVER is only used in core Mesa to enable the remap table.
|
|
main/dispatch.c is a glapi source file. It is part of GLAPI_SOURCES in
sources.mak and part of glapi_sources in SConscript. This commit moves
it to glapi/ and renames it to glapi_dispatch.c.
|
|
Fix glX_proto_recv.py and glX_proto_send.py, and regenerate the sources.
|
|
|
|
|
|
|
|
|
|
(cherry picked from commit 293f4d51b473783d5c5ab773a1c438e0a2fe46f2)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|