comparison setup.py @ 505:bfea9e9a6845

Manage the texture-specific indices in the Texture, and some more renderer optimisations.
author Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>
date Fri, 01 Nov 2013 14:45:53 +0100
parents 791faab05445
children 08d9e6730364
comparison
equal deleted inserted replaced
504:69c73023f7a0 505:bfea9e9a6845
80 packages=packages, 80 packages=packages,
81 ext_modules=cythonize(extensions, nthreads=4, 81 ext_modules=cythonize(extensions, nthreads=4,
82 compiler_directives={'infer_types': True, 82 compiler_directives={'infer_types': True,
83 'infer_types.verbose': True}, 83 'infer_types.verbose': True},
84 compile_time_env={'MAX_TEXTURES': 1024, 84 compile_time_env={'MAX_TEXTURES': 1024,
85 'MAX_ELEMENTS': 640 * 4 * 3,
85 'MAX_CHANNELS': 26, 86 'MAX_CHANNELS': 26,
86 'USE_GLEW': is_windows}), 87 'USE_GLEW': is_windows}),
87 scripts=['eosd', 'anmviewer'], 88 scripts=['eosd', 'anmviewer'],
88 **extra) 89 **extra)