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
2016-10-16OpenGL: add GLSL #version 330, drop 140 and 150Mike Erwin
2016-10-10OpenGL: remove GLSL support query (it's always supported)Mike Erwin
2016-10-10OpenGL: remove GLSL support query (it's always supported)Mike Erwin
2016-10-04fix Linux buildMike Erwin
2016-10-01OpenGL: make platform requirements explicitMike Erwin
2016-09-16Blender 2.8: Fix some strict aspects on LinuxSergey Sharybin
2016-08-07Gawain: legacy Mac VBO workaroundsMike Erwin
2016-08-05OpenGL: transition to ARB FBOs, remove runtime checksMike Erwin
2016-08-05OpenGL: require EXT_gpu_shader4 & ARB_framebuffer_object on MacMike Erwin
2016-07-14Cleanup: comment blocksCampbell Barton
2016-06-08Cleanup: GPU headersCampbell Barton
2016-04-29Cleanup: warnings. spellingCampbell Barton
2016-03-27Cleanup: Silence some compiler warningsSergey Sharybin
2016-01-27World textures displaying for viewport in BI.Alexander Romanov
2016-01-18OpenGL: remove ARB_fragment_program commentMike Erwin
2016-01-09Cleanup: style, gpu moduleCampbell Barton
2016-01-08OpenGL: fix max texture anisotropy checkMike Erwin
2016-01-04OpenGL: GPU_legacy_support workaround for nVidiaMike Erwin
2015-12-13Fix yet one more Intel driver with crappy dfdy support in offscreenAntony Riakiotakis
2015-12-08OpenGL: split off framebuffer, shader and texture code into separate files.Brecht Van Lommel
2015-12-08OpenGL: remove non-power-of-two texture check, where even ES 2.0 does not nee...Brecht Van Lommel
2015-12-08OpenGL: use extension form of FBOsMike Erwin
2015-12-08OpenGL: use sized texture internal formatsMike Erwin
2015-12-07OpenGL: remove old version checkMike Erwin
2015-12-07OpenGL: new GPU_legacy_support() functionMike Erwin
2015-12-06OpenGL: rename simple shader to basic shader.Brecht Van Lommel
2015-11-28OpenGL: remove unnecessarily paranoid bound texture preservation.Brecht Van Lommel
2015-11-25OpenGL: GLSL always supportedMike Erwin
2015-11-24OpenGL: clean up use of old extensionsMike Erwin
2015-11-23Cleanup: warningCampbell Barton
2015-11-23OpenGL: choose compatible GLSL versionMike Erwin
2015-11-23revert file mode to 644Mike Erwin
2015-11-23OpenGL: bump gpu_extensions to GL 2.1, prepare for 3.xMike Erwin
2015-11-16Cleanup: typosCampbell Barton
2015-11-16Add missing newlines for debug printsCampbell Barton
2015-10-20Fix T46496: GL Render fails w/ Anti-AliasingCampbell Barton
2015-10-20New function to draw offscreen, and related API changesDalai Felinto
2015-10-19GPU: check for blit support, using MSAA FBO'sCampbell Barton
2015-10-14Support for multi-sample off-screen buffersCampbell Barton
2015-09-20Cleanup: warning, styleCampbell Barton
2015-09-16Fix T46128: High Quality DoF brokenSergey Sharybin
2015-09-14Alternate fix for offscreen render w/o npotCampbell Barton
2015-09-14Revert "Fix crash in opengl render caused..."Campbell Barton
2015-09-14Fix crash in opengl render caused by gfx being blacklisted forJoe Eagar
2015-09-13Cleanup: spellingCampbell Barton
2015-08-23Fix T45860, missing extension in GLSL after recent own fix.Antony Riakiotakis
2015-08-20Fix T45491 not all GPUs support those extensions, use check forAntony Riakiotakis
2015-08-07Attempt to fix T45718, crash when enabling GLSL mode with UV layers.Antony Riakiotakis
2015-08-06Fix T45691 crash on material viewAntony Riakiotakis
2015-08-03OpenSubdiv: Corrections to GLSL versionSergey Sharybin