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
2020-08-25GPUState: Move state limits getter to the area they belongClément Foucault
2020-08-07Merge branch 'blender-v2.90-release' into masterJacques Lucke
2020-08-07Code Style: use "#pragma once" in source directoryJacques Lucke
2020-08-05Merge branch 'blender-v2.90-release'Jeroen Bakker
2020-08-05Fix T77346: GPU Workaround Always Render Using Main ContextJeroen Bakker
2020-07-30Cleanup: Split gpu_texture_image.c into BKE and IMB modulesClément Foucault
2020-07-16Cleanup: GPU: Move quad buffer stereo check to GPU moduleClément Foucault
2020-06-08Fix T76273 Glitches caused by glCopyImageSubData on windows + intel gpuClément Foucault
2020-03-11EEVEE: Replace octahedron reflection probe by cubemap arrayClément Foucault
2019-12-05Revert "Fix T71576 Mesh error on mutimaterial Meshes on legacy nvidia drivers"Clément Foucault
2019-12-05Fix T71576 Mesh error on mutimaterial Meshes on legacy nvidia driversClément Foucault
2019-10-04GPU: Platform Support LevelJeroen Bakker
2019-07-31Fix T67951: Bone selection is broken on some Intel GPUsmano-wii
2019-06-05Fix crash when editing shaders on Intel HD 4000.mano-wii
2019-04-17ClangFormat: apply to source, most of internCampbell Barton
2019-03-15GPU: Simplify select shaders.mano-wii
2019-03-04Fix/workaround T62167: Random crash when displaying wireframes.mano-wii
2019-02-18doxygen: add newline after \fileCampbell Barton
2019-02-06Cleanup: remove redundant doxygen \file argumentCampbell Barton
2019-02-01Cleanup: remove redundant, invalid info from headersCampbell Barton
2019-01-23Cleanup: use eGPU prefix for GPU enum typesCampbell Barton
2019-01-15Cleanup: commas at the end of enumsCampbell Barton
2018-12-05Workbench: Fix workbench broken on some config due to usuned fb slotClément Foucault
2018-12-02Fix T57455: Laggy, freezing UI with Linux and Intel UHD 620Clément Foucault
2018-11-02GPU: Add safety check for max line widthClément Foucault
2018-10-26GPU: Add workarounds for buggy glBlitFramebuffer function on macOS + RadeonClément Foucault
2018-10-22GPU: Fix Issue with recursive downsample and Intel HDXXXClément Foucault
2018-09-18GPUShader: Manually validate sampler countClément Foucault
2018-09-11Cleanup: remove unused GPU code.Brecht Van Lommel
2018-07-27Fix GPU build error after recent commit.Brecht Van Lommel
2018-02-07GPU: Remove Mesa + Vega hack.Clément Foucault
2017-10-11Eevee : Add a workaround for bug with AMD RX VEGA Linux + Mesa DriverClément Foucault
2017-05-19remove GPU_legacy_support queryMike Erwin
2017-05-19OpenGL: remove -noglsl option & GPU_extensions_disableMike Erwin
2017-05-19remove GPU_geometry_shader_support, instanced_drawing_support queriesMike Erwin
2017-05-19remove GPU_display_list_support queryMike Erwin
2017-04-08OpenGL: drop support for EXT_geometry_shader4Mike Erwin
2017-02-07Clay-Engine (merge clay-engine)Clément Foucault
2016-10-10OpenGL: remove GLSL support query (it's always supported)Mike Erwin
2016-01-27World textures displaying for viewport in BI.Alexander Romanov
2016-01-09Cleanup: style, gpu moduleCampbell Barton
2016-01-08OpenGL: fix max texture anisotropy checkMike Erwin
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-07OpenGL: new GPU_legacy_support() functionMike Erwin
2015-11-24OpenGL: clean up use of old extensionsMike Erwin
2015-10-20New function to draw offscreen, and related API changesDalai Felinto
2015-10-14Support for multi-sample off-screen buffersCampbell Barton
2015-09-16Fix T46128: High Quality DoF brokenSergey Sharybin
2015-09-14Revert "Fix crash in opengl render caused..."Campbell Barton