diff options
author | Brian <brian@yutani.localnet.net> | 2007-04-04 09:33:12 -0600 |
---|---|---|
committer | Brian <brian@yutani.localnet.net> | 2007-04-04 09:33:12 -0600 |
commit | 4d864b087e9c998b28b37e10d41418edbaba9fab (patch) | |
tree | c302623857fd44d3ad439a7fd1572cac05efb6b9 /docs/relnotes-6.5.3.html | |
parent | 2f207dcf1ec6677019349961e46c41a49623a25c (diff) |
assorted updates
Diffstat (limited to 'docs/relnotes-6.5.3.html')
-rw-r--r-- | docs/relnotes-6.5.3.html | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/relnotes-6.5.3.html b/docs/relnotes-6.5.3.html index 27053c071..d7249aec8 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> |