diff options
author | Andreas Boll <[email protected]> | 2012-06-12 09:05:15 +0200 |
---|---|---|
committer | Brian Paul <[email protected]> | 2012-06-12 08:03:29 -0600 |
commit | 703a662c1582794a5a0b29bb2ff5a5e04149a3e6 (patch) | |
tree | 440bfc7f7b362c6fd1462a4ea21734346027c299 /docs/news.html | |
parent | ecd5c7ceb8e4c8841b2708e5ab7efa145583f8c2 (diff) |
docs: escape special html chars
Signed-off-by: Brian Paul <[email protected]>
Diffstat (limited to 'docs/news.html')
-rw-r--r-- | docs/news.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/news.html b/docs/news.html index 48f37376a0c..df7a1232b72 100644 --- a/docs/news.html +++ b/docs/news.html @@ -539,7 +539,7 @@ release). - sampling an incomplete texture in a fragment program would segfault - glTexImage was missing a few error checks - fixed some minor glGetTexParameter glitches - - GL_INTENSITY was mistakenly accepted as a <format> to glTexImage + - GL_INTENSITY was mistakenly accepted as a <format> to glTexImage - fragment program writes to RC/HC register were broken - fixed a few glitches in GL_HP_occlusion_test extension - glBeginQueryARB and glEndQueryARB didn't work inside display lists @@ -576,7 +576,7 @@ This release basically just fixes bugs since the 6.0. release. - fixed build problems on OpenBSD - omit CVS directories from tarballs - glGetTexImage(GL_COLOR_INDEX) was broken - - fixed an infinite loop in t&l module + - fixed an infinite loop in t&l module - silenced some valgrind warnings about using unitialized memory - fixed some compilation/link glitches on IRIX (Mike Stephens) - glBindProgram wasn't getting compiled into display lists @@ -661,7 +661,7 @@ OpenGL 1.5 features. <pre> New features: - reorganized directory tree - - GL_ARB_vertex/fragment_program extensions (Michal Krol & Karl Rasche) + - GL_ARB_vertex/fragment_program extensions (Michal Krol & Karl Rasche) - GL_ATI_texture_env_combine3 extension (Ian Romanick) - GL_SGI_texture_color_table extension (Eric Plante) - GL_NV_fragment_program extension |