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-03-22GPU: Create and use new GPU_texture_read_rect utility.mano-wii
2019-03-21Fix T59890: regression of the precision when projecting the cursor.mano-wii
2019-03-20Cleanup: use lowercase for dimensions in function namesCampbell Barton
2019-03-19GPencil: Rename annotation functionsAntonioya
2019-03-19Cleanup: comment blocksCampbell Barton
2019-03-19Cleanup: use enum for CTX_data_mode_enumCampbell Barton
2019-03-19Cleanup: unused warningCampbell Barton
2019-03-18Fix T61104 Compositing two scenes with different output scales crashesClément Foucault
2019-03-16Fix __func__ being passed as an output string, also warningsCampbell Barton
2019-03-15GPU: Simplify select shaders.mano-wii
2019-03-13Fix T62156: Hair particle only shows up in final render when visible in viewportSergey Sharybin
2019-03-12Fix T62279: Rendering simple geometry corrupts with greasepencil layerClément Foucault
2019-03-12DRW: Fix missing state reset before draw passClément Foucault
2019-03-08Fix T62355: Running blender 2.80 headless broken in recent buildsClément Foucault
2019-03-08Fix T62095: OpenGL render camera image alignmentCampbell Barton
2019-03-07Fix T62316: Grease Pencil objects display in front of the grid linesAntonioya
2019-03-07Fix T62066: Seg Fault Baking Light Cache with "--background" FlagClément Foucault
2019-03-06Cleanup: Use GPU_depth_test instead of glEnable/glDisableClément Foucault
2019-03-06DRW: Fix GL state issues due to state not being reset after drawingClément Foucault
2019-03-05Cleanup: rename RENDER_OVERRIDE -> HIDE_OVERLAYSCampbell Barton
2019-02-28GPencil: Add selection support for objects using strokesAntonioya
2019-02-23Cleanup: quiet undeclared variable warningCampbell Barton
2019-02-23Cleanup: move variable declarations to headersCampbell Barton
2019-02-19DNA: rename select_color -> select_idCampbell Barton
2019-02-18doxygen: add newline after \fileCampbell Barton
2019-02-14DRW: de-duplicate vertex & weight paint enginesCampbell Barton
2019-02-10Cleanup: use shorter name for shader configCampbell Barton
2019-02-06Cleanup: remove redundant doxygen \file argumentCampbell Barton
2019-02-06GPU: refactor clipped drawing from DRW into GPUCampbell Barton
2019-02-01Color management: change view transform for color pickers and display modes.Brecht Van Lommel
2019-02-01Cleanup: remove redundant, invalid info from headersCampbell Barton
2019-01-29Cleanup: replace attrib w/ attrCampbell Barton
2019-01-26Cleanup: blank lines over doxy headersCampbell Barton
2019-01-26Cleanup: draw manager headersCampbell Barton
2019-01-24Cleanup: add missing braces to draw managerCampbell Barton
2019-01-24DRW: API for own versions of builtin GPU shadersCampbell Barton
2019-01-23DRW: generalize selecting between regular/clipped shadersCampbell Barton
2019-01-23Cleanup: add BEGIN/END to GPL headersCampbell Barton
2019-01-22Cleanp: use single global for draw managerCampbell Barton
2019-01-17DRW: Use name buffer to request uniform location before drawing.Clément Foucault
2019-01-15Cleanup: rename BASE_FROMDUPLI -> BASE_FROM_DUPLICampbell Barton
2019-01-08Vertex Paint: support vertex maskingPhilipp Oeser
2018-12-21Fix inconsistent/broken Cycles object visibility for instances.Brecht Van Lommel
2018-12-18Fix 3D view depth buffer ignoring overlay optionCampbell Barton
2018-12-17Mesh Batch Cache: Optimization & Refactor shaded surface supportClément Foucault
2018-12-14GP: Rename CTX and OB modesAntonioya
2018-12-10DRW: Batch Cache: Add batch request systemClément Foucault
2018-12-06Draw manager: Use render view transform as defaultSergey Sharybin
2018-12-05GPU: Cleanup: Replace glFlush by GPU_flushClément Foucault
2018-12-04Wireframe: Optimization: Only draw triangles that have edgesClément Foucault