mesa: Changes to 'master'

Eric Anholt anholt at kemper.freedesktop.org
Tue Jun 24 20:02:08 UTC 2008


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

Summary of changes:
 src/mesa/drivers/dri/i915/Makefile                |    1 +
 src/mesa/drivers/dri/i915/i830_context.c          |    1 -
 src/mesa/drivers/dri/i915/i915_context.c          |    1 -
 src/mesa/drivers/dri/i915/intel_pixel_bitmap.c    |  350 +--------------------
 src/mesa/drivers/dri/i965/Makefile                |    1 +
 src/mesa/drivers/dri/i965/brw_context.c           |    8 -
 src/mesa/drivers/dri/{i915 => i965}/intel_pixel.c |    0 
 src/mesa/drivers/dri/i965/intel_pixel_copy.c      |   30 +--
 src/mesa/drivers/dri/intel/intel_blit.c           |    9 +-
 src/mesa/drivers/dri/intel/intel_context.c        |    1 +
 src/mesa/drivers/dri/intel/intel_pixel.c          |  109 ++++++--
 src/mesa/drivers/dri/intel/intel_pixel.h          |    3 +-
 src/mesa/drivers/dri/intel/intel_pixel_bitmap.c   |    2 +-
 src/mesa/drivers/dri/intel/intel_pixel_copy.c     |    5 +-
 src/mesa/drivers/dri/intel/intel_pixel_draw.c     |    2 +-
 15 files changed, 106 insertions(+), 417 deletions(-)
 mode change 100644 => 120000 src/mesa/drivers/dri/i915/intel_pixel_bitmap.c
 copy src/mesa/drivers/dri/{i915 => i965}/intel_pixel.c (100%)

       via  744357e29c6a51b9e1770e0340eee5105f6b5585 (commit)
       via  f5eb62a1161f050925c5c0b4839c437b29bdbc6b (commit)
       via  f23adc504d8202bbcc78121567a61c0b24819422 (commit)
       via  90d33edf37d12495fcfb4876d1048f3ed5df2b9b (commit)
       via  eda68cccc072c10f94c096b9877d09a787069631 (commit)
       via  59890987799624e07083300d291f2457baff0192 (commit)
       via  98fa0aec366ac41065698fd9bf76731b7d08f1f7 (commit)
      from  fe3b62b5b1a6ed5f81fa0b849f3a81a8cf43c810 (commit)


- Commits -----------------------------------------------
commit 744357e29c6a51b9e1770e0340eee5105f6b5585
Author: Eric Anholt <eric at anholt.net>
Date:   Tue Jun 24 11:49:21 2008 -0700

    intel: Same pixel function init for everyone now.

commit f5eb62a1161f050925c5c0b4839c437b29bdbc6b
Author: Eric Anholt <eric at anholt.net>
Date:   Tue Jun 24 11:44:42 2008 -0700

    intel: Avoid glBitmap software fallback for blending when no blending occurs.
    
    Mesa demos tend to leave blending on but in GL_ONE/GL_ZERO, or
    GL_SRC_ALPHA/GL_ONE_MINUS_SRC_ALPHA with a source alpha of 1.0.

commit f23adc504d8202bbcc78121567a61c0b24819422
Author: Eric Anholt <eric at anholt.net>
Date:   Tue Jun 24 11:34:42 2008 -0700

    intel: Merge check_blit_fragment_ops between i915/i965.
    
    Both had some useful bits for the other.

commit 90d33edf37d12495fcfb4876d1048f3ed5df2b9b
Author: Eric Anholt <eric at anholt.net>
Date:   Tue Jun 24 10:50:10 2008 -0700

    intel: Note reasons for blit pixel op fallbacks under INTEL_DEBUG=pix.

commit eda68cccc072c10f94c096b9877d09a787069631
Author: Eric Anholt <eric at anholt.net>
Date:   Tue Jun 24 09:37:07 2008 -0700

    i915: Add support for accelerated glBitmap, shared from 965.

commit 59890987799624e07083300d291f2457baff0192
Author: Eric Anholt <eric at anholt.net>
Date:   Tue Jun 24 09:48:23 2008 -0700

    i915: Fix read != draw drawable for glCopyPixels.
    
    Taken from commit bad6e175cf59cce630c37d73f6e71f3a4de50ae6.

commit 98fa0aec366ac41065698fd9bf76731b7d08f1f7
Author: Eric Anholt <eric at anholt.net>
Date:   Tue Jun 24 09:41:58 2008 -0700

    i915: Allow accelerated pixel ops to be disabled with INTEL_NO_BLIT.
    
    This matches 965.

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




More information about the mesa-commit mailing list