Removed main/dispatch.c from libmesa.a: the GL API dispatching is added in libGL.so by GLDispather.cpp (and eventually some assembly code like glapi_x86.S for x86 architecture).
On PPC, both dispatch.c and GLDispatcher.cpp were exporting gl* OpenGL API. Twice is not better, even when "none" was the previous state for PPC port ;-) git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@17578 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -111,7 +111,6 @@ StaticLibrary libmesa.a :
|
|||||||
convolve.c
|
convolve.c
|
||||||
debug.c
|
debug.c
|
||||||
depth.c
|
depth.c
|
||||||
dispatch.c
|
|
||||||
dlist.c
|
dlist.c
|
||||||
drawpix.c
|
drawpix.c
|
||||||
enable.c
|
enable.c
|
||||||
|
|||||||
Reference in New Issue
Block a user