2016-06-07 |
Bastien Montagne | Merge branch 'master' into blender2.8 |
blob | commitdiff | raw |
2016-06-02 |
Bastien Montagne | Fix T47637: Multiple multires objects in Sculpt mode... |
blob | commitdiff | raw | diff to current |
2016-06-01 |
Bastien Montagne | Merge branch 'master' into blender2.8 |
blob | commitdiff | raw | diff to current |
2016-05-31 |
Sergey Sharybin | Properly handle vertex color color space for Cycles... |
blob | commitdiff | raw | diff to current |
2016-05-24 |
Bastien Montagne | Merge branch 'master' into blender2.8 |
blob | commitdiff | raw | diff to current |
2016-05-23 |
Sergey Sharybin | Support Vertex Color in GLSL viewport for Cycles |
blob | commitdiff | raw | diff to current |
2016-05-16 |
Alexander Romanov | Flat shading for basic shader |
blob | commitdiff | raw | diff to current |
2016-01-22 |
Mike Erwin | OpenGL: fewer state changes for wireframe PBVH |
blob | commitdiff | raw | diff to current |
2016-01-09 |
Campbell Barton | Cleanup: style, gpu module |
blob | commitdiff | raw | diff to current |
2016-01-02 |
Antony Riakiotakis | GPU buffers: Add update functionality for existing... |
blob | commitdiff | raw | diff to current |
2015-12-06 |
Brecht Van Lommel | OpenGL: rename simple shader to basic shader. |
blob | commitdiff | raw | diff to current |
2015-12-06 |
Brecht Van Lommel | OpenGL: isolate fixed function lighting in simple shade... |
blob | commitdiff | raw | diff to current |
2015-11-28 |
Antony Riakiotakis | Fix possible hang on buffer allocation failure. Reporte... |
blob | commitdiff | raw | diff to current |
2015-11-26 |
Campbell Barton | Cleanup: warnings |
blob | commitdiff | raw | diff to current |
2015-11-26 |
Mike Erwin | cleanup: C99 and vertex array comments |
blob | commitdiff | raw | diff to current |
2015-11-26 |
Mike Erwin | OpenGL: remove unused VBO_DISABLED from PBVH |
blob | commitdiff | raw | diff to current |
2015-11-22 |
Antony Riakiotakis | Remove vertex array support from GPUBuffers. Remove... |
blob | commitdiff | raw | diff to current |
2015-11-22 |
Mike Erwin | OpenGL: bump gpu_buffers to GL 2.1 |
blob | commitdiff | raw | diff to current |
2015-09-16 |
Antony Riakiotakis | Get rid of leftover from refactor of VBO code. Thanks... |
blob | commitdiff | raw | diff to current |
2015-08-06 |
Campbell Barton | Cleanup: whitespace, unused var |
blob | commitdiff | raw | diff to current |
2015-08-04 |
Antony Riakiotakis | Fix fast navigate winding being incorrect (apparent... |
blob | commitdiff | raw | diff to current |
2015-08-03 |
Antony Riakiotakis | Multires sculpting drawing optimization: |
blob | commitdiff | raw | diff to current |
2015-08-03 |
Antony Riakiotakis | Fix T45654 fast navigate artifacts. |
blob | commitdiff | raw | diff to current |
2015-07-31 |
Campbell Barton | Use polygon normals for sculpt drawing |
blob | commitdiff | raw | diff to current |
2015-07-25 |
Antony Riakiotakis | Convert CCGSubsurf VBO system to also sort hidden and... |
blob | commitdiff | raw | diff to current |
2015-07-25 |
Antony Riakiotakis | GPU buffer materials: |
blob | commitdiff | raw | diff to current |
2015-07-24 |
Antony Riakiotakis | Fix T45541 crash when mixing flat and smooth shaded... |
blob | commitdiff | raw | diff to current |
2015-07-23 |
Antony Riakiotakis | Subsurf: Optimize edge drawing, now it uses VBOs. |
blob | commitdiff | raw | diff to current |
2015-07-21 |
Antony Riakiotakis | Try to remap buffer before rejecting. |
blob | commitdiff | raw | diff to current |
2015-07-21 |
Antony Riakiotakis | Failure to alllocate vertex buffer would not fall back... |
blob | commitdiff | raw | diff to current |
2015-07-20 |
Antony Riakiotakis | Fix recent own stupidity with indexed sculpt drawing. |
blob | commitdiff | raw | diff to current |
2015-07-20 |
Antony Riakiotakis | Use abstraction to unbind buffers, should avoid crashes... |
blob | commitdiff | raw | diff to current |
2015-07-17 |
Antony Riakiotakis | Fix no longer being possible to display a suzanne with... |
blob | commitdiff | raw | diff to current |
2015-07-16 |
Campbell Barton | Add tessellation data to DerivedMesh (LoopTri) |
blob | commitdiff | raw | diff to current |
2015-07-16 |
Antony Riakiotakis | Sculpt draw code: |
blob | commitdiff | raw | diff to current |
2015-07-15 |
Antony Riakiotakis | VBO offscreen selection drawing, cdderivedmesh |
blob | commitdiff | raw | diff to current |
2015-07-14 |
Antony Riakiotakis | Display optimizations part 1. |
blob | commitdiff | raw | diff to current |
2015-07-10 |
Campbell Barton | Cleanup: use const for gpu buffer |
blob | commitdiff | raw | diff to current |
2015-06-16 |
Antony Riakiotakis | Optimize drawing of outlines as well |
blob | commitdiff | raw | diff to current |
2015-06-16 |
Antony Riakiotakis | Drawing speedup: |
blob | commitdiff | raw | diff to current |
2015-03-23 |
Mike Erwin | cleanup: use spaces for alignment |
blob | commitdiff | raw | diff to current |
2015-03-16 |
Antony Riakiotakis | Make sure disabling attribute arrays also resets the... |
blob | commitdiff | raw | diff to current |
2015-02-11 |
Campbell Barton | cleanup: style/indentation |
blob | commitdiff | raw | diff to current |
2015-02-03 |
Antony Riakiotakis | Fix T43530 using blender on remote connection crashes |
blob | commitdiff | raw | diff to current |
2014-12-16 |
Antony Riakiotakis | Fix typo in VBO |
blob | commitdiff | raw | diff to current |
2014-12-16 |
Antony Riakiotakis | Remove NULL checking variable after using it. |
blob | commitdiff | raw | diff to current |
2014-12-12 |
Antony Riakiotakis | Fix T42875 GLSL display not correct in vertex array... |
blob | commitdiff | raw | diff to current |
2014-12-03 |
Antony Riakiotakis | Another crappy mistake in VBO code. |
blob | commitdiff | raw | diff to current |
2014-11-29 |
Campbell Barton | Cleanup: use const, avoid float -> double in matrix... |
blob | commitdiff | raw | diff to current |
2014-11-28 |
Campbell Barton | Cleanup: unused headers |
blob | commitdiff | raw | diff to current |
2014-11-28 |
Antony Riakiotakis | Cleanup GPU: get rid of some extremely legacy draw... |
blob | commitdiff | raw | diff to current |
2014-10-07 |
Jason Wilkins | Ghost Context Refactor |
blob | commitdiff | raw | diff to current |
2014-09-02 |
Antony Riakiotakis | Fix T41682. |
blob | commitdiff | raw | diff to current |
2014-08-13 |
Campbell Barton | Fix possible uninitialized var use |
blob | commitdiff | raw | diff to current |
2014-08-07 |
Antony Riakiotakis | Fix crash on dyntopo when show diffuse option + collaps... |
blob | commitdiff | raw | diff to current |
2014-08-05 |
Campbell Barton | Cleanup: indentation |
blob | commitdiff | raw | diff to current |
2014-07-21 |
Antony Riakiotakis | GSOC 2013 paint |
blob | commitdiff | raw | diff to current |
2014-05-05 |
Antony Riakiotakis | Hidden PBVH nodes: |
blob | commitdiff | raw | diff to current |
2014-05-05 |
Antony Riakiotakis | Attempt to solve T39950, |
blob | commitdiff | raw | diff to current |
2014-04-30 |
Antony Riakiotakis | Add PBVH debug display, where we can see the PBVH node... |
blob | commitdiff | raw | diff to current |
2014-04-30 |
Campbell Barton | Code cleanup: remove unused includes |
blob | commitdiff | raw | diff to current |
2014-04-26 |
Campbell Barton | Code cleanup: const args and arrays |
blob | commitdiff | raw | diff to current |
2014-04-26 |
Campbell Barton | Code cleanup: use 'const' for arrays (blenloader, gpu... |
blob | commitdiff | raw | diff to current |
2014-04-17 |
Campbell Barton | Code cleanup: use bools |
blob | commitdiff | raw | diff to current |
2014-04-15 |
Antony Riakiotakis | Fix regression, sculpting on mesh with matcaps (without... |
blob | commitdiff | raw | diff to current |
2014-04-13 |
Bastien Montagne | Split Normals I (3/5): Add 3Dview shading support of... |
blob | commitdiff | raw | diff to current |
2014-04-11 |
Antony Riakiotakis | Change GPU deletion at GPU buffer update time. This... |
blob | commitdiff | raw | diff to current |
2014-04-10 |
Campbell Barton | Dyntopo: use hidden face flags in more places |
blob | commitdiff | raw | diff to current |
2014-04-10 |
Antony Riakiotakis | Dyntopo: Minor display optimization. |
blob | commitdiff | raw | diff to current |
2014-04-09 |
Campbell Barton | Code cleanup: ifdef unused linklist for GPU drawobject's |
blob | commitdiff | raw | diff to current |
2014-04-09 |
Antony Riakiotakis | More stack cleanup on GPU_buffers |
blob | commitdiff | raw | diff to current |
2014-04-09 |
Antony Riakiotakis | Add material storage to derivedmesh. |
blob | commitdiff | raw | diff to current |
2014-04-08 |
Campbell Barton | GPU: replace callocs with malloc since reallocs aren... |
blob | commitdiff | raw | diff to current |
2014-04-08 |
Campbell Barton | Dyntopo: replace GHash with GSet, saves some memory |
blob | commitdiff | raw | diff to current |
2014-04-03 |
Antony Riakiotakis | Forgotten to add this on last commit. This would cause... |
blob | commitdiff | raw | diff to current |
2014-04-02 |
Antony Riakiotakis | Fix T39517, |
blob | commitdiff | raw | diff to current |
2014-04-02 |
Antony Riakiotakis | Fix T39520, show diffuse not working in dyntopo. |
blob | commitdiff | raw | diff to current |
2014-04-01 |
Antony Riakiotakis | Dyntopo: Delete OpenGL buffers of nodes that do not... |
blob | commitdiff | raw | diff to current |
2014-04-01 |
Antony Riakiotakis | Revert 7955cb78d it causes GPU_pbvh_buffers_diffuse_cha... |
blob | commitdiff | raw | diff to current |
2014-04-01 |
Antony Riakiotakis | Make matcaps suck less |
blob | commitdiff | raw | diff to current |
2014-04-01 |
Sergey Sharybin | Fix for "Show Diffuse Color" was having affect on mesh... |
blob | commitdiff | raw | diff to current |
2014-04-01 |
Sergey Sharybin | Code cleanup: use bool instead of int |
blob | commitdiff | raw | diff to current |
2014-04-01 |
Campbell Barton | Code cleanup: remove TRUE/FALSE & WITH_BOOL_COMPAT... |
blob | commitdiff | raw | diff to current |
2014-03-29 |
Antony Riakiotakis | Cleanup: Minor spelling fixes: |
blob | commitdiff | raw | diff to current |
2014-03-29 |
Antony Riakiotakis | GPU_pbvh_buffers: Use triangles to render multires. |
blob | commitdiff | raw | diff to current |
2014-02-22 |
Campbell Barton | Code cleanup: style |
blob | commitdiff | raw | diff to current |
2014-02-07 |
Brecht Van Lommel | Fix T38503: crash in non-threadsafe VBO free code durin... |
blob | commitdiff | raw | diff to current |
2014-01-19 |
Campbell Barton | Docs: doxygen file descriptions for BLF, GPU and WM |
blob | commitdiff | raw | diff to current |
2014-01-05 |
Antony Riakiotakis | Fix T38024 crash when rebuilding sculpt mode buffers. |
blob | commitdiff | raw | diff to current |
2014-01-03 |
Antony Riakiotakis | Code clean-up change naming of gpu buffers used by... |
blob | commitdiff | raw | diff to current |
2013-08-28 |
Thomas Dinges | Cycles / Sky Texture: |
blob | commitdiff | raw | diff to current |
2013-08-25 |
Campbell Barton | replace hashes with sets where possible. |
blob | commitdiff | raw | diff to current |
2013-08-24 |
Campbell Barton | fix for GPU_update_bmesh_buffers not setting bmesh... |
blob | commitdiff | raw | diff to current |
2013-08-19 |
Sergey Sharybin | Make GPU buffers allocation/freeing safe for threading |
blob | commitdiff | raw | diff to current |
2013-08-19 |
Sergey Sharybin | Merging r59182 through r59257 from trunk into soc-2013... |
blob | commitdiff | raw | diff to current |
2013-08-16 |
Sergey Sharybin | Merging r59170 through r59181 from trunk into soc-2013... |
blob | commitdiff | raw | diff to current |
2013-08-15 |
Sergey Sharybin | Merging r59153 through r59161 from trunk into soc-2013... |
blob | commitdiff | raw | diff to current |
2013-08-15 |
Sergey Sharybin | Merging r59136 through r59152 from trunk into soc-2013... |
blob | commitdiff | raw | diff to current |
2013-08-14 |
Sergey Sharybin | Merging r59130 through r59135 from trunk into soc-2013... |
blob | commitdiff | raw | diff to current |
2013-08-14 |
Sergey Sharybin | Merging r59113 through r59129 from trunk into soc-2013... |
blob | commitdiff | raw | diff to current |
next |