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
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2020-07-28 14:49:37 +0300
committerCampbell Barton <ideasman42@gmail.com>2020-07-28 14:49:37 +0300
commit2a52c2d001b8d8e7c6865fea4d226a9e2f8ced8a (patch)
treedd1309a91f1ddafaff746305273ed24ccbd7f0b1 /source/blender/gpu/intern/gpu_extensions.cc
parent82c38a7df0546335c6ece30fcf7e277c90220cda (diff)
Cleanup: spelling, comments
Diffstat (limited to 'source/blender/gpu/intern/gpu_extensions.cc')
-rw-r--r--source/blender/gpu/intern/gpu_extensions.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/gpu/intern/gpu_extensions.cc b/source/blender/gpu/intern/gpu_extensions.cc
index e35ab93d370..a9ab25cbb41 100644
--- a/source/blender/gpu/intern/gpu_extensions.cc
+++ b/source/blender/gpu/intern/gpu_extensions.cc
@@ -312,7 +312,7 @@ void gpu_extensions_init(void)
if (GPU_type_matches(GPU_DEVICE_INTEL, GPU_OS_WIN, GPU_DRIVER_OFFICIAL)) {
/* Limit this fix to older hardware with GL < 4.5. This means Broadwell GPUs are
* covered since they only support GL 4.4 on windows.
- * This fixes some issues with workbench antialiasing on Win + Intel GPU. (see T76273) */
+ * This fixes some issues with workbench anti-aliasing on Win + Intel GPU. (see T76273) */
if (!GLEW_VERSION_4_5) {
GG.texture_copy_workaround = true;
}