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
2016-09-20Fix T49408: OpenGL light widget breaks viewport shadingSergey Sharybin
2016-07-18Additional Waveform Drawing ModeSergey Sharybin
2016-06-10GPU: use basic-shader for line-stippleCampbell Barton
2016-06-09GPU: avoid multiple bind calls in GPU_draw_pbvh_buffersCampbell Barton
2016-06-09Flat shading for basic shaderAlexander Romanov
2016-02-19Set line-width, point size when running callbacksCampbell Barton
2016-02-16Add missing line-width for curve widgetCampbell Barton
2016-01-23OpenGL: call glLineWidth less oftenMike Erwin
2016-01-22OpenGL: cleanupMike Erwin
2016-01-16OpenGL: remove redundant state changeMike Erwin
2016-01-16cleanup: C99Mike Erwin
2016-01-16OpenGL: simplify some UI draw callsMike Erwin
2016-01-16OpenGL: fixes related to GL_POINTSMike Erwin
2016-01-08OpenGL: remove glPointSize hackMike Erwin
2015-12-27OpenGL: stipple support added to basic GLSL shaderAlexander Romanov
2015-12-06OpenGL: rename simple shader to basic shader.Brecht Van Lommel
2015-12-06OpenGL: isolate fixed function lighting in simple shader code.Brecht Van Lommel
2015-11-28OpenGL: set OpenGL lights through simple shader API.Brecht Van Lommel
2015-09-20Fix T46180: Theme > UV Image editor > Scope Background does not have any effectJulian Eisel
2015-06-22Fix T45149: Normal Node shows a hole in its sphere with heigh scale facsJulian Eisel
2015-05-04Cleanup: wrapped function indentationCampbell Barton
2015-03-17Part 2 of D1082 by Troy Sobotka, remove our functions that do lumaAntony Riakiotakis
2015-02-26cleanup: spelling & typosMike Erwin
2015-01-31Compiler warning: double-promotionCampbell Barton
2015-01-27Interface get rid of some quadstrips in favor of trianglestripsMartijn Berger
2015-01-19Viewport: Add adjustable safe areas, 3d-view & VSECampbell Barton
2014-12-07Input Method Editor (IME) support for text buttonsSeverin
2014-11-11UI Refactor T41640Campbell Barton
2014-08-29Fix T41617: Color ramp crashes user preferencesCampbell Barton
2014-07-19Defines: replace ELEM3-16 with ELEM(...), that can take varargsCampbell Barton
2014-06-27UI: increase contrast for active colorband handleCampbell Barton
2014-06-26Code cleanup: remove MAT3/4_UNITY defines, just call unit_m3/4Campbell Barton
2014-05-14Fix for curve widget hue gradient drawing incorrectly when zoomingCampbell Barton
2014-04-30Code cleanup: remove unused includesCampbell Barton
2014-04-27Code cleanup: const args and arraysCampbell Barton
2014-04-20Code cleanup: styleCampbell Barton
2014-04-11Code cleanup: use boolCampbell Barton
2014-04-10Speedup track preview widget for byte imagesSergey Sharybin
2014-04-10Remove extra glEnd() call.Antony Riakiotakis
2014-04-02Replace resize code of image scopes by use of new GRIP button.Bastien Montagne
2014-03-29UI: Color-Ramp handlesCampbell Barton
2014-02-13Code cleanup: remove unused button aspectCampbell Barton
2014-01-27Code cleanup: use booleans where appropriateCampbell Barton
2014-01-04UI: Use bool rather then int/short's where possibleCampbell Barton
2013-12-24UI: Display alpha checkers in image info's color swatch.Campbell Barton
2013-12-07Code Cleanup: pass rectangles as const in insterface filesCampbell Barton
2013-10-08uiSetRoundBox still took hard coded numbers in places.Campbell Barton
2013-08-11use 'greater/less then or equal to' operators rather then adding 1.Campbell Barton
2013-05-28code cleanup: remove old/unused bmesh bevel transform mode, remove commented ...Campbell Barton
2013-04-19UI drawing fix:Ton Roosendaal