summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErik Faye-Lund <erik.faye-lund@collabora.com>2020-09-30 15:08:33 +0200
committerMarge Bot <eric+marge@anholt.net>2020-10-28 10:27:51 +0000
commitf3095f9b40c04f13c882ce4d0cc493246adef7b2 (patch)
treea7d55f16107d0775f5154f6749dd2936e0f30af5
parent4aded097346086f63c6582c341a7195716faa535 (diff)
docs: gcc -> GCC
Reviewed-by: Daniel Stone <daniels@collabora.com> Reviewed-by: Adam Jackson <ajax@redhat.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/7060>
-rw-r--r--docs/helpwanted.rst2
-rw-r--r--docs/releasing.rst2
-rw-r--r--docs/versions.rst8
3 files changed, 6 insertions, 6 deletions
diff --git a/docs/helpwanted.rst b/docs/helpwanted.rst
index 8c5eafb2143..75e5a0c90c9 100644
--- a/docs/helpwanted.rst
+++ b/docs/helpwanted.rst
@@ -12,7 +12,7 @@ specific ideas and areas where help would be appreciated:
helpful.
#. **Driver debugging.** There are plenty of open bugs in the `bug
database <https://gitlab.freedesktop.org/mesa/mesa/-/issues>`__.
-#. **Remove aliasing warnings.** Enable gcc's
+#. **Remove aliasing warnings.** Enable GCC's
``-Wstrict-aliasing=2 -fstrict-aliasing`` arguments, and track down
aliasing issues in the code.
#. **Contribute more tests to**
diff --git a/docs/releasing.rst b/docs/releasing.rst
index 95ae6f5f7a2..63898b17cdb 100644
--- a/docs/releasing.rst
+++ b/docs/releasing.rst
@@ -131,7 +131,7 @@ good contact point.
ralloc: don't leave out the alignment factor
- Experimentation shows that without alignment factor gcc and clang choose
+ Experimentation shows that without alignment factor GCC and clang choose
...
(cherry picked from commit ff494fe999510ea40e3ed5827e7818550b6de126)
diff --git a/docs/versions.rst b/docs/versions.rst
index 420bb414514..b50b5152cc0 100644
--- a/docs/versions.rst
+++ b/docs/versions.rst
@@ -1107,7 +1107,7 @@ Bug fixes:
- fixed bad teximage error check conditional (bug 476846)
- fixed demos readtex.c compilation problem on Windows (Karl Schultz)
- added missing glGet() query for GL_MAX_TEXTURE_LOD_BIAS_EXT
-- silence some compiler warnings (gcc 2.96)
+- silence some compiler warnings (GCC 2.96)
- enable the #define GL_VERSION_1_3 in GL/gl.h
- added GL 1.3 and GLX 1.4 entries to gl_mangle.h and glx_mangle.h
- fixed glu.h typedef problem found with MSDev 6.0
@@ -1442,7 +1442,7 @@ New:
- glColor3 functions sometimes resulted in undefined alpha values
- fixed FP divide by zero error seen on VMS with xlockmore, others
- fixed vertex/fragment program debug problem (bug 873011)
-- building on AIX with gcc works now
+- building on AIX with GCC works now
- glDeleteProgramsARB failed for ARB fragment programs (bug 876160)
- glDrawRangeElements tried to modify potentially read-only storage
- updated files for building on Windows
@@ -1470,7 +1470,7 @@ Bug fixes:
- two-sided lighting and vertex program didn't work (bug 887330)
- stores to program parameter registers in vertex state programs didn't
work.
-- fixed glOrtho bug found with gcc 3.2.2 (RH9)
+- fixed glOrtho bug found with GCC 3.2.2 (RH9)
- glXCreateWindow() wasn't fully implemented (bug 890894)
- generic vertex attribute arrays didn't work in display lists
- vertex buffer objects' default usage and access fields were wrong
@@ -1573,7 +1573,7 @@ Bug fixes:
Changes:
-- fixed a bunch of compiler warnings found with gcc 3.4
+- fixed a bunch of compiler warnings found with GCC 3.4
- bug reports should to go bugzilla.freedesktop.org
6.3 July 20, 2005