mesa: Changes to 'softpipe_0_1_branch'

Brian Paul brianp at kemper.freedesktop.org
Mon Aug 20 17:25:25 UTC 2007


 src/mesa/pipe/draw/draw_arrays.c          |    5 -
 src/mesa/state_tracker/st_cb_clear.c      |   13 ++--
 src/mesa/state_tracker/st_cb_drawpixels.c |   94 ++++++++++++++++++++++++++----
 3 files changed, 95 insertions(+), 17 deletions(-)

commit diffs at http://gitweb.freedesktop.org/?p=mesa/mesa.git;a=summary

New commits:
commit d054331c4788b0a5f13f4d7a9b497d274d267acb
Author: Brian <brian.paul at tungstengraphics.com>
Date:   Mon Aug 20 18:24:02 2007 -0600

    Update glClear and glDrawPixels code.
    
    Since they're implemented by drawing quadrilaterals (and go through vertex
    transformation and viewport mapping) we don't have to invert Y coords.




More information about the mesa-commit mailing list