The branch, drm-gem has been updated
        Commits at: http://cgit.freedesktop.org/mesa/mesa/log/?h=drm-gem

Summary of changes:
 src/mesa/drivers/dri/i915/i830_vtbl.c            |   17 ++--
 src/mesa/drivers/dri/i915/i915_vtbl.c            |   29 +++---
 src/mesa/drivers/dri/i915/intel_tris.c           |   10 ++-
 src/mesa/drivers/dri/i965/brw_cc.c               |    8 +-
 src/mesa/drivers/dri/i965/brw_clip.c             |    4 +-
 src/mesa/drivers/dri/i965/brw_clip_state.c       |    6 +-
 src/mesa/drivers/dri/i965/brw_context.h          |   19 ++++-
 src/mesa/drivers/dri/i965/brw_curbe.c            |   33 +++----
 src/mesa/drivers/dri/i965/brw_draw.c             |   72 +++-----------
 src/mesa/drivers/dri/i965/brw_draw.h             |   23 -----
 src/mesa/drivers/dri/i965/brw_draw_upload.c      |  109 ++++++++++++----------
 src/mesa/drivers/dri/i965/brw_fallback.c         |    3 +-
 src/mesa/drivers/dri/i965/brw_gs.c               |    7 +-
 src/mesa/drivers/dri/i965/brw_gs_state.c         |    3 +-
 src/mesa/drivers/dri/i965/brw_misc_state.c       |   63 ++++++-------
 src/mesa/drivers/dri/i965/brw_sf.c               |    3 +-
 src/mesa/drivers/dri/i965/brw_sf_state.c         |   16 +---
 src/mesa/drivers/dri/i965/brw_state.h            |    3 +
 src/mesa/drivers/dri/i965/brw_state_upload.c     |   39 ++++++--
 src/mesa/drivers/dri/i965/brw_urb.c              |   15 +---
 src/mesa/drivers/dri/i965/brw_vs.c               |    3 +-
 src/mesa/drivers/dri/i965/brw_vs_constval.c      |    3 +-
 src/mesa/drivers/dri/i965/brw_vs_state.c         |    3 +-
 src/mesa/drivers/dri/i965/brw_vs_tnl.c           |   10 +-
 src/mesa/drivers/dri/i965/brw_wm.c               |    4 +-
 src/mesa/drivers/dri/i965/brw_wm_sampler_state.c |   10 +--
 src/mesa/drivers/dri/i965/brw_wm_state.c         |    9 +--
 src/mesa/drivers/dri/i965/brw_wm_surface_state.c |   38 ++------
 src/mesa/drivers/dri/intel/intel_batchbuffer.c   |    4 -
 src/mesa/drivers/dri/intel/intel_blit.c          |   30 ++++---
 src/mesa/drivers/dri/intel/intel_context.h       |    1 +
 31 files changed, 247 insertions(+), 350 deletions(-)

       via  d2796939f18815935c8fe1effb01fa9765d6c7d8 (commit)
       via  527e1cf172cb0a4d1f2891a351498669be1620cd (commit)
      from  ded9414024ef7b2fb1d991d872c56c0d85e9ce1f (commit)


- Commits -----------------------------------------------
commit d2796939f18815935c8fe1effb01fa9765d6c7d8
Author: Eric Anholt <[EMAIL PROTECTED]>
Date:   Fri Aug 8 13:58:48 2008 -0700

    intel-gem: Update to new check_aperture API for classic mode.
    
    To do this, I had to clean up some of 965 state upload stuff.  We may end
    up over-emitting state in the aperture overflow case, but that should be 
rare,
    and I'd rather have the simplification of state management.

commit 527e1cf172cb0a4d1f2891a351498669be1620cd
Author: Eric Anholt <[EMAIL PROTECTED]>
Date:   Fri Aug 8 10:53:25 2008 -0700

    965: cleanups to state emission from aperture checking and state ordering.

---------------------------------

_______________________________________________
mesa-commit mailing list
mesa-commit@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-commit

Reply via email to