diff -rubw ./src/arraydatatype.c ./src/arraydatatype.c
|
|
|
5796 | 5796 | __Pyx_INCREF(((PyObject *)__pyx_n_s__ArrayDatatype)); |
5797 | 5797 | PyList_SET_ITEM(__pyx_t_1, 0, ((PyObject *)__pyx_n_s__ArrayDatatype)); |
5798 | 5798 | __Pyx_GIVEREF(((PyObject *)__pyx_n_s__ArrayDatatype)); |
5799 | | __pyx_t_2 = __Pyx_Import(((PyObject *)__pyx_n_s_8), ((PyObject *)__pyx_t_1), -1); if (unlikely(!__pyx_t_2)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 352; __pyx_clineno = __LINE__; goto __pyx_L1_error;} |
| 5799 | __pyx_t_2 = __Pyx_Import(((PyObject *)__pyx_n_s_8), ((PyObject *)__pyx_t_1), 0); if (unlikely(!__pyx_t_2)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 352; __pyx_clineno = __LINE__; goto __pyx_L1_error;} |
5800 | 5800 | __Pyx_GOTREF(__pyx_t_2); |
5801 | 5801 | __Pyx_DECREF(((PyObject *)__pyx_t_1)); __pyx_t_1 = 0; |
5802 | 5802 | __pyx_t_1 = PyObject_GetAttr(__pyx_t_2, __pyx_n_s__ArrayDatatype); if (unlikely(!__pyx_t_1)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 352; __pyx_clineno = __LINE__; goto __pyx_L1_error;} |
… |
… |
|
6279 | 6279 | __Pyx_INCREF(((PyObject *)__pyx_n_s__ArrayDatatype)); |
6280 | 6280 | PyList_SET_ITEM(__pyx_t_2, 0, ((PyObject *)__pyx_n_s__ArrayDatatype)); |
6281 | 6281 | __Pyx_GIVEREF(((PyObject *)__pyx_n_s__ArrayDatatype)); |
6282 | | __pyx_t_3 = __Pyx_Import(((PyObject *)__pyx_n_s_8), ((PyObject *)__pyx_t_2), -1); if (unlikely(!__pyx_t_3)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 374; __pyx_clineno = __LINE__; goto __pyx_L1_error;} |
| 6282 | __pyx_t_3 = __Pyx_Import(((PyObject *)__pyx_n_s_8), ((PyObject *)__pyx_t_2), 0); if (unlikely(!__pyx_t_3)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 374; __pyx_clineno = __LINE__; goto __pyx_L1_error;} |
6283 | 6283 | __Pyx_GOTREF(__pyx_t_3); |
6284 | 6284 | __Pyx_DECREF(((PyObject *)__pyx_t_2)); __pyx_t_2 = 0; |
6285 | 6285 | __pyx_t_2 = PyObject_GetAttr(__pyx_t_3, __pyx_n_s__ArrayDatatype); if (unlikely(!__pyx_t_2)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 374; __pyx_clineno = __LINE__; goto __pyx_L1_error;} |
… |
… |
|
6936 | 6936 | __Pyx_INCREF(((PyObject *)__pyx_n_s__ArrayDatatype)); |
6937 | 6937 | PyList_SET_ITEM(__pyx_t_2, 0, ((PyObject *)__pyx_n_s__ArrayDatatype)); |
6938 | 6938 | __Pyx_GIVEREF(((PyObject *)__pyx_n_s__ArrayDatatype)); |
6939 | | __pyx_t_3 = __Pyx_Import(((PyObject *)__pyx_n_s_8), ((PyObject *)__pyx_t_2), -1); if (unlikely(!__pyx_t_3)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 414; __pyx_clineno = __LINE__; goto __pyx_L1_error;} |
| 6939 | __pyx_t_3 = __Pyx_Import(((PyObject *)__pyx_n_s_8), ((PyObject *)__pyx_t_2), 0); if (unlikely(!__pyx_t_3)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 414; __pyx_clineno = __LINE__; goto __pyx_L1_error;} |
6940 | 6940 | __Pyx_GOTREF(__pyx_t_3); |
6941 | 6941 | __Pyx_DECREF(((PyObject *)__pyx_t_2)); __pyx_t_2 = 0; |
6942 | 6942 | __pyx_t_2 = PyObject_GetAttr(__pyx_t_3, __pyx_n_s__ArrayDatatype); if (unlikely(!__pyx_t_2)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 414; __pyx_clineno = __LINE__; goto __pyx_L1_error;} |
… |
… |
|
9382 | 9382 | * import OpenGL |
9383 | 9383 | * from OpenGL import constants, plugins |
9384 | 9384 | */ |
9385 | | __pyx_t_1 = __Pyx_Import(((PyObject *)__pyx_n_s__ctypes), 0, -1); if (unlikely(!__pyx_t_1)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 2; __pyx_clineno = __LINE__; goto __pyx_L1_error;} |
| 9385 | __pyx_t_1 = __Pyx_Import(((PyObject *)__pyx_n_s__ctypes), 0, 0); if (unlikely(!__pyx_t_1)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 2; __pyx_clineno = __LINE__; goto __pyx_L1_error;} |
9386 | 9386 | __Pyx_GOTREF(__pyx_t_1); |
9387 | 9387 | if (PyObject_SetAttr(__pyx_m, __pyx_n_s__ctypes, __pyx_t_1) < 0) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 2; __pyx_clineno = __LINE__; goto __pyx_L1_error;} |
9388 | 9388 | __Pyx_DECREF(__pyx_t_1); __pyx_t_1 = 0; |
… |
… |
|
9394 | 9394 | * from OpenGL import constants, plugins |
9395 | 9395 | * from OpenGL import logs |
9396 | 9396 | */ |
9397 | | __pyx_t_1 = __Pyx_Import(((PyObject *)__pyx_n_s__OpenGL), 0, -1); if (unlikely(!__pyx_t_1)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 3; __pyx_clineno = __LINE__; goto __pyx_L1_error;} |
| 9397 | __pyx_t_1 = __Pyx_Import(((PyObject *)__pyx_n_s__OpenGL), 0, 0); if (unlikely(!__pyx_t_1)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 3; __pyx_clineno = __LINE__; goto __pyx_L1_error;} |
9398 | 9398 | __Pyx_GOTREF(__pyx_t_1); |
9399 | 9399 | if (PyObject_SetAttr(__pyx_m, __pyx_n_s__OpenGL, __pyx_t_1) < 0) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 3; __pyx_clineno = __LINE__; goto __pyx_L1_error;} |
9400 | 9400 | __Pyx_DECREF(__pyx_t_1); __pyx_t_1 = 0; |
… |
… |
|
9414 | 9414 | __Pyx_INCREF(((PyObject *)__pyx_n_s__plugins)); |
9415 | 9415 | PyList_SET_ITEM(__pyx_t_1, 1, ((PyObject *)__pyx_n_s__plugins)); |
9416 | 9416 | __Pyx_GIVEREF(((PyObject *)__pyx_n_s__plugins)); |
9417 | | __pyx_t_2 = __Pyx_Import(((PyObject *)__pyx_n_s__OpenGL), ((PyObject *)__pyx_t_1), -1); if (unlikely(!__pyx_t_2)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 4; __pyx_clineno = __LINE__; goto __pyx_L1_error;} |
| 9417 | __pyx_t_2 = __Pyx_Import(((PyObject *)__pyx_n_s__OpenGL), ((PyObject *)__pyx_t_1), 0); if (unlikely(!__pyx_t_2)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 4; __pyx_clineno = __LINE__; goto __pyx_L1_error;} |
9418 | 9418 | __Pyx_GOTREF(__pyx_t_2); |
9419 | 9419 | __Pyx_DECREF(((PyObject *)__pyx_t_1)); __pyx_t_1 = 0; |
9420 | 9420 | __pyx_t_1 = PyObject_GetAttr(__pyx_t_2, __pyx_n_s__constants); if (unlikely(!__pyx_t_1)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 4; __pyx_clineno = __LINE__; goto __pyx_L1_error;} |
… |
… |
|
9439 | 9439 | __Pyx_INCREF(((PyObject *)__pyx_n_s__logs)); |
9440 | 9440 | PyList_SET_ITEM(__pyx_t_2, 0, ((PyObject *)__pyx_n_s__logs)); |
9441 | 9441 | __Pyx_GIVEREF(((PyObject *)__pyx_n_s__logs)); |
9442 | | __pyx_t_1 = __Pyx_Import(((PyObject *)__pyx_n_s__OpenGL), ((PyObject *)__pyx_t_2), -1); if (unlikely(!__pyx_t_1)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 5; __pyx_clineno = __LINE__; goto __pyx_L1_error;} |
| 9442 | __pyx_t_1 = __Pyx_Import(((PyObject *)__pyx_n_s__OpenGL), ((PyObject *)__pyx_t_2), 0); if (unlikely(!__pyx_t_1)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 5; __pyx_clineno = __LINE__; goto __pyx_L1_error;} |
9443 | 9443 | __Pyx_GOTREF(__pyx_t_1); |
9444 | 9444 | __Pyx_DECREF(((PyObject *)__pyx_t_2)); __pyx_t_2 = 0; |
9445 | 9445 | __pyx_t_2 = PyObject_GetAttr(__pyx_t_1, __pyx_n_s__logs); if (unlikely(!__pyx_t_2)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 5; __pyx_clineno = __LINE__; goto __pyx_L1_error;} |
diff -rubw ./src/errorchecker.c ./src/errorchecker.c
|
|
|
782 | 782 | __Pyx_INCREF(((PyObject *)__pyx_n_s__GLError)); |
783 | 783 | PyList_SET_ITEM(__pyx_t_1, 0, ((PyObject *)__pyx_n_s__GLError)); |
784 | 784 | __Pyx_GIVEREF(((PyObject *)__pyx_n_s__GLError)); |
785 | | __pyx_t_5 = __Pyx_Import(((PyObject *)__pyx_n_s_3), ((PyObject *)__pyx_t_1), -1); if (unlikely(!__pyx_t_5)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 49; __pyx_clineno = __LINE__; goto __pyx_L1_error;} |
| 785 | __pyx_t_5 = __Pyx_Import(((PyObject *)__pyx_n_s_3), ((PyObject *)__pyx_t_1), 0); if (unlikely(!__pyx_t_5)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 49; __pyx_clineno = __LINE__; goto __pyx_L1_error;} |
786 | 786 | __Pyx_GOTREF(__pyx_t_5); |
787 | 787 | __Pyx_DECREF(((PyObject *)__pyx_t_1)); __pyx_t_1 = 0; |
788 | 788 | __pyx_t_1 = PyObject_GetAttr(__pyx_t_5, __pyx_n_s__GLError); if (unlikely(!__pyx_t_1)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 49; __pyx_clineno = __LINE__; goto __pyx_L1_error;} |
diff -rubw ./src/formathandler.c ./src/formathandler.c
|
|
|
607 | 607 | __Pyx_INCREF(((PyObject *)__pyx_n_s__ArrayDatatype)); |
608 | 608 | PyList_SET_ITEM(__pyx_t_1, 0, ((PyObject *)__pyx_n_s__ArrayDatatype)); |
609 | 609 | __Pyx_GIVEREF(((PyObject *)__pyx_n_s__ArrayDatatype)); |
610 | | __pyx_t_2 = __Pyx_Import(((PyObject *)__pyx_n_s_1), ((PyObject *)__pyx_t_1), -1); if (unlikely(!__pyx_t_2)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 25; __pyx_clineno = __LINE__; goto __pyx_L1_error;} |
| 610 | __pyx_t_2 = __Pyx_Import(((PyObject *)__pyx_n_s_1), ((PyObject *)__pyx_t_1), 0); if (unlikely(!__pyx_t_2)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 25; __pyx_clineno = __LINE__; goto __pyx_L1_error;} |
611 | 611 | __Pyx_GOTREF(__pyx_t_2); |
612 | 612 | __Pyx_DECREF(((PyObject *)__pyx_t_1)); __pyx_t_1 = 0; |
613 | 613 | __pyx_t_1 = PyObject_GetAttr(__pyx_t_2, __pyx_n_s__ArrayDatatype); if (unlikely(!__pyx_t_1)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 25; __pyx_clineno = __LINE__; goto __pyx_L1_error;} |
… |
… |
|
695 | 695 | __Pyx_INCREF(((PyObject *)__pyx_n_s__ArrayDatatype)); |
696 | 696 | PyList_SET_ITEM(__pyx_t_1, 0, ((PyObject *)__pyx_n_s__ArrayDatatype)); |
697 | 697 | __Pyx_GIVEREF(((PyObject *)__pyx_n_s__ArrayDatatype)); |
698 | | __pyx_t_2 = __Pyx_Import(((PyObject *)__pyx_n_s_1), ((PyObject *)__pyx_t_1), -1); if (unlikely(!__pyx_t_2)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 29; __pyx_clineno = __LINE__; goto __pyx_L1_error;} |
| 698 | __pyx_t_2 = __Pyx_Import(((PyObject *)__pyx_n_s_1), ((PyObject *)__pyx_t_1), 0); if (unlikely(!__pyx_t_2)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 29; __pyx_clineno = __LINE__; goto __pyx_L1_error;} |
699 | 699 | __Pyx_GOTREF(__pyx_t_2); |
700 | 700 | __Pyx_DECREF(((PyObject *)__pyx_t_1)); __pyx_t_1 = 0; |
701 | 701 | __pyx_t_1 = PyObject_GetAttr(__pyx_t_2, __pyx_n_s__ArrayDatatype); if (unlikely(!__pyx_t_1)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 29; __pyx_clineno = __LINE__; goto __pyx_L1_error;} |
diff -rubw ./src/numpy_formathandler.c ./src/numpy_formathandler.c
|
|
|
1189 | 1189 | __Pyx_INCREF(((PyObject *)__pyx_n_s___configflags)); |
1190 | 1190 | PyList_SET_ITEM(__pyx_t_2, 0, ((PyObject *)__pyx_n_s___configflags)); |
1191 | 1191 | __Pyx_GIVEREF(((PyObject *)__pyx_n_s___configflags)); |
1192 | | __pyx_t_3 = __Pyx_Import(((PyObject *)__pyx_n_s__OpenGL), ((PyObject *)__pyx_t_2), -1); if (unlikely(!__pyx_t_3)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 30; __pyx_clineno = __LINE__; goto __pyx_L1_error;} |
| 1192 | __pyx_t_3 = __Pyx_Import(((PyObject *)__pyx_n_s__OpenGL), ((PyObject *)__pyx_t_2), 0); if (unlikely(!__pyx_t_3)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 30; __pyx_clineno = __LINE__; goto __pyx_L1_error;} |
1193 | 1193 | __Pyx_GOTREF(__pyx_t_3); |
1194 | 1194 | __Pyx_DECREF(((PyObject *)__pyx_t_2)); __pyx_t_2 = 0; |
1195 | 1195 | __pyx_t_2 = PyObject_GetAttr(__pyx_t_3, __pyx_n_s___configflags); if (unlikely(!__pyx_t_2)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 30; __pyx_clineno = __LINE__; goto __pyx_L1_error;} |
… |
… |
|
1237 | 1237 | __Pyx_INCREF(((PyObject *)__pyx_n_s_2)); |
1238 | 1238 | PyList_SET_ITEM(__pyx_t_3, 0, ((PyObject *)__pyx_n_s_2)); |
1239 | 1239 | __Pyx_GIVEREF(((PyObject *)__pyx_n_s_2)); |
1240 | | __pyx_t_2 = __Pyx_Import(((PyObject *)__pyx_n_s_1), ((PyObject *)__pyx_t_3), -1); if (unlikely(!__pyx_t_2)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 33; __pyx_clineno = __LINE__; goto __pyx_L1_error;} |
| 1240 | __pyx_t_2 = __Pyx_Import(((PyObject *)__pyx_n_s_1), ((PyObject *)__pyx_t_3), 0); if (unlikely(!__pyx_t_2)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 33; __pyx_clineno = __LINE__; goto __pyx_L1_error;} |
1241 | 1241 | __Pyx_GOTREF(__pyx_t_2); |
1242 | 1242 | __Pyx_DECREF(((PyObject *)__pyx_t_3)); __pyx_t_3 = 0; |
1243 | 1243 | __pyx_t_3 = PyObject_GetAttr(__pyx_t_2, __pyx_n_s_2); if (unlikely(!__pyx_t_3)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 33; __pyx_clineno = __LINE__; goto __pyx_L1_error;} |
… |
… |
|
1283 | 1283 | __Pyx_INCREF(((PyObject *)__pyx_n_s_3)); |
1284 | 1284 | PyList_SET_ITEM(__pyx_t_2, 0, ((PyObject *)__pyx_n_s_3)); |
1285 | 1285 | __Pyx_GIVEREF(((PyObject *)__pyx_n_s_3)); |
1286 | | __pyx_t_3 = __Pyx_Import(((PyObject *)__pyx_n_s_1), ((PyObject *)__pyx_t_2), -1); if (unlikely(!__pyx_t_3)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 36; __pyx_clineno = __LINE__; goto __pyx_L1_error;} |
| 1286 | __pyx_t_3 = __Pyx_Import(((PyObject *)__pyx_n_s_1), ((PyObject *)__pyx_t_2), 0); if (unlikely(!__pyx_t_3)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 36; __pyx_clineno = __LINE__; goto __pyx_L1_error;} |
1287 | 1287 | __Pyx_GOTREF(__pyx_t_3); |
1288 | 1288 | __Pyx_DECREF(((PyObject *)__pyx_t_2)); __pyx_t_2 = 0; |
1289 | 1289 | __pyx_t_2 = PyObject_GetAttr(__pyx_t_3, __pyx_n_s_3); if (unlikely(!__pyx_t_2)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 36; __pyx_clineno = __LINE__; goto __pyx_L1_error;} |
… |
… |
|
5269 | 5269 | __Pyx_INCREF(((PyObject *)__pyx_n_s__c_void_p)); |
5270 | 5270 | PyList_SET_ITEM(__pyx_t_1, 0, ((PyObject *)__pyx_n_s__c_void_p)); |
5271 | 5271 | __Pyx_GIVEREF(((PyObject *)__pyx_n_s__c_void_p)); |
5272 | | __pyx_t_2 = __Pyx_Import(((PyObject *)__pyx_n_s__ctypes), ((PyObject *)__pyx_t_1), -1); if (unlikely(!__pyx_t_2)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 2; __pyx_clineno = __LINE__; goto __pyx_L1_error;} |
| 5272 | __pyx_t_2 = __Pyx_Import(((PyObject *)__pyx_n_s__ctypes), ((PyObject *)__pyx_t_1), 0); if (unlikely(!__pyx_t_2)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 2; __pyx_clineno = __LINE__; goto __pyx_L1_error;} |
5273 | 5273 | __Pyx_GOTREF(__pyx_t_2); |
5274 | 5274 | __Pyx_DECREF(((PyObject *)__pyx_t_1)); __pyx_t_1 = 0; |
5275 | 5275 | __pyx_t_1 = PyObject_GetAttr(__pyx_t_2, __pyx_n_s__c_void_p); if (unlikely(!__pyx_t_1)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 2; __pyx_clineno = __LINE__; goto __pyx_L1_error;} |
… |
… |
|
5285 | 5285 | * cimport numpy as np |
5286 | 5286 | * from OpenGL_accelerate.formathandler cimport FormatHandler |
5287 | 5287 | */ |
5288 | | __pyx_t_2 = __Pyx_Import(((PyObject *)__pyx_n_s__numpy), 0, -1); if (unlikely(!__pyx_t_2)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 3; __pyx_clineno = __LINE__; goto __pyx_L1_error;} |
| 5288 | __pyx_t_2 = __Pyx_Import(((PyObject *)__pyx_n_s__numpy), 0, 0); if (unlikely(!__pyx_t_2)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 3; __pyx_clineno = __LINE__; goto __pyx_L1_error;} |
5289 | 5289 | __Pyx_GOTREF(__pyx_t_2); |
5290 | 5290 | if (PyObject_SetAttr(__pyx_m, __pyx_n_s__np, __pyx_t_2) < 0) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 3; __pyx_clineno = __LINE__; goto __pyx_L1_error;} |
5291 | 5291 | __Pyx_DECREF(__pyx_t_2); __pyx_t_2 = 0; |
… |
… |
|
5297 | 5297 | * from OpenGL.error import CopyError |
5298 | 5298 | * |
5299 | 5299 | */ |
5300 | | __pyx_t_2 = __Pyx_Import(((PyObject *)__pyx_n_s__traceback), 0, -1); if (unlikely(!__pyx_t_2)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 6; __pyx_clineno = __LINE__; goto __pyx_L1_error;} |
| 5300 | __pyx_t_2 = __Pyx_Import(((PyObject *)__pyx_n_s__traceback), 0, 0); if (unlikely(!__pyx_t_2)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 6; __pyx_clineno = __LINE__; goto __pyx_L1_error;} |
5301 | 5301 | __Pyx_GOTREF(__pyx_t_2); |
5302 | 5302 | if (PyObject_SetAttr(__pyx_m, __pyx_n_s__traceback, __pyx_t_2) < 0) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 6; __pyx_clineno = __LINE__; goto __pyx_L1_error;} |
5303 | 5303 | __Pyx_DECREF(__pyx_t_2); __pyx_t_2 = 0; |
5304 | | __pyx_t_2 = __Pyx_Import(((PyObject *)__pyx_n_s__weakref), 0, -1); if (unlikely(!__pyx_t_2)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 6; __pyx_clineno = __LINE__; goto __pyx_L1_error;} |
| 5304 | __pyx_t_2 = __Pyx_Import(((PyObject *)__pyx_n_s__weakref), 0, 0); if (unlikely(!__pyx_t_2)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 6; __pyx_clineno = __LINE__; goto __pyx_L1_error;} |
5305 | 5305 | __Pyx_GOTREF(__pyx_t_2); |
5306 | 5306 | if (PyObject_SetAttr(__pyx_m, __pyx_n_s__weakref, __pyx_t_2) < 0) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 6; __pyx_clineno = __LINE__; goto __pyx_L1_error;} |
5307 | 5307 | __Pyx_DECREF(__pyx_t_2); __pyx_t_2 = 0; |
… |
… |
|
5318 | 5318 | __Pyx_INCREF(((PyObject *)__pyx_n_s__CopyError)); |
5319 | 5319 | PyList_SET_ITEM(__pyx_t_2, 0, ((PyObject *)__pyx_n_s__CopyError)); |
5320 | 5320 | __Pyx_GIVEREF(((PyObject *)__pyx_n_s__CopyError)); |
5321 | | __pyx_t_1 = __Pyx_Import(((PyObject *)__pyx_n_s_22), ((PyObject *)__pyx_t_2), -1); if (unlikely(!__pyx_t_1)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 7; __pyx_clineno = __LINE__; goto __pyx_L1_error;} |
| 5321 | __pyx_t_1 = __Pyx_Import(((PyObject *)__pyx_n_s_22), ((PyObject *)__pyx_t_2), 0); if (unlikely(!__pyx_t_1)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 7; __pyx_clineno = __LINE__; goto __pyx_L1_error;} |
5322 | 5322 | __Pyx_GOTREF(__pyx_t_1); |
5323 | 5323 | __Pyx_DECREF(((PyObject *)__pyx_t_2)); __pyx_t_2 = 0; |
5324 | 5324 | __pyx_t_2 = PyObject_GetAttr(__pyx_t_1, __pyx_n_s__CopyError); if (unlikely(!__pyx_t_2)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 7; __pyx_clineno = __LINE__; goto __pyx_L1_error;} |
diff -rubw ./src/vbo.c ./src/vbo.c
|
|
|
992 | 992 | __Pyx_INCREF(((PyObject *)__pyx_n_s__ArrayDatatype)); |
993 | 993 | PyList_SET_ITEM(__pyx_t_1, 0, ((PyObject *)__pyx_n_s__ArrayDatatype)); |
994 | 994 | __Pyx_GIVEREF(((PyObject *)__pyx_n_s__ArrayDatatype)); |
995 | | __pyx_t_2 = __Pyx_Import(((PyObject *)__pyx_n_s_1), ((PyObject *)__pyx_t_1), -1); if (unlikely(!__pyx_t_2)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 79; __pyx_clineno = __LINE__; goto __pyx_L1_error;} |
| 995 | __pyx_t_2 = __Pyx_Import(((PyObject *)__pyx_n_s_1), ((PyObject *)__pyx_t_1), 0); if (unlikely(!__pyx_t_2)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 79; __pyx_clineno = __LINE__; goto __pyx_L1_error;} |
996 | 996 | __Pyx_GOTREF(__pyx_t_2); |
997 | 997 | __Pyx_DECREF(((PyObject *)__pyx_t_1)); __pyx_t_1 = 0; |
998 | 998 | __pyx_t_1 = PyObject_GetAttr(__pyx_t_2, __pyx_n_s__ArrayDatatype); if (unlikely(!__pyx_t_1)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 79; __pyx_clineno = __LINE__; goto __pyx_L1_error;} |
… |
… |
|
1247 | 1247 | __Pyx_INCREF(((PyObject *)__pyx_n_s__get_implementation)); |
1248 | 1248 | PyList_SET_ITEM(__pyx_t_2, 0, ((PyObject *)__pyx_n_s__get_implementation)); |
1249 | 1249 | __Pyx_GIVEREF(((PyObject *)__pyx_n_s__get_implementation)); |
1250 | | __pyx_t_3 = __Pyx_Import(((PyObject *)__pyx_n_s_2), ((PyObject *)__pyx_t_2), -1); if (unlikely(!__pyx_t_3)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 99; __pyx_clineno = __LINE__; goto __pyx_L1_error;} |
| 1250 | __pyx_t_3 = __Pyx_Import(((PyObject *)__pyx_n_s_2), ((PyObject *)__pyx_t_2), 0); if (unlikely(!__pyx_t_3)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 99; __pyx_clineno = __LINE__; goto __pyx_L1_error;} |
1251 | 1251 | __Pyx_GOTREF(__pyx_t_3); |
1252 | 1252 | __Pyx_DECREF(((PyObject *)__pyx_t_2)); __pyx_t_2 = 0; |
1253 | 1253 | __pyx_t_2 = PyObject_GetAttr(__pyx_t_3, __pyx_n_s__get_implementation); if (unlikely(!__pyx_t_2)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 99; __pyx_clineno = __LINE__; goto __pyx_L1_error;} |
… |
… |
|
5059 | 5059 | __Pyx_INCREF(((PyObject *)__pyx_n_s__ArrayDatatype)); |
5060 | 5060 | PyList_SET_ITEM(__pyx_t_1, 0, ((PyObject *)__pyx_n_s__ArrayDatatype)); |
5061 | 5061 | __Pyx_GIVEREF(((PyObject *)__pyx_n_s__ArrayDatatype)); |
5062 | | __pyx_t_2 = __Pyx_Import(((PyObject *)__pyx_n_s_1), ((PyObject *)__pyx_t_1), -1); if (unlikely(!__pyx_t_2)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 298; __pyx_clineno = __LINE__; goto __pyx_L1_error;} |
| 5062 | __pyx_t_2 = __Pyx_Import(((PyObject *)__pyx_n_s_1), ((PyObject *)__pyx_t_1), 0); if (unlikely(!__pyx_t_2)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 298; __pyx_clineno = __LINE__; goto __pyx_L1_error;} |
5063 | 5063 | __Pyx_GOTREF(__pyx_t_2); |
5064 | 5064 | __Pyx_DECREF(((PyObject *)__pyx_t_1)); __pyx_t_1 = 0; |
5065 | 5065 | __pyx_t_1 = PyObject_GetAttr(__pyx_t_2, __pyx_n_s__ArrayDatatype); if (unlikely(!__pyx_t_1)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 298; __pyx_clineno = __LINE__; goto __pyx_L1_error;} |
… |
… |
|
5578 | 5578 | __Pyx_INCREF(((PyObject *)__pyx_n_s__ArrayDatatype)); |
5579 | 5579 | PyList_SET_ITEM(__pyx_t_1, 0, ((PyObject *)__pyx_n_s__ArrayDatatype)); |
5580 | 5580 | __Pyx_GIVEREF(((PyObject *)__pyx_n_s__ArrayDatatype)); |
5581 | | __pyx_t_2 = __Pyx_Import(((PyObject *)__pyx_n_s_1), ((PyObject *)__pyx_t_1), -1); if (unlikely(!__pyx_t_2)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 337; __pyx_clineno = __LINE__; goto __pyx_L1_error;} |
| 5581 | __pyx_t_2 = __Pyx_Import(((PyObject *)__pyx_n_s_1), ((PyObject *)__pyx_t_1), 0); if (unlikely(!__pyx_t_2)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 337; __pyx_clineno = __LINE__; goto __pyx_L1_error;} |
5582 | 5582 | __Pyx_GOTREF(__pyx_t_2); |
5583 | 5583 | __Pyx_DECREF(((PyObject *)__pyx_t_1)); __pyx_t_1 = 0; |
5584 | 5584 | __pyx_t_1 = PyObject_GetAttr(__pyx_t_2, __pyx_n_s__ArrayDatatype); if (unlikely(!__pyx_t_1)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 337; __pyx_clineno = __LINE__; goto __pyx_L1_error;} |
… |
… |
|
7598 | 7598 | * from OpenGL_accelerate.formathandler cimport FormatHandler |
7599 | 7599 | * from OpenGL import error |
7600 | 7600 | */ |
7601 | | __pyx_t_1 = __Pyx_Import(((PyObject *)__pyx_n_s__ctypes), 0, -1); if (unlikely(!__pyx_t_1)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 2; __pyx_clineno = __LINE__; goto __pyx_L1_error;} |
| 7601 | __pyx_t_1 = __Pyx_Import(((PyObject *)__pyx_n_s__ctypes), 0, 0); if (unlikely(!__pyx_t_1)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 2; __pyx_clineno = __LINE__; goto __pyx_L1_error;} |
7602 | 7602 | __Pyx_GOTREF(__pyx_t_1); |
7603 | 7603 | if (PyObject_SetAttr(__pyx_m, __pyx_n_s__ctypes, __pyx_t_1) < 0) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 2; __pyx_clineno = __LINE__; goto __pyx_L1_error;} |
7604 | 7604 | __Pyx_DECREF(__pyx_t_1); __pyx_t_1 = 0; |
7605 | | __pyx_t_1 = __Pyx_Import(((PyObject *)__pyx_n_s__weakref), 0, -1); if (unlikely(!__pyx_t_1)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 2; __pyx_clineno = __LINE__; goto __pyx_L1_error;} |
| 7605 | __pyx_t_1 = __Pyx_Import(((PyObject *)__pyx_n_s__weakref), 0, 0); if (unlikely(!__pyx_t_1)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 2; __pyx_clineno = __LINE__; goto __pyx_L1_error;} |
7606 | 7606 | __Pyx_GOTREF(__pyx_t_1); |
7607 | 7607 | if (PyObject_SetAttr(__pyx_m, __pyx_n_s__weakref, __pyx_t_1) < 0) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 2; __pyx_clineno = __LINE__; goto __pyx_L1_error;} |
7608 | 7608 | __Pyx_DECREF(__pyx_t_1); __pyx_t_1 = 0; |
… |
… |
|
7619 | 7619 | __Pyx_INCREF(((PyObject *)__pyx_n_s__error)); |
7620 | 7620 | PyList_SET_ITEM(__pyx_t_1, 0, ((PyObject *)__pyx_n_s__error)); |
7621 | 7621 | __Pyx_GIVEREF(((PyObject *)__pyx_n_s__error)); |
7622 | | __pyx_t_2 = __Pyx_Import(((PyObject *)__pyx_n_s__OpenGL), ((PyObject *)__pyx_t_1), -1); if (unlikely(!__pyx_t_2)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 4; __pyx_clineno = __LINE__; goto __pyx_L1_error;} |
| 7622 | __pyx_t_2 = __Pyx_Import(((PyObject *)__pyx_n_s__OpenGL), ((PyObject *)__pyx_t_1), 0); if (unlikely(!__pyx_t_2)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 4; __pyx_clineno = __LINE__; goto __pyx_L1_error;} |
7623 | 7623 | __Pyx_GOTREF(__pyx_t_2); |
7624 | 7624 | __Pyx_DECREF(((PyObject *)__pyx_t_1)); __pyx_t_1 = 0; |
7625 | 7625 | __pyx_t_1 = PyObject_GetAttr(__pyx_t_2, __pyx_n_s__error); if (unlikely(!__pyx_t_1)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 4; __pyx_clineno = __LINE__; goto __pyx_L1_error;} |
diff -rubw ./src/wrapper.c ./src/wrapper.c
|
|
|
10789 | 10789 | * from OpenGL import error |
10790 | 10790 | * |
10791 | 10791 | */ |
10792 | | __pyx_t_1 = __Pyx_Import(((PyObject *)__pyx_n_s__ctypes), 0, -1); if (unlikely(!__pyx_t_1)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 2; __pyx_clineno = __LINE__; goto __pyx_L1_error;} |
| 10792 | __pyx_t_1 = __Pyx_Import(((PyObject *)__pyx_n_s__ctypes), 0, 0); if (unlikely(!__pyx_t_1)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 2; __pyx_clineno = __LINE__; goto __pyx_L1_error;} |
10793 | 10793 | __Pyx_GOTREF(__pyx_t_1); |
10794 | 10794 | if (PyObject_SetAttr(__pyx_m, __pyx_n_s__ctypes, __pyx_t_1) < 0) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 2; __pyx_clineno = __LINE__; goto __pyx_L1_error;} |
10795 | 10795 | __Pyx_DECREF(__pyx_t_1); __pyx_t_1 = 0; |
… |
… |
|
10806 | 10806 | __Pyx_INCREF(((PyObject *)__pyx_n_s__error)); |
10807 | 10807 | PyList_SET_ITEM(__pyx_t_1, 0, ((PyObject *)__pyx_n_s__error)); |
10808 | 10808 | __Pyx_GIVEREF(((PyObject *)__pyx_n_s__error)); |
10809 | | __pyx_t_2 = __Pyx_Import(((PyObject *)__pyx_n_s__OpenGL), ((PyObject *)__pyx_t_1), -1); if (unlikely(!__pyx_t_2)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 3; __pyx_clineno = __LINE__; goto __pyx_L1_error;} |
| 10809 | __pyx_t_2 = __Pyx_Import(((PyObject *)__pyx_n_s__OpenGL), ((PyObject *)__pyx_t_1), 0); if (unlikely(!__pyx_t_2)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 3; __pyx_clineno = __LINE__; goto __pyx_L1_error;} |
10810 | 10810 | __Pyx_GOTREF(__pyx_t_2); |
10811 | 10811 | __Pyx_DECREF(((PyObject *)__pyx_t_1)); __pyx_t_1 = 0; |
10812 | 10812 | __pyx_t_1 = PyObject_GetAttr(__pyx_t_2, __pyx_n_s__error); if (unlikely(!__pyx_t_1)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 3; __pyx_clineno = __LINE__; goto __pyx_L1_error;} |