Commit graph

13 commits

Author SHA1 Message Date
ryoon
60806aa001 Recursive revbump from x11/pixman
Fix PR pkg/48777
2014-05-05 00:47:34 +00:00
wiz
5cc6dbd4e0 Update to 0.3.3:
This is a bugfix release. It includes:
- Fix integer overflow in libchromeXvMC (CVE-2013-1994).
- Various bug fixes and improvements.
2013-05-24 13:16:23 +00:00
richard
fc055e2c2e update to xf86-video-openchrome-0.3.2 for modular-xorg-server-1.12.4 2013-05-16 06:21:48 +00:00
sborrill
121f8f6001 Update to 0.2.906. Changes:
openchrome 0.2.906 (15/05/2012)
-------------------------------
* New features :
- VX900 Xv support.
- EXA is now the default although compositing is buggy and thus disabled.

* Bugfixes and enhancements :
- Fix I420 Xv surface on CME engine.
- Fix EXA to not require XAA module in X server.


openchrome 0.2.905 (10/02/2012)
-------------------------------
* New features :
- VX900 support (Xv not supported yet).
- VX855 XVideo support.

* Bugfixes and enhancements :
- More debug information to video decoding.
- Add secondary FIFO support for K8M890 and P4M890.
- Check the primary FIFO for VX855.
- Add panel scale support for CLE266 and KM400.
- Fix bug with malloc.
- Enabled new mode switch for PM800 chipset.
- Add option to enable unaccelerated RandR rotation ("SWRandR").
- Enable new mode switch for VM800 chipsets.
- More debug traces to via_video.c.
- Fix manual and add more comments.
- Fix start address.
- Optimization of the hardware accelerated cursor and XAA (K8M890 chipset).
- Code clean up.
- Fix bug with suspend and VT switch on VX800 chipset and 64bit systems.
- Synchronize via_drm.h with drm-2.4.17.
- Fix segfaults with EXA and XV.
- Fix build on old kernels.
- Replace RegionsEqual with REGION_EQUAL and use
  the xf86XVFillKeyHelperDrawable instead of xf86XVFillKeyHelper.
- Fix DFP parameter description for the ActiveDevice option.
- Manpage update and some minor changes.
- Set colorkey for 2nd_monitor.
- Add timeouts to HQV while loops.
- Improve 2d performance on chipsets without AGP/PCIe.
- Add option I2CDevices.
- Disable Hardware Clipping for the VX855.
- Re-Enable the VQ for VX800/VX855.
- Disable AGP and DMA by default for VX800 and VX855.
- Fixed freeze on 64bit system for K8M800 chipset.
- Increase bandwidth to handle 1920x1200 resolution with DDR266.
- Fix XV crash on PM800 post VX855 rework.
- Fix several typo in code comments.
- Update VX855 FIFO.
- Fix bug with TV out flickering.
- Replace the deprecated functions with new ones.
  Refer to "/xserver/include/os.h".
- Replace remaining xalloc to malloc.
- Change maximum line pitch and virtual height according to chipset.
- Update 1024x600 modeline.
- Add workaround for memory autodetection.
- Enable new mode switch and panel support on K8M800 and VM800.
- Fix type in VIASave.
- Use DRICreatePCIBusID when available to create Bus ID string.
- Restore video interrupt flag.
- Fix OpenGL application crash on VX900 chipset.
- Fix VIA VB8001 Mini-ITX Board (P4M900) support.
- Add workaround for bad memory detection on some P4M800.
- Fix resolution detection for OLPC 1.5.
- Fix Xvideo crash on X.Org server 1.10.
- Fix XAA displaying issues.
- Fix cursor garbare after suspend/hibernate/resume on VX855/VX900.
- Workaround EXA crash with new libcairo2.
- Handle X server 1.12 (videoabi 12).
- Add support for I420 Xv surface.
- Limit video RAM size to 256 MB, PCI BAR can't handle more.
- Add Harald Welte's registers dump tool.

* New boards :
- ASRock PV530, ECS P4M800PRO-M2 (V2.0) , FIC CE2A1, FIC PTM800Pro LF,
  Guillemot-Hercules ECafe EC900B, Hewlett Packard DX2020,
  Hewlett Packard t5550 Thin Client, Lenovo ThinkCenter E51 8714,
  MSI K8M890M2-V, MSI PM8M-V, MSI PM9M-V, OLPC XO 1.5,
  Semp Informática Notebook IS 1462, Sharp Mebius PC-CS30H, Siragon
  ML-6200, Twinhead K15V
2013-05-07 10:06:24 +00:00
asau
8aba7e3fbf Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-29 05:06:05 +00:00
jperkin
c07e863658 Define DRIVER_MAN_SUFFIX on Solaris to the same as every other system, this
diverges from the standard layout on Solaris but ensures a consistent
experience for pkgsrc packages.

Fixes 31 packages on Solaris.
2012-09-27 10:06:28 +00:00
dholland
cddea4c4e0 Whitespace. (as whined about by pkglint) 2012-06-15 23:06:02 +00:00
tron
1717faf5b1 Bump package revision of all packages depending on the "libXvMC" package
whose builtin detection has been fixed.
2011-01-19 18:12:20 +00:00
wiz
200e3c4a04 Bump dependency on pixman to 0.18.4 because cairo-1.10 needs that
version, and bump all depends.

