Changeset View
Changeset View
Standalone View
Standalone View
source/blender/gpu/intern/gpu_select.c
| Context not available. | |||||
| */ | */ | ||||
| #include "GPU_select.h" | #include "GPU_select.h" | ||||
| #include "GPU_extensions.h" | #include "GPU_extensions.h" | ||||
| #include "GPU_glew.h" | |||||
| #include "BLI_utildefines.h" | #include "BLI_utildefines.h" | ||||
| Context not available. | |||||
| #include "DNA_userdef_types.h" | #include "DNA_userdef_types.h" | ||||
| #include <GL/glew.h> | |||||
| /* Ad hoc number of queries to allocate to skip doing many glGenQueries */ | /* Ad hoc number of queries to allocate to skip doing many glGenQueries */ | ||||
| #define ALLOC_QUERIES 200 | #define ALLOC_QUERIES 200 | ||||
| Context not available. | |||||