Blender Git Commits

Blender Git commits from all branches.

Page: 862 / 2888

May 25, 2020, 11:37 (GMT)
Revert the changes for ccache and lld.

These were meant to be local changes & not pushed to the GSoC branch.
After discussion with the mentors, I'm adding this reverting commit.
Moreover, LLD for mach-o is not production ready & under development.
See [1] [2].

Now building the branch will not need any modifications.

[1]: https://reviews.llvm.org/D75382
[2]: http://clang-developers.42468.n3.nabble.com/Building-clang-on-OSX-td4064374.html#a4064378
May 25, 2020, 09:48 (GMT)
Merge branch 'master' into tmp-widget-opti

# Conflicts:
# source/blender/gpu/shaders/gpu_shader_2D_widget_base_vert.glsl
May 25, 2020, 09:42 (GMT)
Fix GL_TEXTURE_MAX_ANISOTROPY_EXT not being optional
May 25, 2020, 09:30 (GMT)
Merge branch 'master' into tmp-texture-sampler
May 25, 2020, 09:19 (GMT)
Cleanup: GPU: Remove uneeded texture bind for texture sampling parameters
May 25, 2020, 08:48 (GMT)
GPU: Texture: Enable support for multiple texture units bind.

This makes possible to bind a texture up to GPU_TEX_MAX_BIND texture units.
Multiple binds can be useful to sample a texture using different sampler
state.
May 25, 2020, 08:48 (GMT)
GPU: Texture: Avoid using anisotropic filtering on all textures.

This limits anisotropic filtering to image textures (comming from
GPU_texture_from_bindcode).
May 25, 2020, 08:48 (GMT)
GPU: Draw: Move filter parameters to sampler_state.
May 25, 2020, 08:48 (GMT)
GPU: Texture: Replace internal sampler state by explicit state object

This is closer to vulkan design and allow for easier state management in
the future. For instance, adding the ability to bind the texture twice
with different sampler params.
May 24, 2020, 08:22 (GMT)
Merge branch 'master' into greasepencil-object
Revision 165c845 by Christian Rauch (decoration)
May 23, 2020, 23:15 (GMT)
libdecor_frame_unref
Revision 63bf0ca by Christian Rauch (decoration)
May 23, 2020, 22:00 (GMT)
libdecor_frame_set_parent_frame
May 23, 2020, 22:00 (GMT)
branch parent_frame
May 23, 2020, 22:00 (GMT)
cleanup
May 23, 2020, 22:00 (GMT)
cleanup
May 23, 2020, 22:00 (GMT)
remove xdg surfaces
May 23, 2020, 22:00 (GMT)
fix
May 23, 2020, 22:00 (GMT)
decoration
May 23, 2020, 22:00 (GMT)
libdecor_new
May 23, 2020, 22:00 (GMT)
cmake: cleanup redundant Wayland linking
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021