From 4d864b087e9c998b28b37e10d41418edbaba9fab Mon Sep 17 00:00:00 2001 From: Brian Date: Wed, 4 Apr 2007 09:33:12 -0600 Subject: assorted updates --- docs/relnotes-6.5.3.html | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'docs/relnotes-6.5.3.html') 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
  • With 32-bit Z buffer, the fragment Z of lines and points was sometimes wrong.
  • GL_POST_CONVOLUTION_ALPHA_BIAS/SCALE was broken.
  • 1D convolution state could effect 2D image transfers +
  • Overlapping glCopyPixels with negative Y zoom didn't work (bug 10521) +
  • Fixed a number of framebuffer/renderbuffer reference counting bugs +
  • Fixed a few bugs in software-emulated alpha planes @@ -49,11 +52,9 @@ TBD
  • Massive changes to the Shading Language compiler.
  • The _MaintainTnlProgram, _MaintainTexEnvProgram, _TexEnvProgram and _TnlProgram fields have been moved. -
  • The ctx->FragmentProgram._Active field has been removed.
  • 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. -
  • The _UseTexEnvProgram field has been removed. -- cgit v1.2.3