diff options
author | Brian Paul <[email protected]> | 2002-04-21 21:12:49 +0000 |
---|---|---|
committer | Brian Paul <[email protected]> | 2002-04-21 21:12:49 +0000 |
commit | f55b303fc2775e36989c7f5168f2917719a20605 (patch) | |
tree | cb8361db51f262720fa6e71e9f87f0d6999ce739 /docs | |
parent | 61bac6014aa15e0bec134e290aebac18f9815299 (diff) |
added to-do list for the 4.1 release
Diffstat (limited to 'docs')
-rw-r--r-- | docs/RELNOTES-4.1 | 29 |
1 files changed, 28 insertions, 1 deletions
diff --git a/docs/RELNOTES-4.1 b/docs/RELNOTES-4.1 index 08719996f42..efc293fd57f 100644 --- a/docs/RELNOTES-4.1 +++ b/docs/RELNOTES-4.1 @@ -84,5 +84,32 @@ DOS needs updating + +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. + +Move sw_span struct into swrast context instead of allocating it on +the stack. Allow multiple points to be rendered into one sw_span. + +Investigate the normal transformation bug when using non-uniform +scale matrices. + +_tnl_end() has flushing forced on. + +improve point/line rendering speed. + +readpixels from stencil/z should respect ctx->ReadBuffer + +glVertexAttrib*NV(index>15) should cause an error. + +GL_ARB_texture_env_crossbar: Allows any texture combine stage to reference +any texture source unit + ---------------------------------------------------------------------- -$Id: RELNOTES-4.1,v 1.6 2002/04/02 16:19:21 brianp Exp $ +$Id: RELNOTES-4.1,v 1.7 2002/04/21 21:12:49 brianp Exp $ |