2010-08-15 |
Brecht Van Lommel | Fix #23303: glsl color correction not working correct... |
tree | commitdiff |
2010-08-10 |
Guillermo S. Romero | Update address in license block. |
tree | commitdiff |
2010-08-08 |
Campbell Barton | remove unused includes |
tree | commitdiff |
2010-08-06 |
Tom Musgrove | after discussion with brecht reverting this commit... |
tree | commitdiff |
2010-08-06 |
Tom Musgrove | Committing Konrads GLSL preview of bumpmapping, now... |
tree | commitdiff |
2010-08-03 |
Tom Musgrove | removing the f so that glsl shaders work on older cards |
tree | commitdiff |
2010-07-30 |
Brecht Van Lommel | Fix #23103: |
tree | commitdiff |
2010-07-29 |
Brecht Van Lommel | Fix #23073: glsl and 3d view background color didn... |
tree | commitdiff |
2010-07-27 |
Brecht Van Lommel | Fix #22986: glsl didn't take object hiding into account... |
tree | commitdiff |
2010-07-16 |
Brecht Van Lommel | 2.5: automatic draw method now uses overlap for Intel... |
tree | commitdiff |
2010-07-14 |
Brecht Van Lommel | Fix compile error after merge, gpu_buffers.h -> GPU_buf... |
tree | commitdiff |
2010-07-14 |
Jason Wilkins | Merge GSOC Sculpt Branch: 28499-30319 |
tree | commitdiff |
2010-07-14 |
Brecht Van Lommel | Fix a few compile warnings and rename gpu_buffers.h... |
tree | commitdiff |
2010-07-13 |
Campbell Barton | - text3d was missing menu items for toggling bold/under... |
tree | commitdiff |
2010-07-13 |
Brecht Van Lommel | Fix #20461: deleting VBO's from threads used for render... |
tree | commitdiff |
2010-07-04 |
Brecht Van Lommel | Fix #21894: backface selection wasn't working correct... |
tree | commitdiff |
2010-06-30 |
Nicholas Bishop | * Made sculpt drawing respect the "use VBO" preference. |
tree | commitdiff |
2010-05-20 |
Campbell Barton | opengl render was freeing all images from the graphics... |
tree | commitdiff |
2010-05-07 |
Campbell Barton | ghash alloc string from render branch |
tree | commitdiff |
2010-05-05 |
Brecht Van Lommel | Fix for GPU_free_unused_buffers deadlock, solution... |
tree | commitdiff |
2010-04-25 |
Brecht Van Lommel | Fix #22123 and #22124: some problems with mutex locks... |
tree | commitdiff |
2010-04-24 |
Campbell Barton | warning cleanup, also made voxel.c and volumetric.c... |
tree | commitdiff |
2010-04-16 |
Dalai Felinto | PThreads "fix" for CMake / MSVC |
tree | commitdiff |
2010-04-15 |
Brecht Van Lommel | Merge various small changes from render branch: |
tree | commitdiff |
2010-04-14 |
Guillermo S. Romero | Make memstat easier to read, add missing Intel ID and... |
tree | commitdiff |
2010-04-14 |
Thomas Dinges | Fixing Scons compile on Windows: |
tree | commitdiff |
2010-04-13 |
Joseph Eagar | used private mutexes to avoid deadlocks |
tree | commitdiff |
2010-04-13 |
Joseph Eagar | prevent images from freeing gpu buffers if not run... |
tree | commitdiff |
2010-04-08 |
Dalai Felinto | Bugfix: 21586 - UI problems with Tiled Textures (animat... |
tree | commitdiff |
2010-04-05 |
Brecht Van Lommel | Fix #21349: triple buffer drawing doesn't work well... |
tree | commitdiff |
2010-03-27 |
Brecht Van Lommel | Fix #21667: smoke drawing crashes calling glTexImage3D... |
tree | commitdiff |
2010-03-22 |
Brecht Van Lommel | Fix #20548: flat shading not drawing right in sculpt... |
tree | commitdiff |
2010-03-22 |
Campbell Barton | spaces -> tabs, (4 spaces == 1 tab, only for white... |
tree | commitdiff |
2010-03-01 |
Brecht Van Lommel | Fix #21227, #21346 and #21336: image texture wasn't... |
tree | commitdiff |
2010-02-17 |
Lukas Steiblys | another attempt at fixing the VBO buffer deletion bugs |
tree | commitdiff |
2010-02-15 |
Lukas Steiblys | added some more error checking for buffer allocation... |
tree | commitdiff |
2010-02-13 |
Ton Roosendaal | Added support for animated texture draw, GLSL textures. |
tree | commitdiff |
2010-02-12 |
Campbell Barton | correct fsf address |
tree | commitdiff |
2010-02-08 |
Campbell Barton | partial fix for [#21036] crash with glsl shading |
tree | commitdiff |
2010-02-01 |
Brecht Van Lommel | Fix sculpt mode drawing performance regression, happene... |
tree | commitdiff |
2010-02-01 |
Brecht Van Lommel | GPU type detection tweaks for unix/mac software rendering. |
tree | commitdiff |
2010-01-31 |
Brecht Van Lommel | WM Draw Methods now has a new option Automatic (default... |
tree | commitdiff |
2010-01-31 |
Brecht Van Lommel | Fix #20879: crash when add textures brush in sculpt... |
tree | commitdiff |
2010-01-30 |
Arystanbek Dyussenov | COLLADA branch: merge from trunk -r 25745:26429. |
tree | commitdiff |
2010-01-30 |
Brecht Van Lommel | Fix #19980: crash with opengl render active viewport. |
tree | commitdiff |
2010-01-30 |
Brecht Van Lommel | Fix #19875: drawing smoke on graphics cards that do... |
tree | commitdiff |
2010-01-24 |
Campbell Barton | copy of docs from 2.4x for python modules that have... |
tree | commitdiff |
2010-01-16 |
Campbell Barton | GPU_buffer_setup could return a freed buffer. (when... |
tree | commitdiff |
2010-01-08 |
Brecht Van Lommel | FSAA: properly disable it for first window draw, remove... |
tree | commitdiff |
2010-01-05 |
Arystanbek Dyussenov | Merge from trunk -r 25003:25745. |
tree | commitdiff |
2010-01-05 |
Arystanbek Dyussenov | Merge -c 25001,25310,25311,25638,25746 from COLLADA... |
tree | commitdiff |
2010-01-04 |
Brecht Van Lommel | Added OpenGL debugging function to print state informat... |
tree | commitdiff |
2009-12-11 |
Brecht Van Lommel | 2.5 Sculpt Branch Merge |
tree | commitdiff |
2009-12-11 |
Brecht Van Lommel | Sculpt Branch: sculpt25 |
tree | commitdiff |
2009-12-11 |
Brecht Van Lommel | Sculpt Branch: |
tree | commitdiff |
2009-12-09 |
Brecht Van Lommel | Sculpt Branch: |
tree | commitdiff |
2009-12-09 |
Brecht Van Lommel | Sculpt Branch: |
tree | commitdiff |
2009-12-09 |
Brecht Van Lommel | VBO: |
tree | commitdiff |
2009-12-07 |
Brecht Van Lommel | Sculpt Branch: |
tree | commitdiff |
2009-12-03 |
Brecht Van Lommel | Sculpt Branch: |
tree | commitdiff |
2009-12-02 |
Matt Ebb | Changes to Color Management |
tree | commitdiff |
2009-11-25 |
Brecht Van Lommel | Sculpt: fix windows compile issues, pointed out by... |
tree | commitdiff |
2009-11-25 |
Brecht Van Lommel | Sculpt: |
tree | commitdiff |
2009-11-25 |
Brecht Van Lommel | Sculpt: Grid based PBVH |
tree | commitdiff |
2009-11-22 |
Arystanbek Dyussenov | COLLADA branch: merge from trunk -r 24522:24758. |
tree | commitdiff |
2009-11-21 |
Dalai Felinto | patch [#19796] GLEW update by Mitchell Stokes (Moguri) |
tree | commitdiff |
2009-11-16 |
Campbell Barton | python api for ID property access by Joseph Eager,... |
tree | commitdiff |
2009-11-12 |
Arystanbek Dyussenov | COLLADA: merge from trunk -r 24390:24522. |
tree | commitdiff |
2009-11-11 |
Brecht Van Lommel | Sculpt: svn merge https://svn.blender.org/svnroot/bf... |
tree | commitdiff |
2009-11-10 |
Brecht Van Lommel | Math Lib |
tree | commitdiff |
2009-11-10 |
Nicholas Bishop | Removed an unused function and changed the VBO function... |
tree | commitdiff |
2009-11-09 |
Campbell Barton | material shader curve factor (same as compo node) |
tree | commitdiff |
2009-11-04 |
Brecht Van Lommel | Sculpt: svn merge https://svn.blender.org/svnroot/bf... |
tree | commitdiff |
2009-11-02 |
Brecht Van Lommel | Sculpt: svn merge https://svn.blender.org/svnroot/bf... |
tree | commitdiff |
2009-11-02 |
Arystanbek Dyussenov | Merge from trunk -r 23968:24181. |
tree | commitdiff |
2009-10-29 |
Brecht Van Lommel | Sculpt: svn merge https://svn.blender.org/svnroot/bf... |
tree | commitdiff |
2009-10-28 |
Brecht Van Lommel | OpenGL Render restored. |
tree | commitdiff |
2009-10-27 |
Nicholas Bishop | Commit of the sculpt patch (#19672). Further developmen... |
tree | commitdiff |
2009-10-25 |
Arystanbek Dyussenov | Merge from trunk -r 23000:23968. |
tree | commitdiff |
2009-10-21 |
Guillermo S. Romero | Make compiler happy, remove doubtful non init usage. |
tree | commitdiff |
2009-10-20 |
Daniel Genrich | Smoke: |
tree | commitdiff |
2009-10-19 |
Arystanbek Dyussenov | Merge from trunk -r 22040:23000. |
tree | commitdiff |
2009-10-19 |
Brecht Van Lommel | Fix #19632: GLSL was not updated for soft/linear light... |
tree | commitdiff |
2009-10-19 |
Brecht Van Lommel | Fix #19622: crash in glsl, forgot to commit this file... |
tree | commitdiff |
2009-10-19 |
Brecht Van Lommel | Fix #19669 and other: triple buffer & icon texture... |
tree | commitdiff |
2009-10-13 |
Nicholas Bishop | Various warning fixes |
tree | commitdiff |
2009-10-06 |
Andre Susano Pinto | svn merge -r 23528:23646 https://svn.blender.org/svnroo... soc-2009-jaguarandi |
tree | commitdiff |
2009-10-05 |
Brecht Van Lommel | VBO: |
tree | commitdiff |
2009-10-03 |
Guillermo S. Romero | SVN maintenance. |
tree | commitdiff |
2009-10-03 |
Lukas Steiblys | imbusy GSoC'09 branch merge (Vertex Buffer Object support) |
tree | commitdiff |
2009-10-01 |
Brecht Van Lommel | Texture stack influences are now all separate values... |
tree | commitdiff |
2009-09-29 |
Campbell Barton | Copying scripts from 2.4x without 2.5x changes |
tree | commitdiff |
2009-09-28 |
Andre Susano Pinto | svn merge -r 23207:23528 https://svn.blender.org/svnroo... |
tree | commitdiff |
2009-09-24 |
Benoit Bolsee | Merge ... itasc branch. Project files, scons and cmake... |
tree | commitdiff |
2009-09-22 |
Arystanbek Dyussenov | Manual merge of soc-2009-kazanbas branch: |
tree | commitdiff |
2009-09-15 |
Arystanbek Dyussenov | Undo revision 23130 which was a merge with 2.5, a messy... soc-2009-kazanbas |
tree | commitdiff |
2009-09-15 |
Andre Susano Pinto | svn merge -r 22571:22800 https://svn.blender.org/svnroo... |
tree | commitdiff |
2009-09-15 |
Daniel Genrich | Smoke: |
tree | commitdiff |
2009-09-14 |
Daniel Genrich | Smoke: |
tree | commitdiff |
2009-09-12 |
Martin Poirier | copying 2.5 over to trunk |
tree | commitdiff |
next |