tornavis/source/blender/gpu/intern
Campbell Barton b347c4e9ca Cleanup: remove redundant struct declarations 2020-12-16 16:25:56 +11:00
..
gpu_backend.hh GPUContext: Move GPUContext to gpu::Context for more consistency 2020-09-08 04:15:50 +02:00
gpu_batch.cc Cleanup: rename BLI_strescape to BLI_str_escape 2020-12-10 14:40:01 +11:00
gpu_batch_presets.c Cleanup: Use GPUBatch for icon and area drawing 2020-09-01 00:30:36 +02:00
gpu_batch_private.hh GPUVertBuf: Rename GPUVertBuf to VertBuf and add some getters 2020-09-07 13:59:51 +02:00
gpu_batch_utils.c GPUShader: GL backend isolation 2020-08-18 21:30:09 +02:00
gpu_buffers.c Sculpt: Render Mask and Face Sets with modifiers active 2020-09-18 19:30:51 +02:00
gpu_capabilities.cc GPU: Add Image Load Store extension support 2020-09-12 15:29:54 +02:00
gpu_capabilities_private.hh GPU: Add Image Load Store extension support 2020-09-12 15:29:54 +02:00
gpu_codegen.c EEVEE: Arbitrary Output Variables 2020-12-04 08:14:07 +01:00
gpu_codegen.h Cleanup: remove redundant struct declarations 2020-12-16 16:25:56 +11:00
gpu_context.cc Cleanup: Clang-Tidy modernize-use-nullptr 2020-11-06 18:08:25 +01:00
gpu_context_private.hh Cleanup: trailing space 2020-10-02 11:59:16 +10:00
gpu_debug.cc GPU: Use CLOG to for debug output 2020-10-23 19:33:51 +02:00
gpu_debug_private.hh Cleanup: trailing space 2020-10-02 11:59:16 +10:00
gpu_drawlist.cc GPU: Cleanup implementation casts 2020-09-08 04:15:50 +02:00
gpu_drawlist_private.hh GPU: Cleanup implementation casts 2020-09-08 04:15:50 +02:00
gpu_framebuffer.cc Cleanup: partial Clang-Tidy modernize-loop-convert 2020-12-07 12:41:17 +01:00
gpu_framebuffer_private.hh GPU: Fix valgrind warnings about branching on uninitialized variables 2020-11-05 18:00:27 +01:00
gpu_immediate.cc Merge branch 'blender-v2.91-release' 2020-11-17 04:10:51 +01:00
gpu_immediate_private.hh GPU: Fix valgrind warnings about branching on uninitialized variables 2020-11-05 18:00:27 +01:00
gpu_immediate_util.c Cleanup: follow our code style for float literals 2020-11-06 12:32:54 +11:00
gpu_index_buffer.cc Cleanup: Clang-Tidy modernize-use-nullptr 2020-11-06 18:08:25 +01:00
gpu_index_buffer_private.hh GPUIndexBuf: GL backend Isolation 2020-09-06 22:13:06 +02:00
gpu_init_exit.c GPUImmediate: Make activation / deactivation implicit 2020-09-08 04:15:50 +02:00
gpu_material.c EEVEE: Arbitrary Output Variables 2020-12-04 08:14:07 +01:00
gpu_material_library.c EEVEE: Arbitrary Output Variables 2020-12-04 08:14:07 +01:00
gpu_material_library.h Code Style: use "#pragma once" in source directory 2020-08-07 09:50:34 +02:00
gpu_matrix.cc Cleanup: Clang-Tidy, modernize-use-using 2020-12-04 12:46:43 +01:00
gpu_matrix_private.h Code Style: use "#pragma once" in source directory 2020-08-07 09:50:34 +02:00
gpu_node_graph.c EEVEE: Arbitrary Output Variables 2020-12-04 08:14:07 +01:00
gpu_node_graph.h Cleanup: remove redundant struct declarations 2020-12-16 16:25:56 +11:00
gpu_platform.cc Cleanup: Clang-Tidy, modernize-redundant-void-arg 2020-11-06 13:40:46 +01:00
gpu_platform_private.hh Cleanup: trailing space 2020-10-02 11:59:16 +10:00
gpu_private.h GPUExtensions: GL backend isolation 2020-09-07 19:37:04 +02:00
gpu_query.cc Cleanup: consistent TODO/FIXME formatting for names 2020-09-19 14:34:32 +10:00
gpu_query.hh Cleanup: trailing space 2020-10-02 11:59:16 +10:00
gpu_select.c Spelling: Miscellaneous 2020-10-19 09:11:00 -07:00
gpu_select_pick.c GPU: Add debug groups inside selection code 2020-09-16 01:40:45 +02:00
gpu_select_private.h Cleanup: trailing space 2020-10-02 11:59:16 +10:00
gpu_select_sample_query.cc Cleanup: Clang-Tidy, modernize-use-using 2020-12-04 12:46:43 +01:00
gpu_shader.cc Cleanup: partial Clang-Tidy modernize-loop-convert 2020-12-07 12:41:17 +01:00
gpu_shader_builtin.c GPencil: Cleanup - Remove unused old shaders 2020-11-26 17:44:43 +01:00
gpu_shader_interface.cc Cleanup: Clang-Tidy, modernize-redundant-void-arg 2020-11-06 13:40:46 +01:00
gpu_shader_interface.hh Cleanup: consistent TODO/FIXME formatting for names 2020-09-19 14:34:32 +10:00
gpu_shader_private.hh Fix T83203 BGL: shader.program wrongly always returns 0 2020-11-30 14:55:46 +01:00
gpu_state.cc Cleanup: Clang-Tidy, modernize-redundant-void-arg 2020-11-06 13:40:46 +01:00
gpu_state_private.hh Revert "Revert "BGL: Workaround broken bgl usage caused by GPU refactor"" 2020-10-09 16:33:59 +02:00
gpu_texture.cc Cleanup: Clang-Tidy modernize-use-nullptr 2020-11-06 18:08:25 +01:00
gpu_texture_private.hh T81340: UBSan: load of value .. not valid for GPU enum type 2020-10-08 23:14:25 +05:30
gpu_uniform_buffer.cc Cleanup: Clang-Tidy, modernize-deprecated-headers 2020-12-04 11:28:09 +01:00
gpu_uniform_buffer_private.hh Cleanup: remove redundant struct declarations 2020-12-16 16:25:56 +11:00
gpu_vertex_buffer.cc Cleanup: Clang-Tidy modernize-use-nullptr 2020-11-06 18:08:25 +01:00
gpu_vertex_buffer_private.hh Cleanup: spelling 2020-09-19 14:26:40 +10:00
gpu_vertex_format.cc Cleanup: Clang-Tidy, modernize-deprecated-headers 2020-12-04 11:28:09 +01:00
gpu_vertex_format_private.h GPUVertBuf: Rename GPUVertBuf to VertBuf and add some getters 2020-09-07 13:59:51 +02:00
gpu_viewport.c Materials: add custom object properties as uniform attributes. 2020-11-03 16:35:44 +03:00