Per discussion on pkgsrc-changes.
2010-09-14 11:00:44 +00:00
sborrill
ff08aafc39 Update to 0.2.904.
Changes:
Save/restore ECK Clock Synthesizer
Fixed bug with panel autodetection using
ViaPanelGetNativeModeFromScratchPad function
Fixed problem with backlite (Ticket #308)
TV-out VT1625 chip support
Cursor support speedup
Removed two old variables:
        pBIOSInfo->panelX
        pBIOSInfo->panelY
and replaced it by:
        pBIOSInfo->Panel->NativeMode->Width
        pBIOSInfo->Panel->NativeMode->Height
Fix bug with DFP Power Off (ticket #317)
Fix bug with wrong panel size value
(http://www.openchrome.org/trac/ticket/301)
       This bug appeared only when UseLegacyModeSwitch was TRUE
Added support of the VIA OpenBook
Added support for screen rotate upside-down and remove "magic numbers"
Forgot to remove an old Dot Clock entry from the table.
XO 1.5 Panel patch contributed by Xavier Bachelot.
Fixup some of the Dotclock code and add working plls
for the XO 1.5
CX700 integrated TMDS (Patch courtesy Tim Chen from VIA).
Initialize CRTC before a mode switch. Fix bug #260.
a couple of small compatibility fixes for XAA and EXA.
viaLowLevel.c and via_accel.c are fixes by
        Bartosz Kosiorek.  The via_video.c is a syntax
        fix by Robert Bridge.  Thanks for the bug fixes.
Patch submitted by Robert Bridge, originally started by
        Xavier Bachelot, to remove old EXA support.  We are moving
        forward with the driver and are no longer supporting the
        old EXA initializations.
According to VIA's code the P4M900 should have the same
        acceleration initialization registers as the K8M890.  This
        patch fixes this and gives about a 10x increase in the
        video benchmark numbers.
remove the check for VIA_3D_ENG_BUSY in the idle loop.
        This causes xorg to chew a bit more cpu with XAA enabled,
        and it causes the entire X server to dump if EXA is enabled.
        I should investigate further, but for now I will just remove
        it.
Oops forgot to change registers for the vx800 chipset
        when waiting for Idle in the engines.  I also added
        back in waiting for the 3d engine to be idle.  I am
        not sure if this was removed for a reason.
Temporary hack to fix a bug with newer Xorg and DRI
        that crashes if CRTC is not setup.  I am adding this
        because I am working on this part of the code anyways
        so it won't get lost in bit rot.
Make sure that the monitor settings will handle our
        internal Modes set for TV out and LCD Panels.
A couple more tweaks to fix mono hardware cursor on older
        chipsets.
Missed a couple of changes for the chipset specific
        cursors.  Moved chipset detection to HWInit.  Removed
        some extraneous debugging.
Initial XVideo support for VX800.
Okay I tried to cheat.  We need to have some chipset
        specific intelligence.  I have added this back into
        the initial test to check for HWCursor support.
This is a take at reworking HWCursor.  It works off the
        ttm_branch and the work done in the randr_branch.  It only needs
        marginal testing as HWCursor was already very broken.
Moved pVia->FrameBufferBase setting to within
        VIAMapFB where it was before being called without
        being set.
Patch submitted by Robert Bridge to clean up compiler
        warnings.  Should close trac ticket #243.  Thanks
        RobbieAB.
Finally tracked down the XAA libpciaccess bug.  Also
        Realized I had not enabled write-combining on the main
        framebuffer.  This should give a small speed boost.
Added support for all Modes in ViaPanelNativeModes to
        ViaPanelModes.  Modes used are from Via's released driver
        in ViaSupportModes.
Found needed register writes that are needed so VX800 doesn't
        crash when CRT is not enabled.  I also removed NEEDS FIXING
        comments from them as they are obviously needed.
A few more acceleration tweaks for the VX800.
        This should fix all the XAA rendering issues.
        This should also allow 800x480 Panels to work without
        custom modelines.
Initial support for the VX800 chipset.  This is based off the
        Basic chipset support work of Xavier Bachelot and the inital
        Acceleration work done by Harald Welte.  I verified the changes
        based off the most recent VIA codebaase and fixed a couple of
        rendering issues.

        Still needs more work on EXA ( font rendering glitches ) and
        XVideo.
2009-10-15 08:16:03 +00:00
joerg
b02a0f888e Remove @dirrm entries from PLISTs 2009-06-14 18:24:43 +00:00
wiz
260664e8d8 Bump PKGREVISION for modular-xorg-server update. 2009-06-07 11:24:35 +00:00
sborrill
a7610f0847 This is the VIA openchrome video driver for the modular Xorg server.
The OpenChrome project is committed to providing and supporting fully free
and Open Source drivers that take full advantage of the hardware
acceleration of VIA chipsets featuring the VIA UniChrome, UniChrome Pro and
Chrome9 integrated graphics processors.

This will probably replace xf86-video-via in the future (probably after the
next openchrome release).
2009-04-24 16:52:45 +00:00