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
AgeCommit message (Expand)Author
2017-07-11Opensubdiv: Fix compilation error with older Opensubdiv versionsSergey Sharybin
2017-06-07Report OpenSubdiv version Blender is compiled againstSergey Sharybin
2016-12-20OpensSubdiv: Cleanup, unused argumentSergey Sharybin
2016-09-16OpenSubdiv: Remove redundant section define from shader compilationSergey Sharybin
2016-09-16OpenSubdiv: Split shader source filesSergey Sharybin
2016-09-10Fix OpenSubdiv related buffer overrun with multiple FVar channels.Alexander Gavrilov
2016-08-20Fix OpenSubdiv driver crash due to recently added uninitialized field.Alexander Gavrilov
2016-07-25OpenSubdiv: Support shadeless shadingSergey Sharybin
2016-07-22OpenSubdiv: Properly respect Subdivide UVs optionSergey Sharybin
2016-07-22OpenSubdiv: Initial support of UV maps in material shading modeSergey Sharybin
2016-07-22OpenSubdiv: Use BLI module math functionsSergey Sharybin
2016-07-22OpenSubdiv: Make drawing code a bit more flexible for FVar widthSergey Sharybin
2016-07-22OpenSubdiv: Properly support active UV layer in textured viewSergey Sharybin
2016-07-22OpenSubdiv: Lay down fundamentals to support multiple UV mapsSergey Sharybin
2016-07-22OpenSubdiv: Get number of UVs from topology refinerSergey Sharybin
2016-07-22OpenSubdiv: Cleanup, please don't use insanely long linesSergey Sharybin
2016-07-22OpenSubdiv: Cleanup, don't use camel case for variable namesSergey Sharybin
2016-07-21Attempt to fix compilation on Windows, take 2Kévin Dietrich
2016-07-21Attempt to fix compilation error on Windows.Kévin Dietrich
2016-07-21OpenSubdiv: Prepare majority of things to have proper subdivided UVSergey Sharybin
2016-07-20OpenSubdiv: Initial work to support UV maps in textured OSD viewportSergey Sharybin
2016-07-20OpenSubdiv: Wrap OSD's TopologyRefier with own structSergey Sharybin
2016-07-19OpenSubdiv: Fix wrong shading in BI texture modeSergey Sharybin
2016-07-19OpenSubdiv: Fix broken structure alignment when using color materialSergey Sharybin
2016-07-12Cleanup: remove redundant checkCampbell Barton
2016-05-26Cleanup: glsl styleCampbell Barton
2016-01-30CMake: Remove per-module Werror settingsSergey Sharybin
2016-01-04Remove SCons building systemSergey Sharybin
2015-12-18OpenSubdiv: Avoid having bad-level callSergey Sharybin
2015-12-09remove a debug printfMike Erwin
2015-12-07OpenSubdiv: refine OpenGL version & extension checksMike Erwin
2015-12-07OpenSubdiv: disable TF on lower GL versions. Fixes T46794Mike Erwin
2015-11-25OpenGL: set geometry shader input length implicitlyMike Erwin
2015-11-23OpenSubdiv: support OpenGL 3.xMike Erwin
2015-11-16check compute shader support for OpenSubdivMike Erwin
2015-11-14minor cleanup: spelling/wordingMike Erwin
2015-11-14tweak GL extension check for OpenSubdiv drawingMike Erwin
2015-11-14enable OpenSubdiv Transform Feedback on IntelMike Erwin
2015-11-14enable OpenSubdiv on Intel graphicsMike Erwin
2015-11-10OpenSubdiv: Enable GLSL Compute for AMD devicesSergey Sharybin
2015-09-21Fix T46159: OpenSubdiv does not always give same results as Blender own subsu...Sergey Sharybin
2015-09-16OpenSubdiv: Fix crash caused by accessing OpenGL vendor from non-main threadSergey Sharybin
2015-09-16OpenSubdiv: Attempt to solve crash in background modeSergey Sharybin
2015-09-16Code cleanup, whitespaceSergey Sharybin
2015-09-16OpenSubdiv: Fix for missing caching of vendor string parsing resultSergey Sharybin
2015-09-16Fllowup to previous commit, remove unused codeSergey Sharybin
2015-09-16Fix T45708: OpenSubdiv crashes on Windows with Intel cardsSergey Sharybin
2015-09-09OpenSubdiv: More graceful handling of shader compile/linking errorsSergey Sharybin
2015-08-28OpenSubdiv: Remove some dead codeSergey Sharybin
2015-08-27OpenSubdiv: Attempt to solve crash on certain GPUs/driversSergey Sharybin