I commited some more stuff to the mga driver.
- fixed blending and logic ops
- some texturing stuff

Cvs log mails are still bouncing so I've attached them...

-- 
Ville Syrj�l�
[EMAIL PROTECTED]
http://www.sci.fi/~syrjala/
--- Begin Message ---
This message was created automatically by mail delivery software.

A message that you sent could not be delivered to one or more of its
recipients. This is a permanent error. The following address(es) failed:

  [EMAIL PROTECTED]
    SMTP error from remote mailer after HELO pdx: host mail.sourceforge.net 
[66.35.250.206]:
    550 Don't like your HELO/EHLO. Hostname must contain a dot.

------ This is a copy of the message, including all the headers. ------

Return-path: <[EMAIL PROTECTED]>
Received: from syrjala by pdx with local (Exim 4.22)
        id 1AK2q1-0001td-A9
        for [EMAIL PROTECTED]; Wed, 12 Nov 2003 13:47:45 -0800
From: Ville Syrjala <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Reply-To: [EMAIL PROTECTED]
Subject: CVS Update: xc (branch: trunk)
X-CVS-Notice: This email was automatically generated by a CVS checkin
X-CVS-Problems: Send problems to [EMAIL PROTECTED]
X-CVS-Version: Concurrent Versions System (CVS) 1.12.1 (client/server)
X-CVS-Host: pdx running Linux 2.4.21
Message-Id: <[EMAIL PROTECTED]>
Sender: Ville Syrjala <[EMAIL PROTECTED]>
Date: Wed, 12 Nov 2003 13:47:45 -0800

CVSROOT:        /cvs/dri
Module name:    xc
Repository:     xc/xc/extras/Mesa/src/swrast/
Changes by:     [EMAIL PROTECTED]       03/11/12 13:47:45

Log message:
  Fixed logic op handling.

Modified files:
      xc/xc/extras/Mesa/src/:
        blend.c context.c enable.c mtypes.h 
      xc/xc/extras/Mesa/src/swrast/:
        s_blend.c s_context.c s_span.c 
  
  Revision      Changes    Path
  1.20          +3 -2      xc/xc/extras/Mesa/src/blend.c
  1.35          +1 -0      xc/xc/extras/Mesa/src/context.c
  1.25          +12 -3     xc/xc/extras/Mesa/src/enable.c
  1.17          +1 -0      xc/xc/extras/Mesa/src/mtypes.h
  1.11          +1 -1      xc/xc/extras/Mesa/src/swrast/s_blend.c
  1.13          +1 -1      xc/xc/extras/Mesa/src/swrast/s_context.c
  1.11          +3 -3      xc/xc/extras/Mesa/src/swrast/s_span.c


--- End Message ---
--- Begin Message ---
This message was created automatically by mail delivery software.

A message that you sent could not be delivered to one or more of its
recipients. This is a permanent error. The following address(es) failed:

  [EMAIL PROTECTED]
    SMTP error from remote mailer after HELO pdx: host mail.sourceforge.net 
[66.35.250.206]:
    550 Don't like your HELO/EHLO. Hostname must contain a dot.

------ This is a copy of the message, including all the headers. ------

Return-path: <[EMAIL PROTECTED]>
Received: from syrjala by pdx with local (Exim 4.22)
        id 1AK36P-0002tq-2t
        for [EMAIL PROTECTED]; Wed, 12 Nov 2003 14:04:41 -0800
From: Ville Syrjala <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Reply-To: [EMAIL PROTECTED]
Subject: CVS Update: xc (branch: trunk)
X-CVS-Notice: This email was automatically generated by a CVS checkin
X-CVS-Problems: Send problems to [EMAIL PROTECTED]
X-CVS-Version: Concurrent Versions System (CVS) 1.12.1 (client/server)
X-CVS-Host: pdx running Linux 2.4.21
Message-Id: <[EMAIL PROTECTED]>
Sender: Ville Syrjala <[EMAIL PROTECTED]>
Date: Wed, 12 Nov 2003 14:04:41 -0800

CVSROOT:        /cvs/dri
Module name:    xc
Repository:     xc/xc/lib/GL/mesa/src/drv/mga/
Changes by:     [EMAIL PROTECTED]       03/11/12 14:04:40

Log message:
  Blending and logic op fixes:
  - Enable hw logic op (glean is happy), remove the sw fallback
  - Don't use a software alpha buffer
  - Add a sw fallback for glBlendFunc(GL_SRC_ALPHA_SATURATE, GL_ZERO);
  - Advertise EXT_blend_logic_op

