Here is a bugfix for non-initialized gl_copy_tab bug.
(Triggered eg. by demos/texcyl reflect -> textured state change)

Andree


*** xform.c     Sat Jul 31 13:47:08 1999
--- xform.c.ab  Sat Jul 31 13:45:21 1999
***************
*** 200,208 ****
     init_c_norm_transform_raw();
     init_c_norm_transform_masked();
     init_c_cliptest_raw();
!    /* deprecated code? -taj */
!    /* init_copy_raw(); */
!    /* init_copy_masked(); */
     init_dotprod_raw();
     init_dotprod_masked();
  
--- 200,207 ----
     init_c_norm_transform_raw();
     init_c_norm_transform_masked();
     init_c_cliptest_raw();
!    init_copy0_raw();
!    init_copy0_masked();
     init_dotprod_raw();
     init_dotprod_masked();
  



_______________________________________________
Mesa-dev maillist  -  [EMAIL PROTECTED]
http://lists.mesa3d.org/mailman/listinfo/mesa-dev

Reply via email to