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-03-11Cleanup: code style & cmakeCampbell Barton
2017-03-01Cleanup: code-style, duplicate headerCampbell Barton
2016-10-30Viewport smoke: add support to render the volume using a color ramp.Kévin Dietrich
2016-09-25Smoke debug draw: take adaptive domain position into account.Kévin Dietrich
2016-09-25Viewport smoke: fix a couple of issues in the new display settings.Kévin Dietrich
2016-09-25Fix compile error when building without smoke support.Kévin Dietrich
2016-09-24Viewport smoke: add options to draw velocity vectors.Kévin Dietrich
2016-09-24Viewport smoke: add support for axis aligned slicing.Kévin Dietrich
2016-08-28Fix T47639: OpenGL render with smoke and fire incorrect when usingKévin Dietrich
2016-08-08Disable depth buffer writes while rendering smoke in the viewport.Alexander Gavrilov
2016-04-04Smoke: Don't use `min` as an uniform nameSergey Sharybin
2016-01-21Cleanup: line length, indentationCampbell Barton
2016-01-16OpenGL Smoke: fix possible inconsistency between fire shader/texture binding.Brecht Van Lommel
2016-01-10OpenGL Smoke: fix color issue, and clarify meaning of variables in the shader.Brecht Van Lommel
2016-01-10Smoke: fix for missing viewport color update.Kévin Dietrich
2016-01-10OpenGL: port smoke drawing code to GLSL.Kévin Dietrich
2016-01-09Smoke (fire): Move spectrum code from C++ (intern/) to C code (BLI)Kévin Dietrich
2015-12-08OpenGL: split off framebuffer, shader and texture code into separate files.Brecht Van Lommel
2015-12-08OpenGL: remove non-power-of-two texture check, where even ES 2.0 does not nee...Brecht Van Lommel
2015-11-24OpenGL: when checking GL version, assume >= 2.1Mike Erwin
2015-11-22Smoke drawing code cleanups (and little refactor)Kévin Dietrich
2015-04-20Cleanup: use bool /w flag checksCampbell Barton
2015-04-16Draw smoke domain in transparent pass. Should composite smoke domainsAntony Riakiotakis
2015-04-09Fix T31546 fragment program gets created every frameAntony Riakiotakis
2015-03-27Cleanup: view3d headersCampbell Barton
2014-11-28Cleanup: unused headersCampbell Barton
2014-04-30Code cleanup: remove unused includesCampbell Barton
2014-04-17Code cleanup: use const for array argsCampbell Barton
2013-12-22Style Cleanup: remove preprocessor indentation (updated wiki style guide too)Campbell Barton
2013-12-20Code Cleanup: styleCampbell Barton
2013-12-19Fix T37869: vertex paint + wireframe draw mode + smoke domain did not draw co...Brecht Van Lommel
2013-12-18Fix T37834: smoke opengl render not delivering correct alpha channel.Brecht Van Lommel
2013-12-18View3D: small optimization for smoke drawingCampbell Barton
2013-09-04move timeit macros into their own include, since they are only used for testi...Campbell Barton
2013-08-06quiet double-promotion warnings, change octree.cpp to use a float (vector acc...Campbell Barton
2013-08-01Fix [#36265]: Smoke doesn't work if domain object has negative scale.Miika Hamalainen
2013-05-08code cleanup: remove references to BLI_rand.hCampbell Barton
2013-03-21code cleanup: use bool where values are true/false, for view3d and related fu...Campbell Barton
2013-02-04drawvolume was timing drawing unnecessarily,Campbell Barton
2012-12-21replace MIN/MAX 3,4 with inline functionsCampbell Barton
2012-12-16replace strcpy with BLI_strncpy or memcpy when the size is known.Campbell Barton
2012-10-11style cleanup:Campbell Barton
2012-10-10quiet compiler warnings from recent merge.Campbell Barton
2012-10-10Google Summer of Code project: "Smoke Simulator Improvements & Fire".Daniel Genrich
2012-07-09style cleanupCampbell Barton
2012-07-05style cleanupCampbell Barton
2012-06-17style cleanup:Campbell Barton
2012-05-26code cleanup: use array size and const for vector argsCampbell Barton
2012-05-25Fixed smoke 3D-view issues: Preview became invisible from certain angles if d...Miika Hamalainen
2012-05-13code cleanup: missed some min/max use of float[3], also found case of DO_MIN/...Campbell Barton