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-02-11File headers: SPDX License migrationCampbell Barton
2022-01-17Revert "Revert "GPUShaderCreateInfo for interface abstraction""Jeroen Bakker
2022-01-17Revert "GPUShaderCreateInfo for interface abstraction"Jeroen Bakker
2022-01-17GPUShaderCreateInfo for interface abstractionJeroen Bakker
2021-12-09Cleanup: move public doc-strings into headers for 'gpu'Campbell Barton
2020-09-08GPUImmediate: Make activation / deactivation implicitClément Foucault
2020-08-20GPUShaderInterface: GL backend isolationClément Foucault
2020-08-20GPU: Use GPUShader setters for uniforms removing uses of ShaderInterfaceClé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-06Merge branch 'blender-v2.90-release' into masterCampbell Barton
2020-08-06Fix T79309: Safe Areas are not visibleCampbell Barton
2020-07-30GPUBatch & GPUImmediate: Use GPUShader instead of using raw OGL handleClément Foucault
2020-07-18GPU: Add immBindTexture and immBindTextureSamplerClément Foucault
2020-03-19Cleanup: `make format` after SortedIncludes changeDalai Felinto
2020-03-02Cleanup: make remaining gpu headers work in C++Jacques Lucke
2019-04-21Cleanup: comments (long lines) in gpuCampbell Barton
2019-04-17ClangFormat: apply to source, most of internCampbell Barton
2019-04-14Cleanup: doxy commentsCampbell 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-29Cleanup: replace attrib w/ attrCampbell Barton
2019-01-23Cleanup: use eGPU prefix for GPU enum typesCampbell Barton
2018-11-28Cleanup: correct function signaturesCampbell Barton
2018-10-09Cleanup: namingCampbell Barton
2018-10-09Cleanup: namingCampbell Barton
2018-07-18Cleanup: style for GPU moduleCampbell Barton
2018-07-18GWN: Port to GPU module: Replace GWN prefix by GPUClément Foucault
2018-07-18GWN: Port to GPU module: Move files to GPUClément Foucault
2018-04-22Cleanup: trailing spacesCampbell Barton
2017-08-15Cleanup: use 'gwn' prefix for gawain filenamesCampbell Barton
2017-04-13Use regular header guards in GPUCampbell Barton
2017-04-05Fix T50976: Blender UI problems with certain theme files.Bastien Montagne
2017-03-17move Gawain library to internMike Erwin
2017-01-16Updating outliner_draw_struct_marks to retained modeMike Erwin
2016-12-14OpenGL: another way to set uniform theme colorMike Erwin
2016-10-17OpenGL: new immUniformThemeColorShadeAlpha functionMike Erwin
2016-10-13more theme color functions: UI_GetThemeColorBlendShade4fv, immUniformThemeCol...Dalai Felinto
2016-10-13Fix compiling with BlenderplayerJulian Eisel
2016-10-13gawain/immediate mode: new util functions for color uniformsDalai Felinto
2016-10-10Gawain: add immRect utility functions (replaces legacy glRect)Mike Erwin
2016-09-15Extend Gawain to use Blender's built-in shadersMike Erwin
2016-09-13Gawain: reorganize source codeMike Erwin
2016-09-06Gawain: add immBeginAtMostMike Erwin
2016-08-27Gawain: convenience functions for uniform colorMike Erwin
2016-08-20Gawain: more immediate mode functionsMike Erwin
2016-08-17Gawain: add v functions to immediate modeMike Erwin
2016-08-11Gawain: tweak immediate mode APIMike Erwin
2016-08-08Gawain: immediate mode set uniforms for active programMike Erwin