gallium/cell: Remove the driver.
Complicates Gallium3D development and doesn't seem to have active users. Signed-off-by: Kai Wasserbäch <kai@dev.carbon-project.org> Signed-off-by: José Fonseca <jfonseca@vmware.com>
This commit is contained in:

committed by
José Fonseca

parent
09e67706e9
commit
ccd4d4367f
@@ -42,11 +42,6 @@ if True:
|
||||
if env['llvm']:
|
||||
env.Append(CPPDEFINES = ['GALLIUM_LLVMPIPE'])
|
||||
env.Prepend(LIBS = [llvmpipe])
|
||||
|
||||
if False:
|
||||
# TODO: Detect Cell SDK
|
||||
env.Append(CPPDEFINES = 'GALLIUM_CELL')
|
||||
env.Prepend(LIBS = [cell])
|
||||
|
||||
# libGL.so.1.5
|
||||
libgl_1_5 = env.SharedLibrary(
|
||||
|
Reference in New Issue
Block a user