Modified files:
      xc/xc/lib/GL/mesa/src/drv/mga/:
        mga_xmesa.c mgacontext.h mgastate.c mgatris.c 
  
  Revision      Changes    Path
  1.65          +2 -1      xc/xc/lib/GL/mesa/src/drv/mga/mga_xmesa.c
  1.33          +1 -1      xc/xc/lib/GL/mesa/src/drv/mga/mgacontext.h
  1.55          +25 -49    xc/xc/lib/GL/mesa/src/drv/mga/mgastate.c
  1.30          +1 -1      xc/xc/lib/GL/mesa/src/drv/mga/mgatris.c


--- End Message ---
--- Begin Message ---
This message was created automatically by mail delivery software.

A message that you sent could not be delivered to one or more of its
recipients. This is a permanent error. The following address(es) failed:

  [EMAIL PROTECTED]
    SMTP error from remote mailer after HELO pdx: host mail.sourceforge.net 
[66.35.250.206]:
    550 Don't like your HELO/EHLO. Hostname must contain a dot.

------ This is a copy of the message, including all the headers. ------

Return-path: <[EMAIL PROTECTED]>
Received: from syrjala by pdx with local (Exim 4.22)
        id 1AKCyv-0004fy-4o
        for [EMAIL PROTECTED]; Thu, 13 Nov 2003 00:37:37 -0800
From: Ville Syrjala <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Reply-To: [EMAIL PROTECTED]
Subject: CVS Update: xc (branch: trunk)
X-CVS-Notice: This email was automatically generated by a CVS checkin
X-CVS-Problems: Send problems to [EMAIL PROTECTED]
X-CVS-Version: Concurrent Versions System (CVS) 1.12.1 (client/server)
X-CVS-Host: pdx running Linux 2.4.21
Message-Id: <[EMAIL PROTECTED]>
Sender: Ville Syrjala <[EMAIL PROTECTED]>
Date: Thu, 13 Nov 2003 00:37:37 -0800

CVSROOT:        /cvs/dri
Module name:    xc
Repository:     xc/xc/lib/GL/mesa/src/drv/mga/
Changes by:     [EMAIL PROTECTED]       03/11/13 00:37:37

Log message:
  Improved G200 texture environment modes.

Modified files:
      xc/xc/lib/GL/mesa/src/drv/mga/:
        mga_texstate.c 
  
  Revision      Changes    Path
  1.17          +45 -32    xc/xc/lib/GL/mesa/src/drv/mga/mga_texstate.c


--- End Message ---
--- Begin Message ---
This message was created automatically by mail delivery software.

A message that you sent could not be delivered to one or more of its
recipients. This is a permanent error. The following address(es) failed:

  [EMAIL PROTECTED]
    SMTP error from remote mailer after HELO pdx: host mail.sourceforge.net 
[66.35.250.206]:
    550 Don't like your HELO/EHLO. Hostname must contain a dot.

------ This is a copy of the message, including all the headers. ------

Return-path: <[EMAIL PROTECTED]>
Received: from syrjala by pdx with local (Exim 4.22)
        id 1AKDjW-0005zW-Ak
        for [EMAIL PROTECTED]; Thu, 13 Nov 2003 01:25:46 -0800
From: Ville Syrjala <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Reply-To: [EMAIL PROTECTED]
Subject: CVS Update: xc (branch: trunk)
X-CVS-Notice: This email was automatically generated by a CVS checkin
X-CVS-Problems: Send problems to [EMAIL PROTECTED]
X-CVS-Version: Concurrent Versions System (CVS) 1.12.1 (client/server)
X-CVS-Host: pdx running Linux 2.4.21
Message-Id: <[EMAIL PROTECTED]>
Sender: Ville Syrjala <[EMAIL PROTECTED]>
Date: Thu, 13 Nov 2003 01:25:46 -0800

CVSROOT:        /cvs/dri
Module name:    xc
Repository:     xc/xc/lib/GL/mesa/src/drv/mga/
Changes by:     [EMAIL PROTECTED]       03/11/13 01:25:46

Log message:
  Replaced G400 8x8 mipmap size limitation with 32 byte alignment limitation.

Modified files:
      xc/xc/lib/GL/mesa/src/drv/mga/:
        mga_texstate.c mgatexmem.c 
  
  Revision      Changes    Path
  1.18          +15 -7     xc/xc/lib/GL/mesa/src/drv/mga/mga_texstate.c
  1.19          +0 -4      xc/xc/lib/GL/mesa/src/drv/mga/mgatexmem.c


--- End Message ---

Reply via email to