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-30EEVEE: GLSL refactor/cleanupClément Foucault
2020-07-30GPUBatch & GPUImmediate: Use GPUShader instead of using raw OGL handleClément Foucault
2020-07-30Cleanup: spellingCampbell Barton
2020-07-30Cleanup: GPU: Remove GPU_draw.h and move fluid gpu function to DRWClément Foucault
2020-07-30Cleanup: Split gpu_texture_image.c into BKE and IMB modulesClément Foucault
2020-07-30GPU_draw.h: cleanup before splittingClément Foucault
2020-07-29GPUShader: Fix linking with MSVCClément Foucault
2020-07-29Cleanup: GPUTexture: Use UNPACK3 in texture_fluidClément Foucault
2020-07-29GPUState: Fix compilation error on MSVCClément Foucault
2020-07-29Cleanup: GPU: Move Image based function to GPU_draw.hClément Foucault
2020-07-29Cleanup: GPU: Rename gpu_texture_smoke to fluid, and move back to CClément Foucault
2020-07-29GPU: Refactor gpu_texture_image to not use GL callsClément Foucault
2020-07-29GPU: Move gpu_shader.c to C++Clément Foucault
2020-07-29GPU: Move gpu_state.c to C++Clément Foucault
2020-07-29GPU: Move gpu_texture.c to C++Clément Foucault
2020-07-29GPU: Move gpu_uniformbuffer.c to C++Clément Foucault
2020-07-29GPU: Move gpu_vertex_buffer.c to C++Clément Foucault
2020-07-29GPU: Move gpu_vertex_format.c to C++Clément Foucault
2020-07-29Cleanup: correct assert in GPU_offscreen_read_pixelsCampbell Barton
2020-07-28Merge branch 'blender-v2.90-release'Jacques Lucke
2020-07-28Fix: remove error in previous commitJacques Lucke
2020-07-28Cleanup: correct usage of extern-C blocks in various placesJacques Lucke
2020-07-28Cleanup: spelling, commentsCampbell Barton
2020-07-27Cleanup: quiet warnings without DDSCampbell Barton
2020-07-27GPU: Fix crash and missing texture due to recent C++ portClément Foucault
2020-07-27GPU: fix build error due to wrong linkage specificationJacques Lucke
2020-07-27GPUFramebuffer: Fix compilation issue with designated initializer in C++Clément Foucault
2020-07-27GPU: Fix MSVC compile errorsClément Foucault
2020-07-26Cleanup: Image: Rename redundant enum for clarityClément Foucault
2020-07-26GPUTexture: Replace GL textarget enum by Image enumClément Foucault
2020-07-26GPU: Remove GL constant from BIF_glutilClément Foucault
2020-07-26Cleanup: GPU: Remove GPU_glew.h outside of GPU moduleClément Foucault
2020-07-26Cleanup: GPU_codegen.c: Use LISTBASE_FOREACH macro instead of for loopsClément Foucault
2020-07-26Cleanup: GPU: Remove unused code and headerClément Foucault
2020-07-26GPU: Move gpu_platform.c to C++Clément Foucault
2020-07-26GPU: Move gpu_immediate.c to C++Clément Foucault
2020-07-26GPU: Move gpu_framebuffer.c to C++Clément Foucault
2020-07-26GPU: Move gpu_extensions.c to C++Clément Foucault
2020-07-26GPU: Move gpu_element.c to C++Clément Foucault
2020-07-26GPU: Move and rename gpu_draw*.c to C++Clément Foucault
2020-07-26GPU: Move gpu_debug.c to C++Clément Foucault
2020-07-26GPU: Rename gpu_context.cpp to .cc suffixClément Foucault
2020-07-26GPU: Move gpu_batch.c to C++Clément Foucault
2020-07-26GPU: Move gpu_attr_binding.c to C++Clément Foucault
2020-07-26GPU: Add extern "C" to intern headersClément Foucault
2020-07-24Cleanup: remove redundant glReadBuffer call when reading pixelsCampbell Barton
2020-07-23Fix T79158: Eevee cubemaps shows blackGermano Cavalcante
2020-07-23Fix T79158: Eevee cubemaps shows blackGermano Cavalcante
2020-07-20Fluid: Refactored smoke noise systemSebastián Barschkis
2020-07-20Fix T78977 GPU: blf fonts are not gamma correctedClément Foucault