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
2016-10-13Draw depth even when in wire mode (for OB_RENDER)Dalai Felinto
2016-10-13immediate mode: use new ThemeColor functionsDalai Felinto
2016-10-13gawain/immediate mode: new util functions for color uniformsDalai Felinto
2016-10-13wrong alpha set for timeline theme (fixup for rBf329ebe3)Dalai Felinto
2016-10-13Immediate mode: timeline (keyframes and range)Dalai Felinto
2016-10-12Fix T49631: radial control operators not using DPI properly.Brecht Van Lommel
2016-10-12Fix T49636: material draw mode crash with displacement and missing group inpu...Brecht Van Lommel
2016-10-12FFmpeg: Fix off by one error in number of detected frames in matroska containerSergey Sharybin
2016-10-12Fix T49622: Grease pencil not rendering out of VSESergey Sharybin
2016-10-12BLF/OpenGL: use new matrix API when drawing textMike Erwin
2016-10-12OpenGL: matrix fixes & compatibilityMike Erwin
2016-10-12Fix T49502: file browser on OS X not highlighting external drives.Brecht Van Lommel
2016-10-11quiet GPU matrix debug printingMike Erwin
2016-10-11BLF/OpenGL: draw text with new immediate modeMike Erwin
2016-10-11Fix T49629: Graph editor normalize function doesn't work on f-curves with a c...Sergey Sharybin
2016-10-11Fix objects added via py being on the wrong layer when viewport is decoupled ...Sergey Sharybin
2016-10-11Make console message more clear for --scene argumentSergey Sharybin
2016-10-11Merge branch 'master' into blender2.8Bastien Montagne
2016-10-11Fix T49623: Immediately crash trying to render attached file in CyclesSergey Sharybin
2016-10-10Gawain: add immRect utility functions (replaces legacy glRect)Mike Erwin
2016-10-10OpenGL animation: Fix stupid mistake form previous commitSergey Sharybin
2016-10-10Fix viewport camera gets out of sync in certain casesSergey Sharybin
2016-10-10OpenGL render: Fix missing file output after pressing EscSergey Sharybin
2016-10-10Merge branch 'master' into blender2.8Bastien Montagne
2016-10-10blender 2.8; OpenGL. ui_panel_category_draw_tab with immediate APIMike Erwin
2016-10-10OpenGL: remove GLSL support query (it's always supported)Mike Erwin
2016-10-10remove call to GLSL support query (it's always supported)Mike Erwin
2016-10-10BGE: remove calls to GLSL support query (it's always supported)Mike Erwin
2016-10-10OpenGL: remove GLSL support query (it's always supported)Mike Erwin
2016-10-10remove call to GLSL support query (it's always supported)Mike Erwin
2016-10-10BGE: remove calls to GLSL support query (it's always supported)Mike Erwin
2016-10-10OpenGL: plug new matrix system into shaders (WIP)Mike Erwin
2016-10-09OpenGL: Draw dividers in space_file with the new immediate modeThomas Beck
2016-10-09fix shaders for picky GLSL compilersMike Erwin
2016-10-09Fix T49609: Point density textures: vertex colors are not properly averaged i...Daisuke Takahashi
2016-10-08Gawain: validate inputs to add_attribMike Erwin
2016-10-08Ammend to rB00dc0666b3fe: forgot to fix boid->ground of first particle.Bastien Montagne
2016-10-08Fix T49608: runtime-only particle's boid->ground Object pointer was left dang...Bastien Montagne
2016-10-08Fix a few compile errors with C++11 on macOS.Brecht Van Lommel
2016-10-08BLI_task: fix case were some pool could work in more threads than allowed.Bastien Montagne
2016-10-08OpenGL: fix smooth point fringeMike Erwin
2016-10-08OpenGL: draw f-curve points and handles with new imm modeMike Erwin
2016-10-08OpenGL: shaders for smooth round pointsMike Erwin
2016-10-08Gawain: allow immBeginAtMost, immEnd with no verticesMike Erwin
2016-10-08draw region emboss with new immediate modeMike Erwin
2016-10-08Gawain: code cleanup & inline docsMike Erwin
2016-10-07Blender 2.8: OpenGL: replace old GL with the new immediate API in UI_draw_rou...Mike Erwin
2016-10-07Collision: skip expensive BVH update if the collider doesn't move.Alexander Gavrilov
2016-10-07fix grid floor drawing assertMike Erwin
2016-10-07OpenGL render: Limit number of scheduled frames for writeSergey Sharybin