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
2014-05-30Fixed compile errors associated with merge from soc-2013-viewport_fx and MSVC...Jason Wilkins
2014-05-22Merge branch 'soc-2014-viewport' into soc-2013-viewport_fxJason Wilkins
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-03-17more merge conflict resolution from 9822428f6c2e4e279241f856886d7df5fa2cd144Jason Wilkins
2014-03-05Merge branch 'master' into soc-2013-viewport_fxjwilkins
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-09-23Fixups for GPU_sprite. Needed to make a distinction between "points" and "sp...Jason Wilkins
2013-09-23added gpuGetViewport and added GPU_SAFETY checks to GPU_state_latch (state sh...Jason Wilkins
2013-09-20more progress on last refactor before end of GSoC 2013Jason Wilkins
2013-08-27rest of changes needed for the raster shader (still incomplete, but it compiles)Jason Wilkins
2013-08-11use 'greater/less then or equal to' operators rather then adding 1.Campbell Barton
2013-08-08cleaned up basic shader state handling somewhat. lighting seems accurate nowJason Wilkins
2013-08-05compiles againJason Wilkins
2013-08-04Committing since GPU module compiles again. I've made too many changes witho...Jason Wilkins
2013-07-30Generalized GL ES so that I could link to both ANGLE with Mali's OpenGL ES Em...Jason Wilkins
2013-07-25Need to call eglewInit before eglBindAPI. Jason Wilkins
2013-07-23Blender now runs when compiled with ANGLE and draws to the screen without tri...Jason Wilkins
2013-07-21Found up several functions that really were ES2, Fixed linking problems with ...Jason Wilkins
2013-07-20Have compile errors due to compiling with ES headers down to SELECT mode and ...Jason Wilkins
2013-07-17Merged work from working copy of GSoC 2012 work into GSoC 2013 branch.Jason Wilkins
2013-05-28code cleanup: remove old/unused bmesh bevel transform mode, remove commented ...Campbell Barton
2013-04-19UI drawing fix:Ton Roosendaal
2013-04-17Bug fix #34974Ton Roosendaal
2013-04-04code cleanup: use bools in UI and WM code, quiet some shadow warnings, remove...Campbell Barton
2013-04-03Bunch of fixes for GLSL display transformSergey Sharybin
2013-04-03remove workaround for [#34346], checked on applying this workaround for armat...Campbell Barton
2013-03-30code cleanup: move beauty fill calculation into its own function and some sty...Campbell Barton
2013-03-29fix/workaround [#34346] Blender total crashes when File/User preferences twic...Campbell Barton
2013-03-18Merge of the PyNodes branch (aka "custom nodes") into trunk.Lukas Toenne
2013-03-17Fix for "draw images as texture"Ton Roosendaal
2013-03-09code cleanup: favor braces when blocks have mixed brace use.Campbell Barton
2013-03-07avoid calling glGetFloatv() twice when UI_RB_ALPHA is enabled with uiRoundBox()Campbell Barton
2013-03-04Fix for incorrect subpixel precision of marker when using track offsetSergey Sharybin
2013-02-04style cleanup: spaces -> tabsCampbell Barton
2012-12-12Holiday coding log :)Ton Roosendaal
2012-11-07Fixed crashes when motion tracks are zero-sizedSergey Sharybin
2012-10-29fix [#33010] image editor - scope handles resizeCampbell Barton
2012-10-23rename api functions...Campbell Barton