Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/source
AgeCommit message (Expand)Author
2012-08-11Switching most gl view calls to gpu wrapper (To avoid a lot REAL_GL_MODE for ES)Alexander Kuznetsov
2012-08-10Adding gpu_view module.Alexander Kuznetsov
2012-08-09It is better to check GPU EXT than glew (Support for GL ES)Alexander Kuznetsov
2012-08-09No need for glMultMatrixf and glLoadMatrixf trick.Alexander Kuznetsov
2012-08-09Switch to glsl gpu lights for OpenGL ES and OpenGL 3.0+Alexander Kuznetsov
2012-08-09Use gpu extensions check instead of gew one.Alexander Kuznetsov
2012-08-09Fix for gcc. Header was in glew.h which was removed.Alexander Kuznetsov
2012-08-09Some matrix fixes to fix a GPU_SAFETY assertion in blf.cJason Wilkins
2012-08-09adding some proper consts to matrix functionsJason Wilkins
2012-08-09removed gpu_framebuffer.c from CMakeLists.txtJason Wilkins
2012-08-09there are already a couple of places for framebuffer objects, so I'm not gonn...Jason Wilkins
2012-08-09compile fixes from mismatched calling conventionsJason Wilkins
2012-08-08Adding simple VBO compatibility functions.Alexander Kuznetsov
2012-08-08Quads and polygons is not supported by ES and 3.0+Alexander Kuznetsov
2012-08-08header fixup, aspect api, warning fixes, removed some minor use of display li...Jason Wilkins
2012-08-07Converted all glMatrix calls to gpuMatrixAlexander Kuznetsov
2012-08-07gpuMatrix clean up in GE: Removed glMatrix calls, removed unnecessary matrix ...Alexander Kuznetsov
2012-08-07New gpuMatrix functions:Alexander Kuznetsov
2012-08-07Adding new functions to BLI_math_matrixAlexander Kuznetsov
2012-08-07gpuLights compilation fix for gccAlexander Kuznetsov
2012-08-04By adding some padding to the VBOs to make them 32byte aligned, I got a notic...Mitchell Stokes
2012-08-04Using glMapBuffer to directly write data into VBOs. This makes updating the V...Mitchell Stokes
2012-08-04Patch from Daniel Stokes to fix bugs when using VBOs and a mesh gets split ac...Mitchell Stokes
2012-08-02Some glLight functions remained in KX_Light.cppJason Wilkins
2012-08-02whitespace changesJason Wilkins
2012-08-02added gpuInitializeLighting/gpuShutdownLighting to blenderplayerJason Wilkins
2012-08-02missed adding gpu_lighting_gl11.cJason Wilkins
2012-08-02GPUlighting - thin layer to wrap OpenGL's Phong-Blinn lighting state functionsJason Wilkins
2012-08-02moved 'restrict' definition to BLI_utildefines.hJason Wilkins
2012-08-02Added GPU_matrix.h into GPU_compatibility.hJason Wilkins
2012-08-01another 'const int' parameterJason Wilkins
2012-08-01void function returning a valueJason Wilkins
2012-08-01'const int' parameters are weirdJason Wilkins
2012-07-28The API now builds and is included without causing build errors. :DNicholas Rishel
2012-07-28Use glGenerateMipmaps() when supported rather than gluBuild2DMipmaps(). This ...Mitchell Stokes
2012-07-28Converting GE VBO to gpu API which allows greater compatibility between diffe...Alexander Kuznetsov
2012-07-28Fix initialization for GPU_ext_config.Alexander Kuznetsov
2012-07-28Adding gpu functions for VBO for compatibility between standard, ES and ARBAlexander Kuznetsov
2012-07-28Adding more OpenGL-like functions for object manipulationAlexander Kuznetsov
2012-07-28Getting rid of a glIsEnabled() check in the BGE's vertex array code (using a ...Mitchell Stokes
2012-07-27Fix for m_viewport. Value wasn't initilized. Alexander Kuznetsov
2012-07-27Caching the results of BL_Texture::GetMaxUnits()'s glGet call. This reduces t...Mitchell Stokes
2012-07-27The BGE spends a lot of time on glIsEnabled(), glGet, and state changes. This...Mitchell Stokes
2012-07-26Cleaning up a memory leak with KX_LibLoadStatus objects that were being sent ...Mitchell Stokes
2012-07-26Adding a new uvs attribute to KX_VertexProxy that returns a list of uvs for t...Mitchell Stokes
2012-07-25added a gpuGetMatrixModeJason Wilkins
2012-07-25glreport.py improvementsJason Wilkins
2012-07-24Fix states for OpenGL ES.Alexander Kuznetsov
2012-07-23Fix for Custom ShadersAlexander Kuznetsov
2012-07-20Adding jni folder for Blender app. Alexander Kuznetsov