Blender Git Commit Log

Git Commits -> Revision ec200b0

June 27, 2012, 14:35 (GMT)
ARB/EXT are very simular to standard functions.
OpenGL ES support only standard functions.
Therefore we have gpu** which automaticly chooses between gl** and gl**ARB
We use standard enums and gpu functions automaticly translates to ARB enums to call gl**ARB.
GLSL and some Framebuffer functions are added.

Commit Details:

Full Hash: ec200b0f9f322a653c15ee95e4cc7e1a63ce4422
SVN Revision: 48334
Parent Commit: 95ddb2b
Lines Changed: +358, -67

2 Added Paths:

/source/blender/gpu/GPU_functions.h (+59, -0) (View)
/source/blender/gpu/intern/gpu_functions.c (+183, -0) (View)

3 Modified Paths:

/source/blender/gpu/CMakeLists.txt (+8, -0) (Diff)
/source/blender/gpu/GPU_extensions.h (+26, -0) (Diff)
/source/blender/gpu/intern/gpu_extensions.c (+82, -67) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021