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-04-27OpenGL: remove GL_MAP1_VERTEX_3Mike Erwin
2017-04-24Convert BaseLegacy to Base (part)Luca Rood
2017-04-05Immediate Mode: replacing glPushAttrib/glPopAttribDalai Felinto
2017-03-02Remove all instances of OBACT from drawobject.c and related changesDalai Felinto
2016-10-01OpenGL: add support for programmable point sizeMike Erwin
2016-06-25GPU: move select index code out of WMCampbell Barton
2016-06-08Cleanup: GPU arg wrappingCampbell Barton
2016-01-27World textures displaying for viewport in BI.Alexander Romanov
2016-01-09Cleanup: style, gpu moduleCampbell Barton
2015-12-08OpenGL: split off framebuffer, shader and texture code into separate files.Brecht Van Lommel
2015-12-06OpenGL: isolate fixed function lighting in simple shader code.Brecht Van Lommel
2015-11-28OpenGL: rename GPU_enable_material to better indicate it's binding shaders.Brecht Van Lommel
2015-07-20OpenSubdiv: Commit of OpenSubdiv integration into BlenderSergey Sharybin
2015-07-17Add check for GPU materials enable stateCampbell Barton
2015-07-14Particle Info node support for GLSL mode and the internal render.Alexander Romanov
2015-07-14Move from MTFace to MTexPoly w/ texture checksCampbell Barton
2015-04-27Cleanup: use bool for mipmap argsCampbell Barton
2015-04-06Multi-View and Stereo 3DDalai Felinto
2015-03-28Cleanup: redundant struct declarationsCampbell Barton
2015-03-23cleanup: use spaces for alignmentMike Erwin
2015-02-23GPU module: get rid of gluscaleimage - game engine also uses that butAntony Riakiotakis
2015-02-23Debug GPU functionality from soc-viewport_fx by Jason WilkinsAntony Riakiotakis
2014-07-21GSOC 2013 paintAntony Riakiotakis
2014-05-22Fix for image garbage collection failing to run for render-only viewsCampbell Barton
2014-04-03Fix T39517,Antony Riakiotakis
2014-04-01Code cleanup: remove TRUE/FALSE & WITH_BOOL_COMPAT defineCampbell Barton
2013-04-14BGE: Adding mipmapping control to bge.render via bge.render.setMipmapping() a...Mitchell Stokes
2013-03-21code cleanup: use bool where values are true/false, for view3d and related fu...Campbell Barton
2012-12-11define the size of matrix args for both rows/cols.Campbell Barton
2012-12-05Fix #33417: add back GPU Mipmap Generation option, apparently with this disabledBrecht Van Lommel
2012-11-28GPU: remove GPU Mipmap Generation option and just always enable it, it's an oldBrecht Van Lommel
2012-10-25Fix issue after commit 50282: float texture painting non-color data textures didBrecht Van Lommel
2012-10-22Fix #32522: Object's diffuse color not showing in Sculpt ModeSergey Sharybin
2012-09-30Revert changes made to support diffuse color when sculptingSergey Sharybin
2012-09-23Fix #32522: Object's diffuse color not showing in Sculpt ModeSergey Sharybin
2012-09-18Fix #31539, painting in image editor while in object mode does not update mip...Antony Riakiotakis
2012-08-30Fix #32404: GLSL normal maps using float images were incorrectly gettingBrecht Van Lommel
2012-07-29Fix for [#27484] "Run-time command line options don't work in Multi-texture m...Mitchell Stokes
2012-06-30Finally committing support for compressed textures on the GPU (DDS+DXT). This...Mitchell Stokes
2012-06-11Add user preference "GPU Mipmap Generation" under the System/OpenGLAntony Riakiotakis
2012-02-17unify include guard defines, __$FILENAME__Campbell Barton
2011-12-08Fix #29520: issue drawing with VBO + GLSL + alpha pass. Includes some refacto...Brecht Van Lommel
2011-11-29remove header text:Campbell Barton
2011-10-23remove $Id: tags after discussion on the mailign list: http://markmail.org/me...Campbell Barton
2011-09-19TexFace to Material Settings big patchDalai Felinto
2011-06-15Committing patch #25676 Anisotropic filtering in viewport and BGE by me.Mitchell Stokes
2011-02-21doxygen: entry for gpu, modifiers, nodes, python and renderNathan Letwory
2010-10-15remove/tag unused args for view*.c, gpu*.c & image*.cCampbell Barton
2010-05-20opengl render was freeing all images from the graphics card each update.Campbell Barton
2010-04-25Fix #22123 and #22124: some problems with mutex locks, also tweak toBrecht Van Lommel