Sivu saatavilla vain englanninkielisenä.
MiikaHweb - Blender Git Statistics v1.06
Blender Git Statistics -> Branches -> tmp-widget-opti
"Tmp-widget-opti" branch
Total commits : 5
Total committers : 1
First Commit : May 15, 2020
Latest Commit : May 25, 2020
Commits by Date
Date | Number of Commits | |
---|---|---|
May 25, 2020 | 1 | |
May 24, 2020 | 0 | |
May 23, 2020 | 0 | |
May 22, 2020 | 0 | |
May 21, 2020 | 0 | |
May 20, 2020 | 0 | |
May 19, 2020 | 0 | |
May 18, 2020 | 0 | |
May 17, 2020 | 1 | |
May 16, 2020 | 0 | |
May 15, 2020 | 3 |
Committers
Author | Number of Commits |
---|---|
Clément Foucault | 5 |
Popular Files
Filename | Total Edits |
---|---|
gpu_shader_2D_widget_base_vert.glsl | 3 |
interface_widgets.c | 1 |
interface_intern.h | 1 |
interface_draw.c | 1 |
wm_window.c | 1 |
gpu_draw.c | 1 |
gpu_shader_2D_widget_base_frag.glsl | 1 |
GPU_draw.h | 1 |
gpu_framebuffer.c | 1 |
draw_manager.c | 1 |
Latest commits
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 17, 2020, 00:58 (GMT) |
UI: Widget: Replace geometry by fragment shader drawing This means all the antiailasing is done inside the fragment shader. We use a Signed Distance Field to draw the 2D rounded boxes. This ensure the best quality for AA. This reduce the averge Batch for widget to 16 verts instead of ~600 and reduce overshading a lot. Theme Emboss alpha and tria alpha needs to be changed after this refactor. |
May 15, 2020, 13:49 (GMT) |
UI: Widget: Make emboss offset dependent of line width |
May 15, 2020, 13:21 (GMT) |
UI: Widgets: Reduce constants count in shader |
May 15, 2020, 13:02 (GMT) |
Cleanup: Put GPU_state_init inside gpu_state.c Also put glDisable(GL_DITHER) in it since we don't even use it (but is enabled by default). Also leave GL_MULTISAMPLE on by default since it has no impact on non-MSAA framebuffers. |
MiikaHweb - Blender Git Statistics v1.06