From 971df9b3892559f4a599fe18eee83ebdb3dc4d4d Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Thu, 1 Aug 2002 15:16:46 +0000 Subject: misc updates --- docs/RELNOTES-4.1 | 33 ++++++++------------------------- 1 file changed, 8 insertions(+), 25 deletions(-) (limited to 'docs/RELNOTES-4.1') diff --git a/docs/RELNOTES-4.1 b/docs/RELNOTES-4.1 index ab95ea1950..78870e67f8 100644 --- a/docs/RELNOTES-4.1 +++ b/docs/RELNOTES-4.1 @@ -101,40 +101,16 @@ DOS needs updating -Porting Information -------------------- - -When moving from Mesa 4.0.x to Mesa 4.1 there are a number of things -you may have to update. - -1. _mesa_create_context() changes. This function now takes a pointer to - a __GLimports object. The __GLimports structure contains function - pointers to system functions like fprintf(), malloc(), etc. - The _mesa_init_default_imports() function can be used to initialize - a __GLimports object. Most device drivers (like the DRI drivers) - should use this. - -2. more to come... - - - XXX Things To Do Yet XXXX ------------------------- Verify x86 code for normal transformation works with new 4-element normal vector arrays. Pretty sure the SSE code is wrong. -Finish up NV_vertex_program support for evaluators. Vertex arrays seem -to work as of 4/21/2002. - Allow multiple points to be rendered into one sw_span. improve point/line rendering speed. -_tnl_end() has flushing forced on. - -readpixels from stencil/z should respect ctx->ReadBuffer - glVertexAttrib*NV(index>15) should cause an error. isosurf with vertex program exhibits some missing triangles (probably @@ -229,7 +205,14 @@ are some things to change: should be no confusion between current read or draw buffer anymore. +4. _mesa_create_context() changes. This function now takes a pointer to + a __GLimports object. The __GLimports structure contains function + pointers to system functions like fprintf(), malloc(), etc. + The _mesa_init_default_imports() function can be used to initialize + a __GLimports object. Most device drivers (like the DRI drivers) + should use this. + ---------------------------------------------------------------------- -$Id: RELNOTES-4.1,v 1.13 2002/07/09 01:28:03 brianp Exp $ +$Id: RELNOTES-4.1,v 1.14 2002/08/01 15:16:46 brianp Exp $ -- cgit v1.2.3