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
2020-07-18Cleanup: WM: Encapsulate stereo draw buffers bindingClément Foucault
2020-07-18Cleanup: GPU: Encapsulate scissor testClément Foucault
2020-07-18Cleanup: GPU: Encapsulate glScissorClément Foucault
2020-07-17Fix T78959: Show current frame indicator when interface is lockedHans Goudey
2020-07-16Cleanup: WM: Use GPUTexture API instead of raw ogl callsClément Foucault
2020-07-16Cleanup: Port glClear calls to GPU module functionsClément Foucault
2020-07-02GPUOffScreen: Remove the sample parameterClément Foucault
2020-07-01Fix missing GPU image free in background modeBrecht Van Lommel
2020-06-23Cleanup: renamed `do_draw_overlay` to `do_draw_paintcursor`Jeroen Bakker
2020-06-23Performance: Draw play head as an overlayJeroen Bakker
2020-06-02Cleanup: GPU: Remove GPU_shaderinterface_uniform_ensureClément Foucault
2020-05-19Merge branch 'blender-v2.83-release'Philipp Oeser
2020-05-19Fix T73169: Side by Side Stereo Rendering GlitchesJeroen Bakker
2020-05-18OpenSubdiv: Cleanup, Remove from legacy SubsurfCCG codeSergey Sharybin
2020-05-14UI: Fix Unreported missing background for azone arrowClément Foucault
2020-05-14Cleanup: sync clang-format with masterCampbell Barton
2020-04-27Fix T75736 Viewport update problem when switching between view layersClément Foucault
2020-04-23Fix T75607: crash trying to sculpt while remesh is in progressBrecht Van Lommel
2020-04-03Code Quality: Replace for loops with LISTBASE_FOREACHDalai Felinto
2020-04-03Cleanup: Rename ScrArea variables from sa to areaJulian Eisel
2020-04-03Cleanup: Continue renaming ARegion variables from ar to regionJulian Eisel
2020-04-01Cleanup: use doxy sections for wm_draw.cCampbell Barton
2020-03-20Python API: add bl_use_stereo_viewport for RenderEngineBrecht Van Lommel
2020-03-19Cleanup: `make format` after SortedIncludes changeDalai Felinto
2020-03-19Fix T73931: Stereo Viewport Color ManagementJeroen Bakker
2020-03-19WindowManager: Remove Stereo OffscreenJeroen Bakker
2020-03-17VR: Initial Virtual Reality support - Milestone 1, Scene InspectionJulian Eisel
2020-03-06Cleanup: Rename ARegion variables from ar to regionJulian Eisel
2020-03-06Cleanup: rename 'verify' to 'ensure' for BKE_image_viewer functionsCampbell Barton
2020-01-16Fix wrong usages of region align enumerationsJulian Eisel
2020-01-15Fix invalid region rectangles, sanitize dynamic region size calulationsJulian Eisel
2019-11-27Cleanup: Remove BIF_gl.hJeroen Bakker
2019-09-13Cleanup: unused headers for the windowmanagerCampbell Barton
2019-09-13Cleanup: unused headers (GPU)Campbell Barton
2019-09-11Depsgraph: Pass bmain to depsgraph object creationSergey Sharybin
2019-09-06Fix T68796: stereo side-by-side and pageflip not drawing correctlyBrecht Van Lommel
2019-07-30Fix crash clicking in the 3D view on startupCampbell Barton
2019-07-01Fix T60289: changing gizmo properties causes excessive redrawsBrecht Van Lommel
2019-06-02Fix T65185: Cycles viewport render no refreshing overlays properlyBrecht Van Lommel
2019-05-21Fix T64421: crash using redraw timer benchmarkBrecht Van Lommel
2019-04-17ClangFormat: apply to source, most of internCampbell Barton
2019-04-13Cleanup: style, use braces for the window managerCampbell Barton
2019-03-25GPU: State: Replace GL_BLEND by GPU_blendClément Foucault
2019-03-22Fix: VSE preview not showing stereo drawing (unreported)Dalai Felinto
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-17GPU: Rename GPU_shader_get_uniform to GPU_shader_get_uniform_ensureClément Foucault
2019-01-11WM: Use draw manager to draw UV image editor spacesClément Foucault
2018-12-01WM: Optimization: Don't clear the window color bufferClément Foucault