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-04-14Fix T49429: incorrect Blender internal viewport border render with DrawPixels...Brecht Van Lommel
2016-06-08glutil: add glaGetOneInt helperCampbell Barton
2016-06-07GPU: Fix for glDrawPixels drawing w/ glsl shaderCampbell Barton
2016-05-06Clip invisible parts of image when drawing in 2D textures and GLSL ModesSergey Sharybin
2016-04-27Fix artifacts w/ low near clear in bglPolygonOffsetAlexander Romanov
2016-01-08OpenGL: remove some hacks/workaroundsMike Erwin
2016-01-08OpenGL: remove glPointSize hackMike Erwin
2016-01-04minor cleanupMike Erwin
2016-01-04OpenGL: image drawing tweaksMike Erwin
2015-12-27OpenGL: stipple support added to basic GLSL shaderAlexander Romanov
2015-12-08disable old Mac OpenGL workaroundMike Erwin
2015-12-08OpenGL: simple cleanupMike Erwin
2015-12-06OpenGL: rename simple shader to basic shader.Brecht Van Lommel
2015-12-06OpenGL: use simple shader for texture drawing in a few places.Brecht Van Lommel
2015-11-28OpenGL: remove unnecessarily paranoid bound texture preservation.Brecht Van Lommel
2015-11-28OpenGL: assume GL_TEXTURE_ENV_MODE GL_MODULATE is the default state.Brecht Van Lommel
2015-05-08Cleanup: use r_* prefix for return argsCampbell Barton
2015-04-30Fix T44541 aka gigapixel image render support in blender.Antony Riakiotakis
2015-04-29Revert commit with perspective depth offset, makes simple cases such asAntony Riakiotakis
2015-04-28Rewind fix for T44505 (leave in ifdef'd)Campbell Barton
2015-04-28Error in last commitCampbell Barton
2015-04-28Store bit-depth for reuse, replace loop with shiftCampbell Barton
2015-04-28Compilation error fixes for strict compiler flagsSergey Sharybin
2015-04-28Fix ortho part of T44505Antony Riakiotakis
2015-04-28Alleviate somewhat the issue of T44505Antony Riakiotakis
2015-02-26cleanup: spelling & typosMike Erwin
2015-02-06cleanup: styleCampbell Barton
2014-11-28Cleanup: unused headersCampbell Barton
2014-10-08glutil: use ints for drawing functionsCampbell Barton
2014-06-30Experiment with the compositor border in editorSergey Sharybin
2014-04-30Code cleanup: remove unused includesCampbell Barton
2014-04-26Code cleanup: use 'const' for arrays (editors)Campbell Barton
2014-03-20Code cleanup: comment unused OpenGL util functionsCampbell Barton
2014-03-17UI: Add theme color for viewport overlayCampbell Barton
2014-03-15Code cleanup: use r_ prefix for return argsCampbell Barton
2014-01-15Code Cleanup: use iroundfCampbell Barton
2013-12-24UI: Display alpha checkers in image info's color swatch.Campbell Barton
2013-12-17Changes to partial update during renderingSergey Sharybin
2013-12-13Implement GPU-side ditherSergey Sharybin
2013-12-09Fix T37727: z-offset problems with camera viewCampbell Barton
2013-12-01Code Cleanup: make cpack into a function.Campbell Barton
2013-12-01Code Cleanup: replace ABS() with fabsf() when used with float expressions.Campbell Barton
2013-10-12Option to overlay mask over the footageSergey Sharybin
2013-10-09Implementation of curve mapping in GLSLSergey Sharybin
2013-10-04Code cleanup: remove unused functionSergey Sharybin
2013-09-05Code cleanup: use boolean instead of int for colormanagementSergey Sharybin
2013-08-31RenderEngine API: add viewport draw utility functions to bind a GLSL fragmentBrecht Van Lommel
2013-04-29Changes to image draw method optionsSergey Sharybin
2013-04-25Fix #35074: Image editor shows color banding on rendered images (even with di...Sergey Sharybin
2013-04-13code cleanup: warnings + styleCampbell Barton