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
2018-01-15GPU Texture: Add GL_RG16I format.Clément Foucault
2018-01-04GPU_offscreen: Add option for high bit depth.Clément Foucault
2017-11-14GPUTexture: Add for stencil to default depth buffers.Clément Foucault
2017-09-25GPUTexture : Fix Bind/Unbind function so it works with multisample textures.Clément Foucault
2017-08-22GPUTexture: Remove Warning.Clément Foucault
2017-08-22GL_TEXTURE_2D_ARRAY wasn't handled in GPU_texture_updateDalai Felinto
2017-08-22GPU Texture: Use switch instead of if/elseDalai Felinto
2017-08-22Eevee: Fix T52486Clément Foucault
2017-08-18GPU_texture : Add RG8 format.Clément Foucault
2017-08-13Eevee: Fix the AO problem around object edges.Clément Foucault
2017-07-06GPUTexture: Change default comparison mode to GL_NONE.Clément Foucault
2017-06-22GPUTexture: Support for nearest sampling with mipmaps.Clément Foucault
2017-05-20GPUTexture: Enabling R32 format for linear depth encoding.Clément Foucault
2017-05-19Remove reference to WITH_LEGACY_OPENGLDalai Felinto
2017-05-16Draw Manager: Texture Memory usage improvement.Clément Foucault
2017-05-16GPUViewport: Add a Texture Pool to reuse textures across engines.Clément Foucault
2017-05-12Fix ogl deprecated calls.Clément Foucault
2017-05-10GPUTexture: Add support for 32bit textures.Clément Foucault
2017-05-04Draw Manager: Add a memory stats to debug view.Clément Foucault
2017-04-27OpenGL: manage legacy state only when WITH_LEGACY_OPENGL=ONMike Erwin
2017-04-27OpenGL: stop enabling GL_TEXTUREMike Erwin
2017-04-18Eevee: Introduction of world preconvolved envmap.Clément Foucault
2017-04-18GPUTexture: Fix Cubemap uploadClément Foucault
2017-04-18GPUTexture: Add Mipmap Control functions.Clément Foucault
2017-04-16OpenGL: tweak GPU_texture_create_nDMike Erwin
2017-04-12Merge branch 'master' into 28Campbell Barton
2017-04-12Cleanup: use lowercase gpu prefix for static funcsCampbell Barton
2017-04-10Eevee: First Shadows implementationClément Foucault
2017-04-10GPUTextures: Work on cubemap support and array texturesClément Foucault
2017-04-03Eevee: LTC area lightsClément Foucault
2017-03-18GPUTexture: Add support for depth_stencil textures.Clément Foucault
2017-02-07Clay-Engine (merge clay-engine)Clément Foucault
2017-02-03Modifications to GPU_texture:Clément Foucault
2016-10-25OpenGL: clean up glActiveTexture usageMike Erwin
2016-10-17OpenGL: disable checks for NPOT texture supportMike Erwin
2016-08-19OpenGL: don't poll for errors, rely on KHR_debugMike Erwin
2016-08-09Bugfix. glDisable with bad enum argument in GPU_texture_unbindAlexander Romanov
2016-06-08Cleanup: GPU headersCampbell Barton
2016-01-27World textures displaying for viewport in BI.Alexander Romanov
2016-01-09Cleanup: style, gpu moduleCampbell Barton
2016-01-08OpenGL: remove obsolete version checkMike Erwin
2016-01-08cleanup: C99Mike Erwin
2015-12-08OpenGL: split off framebuffer, shader and texture code into separate files.Brecht Van Lommel