mesa: Changes to 'drm-gem'

Eric Anholt anholt at kemper.freedesktop.org
Fri May 23 19:19:52 UTC 2008


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_reg.h    |    4 ----
 src/mesa/drivers/dri/i915/i915_reg.h    |    6 ------
 src/mesa/drivers/dri/i965/brw_defines.h |    1 -
 src/mesa/drivers/dri/intel/intel_blit.c |    8 ++++++++
 src/mesa/drivers/dri/intel/intel_reg.h  |    4 ++++
 5 files changed, 12 insertions(+), 11 deletions(-)

       via  a74bf4ef345d880d7d296313fed0240781d2ebd8 (commit)
      from  6cefae5354fb3015c5a14677071871613faa9c3a (commit)


- Commits -----------------------------------------------
commit a74bf4ef345d880d7d296313fed0240781d2ebd8
Author: Eric Anholt <eric at anholt.net>
Date:   Fri May 23 12:18:50 2008 -0700

    Emit a flush after the swapbuffers blit, so contents end up on the screen.
    
    Otherwise, since the MI_FLUSH at the end of every batch had been removed,
    non-automatic-flushing chips (965) wouldn't get flushed and apps with static
    rendering would get partial screen contents until the server's blockhandler
    flush kicked in.

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




More information about the mesa-commit mailing list