OpenBSD X11 changes summary for 2016-03-27 to 2016-04-03 inclusive
==================================================================

Makefile                                distrib
driver                                  lib
share                                   xserver

== Makefile ========================================================== 01/06 ==

  http://cvsweb.openbsd.org/cgi-bin/cvsweb/X11/Makefile

Makefile


  > remove XENOCARA_BUILD_PIXMAN all platforms now build pixman (jsg@)

== distrib =========================================================== 02/06 ==

  http://cvsweb.openbsd.org/cgi-bin/cvsweb/X11/distrib

distrib

  ~ sets/lists/xbase/md.hppa              

  > sync (deraadt@)

  ~ sets/lists/xbase/md.hppa              

  > sync (deraadt@)

  ~ sets/lists/xbase/md.luna88k           ~ sets/lists/xserv/md.luna88k

  > remove files from Mesa and associated libraries/programs from luna88k sets
  > Mesa is not built so these should not be here.  There are likely more
  > things wrong, someone with a luna88k needs to check... (jsg@)

  ~ sets/lists/xbase/md.alpha             ~ sets/lists/xbase/md.amd64
  ~ sets/lists/xbase/md.armish            ~ sets/lists/xbase/md.armv7
  ~ sets/lists/xbase/md.hppa              ~ sets/lists/xbase/md.i386
  ~ sets/lists/xbase/md.landisk           ~ sets/lists/xbase/md.loongson
  ~ sets/lists/xbase/md.luna88k           ~ sets/lists/xbase/md.macppc
  ~ sets/lists/xbase/md.octeon            ~ sets/lists/xbase/md.sgi
  ~ sets/lists/xbase/md.socppc            ~ sets/lists/xbase/md.sparc
  ~ sets/lists/xbase/md.sparc64           ~ sets/lists/xbase/md.zaurus
  ~ sets/lists/xbase/mi                   ~ sets/lists/xserv/md.alpha
  ~ sets/lists/xserv/md.amd64             ~ sets/lists/xserv/md.armish
  ~ sets/lists/xserv/md.armv7             ~ sets/lists/xserv/md.hppa
  ~ sets/lists/xserv/md.i386              ~ sets/lists/xserv/md.landisk
  ~ sets/lists/xserv/md.loongson          ~ sets/lists/xserv/md.luna88k
  ~ sets/lists/xserv/md.macppc            ~ sets/lists/xserv/md.octeon
  ~ sets/lists/xserv/md.sgi               ~ sets/lists/xserv/md.socppc
  ~ sets/lists/xserv/md.sparc             ~ sets/lists/xserv/md.sparc64
  ~ sets/lists/xserv/md.zaurus            ~ sets/lists/xserv/mi

  > all platforms now build pixman and have shared libraries (jsg@)

  ~ notes/README.i386                     ~ notes/README.amd64

  > no more truetype faq (matthieu@)

== driver ============================================================ 03/06 ==

  http://cvsweb.openbsd.org/cgi-bin/cvsweb/X11/driver

driver

  ~ xf86-input-synaptics/src/wsconscomm.c

  > Handle the TOUCH events from wsmouse.
  > With the changes for multitouch input, new event types have been
  > introduced in wsmouse. There are separate types for contact count
  > and width values, and RESET events for controlling/stopping
  > pointer motion.
  > ok mpi@, shadchin@ (bru@)

  ~ xf86-video-ati/ChangeLog              ~ xf86-video-ati/config.h.in
  ~ xf86-video-ati/configure              ~ xf86-video-ati/configure.ac
  ~ xf86-video-ati/man/radeon.man         ~ xf86-video-ati/src/Makefile.am
  ~ xf86-video-ati/src/Makefile.in        ~ xf86-video-ati/src/ati_pciids_gen.h
  ~ xf86-video-ati/src/drmmode_display.c
  ~ xf86-video-ati/src/drmmode_display.h
  ~ xf86-video-ati/src/evergreen_accel.c
  ~ xf86-video-ati/src/radeon.h           ~ xf86-video-ati/src/radeon_accel.c
  ~ xf86-video-ati/src/radeon_bo_helper.c
  ~ xf86-video-ati/src/radeon_bo_helper.h
  ~ xf86-video-ati/src/radeon_chipinfo_gen.h
  ~ xf86-video-ati/src/radeon_chipset_gen.h
  ~ xf86-video-ati/src/radeon_dri2.c      ~ xf86-video-ati/src/radeon_dri2.h
  ~ xf86-video-ati/src/radeon_exa.c       ~ xf86-video-ati/src/radeon_glamor.c
  ~ xf86-video-ati/src/radeon_glamor.h    ~ xf86-video-ati/src/radeon_kms.c
  ~ xf86-video-ati/src/radeon_pci_chipset_gen.h
  ~ xf86-video-ati/src/radeon_pci_device_match_gen.h
  ~ xf86-video-ati/src/radeon_probe.c     ~ xf86-video-ati/src/radeon_probe.h
  ~ xf86-video-ati/src/radeon_video.c     ~ xf86-video-ati/src/radeon_video.h
  ~ xf86-video-ati/src/pcidb/ati_pciids.csv
  + xf86-video-ati/src/radeon_dri3.c      
  + xf86-video-ati/src/radeon_drm_queue.c
  + xf86-video-ati/src/radeon_drm_queue.h
  + xf86-video-ati/src/radeon_glamor_wrappers.c
  + xf86-video-ati/src/radeon_list.h      + xf86-video-ati/src/radeon_present.c
  + xf86-video-ati/src/radeon_sync.c      

  > Update to xf86-video-ati 7.6.1. ok jsg@ (matthieu@)

== lib =============================================================== 04/06 ==

  http://cvsweb.openbsd.org/cgi-bin/cvsweb/X11/lib

lib

  ~ Makefile                              

  > remove XENOCARA_BUILD_PIXMAN all platforms now build pixman (jsg@)

== share ============================================================= 05/06 ==

  http://cvsweb.openbsd.org/cgi-bin/cvsweb/X11/share

share

  ~ mk/bsd.xorg.mk                        

  > Protect against make build with DESTDIR set. (matthieu@)

  ~ mk/bsd.xorg.mk                        

  > mark _xneocara_obj as PHONY (matthieu@)

  ~ mk/bsd.xconf.mk                       

  > remove XENOCARA_BUILD_PIXMAN all platforms now build pixman (jsg@)

== xserver =========================================================== 06/06 ==

  http://cvsweb.openbsd.org/cgi-bin/cvsweb/X11/xserver

xserver

  ~ hw/xfree86/os-support/bsd/alpha_video.c

  > Make alpha_video.c build in recent X server.
  > Completely broken on VGA cards (libpciaccess doesn't know about
  > the alpha specific ways of mapping the PCI space),
  > only XRender is broken on TGA cards. (matthieu@)

  ~ hw/xfree86/os-support/bsd/bsd_VTsw.c
  ~ hw/xfree86/os-support/bsd/bsd_init.c

  > Implement VT switching (based on the USL compat interface) in the
  > wscons console backend and use it by default.
  > ok kettenis@ (matthieu@)

  ~ configure.ac                          ~ configure
  ~ include/do-not-use-config.h.in        

  > Don't build the PCVT console backend anymore. (matthieu@)

===============================================================================
_______________________________________________
owc mailing list
[email protected]
http://www.squish.net/mailman/listinfo/owc

Reply via email to