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
2015-02-12Don't allocate FX, naming of eGPUFXFlagsAntony Riakiotakis
2015-02-10Cleanup - bring branch to merge ready conditionAntony Riakiotakis
2015-02-10Merge branch 'master' into viewport_experimentsAntony Riakiotakis
2015-02-04GLSL: On some cards '>' can't operate on 'float' and 'int'Sergey Sharybin
2015-02-03Merge branch 'master' into viewport_experimentsAntony Riakiotakis
2015-02-03Fix T43380 modulo operation in GLSL does not return negatives.Antony Riakiotakis
2015-02-02Adjust GLSL drawing of window coordinates from camera view (use cameraAntony Riakiotakis
2015-01-27Fix T43250, lamp node did not use energy when used with nodes in blenderAntony Riakiotakis
2015-01-17Fix T43273: vector math cross product inconsistentKévin Dietrich
2015-01-06fragment shader to downsample near circle of confusion - rename textureAntony Riakiotakis
2015-01-06signed coc matches the low quality one.Antony Riakiotakis
2015-01-06As usually hard to find errors are usually quite silly. We can now seeAntony Riakiotakis
2015-01-06Intermediate commit.Antony Riakiotakis
2015-01-06First stage of better dof, downsample buffer by half.Antony Riakiotakis
2015-01-06WIP for new dofAntony Riakiotakis
2015-01-05Fix SSAO artifacts at zero distance by using a small constant bias inAntony Riakiotakis
2015-01-02SSAO - use concentric mapping.Antony Riakiotakis
2015-01-02Merge branch 'master' into viewport_experimentsAntony Riakiotakis
2014-12-31Modify shader for texture coordinates of objects to also match theAntony Riakiotakis
2014-12-31Corrections to world texture coordinates to match the rendered resultAntony Riakiotakis
2014-12-22Merge branch 'master' into viewport_experimentsAntony Riakiotakis
2014-12-10Fix T42184: Normal not displayed correctly in Material ViewportSergey Sharybin
2014-11-28Merge branch 'master' into viewport_experimentsAntony Riakiotakis
2014-11-26Do not use mipmapping on envmaps, can cause discontinuities onAntony Riakiotakis
2014-11-26World background working on cycle nodes.Antony Riakiotakis
2014-11-25Merge branch 'master' into viewport_experimentsAntony Riakiotakis
2014-11-21Fix leftover f postfix from C code.Antony Riakiotakis
2014-11-20Fix T42622, environment texture GLSL result different from rendering.Antony Riakiotakis
2014-11-18Merge branch 'master' into viewport_experimentsAntony Riakiotakis
2014-11-18GPU framebuffer API:Antony Riakiotakis
2014-11-14Fix SSAO not being constant in camera view.Antony Riakiotakis
2014-11-14Fix T42596 crash with DOF on MacOS.Antony Riakiotakis
2014-11-14Merge branch 'master' into viewport_experimentsAntony Riakiotakis
2014-11-09GLSL: specular transparency support for Blender internal materialsDontsov Valentin
2014-11-07Fix assert failure in GPU codegenSergey Sharybin
2014-11-06Fix T42492, Shading error with fresnel weight node.Antony Riakiotakis
2014-11-04Fix T42445: Clamp flag has no effect on result value in Math and MixRGB shade...Sergey Sharybin
2014-11-03Add another level of small blur to bridge between no/medium blurring.Antony Riakiotakis
2014-10-31DOF effect works :)Antony Riakiotakis
2014-10-29Correctly downsample circles of confusion and use parallelism to do itAntony Riakiotakis
2014-10-29Second pass, blurs the downsampled buffer once.Antony Riakiotakis
2014-10-29Use the correct shaders and varyingsAntony Riakiotakis
2014-10-29Viewport DOF:Antony Riakiotakis
2014-10-29First ping pong between low resolution buffers working. Nice landmarkAntony Riakiotakis
2014-10-29Framebuffer compositing:Antony Riakiotakis
2014-10-28Code that enables simultaneous DOF-SSAO effect. There's some sort ofAntony Riakiotakis
2014-10-28Use optimized view space reconstruction for ortho case as well.Antony Riakiotakis
2014-10-28Add a library file for projection shader code, should enable us to useAntony Riakiotakis
2014-10-28More attempts to synchronize viewport and camera dof - probably willAntony Riakiotakis
2014-10-27DOF calculation shader.Antony Riakiotakis