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-15GPU: Shader: Move IN_OUT define to shader GPU_shader_create_exClément Foucault
2020-07-15Fix T78369: Sculpt Vertex Colors not rendering in EEVEEPablo Dobarro
2020-07-15Cleanup: spellingCampbell Barton
2020-07-13Clang Tidy: enable readability-non-const-parameter warningJacques Lucke
2020-07-09Sculpt: Make Sculpt Vertex Colors features experimentalPablo Dobarro
2020-07-07Fix T75943 EEVEE: Cubemaps shows blackClément Foucault
2020-07-06GPU: Remove local shaders workaround for Intel/WindowsJeroen Bakker
2020-07-03Clang-Tidy: Enable readability-redundant-control-flowHans Goudey
2020-07-03Cleanup: Fluid renaming from old 'manta' naming to new 'fluid' namingSebastián Barschkis
2020-07-02GPUOffScreen: Remove the sample parameterClément Foucault
2020-07-01Fix missing GPU image free in background modeBrecht Van Lommel
2020-07-01GPU: Apple/Nvidia Proxy checkStefan Werner
2020-07-01Fix T77641 Sculpt mode performance regression in 2.83Clément Foucault
2020-06-30Cleanup: spellingCampbell Barton
2020-06-29Fix T74220 Mantaflow Color Mapping not ignoring alpha valueClément Foucault
2020-06-28Fix T74024 Faces missing, weird faces addedClément Foucault
2020-06-28Fix T77549 GPUTexture: Crash caused by NULL parameter to glBindTextures...Clément Foucault
2020-06-24Fix T78188: Sculpt mask glitching after using sculpt vertex colorsPablo Dobarro
2020-06-24Cleanup: unused struct membersCampbell Barton
2020-06-23Sculpt Vertex Colors: Initial implementationPablo Dobarro
2020-06-22Fix T62917 UV editor: Edge overlay not shown when edge overlay type is DashClément Foucault
2020-06-19EEEVEE: Object Motion Blur: Initial ImplementationClément Foucault
2020-06-18Cleanup: redundant parenthesisCampbell Barton
2020-06-12Fix T77586 EEVEE: UDIM image Texture doesn't Display properlyClément Foucault
2020-06-11Fix T77657: NVIDIA Quadro FX4800 crash on startupJeroen Bakker
2020-06-10Fix T77560: Bone selection crashesCampbell Barton
2020-06-08Fix T76273 Glitches caused by glCopyImageSubData on windows + intel gpuClément Foucault
2020-06-05Cleanup: spellingCampbell Barton
2020-06-04GPUTexture: Make GPU_texture_unbind_all faster on newer opengl versionClément Foucault
2020-06-04GPUShaderInterface: Reduce creation time on some drivers.Clément Foucault
2020-06-04GPUShaderInterface: Change builtin array to array of location/bindClément Foucault
2020-06-04GPUShaderInterface: Add Builtin Uniform blocks queryClément Foucault
2020-06-03DRW: Always unbind texture after drawingClément Foucault
2020-06-03GPUTexture: Fix samplers configuration typoClément Foucault
2020-06-03GPUMaterial: Add support for different sampler state per image samplerClément Foucault
2020-06-03GPUTexture: Add support for binding textures with custom sampler statesClément Foucault
2020-06-03GPUImmediate: Fix array uniform not workingClément Foucault
2020-06-03Cleanup: GPUTexture: Remove uneeded bindClément Foucault
2020-06-03DRW: Remove automatic bind locations and use hardcoded locations for texturesClément Foucault
2020-06-03GPUShaderInterface: Fix out of bound readsClément Foucault
2020-06-03GPU: Texture: Remove multibind trackingClément Foucault
2020-06-03GPUShader: Bind shader for interface creationClément Foucault
2020-06-02Cleanup: unused argumentCampbell Barton
2020-06-02EEVEE: Refactor of eevee_material.cClément Foucault
2020-06-02Cleanup: GPU: Remove GPU_shaderinterface_uniform_ensureClément Foucault
2020-06-02GPU: ShaderInterface: Refactor to setup all uniform at creation timeClément Foucault
2020-06-02GPU: Texture: Replace internal sampler state by explicit state objectClément Foucault
2020-05-28Cleanup: GPU: Fix warningClément Foucault
2020-05-28GPU: Fix compilation warning about uninitialized valuesClément Foucault
2020-05-25GPUTexture: Make GPU_texture_clear workaround fast.Clément Foucault