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-02-16DNA: rename near/far -> clip_start/clip_endCampbell Barton
2019-02-06Cleanup: remove redundant doxygen \file argumentCampbell Barton
2019-02-01Cleanup: remove redundant, invalid info from headersCampbell Barton
2019-01-26Cleanup: remove redundant BKE/BLI/BIF headersCampbell Barton
2019-01-17GPU: Rename GPU_shader_get_uniform to GPU_shader_get_uniform_ensureClément Foucault
2018-12-03Fix T58636: repeat image in UV editor not working.Brecht Van Lommel
2018-07-18GWN: Port to GPU module: Replace GWN prefix by GPUClément Foucault
2018-07-15GPU_matrix: use Blender's naming conventionsCampbell Barton
2018-07-08Cleanup: abbreviate unsigned types (editors, wm)Campbell Barton
2018-07-02Cleanup: use _f, _i suffix for GPU state APICampbell Barton
2018-07-01Cleanup: use '_len' suffix for line stippleCampbell Barton
2018-06-28GLRefactor: partially remove gl calls from source/blender/editors.Ray Molenkamp
2018-06-04Merge branch 'master' into blender2.8Campbell Barton
2018-06-04Cleanup: strip trailing space in editorsCampbell Barton
2018-05-02Merge branch 'master' into blender2.8Campbell Barton
2018-04-30BLI Color: YUV to/from rgb colorspace optionAaron Carlisle
2018-04-17Remove game properties in image editorDalai Felinto
2018-02-15Merge branch 'master' into blender2.8Campbell Barton
2018-02-15Cleanup: rename BLI_thread.h APICampbell Barton
2018-02-14GPU: use alpha blend that works for drawing to transparent buffer.Brecht Van Lommel
2018-02-13Code cleanup: remove unneeded gla* 2D drawing functions.Brecht Van Lommel
2017-09-26Cleanup: naming (GPU immediate util)Campbell Barton
2017-09-15Merge branch 'master' into blender2.8Sergey Sharybin
2017-09-14Fix T52653: Render output of linked scenes conflicts with other scenes with t...Sergey Sharybin
2017-09-13Cleanup: use explicit 2d suffix for imm utilsCampbell Barton
2017-07-13Cleanup/rename etc. dashed line shaders.Bastien Montagne
2017-06-19Gawain API naming refactorCampbell Barton
2017-05-01Reworked version of dashed line shader.Bastien Montagne
2017-04-29Getting rid of setlinestyle: sample line in Image space.Bastien Montagne
2017-04-16cleanup use of immUniformColorMike Erwin
2017-04-11Make image drawing code working with core profileSergey Sharybin
2017-04-07OpenGL: use PRIM instead of GL enum for immBeginMike Erwin
2017-04-06Gawain: VertexFormat_add_attrib (function name change)Mike Erwin
2017-04-05Cleanup: Move imm_draw utils into own fileCampbell Barton
2017-04-04Image Draw: remove unused code since 2009Dalai Felinto
2017-03-23OpenGL Immediate Mode: finalize `image_draw`Germano Cavalcante
2017-03-22OpenGL: convert to new matrix API (part 5)Mike Erwin
2017-03-21OpenGL: convert to new matrix API (part 4)Mike Erwin
2017-03-16OpenGL immediate mode: `image_draw.c`: Draw `Sample Line` with new imm modeGermano Cavalcante
2017-03-16Adds missing `immUnbindProgram()` in `image_draw`Germano Cavalcante
2017-03-15OpenGL: more new imm mode for image_drawMike Erwin
2017-03-15Immediate Mode: Fix text color in iuage info lineSergey Sharybin
2017-03-04OpenGL: draw image render info with new imm mode (part 1)Mike Erwin
2017-03-03OpenGL: remove last uses of sdrawline & sdrawboxMike Erwin
2017-02-24Opengl glaDrawPixels removal: More descriptive setup.Clément Foucault
2017-02-24Opengl glaDrawPixels removal: image_draw.cClément Foucault
2017-02-24OpenGL: Make glaDrawImBuf_glsl functions compatible with new immDrawPixelsClément Foucault
2016-11-17delete deprecated fdrawXORcirc functionMike Erwin
2016-05-13Image editor: Show actual value of single-channel buffer in sample infoSergey Sharybin
2016-05-06Clip invisible parts of image when drawing in 2D textures and GLSL ModesSergey Sharybin