mesa: Changes to 'master'

Eric Anholt anholt at kemper.freedesktop.org
Thu Dec 20 19:42:27 UTC 2007


 src/mesa/drivers/dri/i965/Makefile                |    3 
 src/mesa/drivers/dri/i965/brw_draw_upload.c       |    2 
 src/mesa/drivers/dri/i965/brw_fallback.c          |   17 
 src/mesa/drivers/dri/i965/brw_metaops.c           |   13 
 src/mesa/drivers/dri/i965/brw_misc_state.c        |    5 
 src/mesa/drivers/dri/i965/brw_sf_state.c          |   30 
 src/mesa/drivers/dri/i965/intel_blit.c            |  618 -------------------
 src/mesa/drivers/dri/i965/intel_blit.h            |   76 --
 src/mesa/drivers/dri/i965/intel_buffers.c         |  588 ------------------
 src/mesa/drivers/dri/i965/intel_context.c         |   66 +-
 src/mesa/drivers/dri/i965/intel_context.h         |   15 
 src/mesa/drivers/dri/i965/intel_depthstencil.c    |    1 
 src/mesa/drivers/dri/i965/intel_fbo.c             |    1 
 src/mesa/drivers/dri/i965/intel_mipmap_tree.h     |    1 
 src/mesa/drivers/dri/i965/intel_pixel_copy.c      |    2 
 src/mesa/drivers/dri/i965/intel_screen.c          |  694 ----------------------
 src/mesa/drivers/dri/i965/intel_screen.h          |  116 ---
 src/mesa/drivers/dri/i965/intel_span.c            |  300 ---------
 src/mesa/drivers/dri/i965/intel_span.h            |   41 -
 src/mesa/drivers/dri/i965/intel_state.c           |   13 
 src/mesa/drivers/dri/i965/intel_tex_copy.c        |    1 
 src/mesa/drivers/dri/intel/intel_blit.c           |   74 ++
 src/mesa/drivers/dri/intel/intel_blit.h           |   12 
 src/mesa/drivers/dri/intel/intel_buffer_objects.h |    2 
 src/mesa/drivers/dri/intel/intel_buffers.c        |  156 ++--
 src/mesa/drivers/dri/intel/intel_fbo.c            |    3 
 src/mesa/drivers/dri/intel/intel_reg.h            |    3 
 src/mesa/drivers/dri/intel/intel_screen.c         |   48 -
 28 files changed, 325 insertions(+), 2576 deletions(-)

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

New commits:
commit bea6b5fe5aa3138cec8d057766ae48da4aa57dee
Author: Eric Anholt <eric at anholt.net>
Date:   Thu Dec 20 11:29:39 2007 -0800

    [965] Enable EXT_framebuffer_object.
    
    To do so, merge the remainnig necessary code from the buffers, blit, span, and
    screen code to shared, and replace it with those.

commit 106f3982203377949bd1a232008e4e0f0b9275db
Author: Eric Anholt <eric at anholt.net>
Date:   Thu Dec 20 11:28:10 2007 -0800

    [965] Actually enable SGIS_generate_mipmap.




More information about the mesa-commit mailing list