2013-05-11 |
Campbell Barton | style cleanup |
tree | commitdiff |
2013-05-10 |
Brecht Van Lommel | Cycles: bump node changes to add a Distance input that... |
tree | commitdiff |
2013-05-08 |
Campbell Barton | rename BLI_ghashIterator_notDone() -> BLI_ghashIterator... |
tree | commitdiff |
2013-05-03 |
Brecht Van Lommel | Fix #34889: negative lights not working in glsl view... |
tree | commitdiff |
2013-05-02 |
Campbell Barton | avoid per-vertex mask layer lookups for dyntopo. |
tree | commitdiff |
2013-04-24 |
Brecht Van Lommel | Fix #35063: GLSL texture node Value output was not... |
tree | commitdiff |
2013-04-18 |
Brecht Van Lommel | Fix #34997: when starting the game engine in one window... |
tree | commitdiff |
2013-04-16 |
Campbell Barton | move editmesh functions out editderivedmesh.c into... |
tree | commitdiff |
2013-04-14 |
Mitchell Stokes | BGE: Adding mipmapping control to bge.render via bge... |
tree | commitdiff |
2013-04-13 |
Campbell Barton | code cleanup: warnings + style |
tree | commitdiff |
2013-04-12 |
Antony Riakiotakis | Add function to query maximum texture size. Also, make... |
tree | commitdiff |
2013-04-08 |
Brecht Van Lommel | Fix #34908: compressed DDS files did not display proper... |
tree | commitdiff |
2013-04-04 |
Campbell Barton | svn merge ^/trunk/blender -r55700:55776 |
tree | commitdiff |
2013-04-04 |
Mitchell Stokes | Fix for [#34754] "Revision 55527 provokes glitchy GLSL... |
tree | commitdiff |
2013-04-02 |
Brecht Van Lommel | Fix #34788, #34744: GLSL error, #version line needs... |
tree | commitdiff |
2013-04-01 |
Brecht Van Lommel | Cycles: initial subsurface multiple scattering support... |
tree | commitdiff |
2013-04-01 |
Tamito Kajiyama | Merged changes in the trunk up to revision 55700. |
tree | commitdiff |
2013-03-31 |
Campbell Barton | style cleanup |
tree | commitdiff |
2013-03-27 |
Campbell Barton | svn merge ^/trunk/blender -r55594:55635 |
tree | commitdiff |
2013-03-27 |
Campbell Barton | style cleanup: osl and NULL pointer use, also correct... |
tree | commitdiff |
2013-03-24 |
Tamito Kajiyama | Merged changes in the trunk up to revision 55546. |
tree | commitdiff |
2013-03-23 |
Mitchell Stokes | OpenGL: Moving the GPU_pass_update_uniforms() call... |
tree | commitdiff |
2013-03-22 |
Campbell Barton | code cleanup: unused defines, shadowing and unintended... |
tree | commitdiff |
2013-03-20 |
Campbell Barton | code cleanup: use bool where values are true/false... |
tree | commitdiff |
2013-03-18 |
Campbell Barton | svn merge ^/trunk/blender -r55372:55392 |
tree | commitdiff |
2013-03-18 |
Campbell Barton | code cleanup |
tree | commitdiff |
2013-03-18 |
Tamito Kajiyama | Merged changes in the trunk up to revision 55357. |
tree | commitdiff |
2013-03-16 |
Campbell Barton | style cleanup |
tree | commitdiff |
2013-03-15 |
Brecht Van Lommel | Fix: multisample viewport drawing didn't work well... |
tree | commitdiff |
2013-03-15 |
Campbell Barton | use bool for knife, also scons tab/space mix. |
tree | commitdiff |
2013-03-15 |
Brecht Van Lommel | Fix #34649: texture size limit user preference not... |
tree | commitdiff |
2013-03-13 |
Campbell Barton | fix for 2 errors where the 2d arrays were used as 3d... |
tree | commitdiff |
2013-03-13 |
Brecht Van Lommel | Fix #34492: clipping border not working with GLSL/matca... |
tree | commitdiff |
2013-03-12 |
Campbell Barton | code cleanup: quiet struct gcc warnings, also use more... |
tree | commitdiff |
2013-03-10 |
Brecht Van Lommel | OpenGL: more work on fixed function lighting implementa... |
tree | commitdiff |
2013-03-08 |
Campbell Barton | style cleanup |
tree | commitdiff |
2013-03-06 |
Antony Riakiotakis | Change !BLI_ghashIterator_isDone to BLI_ghashIterator_n... |
tree | commitdiff |
2013-03-04 |
Brecht Van Lommel | Fix for image transparency backwards compatibility... |
tree | commitdiff |
2013-03-03 |
Tamito Kajiyama | Merged changes in the trunk up to revision 54992. |
tree | commitdiff |
2013-02-26 |
Brecht Van Lommel | OpenGL: implemenation of fixed function lighting as... |
tree | commitdiff |
2013-02-25 |
Sergey Sharybin | code cleanup: remove unused and unsupported functions... |
tree | commitdiff |
2013-02-25 |
Sergey Sharybin | Camera tracking: libmv distortion API now also uses... |
tree | commitdiff |
2013-02-24 |
Tamito Kajiyama | Merged changes in the trunk up to revision 54802. |
tree | commitdiff |
2013-02-18 |
Brecht Van Lommel | Fix wrong alpha channel for OpenGL render results with... |
tree | commitdiff |
2013-02-16 |
Tamito Kajiyama | Merged changes in the trunk up to revision 54594. |
tree | commitdiff |
2013-02-15 |
Brecht Van Lommel | Fix #34254: cycles brightness/contrast node was missing... |
tree | commitdiff |
2013-02-10 |
Tamito Kajiyama | Merged changes in the trunk up to revision 54421. |
tree | commitdiff |
2013-02-07 |
Sergey Sharybin | Fix #34156: Spec. and Alpha Intensity OpenGL issue |
tree | commitdiff |
2013-02-03 |
Campbell Barton | style cleanup & some spelling |
tree | commitdiff |
2013-01-29 |
Tamito Kajiyama | Merged changes in the trunk up to revision 54171. |
tree | commitdiff |
2013-01-27 |
Antony Riakiotakis | Activate partial redraw of non-power of two textures... |
tree | commitdiff |
2013-01-26 |
Tamito Kajiyama | Merged changes in the trunk up to revision 54110. |
tree | commitdiff |
2013-01-24 |
Campbell Barton | header cleanup, include BLI before BKE, also use bool... |
tree | commitdiff |
2013-01-22 |
Ton Roosendaal | Matcap support in 3D Viewport. |
tree | commitdiff |
2013-01-19 |
Nicholas Bishop | Skip hidden faces in PBVH BMesh ray intersection test |
tree | commitdiff |
2013-01-16 |
Campbell Barton | optimize bmesh operations that use triangle BMFace... |
tree | commitdiff |
2013-01-12 |
Mitchell Stokes | BGE: Adding preliminary alpha shadow support for Simple... |
tree | commitdiff |
2013-01-05 |
Tamito Kajiyama | Merged changes in the trunk up to revision 53584. |
tree | commitdiff |
2012-12-31 |
Sergey Sharybin | Alpha premul pipeline cleanup |
tree | commitdiff |
2012-12-30 |
Nicholas Bishop | Use GPU_Buffers to draw wireframe when in dynamic-topol... |
tree | commitdiff |
2012-12-30 |
Nicholas Bishop | Add GPU_buffers support for drawing dynamic topology... |
tree | commitdiff |
2012-12-28 |
Campbell Barton | style cleanup |
tree | commitdiff |
2012-12-23 |
Tamito Kajiyama | Merged changes in the trunk up to revision 53280. |
tree | commitdiff |
2012-12-21 |
Ton Roosendaal | Additional fix in glsl shaders: "Darken" was using... |
tree | commitdiff |
2012-12-21 |
Ton Roosendaal | Bug fix #33639 |
tree | commitdiff |
2012-12-21 |
Campbell Barton | replace MIN/MAX 3,4 with inline functions |
tree | commitdiff |
2012-12-21 |
Mitchell Stokes | DDS compressed textures now make use of the anisotropic... |
tree | commitdiff |
2012-12-20 |
Brecht Van Lommel | Fix #33630: DDS compressed textures were not actually... |
tree | commitdiff |
2012-12-19 |
Tamito Kajiyama | Merged changes in the trunk up to revision 53146. |
tree | commitdiff |
2012-12-18 |
Campbell Barton | fix [#33598] Regression in 2.65 while opening a 2.64... |
tree | commitdiff |
2012-12-18 |
Campbell Barton | style cleanup |
tree | commitdiff |
2012-12-17 |
Bastien Montagne | Added GPL header to sconscripts! |
tree | commitdiff |
2012-12-15 |
Brecht Van Lommel | Attempted fix #33546: GPU mipmap generation is not... |
tree | commitdiff |
2012-12-11 |
Campbell Barton | define the size of matrix args for both rows/cols. |
tree | commitdiff |
2012-12-10 |
Sergey Sharybin | Merging r51923 through r52851 from trunk into soc-2011... |
tree | commitdiff |
2012-12-08 |
Tamito Kajiyama | Merged changes in the trunk up to revision 52815. |
tree | commitdiff |
2012-12-05 |
Brecht Van Lommel | Fix #33417: add back GPU Mipmap Generation option,... |
tree | commitdiff |
2012-12-03 |
Brecht Van Lommel | Fix #33371: blender freezing in material draw mode. |
tree | commitdiff |
2012-12-02 |
Brecht Van Lommel | Fix #33376: non-square DDS textures were mapped wrong... |
tree | commitdiff |
2012-12-01 |
Tamito Kajiyama | Merged changes in the trunk up to revision 52690. |
tree | commitdiff |
2012-11-27 |
Brecht Van Lommel | GPU: remove GPU Mipmap Generation option and just alway... |
tree | commitdiff |
2012-11-26 |
Tamito Kajiyama | Merged changes in the trunk up to revision 52546. |
tree | commitdiff |
2012-11-24 |
Mitchell Stokes | BGE: Committing a patch from HG1 to fix [#30262] "bgl... |
tree | commitdiff |
2012-11-19 |
Tamito Kajiyama | Merged changes in the trunk up to revision 52340. |
tree | commitdiff |
2012-11-15 |
Sergey Sharybin | Image thread safe improvements |
tree | commitdiff |
2012-11-14 |
Campbell Barton | buildsystem cleanup: remove duplicate source & includes... |
tree | commitdiff |
2012-11-07 |
Tamito Kajiyama | Merged changes in the trunk up to revision 51985. |
tree | commitdiff |
2012-11-06 |
Brecht Van Lommel | Fixes related to #33087: |
tree | commitdiff |
2012-11-05 |
Sergey Sharybin | Merging r50625 through r51896 from trunk into soc-2011... |
tree | commitdiff |
2012-11-04 |
Brecht Van Lommel | Cycles: improve Anisotropic BSDF node, changing the... |
tree | commitdiff |
2012-11-04 |
Tamito Kajiyama | Merged changes in the trunk up to revision 51853. |
tree | commitdiff |
2012-11-03 |
Campbell Barton | code cleanup: float <> double conversion. |
tree | commitdiff |
2012-11-03 |
Campbell Barton | style cleanup: tabs & whitespace |
tree | commitdiff |
2012-11-01 |
Campbell Barton | fix for possible buffer overflow in gpu_nodes_get_verte... |
tree | commitdiff |
2012-11-01 |
Campbell Barton | style cleanup |
tree | commitdiff |
2012-10-30 |
Campbell Barton | style cleanup |
tree | commitdiff |
2012-10-30 |
Bastien Montagne | Fix for own r51737. |
tree | commitdiff |
2012-10-29 |
Bastien Montagne | Complete fix for [#33002] Wrong vertex color. |
tree | commitdiff |
2012-10-29 |
Tamito Kajiyama | Merged changes in the trunk up to revision 51718. |
tree | commitdiff |
2012-10-25 |
Brecht Van Lommel | Fix issue after commit 50282: float texture painting... |
tree | commitdiff |
next |