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-09-13Fixed macOS build, header cleanup was too agressive.Stefan Werner
2019-09-13Cleanup: unused headers (GPU)Campbell Barton
2019-07-08Fix T66008 Viewport: hidden edges are partially visibleClément Foucault
2019-07-02Cleanup: rename set_inverted_drawing, move to GPU_stateCampbell Barton
2019-04-22Cleanup: style, use braces for editorsCampbell Barton
2019-04-21Cleanup: comments (long lines) in editorsCampbell Barton
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-04-09Cleanup: Use higher level functionSergey Sharybin
2019-04-09Image draw: Fix/workaround image corruption on drawSergey Sharybin
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-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-10-09Cleanup: namingCampbell Barton
2018-08-14Cleanup: remove unused basic shader, we use many specialized shaders now.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-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-06-01Merge branch 'master' into blender2.8Campbell Barton
2018-06-01Cleanup: trailing whitespace (comment blocks)Campbell Barton
2018-04-24OpenGL: Remove remaining instances of GL_RGBA16F_ARB.Clément Foucault
2018-03-25GPUTexture: Small refactor.Clément Foucault
2018-02-13Code cleanup: remove unneeded gla* 2D drawing functions.Brecht Van Lommel
2017-06-19Gawain API naming refactorCampbell Barton
2017-05-08Fix hardcoded attribute locations used in image drawSergey Sharybin
2017-05-08Fix OCIO shader being attmepted to be unbound twiceSergey Sharybin
2017-05-04Remove cpackCampbell Barton
2017-04-15GPU Matrix API: clean up after 2D-3D unificationMike Erwin
2017-04-14Fix T49429: incorrect Blender internal viewport border render with DrawPixels...Brecht Van Lommel
2017-04-13cleanup image drawing setupMike 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-05Naming constancy for 'imm' utility functionsCampbell Barton
2017-04-04Immediate Mode: handle other cases of glPop/glPushClientAttribDalai Felinto
2017-04-03Cleanup: styleCampbell Barton
2017-04-03Rename circle_partial -> disk_partialCampbell Barton
2017-04-03Add gluPartialDisk replacement (imm_draw_filled_circle_partial)Campbell Barton
2017-03-27OpenGL: remove several glMatrixMode callsMike Erwin
2017-03-25Quiet warningsCampbell Barton
2017-03-22OpenGL: load projection matrix with new APIMike Erwin
2017-03-22OpenGL: convert to new matrix API (part 5)Mike Erwin