mesa: Changes to 'gallium-0.1'

Jakob Bornecrantz wallbraker at kemper.freedesktop.org
Tue Jul 8 12:16:24 UTC 2008


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

Summary of changes:
 src/gallium/winsys/egl_drm/intel/Makefile          |    2 +-
 src/gallium/winsys/egl_drm/intel/intel_context.c   |   12 +++++-----
 src/gallium/winsys/egl_drm/intel/intel_context.h   |    4 +-
 .../intel/{intel_screen.c => intel_device.c}       |   24 ++++++++++----------
 .../intel/{intel_screen.h => intel_device.h}       |    2 +-
 .../winsys/egl_drm/intel/intel_swapbuffers.c       |    2 +-
 6 files changed, 23 insertions(+), 23 deletions(-)
 rename src/gallium/winsys/egl_drm/intel/{intel_screen.c => intel_device.c} (85%)
 rename src/gallium/winsys/egl_drm/intel/{intel_screen.h => intel_device.h} (98%)

       via  b13b1210c0174e4fd315bad3e6e18b6cbeeb1518 (commit)
      from  8d2400f2161efa95d2ef18fec353db4841f09637 (commit)


- Commits -----------------------------------------------
commit b13b1210c0174e4fd315bad3e6e18b6cbeeb1518
Author: Jakob Bornecrantz <jakob at aurora.(none)>
Date:   Tue Jul 8 14:16:15 2008 +0200

    i915: Renamed intel_screen to intel_device
    
    	The renameing makes more sense, why because:
    	In egl you have a display/driver/device as the
    	basis, and you have screens as outputs.

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




More information about the mesa-commit mailing list