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
2022-11-02Cleanup: spelling in commentsCampbell Barton
2022-10-13Fix T101776: wrong logic for GLX setSwapIntervalCampbell Barton
2022-09-26Cleanup: replace C-style casts with functional casts for numeric typesCampbell Barton
2022-09-26Cleanup: use 'u' prefixed unsigned types for GHOSTCampbell Barton
2022-08-15GPU: replace GLEW with libepoxyChristian Rauch
2022-06-17Cleanup: spelling in commentsCampbell Barton
2022-05-29Cleanup: clang-tidy for GHOST X11/SDL/Wayland/NULL backendsCampbell Barton
2022-02-11File headers: SPDX License migrationCampbell Barton
2021-08-04Cleanup: use C comments for descriptive textCampbell Barton
2021-07-30Cleanup: spelling in commentsCampbell Barton
2021-07-26Cleanup: spelling in commentsCampbell Barton
2021-06-24Cleanup: comment blocks, trailing space in commentsCampbell Barton
2020-03-17Ghost: Ghost-XR API to abstract away and access OpenXR functionalityJulian Eisel
2019-06-04Revert "Cleanup: Cleanup: style, use braces for GHOST (X11/SDL)"Campbell Barton
2019-06-04Cleanup: Cleanup: style, use braces for GHOST (X11/SDL)Campbell Barton
2019-04-25GHOST: remove OpenGL depth buffer, remove code for other unused buffersmano-wii
2019-04-17ClangFormat: apply to source, most of internCampbell Barton
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-03Fix for T58250 fix: Blender failing to start with OpenGL context < 4.5.Brecht Van Lommel
2019-01-03Fix T58250: crash starting Blender on X11 without OpenGL 3.3.Brecht Van Lommel
2018-07-03Revert "GHOST: Delay opengl context initialization"Clément Foucault
2018-07-03Revert "GHOST: Fix uninitialized var"Clément Foucault
2018-07-03Revert "GHOST: Fix uninitialized values."Clément Foucault
2018-06-11GHOST: Fix uninitialized values.fclem
2018-06-11GHOST: Fix uninitialized varClément Foucault
2018-06-11GHOST: Delay opengl context initializationClément Foucault
2018-04-25GHOST: Fix missing glXCreatePbuffer initialisation.Clément Foucault
2018-04-25GHOST: GLX: Remove old version check.Clément Foucault
2018-02-26GHOST: Add new interface to manage offscreen contexts.Clément Foucault
2017-08-12Code cleanup: fix various compiler warnings.Brecht Van Lommel
2017-04-22fix omission from previous commitMike Erwin
2017-04-22OpenGL: remove use of GLEW MXMike Erwin
2016-10-15OpenGL: bump Linux to GL 3.3 compat profileMike Erwin
2016-08-04OpenGL: Blender 2.8 on X11 requires GL 3.0Mike Erwin
2016-06-28GHOST/X11: Hotplug support for xinputCampbell Barton
2016-06-10Cleanup: brace-placementCampbell Barton
2016-06-09BGE: alpha on frame buffer and precedence of MSAA over swap.Benoit Bolsee
2015-12-13Fix: unreported crash with misconfigured nvidia opengl driversInes Almeida
2015-11-22Add check for OpenGL version 2.1 on linux.Antony Riakiotakis
2015-10-12Workaround for glew initialization bugCampbell Barton
2015-10-12Fix T46431: Init glew before glx-context crashesCampbell Barton
2015-10-10Fix/Workaround T46431: blender-softwaregl crashesCampbell Barton
2015-09-10Fix leak in ContextGLXCampbell Barton
2015-09-04Quiet warningsJulian Eisel
2015-07-20Ugly hack to avoid GLEW context error printing when initializing GLX.Antony Riakiotakis
2015-07-20Fix broken GLEW initialization. Initialize GLEW twice, once to get GLXAntony Riakiotakis
2015-07-20GHOST/X11: Support GLX-Context flagsCampbell Barton
2014-11-14Fix X11/GLX failing with multi-sampleCampbell Barton