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/intern
AgeCommit message (Expand)Author
2017-04-18Remove 4.1 pseudo-deprecated calls from gl-deprecatedDalai Felinto
2017-04-18Gawain: fix missing NULL checkCampbell Barton
2017-04-17Gawain: fix for last commitMike Erwin
2017-04-17Gawain: shrink ShaderInterface name bufferMike Erwin
2017-04-17Gawain: look up uniforms by name quickerMike Erwin
2017-04-16Gawain: add immUniformColor3ubvAlphaMike Erwin
2017-04-16Gawain: move AttribBinding funcs to private interfaceMike Erwin
2017-04-16Gawain: fix compiler warningsMike Erwin
2017-04-16Gawain: fix compilation on MSVC 2013Mike Erwin
2017-04-16Gawain: look up builtin uniforms by enum, not by nameMike Erwin
2017-04-16Gawain: use ShaderInterface to manage vertex attribsMike Erwin
2017-04-16Gawain: remove 2D matrix uniforms from ShaderInterfaceMike Erwin
2017-04-15Gawain: fix header commentsMike Erwin
2017-04-15Gawain: move some VertexFormat funcs to private interfaceMike Erwin
2017-04-15Gawain: rename AttribBinding clear for consistencyMike Erwin
2017-04-14Gawain: fix crash when drawing batches (e.g., scale manipulator)Dalai Felinto
2017-04-14Merge branch 'master' into blender2.8Bastien Montagne
2017-04-13Remove deprecated opengl stuff from opensubdivLuca Rood
2017-04-13Remove some elbeem debug functionsLuca Rood
2017-04-13Cycles: Make vectorized types constructor from register explicitSergey Sharybin
2017-04-13Cycles: Remove unused functionSergey Sharybin
2017-04-13Merge branch 'master' into blender2.8Alexander Romanov
2017-04-13Cycles: Header cleanup in BVH: move self header to be the first oneSergey Sharybin
2017-04-13Cycles: Split BVH implementations into separate filesSergey Sharybin
2017-04-13Cycles: Use more explicit and commonly used names for BVH structuresSergey Sharybin
2017-04-13Gawain: look up array uniforms correctlyMike Erwin
2017-04-13Gawain: use ShaderInterface to manage uniformsMike Erwin
2017-04-13Gawain: add immUniform4ivMike Erwin
2017-04-13Gawain: add (temp) legacy GLSL support to ShaderInterfaceMike Erwin
2017-04-13Gawain: improve ShaderInterfaceMike Erwin
2017-04-13Use 'safe' macros for common free operationCampbell Barton
2017-04-12Merge branch 'master' into 28Campbell Barton
2017-04-11Use immediate mode API for OpenColorIOSergey Sharybin
2017-04-11Cycles: Only calculate global size of split kernel once to avoid changesMai Lavelle
2017-04-11Cycles: Implement automatic global size for CUDA split kernelMai Lavelle
2017-04-11Merge branch 'master' into blender2.8Campbell Barton
2017-04-11Cycles: Fix the AO replacement option in the split kernelLukas Stockner
2017-04-10Gawain: remove PRIM_QUADS_XXXMike Erwin
2017-04-10Merge branch 'master' into blender2.8Bastien Montagne
2017-04-10Merge branch 'master' into blender2.8Bastien Montagne
2017-04-10Cycles: Fix race condition in shader attribute for real nowSergey Sharybin
2017-04-10Cycles: Apparently board name could be an empty stringSergey Sharybin
2017-04-10Cycles: Workaround cubic volume filtering crashing on LinuxSergey Sharybin
2017-04-10Cycles: Fix compilation error of AVX2 kernels with SSE optimization disabledSergey Sharybin
2017-04-10Cycles: Cleanup, indentation and trailing whitespaceSergey Sharybin
2017-04-10Add stubs to build WITH_GL_PROFILE_COREDalai Felinto
2017-04-09Cleanup: glsl indentationCampbell Barton
2017-04-09Merge branch 'master' into blender2.8Campbell Barton
2017-04-08Cycles: Fix building of CUDA kernels with compilers where C++11 is disabledMai Lavelle
2017-04-08Gawain: remove GL enum from primitive APIMike Erwin