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
2019-04-20GPU: automatically draw images with GLSL shader depending on resolutionBrecht Van Lommel
2019-04-20Cleanup: remove unused OpenGL functions, rename some for clarityBrecht Van Lommel
2019-04-17ClangFormat: apply to source, most of internCampbell Barton
2019-03-24GPU: Remove unused and deprecated GPU_line_stipple()Clément Foucault
2019-02-18doxygen: add newline after \fileCampbell Barton
2019-02-06Cleanup: remove redundant doxygen \file argumentCampbell Barton
2019-02-05Edit Mesh: Fix some problem with new implementationClément Foucault
2019-02-01Cleanup: remove redundant, invalid info from headersCampbell Barton
2019-01-28Cleanup: sort forward declarations of enum & structCampbell Barton
2018-02-13Code cleanup: remove unneeded gla* 2D drawing functions.Brecht Van Lommel
2017-05-08Fix OCIO shader being attmepted to be unbound twiceSergey Sharybin
2017-04-11Make image drawing code working with core profileSergey Sharybin
2017-04-05Cleanup: Move imm_draw utils into own fileCampbell Barton
2017-04-05Naming constancy for 'imm' utility functionsCampbell Barton
2017-04-03Rename circle_partial -> disk_partialCampbell Barton
2017-04-03Add gluPartialDisk replacement (imm_draw_filled_circle_partial)Campbell Barton
2017-03-21OpenGL: remove fdrawline & other helper functionsMike Erwin
2017-03-08OpenGL: convert editarmarture_sketch to new imm modeKhanh Ha
2017-03-06OpenGL: Object bound drawing.Clément Foucault
2017-03-04OpenGL: remove fdrawcheckerboardMike Erwin
2017-03-04OpenGL: remove old DrawPixels util functionsMike Erwin
2017-03-04OpenGL: remove glaDrawBorderCornersMike Erwin
2017-03-04OpenGL: remove stipple pattern definesMike Erwin
2017-03-04OpenGL: remove glutil_draw_*_arc (lined, filled)Mike Erwin
2017-03-03OpenGL: remove fdrawbox, sdrawbox, sdrawlineMike Erwin
2017-02-26OpenGL: replace gluProject and gluUnProject, and simplify surrounding code.Brecht Van Lommel
2017-02-24Opengl glaDrawPixels removal: More descriptive setup.Clément Foucault
2017-02-24Add immDrawBorderCorners functionLuca Rood
2017-02-24Opengl glaDrawPixels removal: #if 0 glDrawPixels...Clément Foucault
2017-02-24OpenGL: Make glaDrawImBuf_glsl functions compatible with new immDrawPixelsClément Foucault
2017-02-23OpenGl immediate mode: remove imm_draw_lineLuca Rood
2017-02-16Add imm_draw_checker_box functionLuca Rood
2017-02-15Revert "Collection Editor based on patch by Julian Eisel"Dalai Felinto
2017-02-14OpenGL immediate mode: Replacement for gluCylinderClément Foucault
2017-02-11OpenGL immediate mode: Added replacement for glaDrawPixelsTex_*Clément Foucault
2017-02-07Render Layers and Collections (merge from render-layers)Dalai Felinto
2017-01-16Updating outliner_draw_struct_marks to retained modeMike Erwin
2016-11-17delete deprecated fdrawXORcirc functionMike Erwin
2016-11-17mark certain glutil functions as deprecatedMike Erwin
2016-10-20OpenGL: box & circle outline functions that work with 3D position (z=0)Mike Erwin
2016-10-14Immediate mode: new util functions (imm_cpack and imm_draw_line_box)Dalai Felinto
2016-08-23OpenGL: draw area resize handle with new immediate modeMike Erwin
2016-08-20OpenGL: draw color picker wheel with new immediate modeMike Erwin
2016-08-20cleanup: unused OpenGL utility codeMike Erwin
2016-06-08glutil: add glaGetOneInt helperCampbell Barton
2016-05-06Clip invisible parts of image when drawing in 2D textures and GLSL ModesSergey Sharybin
2016-01-08OpenGL: remove some hacks/workaroundsMike Erwin
2016-01-08OpenGL: remove glPointSize hackMike Erwin
2015-11-28OpenGL: remove unnecessarily paranoid bound texture preservation.Brecht Van Lommel
2015-05-08Cleanup: use r_* prefix for return argsCampbell Barton