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-05-03Fix T39997: Multiple boolean modifiers sharing the same right operand crashesSergey Sharybin
2014-04-30Code cleanup: remove unused includesCampbell Barton
2014-04-23Fix T39839: Applying the subsurf modifier deletes the freestyle edge marksCampbell Barton
2014-04-23Subsurf: minor optimization setting edge origindexCampbell Barton
2014-04-23Fix T39781: Autosmooth feature: erroneously showing hidden vertices' normals ...Bastien Montagne
2014-04-21Split Normals: more fix for EditMode shading and modifiers (subsurf special c...Bastien Montagne
2014-04-17Code cleanup: use bools for DMCampbell Barton
2014-04-13Split Normals I (3/5): Add 3Dview shading support of split normals.Bastien Montagne
2014-04-13Split Normals I (1/5): basis for split normals (nearly nothing user-visible h...Bastien Montagne
2014-04-01Make matcaps suck lessAntony Riakiotakis
2014-04-01Code cleanup: remove TRUE/FALSE & WITH_BOOL_COMPAT defineCampbell Barton
2014-03-15Code cleanup: use r_ prefix for return argsCampbell Barton
2014-03-05Merge branch 'master' into soc-2013-viewport_fxjwilkins
2014-01-12Style Cleanup: whitespaceCampbell Barton
2013-12-26Code Cleanup: remove object arg to CDDM_from_mesh mesh_create_derivedCampbell Barton
2013-12-12Code Cleanup: move mesh mapping functions into their own file/headerCampbell Barton
2013-10-17Fix for GCC bing stupid and not casting float*[3] to const float*[3] without ...Sergey Sharybin
2013-10-17Fix #37109: missing cycles texture display in edit mode.Brecht Van Lommel
2013-10-14code cleanup: remove duplicate assignmentsCampbell Barton
2013-10-10add MEM_SIZE_OPTIMAL to avoid memory fragmentation & waste lost to slop-space.Campbell Barton
2013-10-01Mark some CCG funcrions as inlinedSergey Sharybin
2013-09-20more progress on last refactor before end of GSoC 2013Jason Wilkins
2013-09-12more localized fix for [#36299], only changes behavior for subsurf with orco ...Campbell Barton
2013-09-04debug option for modifier stack calculation USE_MODIFIER_VALIDATE,Campbell Barton
2013-08-28some fixes for drawing stipple with drawMappedFaces Jason Wilkins
2013-08-27rest of changes needed for the raster shader (still incomplete, but it compiles)Jason Wilkins
2013-08-26"raster" shader. meaning a shading mode that handles stippling, anti-aliasin...Jason Wilkins
2013-08-26replace hashes with sets where possible.Campbell Barton
2013-08-24use reserve argument for more edgehashsCampbell Barton
2013-08-24when the size of an edgehash is known or can be guessed,Campbell Barton
2013-08-24edge hash: take an arg for the guarded-malloc string (as ghash does)Campbell Barton
2013-08-08cleaned up basic shader state handling somewhat. lighting seems accurate nowJason Wilkins
2013-08-07code cleanup: more confusion with 0/NULL/falseCampbell Barton
2013-08-05compiles againJason Wilkins
2013-08-04Committing since GPU module compiles again. I've made too many changes witho...Jason Wilkins
2013-08-02In progress applying GPU_simple_shader to implemented shading on ES/COreJason Wilkins
2013-07-23Implemented replacement for DrawPixels so that icons and images draw on OpenG...Jason Wilkins
2013-07-23remove the pointer from BLI_bitmap's typedef, Campbell Barton
2013-07-23optimization: only calculate the normals for passing into derivedMesh foreach...Campbell Barton
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-19code cleanup: use boolean for derived mesh face test functionCampbell Barton
2013-07-17Merged work from working copy of GSoC 2012 work into GSoC 2013 branch.Jason Wilkins
2013-07-03fix for own error in 57226, broke subsurf-uvCampbell Barton
2013-06-14fix for building c++ rna api with recently added smoothgroup api call.Campbell Barton
2013-06-04use vla's if supported as replacement to BLI_array in subsurf code.Campbell Barton
2013-06-04reduce signed/unsigned conversion in subsurf.Campbell Barton
2013-05-30modifier stack: lazy initialize normalsCampbell Barton