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-03Cleanup: trailing commasCampbell Barton
2019-02-01Cleanup: remove redundant, invalid info from headersCampbell Barton
2019-01-29Cleanup: replace attrib w/ attrCampbell Barton
2019-01-26Cleanup: remove redundant BKE/BLI/BIF headersCampbell Barton
2019-01-25T60745: GPU texture alloc failed when opening Preference WindowsClément Foucault
2019-01-23Cleanup: use eGPU prefix for GPU enum typesCampbell Barton
2018-12-30Cleanup: warnings (clang)Campbell Barton
2018-12-06GPU Framebuffer: simplify gpu_framebuffer_update_attachments_and_fill_empty_s...mano-wii
2018-12-06Fix problem with unused color slot in framebuffer on some bugged AMD GPUsmano-wii
2018-11-06GPU: frame buffer stackJacques Lucke
2018-10-26GPUTexture: Add supports for GL_DEPTH32F_STENCIL8 texture formatClément Foucault
2018-10-23Fix T57326: Adding Scene with Transparent Film to VSE Crashes BlenderClément Foucault
2018-10-22GPU: Fix Issue with recursive downsample and Intel HDXXXClément Foucault
2018-09-24Spelling fixes in comments and descriptions (2.8 changes), patch by luzpaz.Brecht Van Lommel
2018-09-20Fix build for MSVC: Remove trailing double semicolonDalai Felinto
2018-09-16Fix T56817: Assert because of invalid framebufferClément Foucault
2018-09-12Cleanup: use uint/uchar types in GPUCampbell Barton
2018-08-17GPUFramebuffer: Fix wrong stencil clearingClément Foucault
2018-07-31GPUFrameBuffer: Put active framebuffer in GPUContextClément Foucault
2018-07-19GPU: Add GC to FBOs and UBOs and centralize all GCsClément Foucault
2018-07-18Cleanup: style for GPU moduleCampbell Barton
2018-07-08Cleanup: rename 'ct' to 'len' for gpuCampbell Barton
2018-06-27bf_gpu: Add GPU_state module.Ray Molenkamp
2018-06-14Cleanup: styleCampbell Barton
2018-06-11Cleanup: fix compiler warnings.Brecht Van Lommel
2018-06-11Fix crash with OpenGL rendering in multiple threads on macOS.Edmund Kapusniak
2018-06-04Merge branch 'master' into blender2.8Campbell Barton
2018-06-04 Cleanup: strip trailing space in GPU moduleCampbell Barton
2018-04-30DRW: Remove DRWTextureFormat in favor or GPUTextureFormat.Clément Foucault
2018-04-27WM: new offscreen window draw method to replace all existing methods.Brecht Van Lommel
2018-04-20Fix frame-buffer texture creationClément Foucault
2018-04-19Cleanup: styleCampbell Barton
2018-04-16Cleanup: indentationCampbell Barton
2018-04-03Fix crash on startup on macOS, after recent framebuffer refactoring.Brecht Van Lommel
2018-03-30GPUFramebuffer: Fix assert triggering another assert.Clément Foucault
2018-03-29EEVEE: Fix bad framebuffer configurationClément Foucault
2018-03-26GPUFramebuffer: Fix compiler warning about return value.Clément Foucault
2018-03-25GPUFramebuffer: Refactor (Part 2)Clément Foucault
2018-03-25GPUFramebuffer: Refactor (part 1)Clément Foucault
2018-03-25GPUOffscreen: Remove unused offscreen blit.Clément Foucault
2018-03-25GPULamp: Move GPU_frambuffer_blur to GPU_lamp.cClément Foucault
2018-03-25GPUFramebuffer: Make current framebuffer thread local.Clément Foucault
2018-02-17Fix GL_FRAMEBUFFER_UNSUPPORTED warning in console on macOS.Brecht Van Lommel
2018-02-13GPU: add offscreen buffer drawing utility functions.Brecht Van Lommel
2018-02-07GPU: Remove Mesa + Vega hack.Clément Foucault
2018-01-04GPU_offscreen: Add option for high bit depth.Clément Foucault
2017-11-25GPUFramebuffer: Bump the framebuffer attachement limit to 5 color texturesClément Foucault
2017-11-14Fix Opengl Error with glBlitFramebufferClément Foucault
2017-11-14GPUTexture: Add for stencil to default depth buffers.Clément Foucault
2017-11-11GPUFramebuffer: Add possibility to blit stencil buffer.Clément Foucault