summaryrefslogtreecommitdiff
path: root/docs/relnotes-6.5.3.html
diff options
context:
space:
mode:
authorBrian <brian@yutani.localnet.net>2007-04-04 09:33:12 -0600
committerBrian <brian@yutani.localnet.net>2007-04-04 09:33:12 -0600
commit4d864b087e9c998b28b37e10d41418edbaba9fab (patch)
treec302623857fd44d3ad439a7fd1572cac05efb6b9 /docs/relnotes-6.5.3.html
parent2f207dcf1ec6677019349961e46c41a49623a25c (diff)
assorted updates
Diffstat (limited to 'docs/relnotes-6.5.3.html')
-rw-r--r--docs/relnotes-6.5.3.html5
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/relnotes-6.5.3.html b/docs/relnotes-6.5.3.html
index 27053c071b..d7249aec8f 100644
--- a/docs/relnotes-6.5.3.html
+++ b/docs/relnotes-6.5.3.html
@@ -40,6 +40,9 @@ TBD
<li>With 32-bit Z buffer, the fragment Z of lines and points was sometimes wrong.
<li>GL_POST_CONVOLUTION_ALPHA_BIAS/SCALE was broken.
<li>1D convolution state could effect 2D image transfers
+<li>Overlapping glCopyPixels with negative Y zoom didn't work (bug 10521)
+<li>Fixed a number of framebuffer/renderbuffer reference counting bugs
+<li>Fixed a few bugs in software-emulated alpha planes
</ul>
@@ -49,11 +52,9 @@ TBD
<li>Massive changes to the Shading Language compiler.
<li>The _MaintainTnlProgram, _MaintainTexEnvProgram, _TexEnvProgram and
_TnlProgram fields have been moved.
-<li>The ctx->FragmentProgram._Active field has been removed.
<li>The ctx->Vertex/FragmentProgram._Current fields point to the program
in effect, whether it comes from a shader, user-program or generated
fixed-function program.
-<li>The _UseTexEnvProgram field has been removed.
</ul>