search for: romanick

Displaying 17 results from an estimated 17 matches for "romanick".

Did you mean: romanian
2016 Sep 10
1
[PATCH] fifo/nv04: avoid ramht race against cookie insertion
Signed-off-by: Ilia Mirkin <imirkin at alum.mit.edu> Cc: stable at vger.kernel.org --- Ian Romanick reported a kernel crash that implicated this path in a null pointer jump, which means that one of the function pointers had been nulled out. Not sure if a race there would explain it, but maybe. There is also questionable ramht usage in channv50 and various disp code. If you think this is a good i...
2008 Jun 12
0
[ANNOUNCE] xf86-video-vesa 1.99.1
...le loading cruft. Prefer a more modern depth/bpp selection. Add semi-reasonable mode validation. Clean up memory model checking, and properly refuse unsupported models. Update copyright. vesa 1.99.1 Daniel Drake (1): Bug #11090: xf86-video-vesa COPYING file Ian Romanick (4): Add conditional support for pci-rework branch. Correct '#ifdef' to '#ifndef'. Oops. Use XSERVER_LIBPCIACCESS to autodetect libpciaccess usage. Use pci_device_map_range instead of pci_device_map_memory_range James Cloos (2): Rename .cvsignore to ....
2010 Nov 22
0
[ANNOUNCE] rendercheck 1.4
...#24206 Makefile.am: add ChangeLog and INSTALL on MAINTAINERCLEANFILES config: move CWARNFLAGS from configure.ac to Makefile.am man: build man pages the standard way config: remove files unnecessarily listed in EXTRA_DIST config: update AC_PREREQ statement to 2.60 Ian Romanick (1): Make autogen.sh look like the autogen.sh in every other fd.o project Jeremy Huddleston (1): This is not a GNU project, so declare it foreign. Jesse Adkins (1): Purge cvs tags. Keith Packard (1): Remove bogus extra loop from gradient tests. Paulo Cesar Pereira de And...
2007 Sep 05
0
[ANNOUNCE] xf86-video-mga 1.4.7
...E G200SE cards, as it tickles hardware bugs. Default mode on G200SE of 1024x768 @ 16bpp. Brice Goglin (1): Change minimal frequency guess from 12 to 16MHz Daniel Stone (2): bump to 1.4.6 bump to 1.4.6.1 Gabriele Gorla (1): Add Xv support for Millennium II chips Ian Romanick (12): Current state of MGA driver modified to work with the xserver Store the pci_device pointer passed into MGAPciProbe instead of Pass the correct pointer to pci_device_cfg_write_bits. Convert to new pci_device_cfg_write_u* interface. Refactor memory map / unmap func...
2008 Mar 06
0
[ANNOUNCE] libpciaccess 0.10
...FreeBSD: Fix unmap_range to return an error value. FreeBSD: Add support for multiple PCI domains. Add domain output to scanpci. FreeBSD: Don't try to unset an MTRR if we didn't set it. FreeBSD: for 64-bit BARs, skip the resource slot used for the upper 32 bits. Ian Romanick (4): New interfaces to map memory with MTRR (or similar) support. Update / add comments in struct pci_mem_region. Add stub version of pci_device_map_memory_range Update bug reporting link. James Cloos (2): Add *~ to .gitignore to skip patch/emacs droppings Repla...
2008 Mar 19
0
[ANNOUNCE] xf86-video-fbdev 0.4.0
Adam Jackson (1): fbdev 0.4.0 Brice Goglin (1): Replace a non-ascii char with the corresponding groff escape in fbdev.man Ian Romanick (1): Add conditional support for pci-rework branch. Matthias Hopf (1): Fixed leftover PCIACCESS -> XSERVER_LIBPCIACCESS. Michel D?nzer (1): Only determine pitch after setting initial mode. git tag: xf86-video-fbdev-0.4.0 http://xorg.freedesktop.org/archive/individual/driver...
2008 Mar 19
0
[ANNOUNCE] xf86-video-rendition 4.2.0
...a warning. rendition 4.2.0 Alan Coopersmith (1): Man page updates - replace references to XFree86 & changes for XF86 4.0 Brice Goglin (1): RENDITION_VERSION* using PACKAGE_VERSION_* Dave Airlie (2): pciaccess: make auto-detect work pciaccess: do unmap path Ian Romanick (4): Supply NULL driverFunc pointer in DriverRec. Add prototype for renditionGetRec. Move renditionTypes, renditionChipsets, and renditionPCIchipsets earlier in file. Port driver to PCI-rework interfaces. Matthieu Herrb (1): Makefile.am: nuke RCS Id git tag: xf86-vid...
2008 Mar 19
0
[ANNOUNCE] xf86-video-savage 2.2.0
...wnPitch to 0 right after enabling streams. Do not wait for vertical retrace anymore on old streams engine. Alex Villac??s Lasso (3): Make sure MMIO region is mapped VIDMEM_MMIO, not VIDMEM_FRAMEBUFFER Fix ambiguous operator precedence Implement driver option IgnoreEDID Ian Romanick (5): Minimal change set to convert driver to the new PCI interfaces. Enjoy. dos2unix Merge PCI-rework support and "classic" PCI interface support into one tree Update to use new libpciaccess interfaces for mapping with MTRR support. Fix odd typo. James Cloo...
2008 Mar 19
0
[ANNOUNCE] xf86-video-tdfx 1.4.0
Adam Jackson (2): Death to RCS tags. tdfx 1.4.0 Brice Goglin (1): TDFX_*_VERSION using PACKAGE_VERSION_* Dave Airlie (1): update tdfx to use proper pciaccess detection Ian Romanick (6): Supply NULL driverFunc pointer in DriverRec. Wrap pciReadLong / pciWriteLong with macros. Make TDFXGetRec return the pointer instead of a bool. Minor code cleaning in TDFXMapMem. White-space police in TDFXInitChips. Initial pass at porting driver to pci-rewo...
2014 Apr 04
1
[Mesa-dev] [PATCH 2/2] docs: mark ARB_texture_gather as done on nvc0
On 04/03/2014 10:35 PM, Ilia Mirkin wrote: > Signed-off-by: Ilia Mirkin <imirkin at alum.mit.edu> > --- > docs/GL3.txt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/docs/GL3.txt b/docs/GL3.txt > index d9cc708..bf51e3a 100644 > --- a/docs/GL3.txt > +++ b/docs/GL3.txt > @@ -107,7 +107,7 @@ GL 4.0: > GL_ARB_tessellation_shader
2007 Aug 27
0
[ANNOUNCE] libpciaccess 0.9.1
...ction. FreeBSD: Fix a couple of minor issues in cleanup paths. Make scanpci exit cleanly if pci_system_init() fails. FreeBSD: Fill in the subdevice ID. FreeBSD: Add VGA rom reading through /dev/mem. George Sapountzis (1): scanpci: BIST line offsets were off by 4. Ian Romanick (23): Initial import of libpciaccess. Remove src/Makefile.foo from CVS since the generated Makefile can do Remove src/pcils.c and src/Makefile.foo. Add src/scanpci.c. Bump to version 0.4.0. Fix foolish endianess bug. Bump to version 0.4.1. Fix byte ordering of th...
2008 Mar 06
0
[ANNOUNCE] libX11 1.1.4
...t.3x manual page Bug #9651: Bad markup in XcmsColor.3x Bug #9652: Bad markup in XDrawArc.3x Bug #9653: Bad markup in XQueryColor.3x Bug #9654: Bad markup in XrmGetFileDatabase.3x Bug #9655: Bad markup in XrmUniqueQuark.3x Bug #9658: Bad markup on XIfEvent.3x Ian Romanick (1): Make sure nls/am_ET.UTF-8/Makefile is created by configure. James Cloos (12): Fix SMP Compose targets Add some compose sequences Compose fix for Latin-1 (from Debian) Add additional Euro signs to compose Patch for Catalan locales Add compose file for...
2009 Jan 12
0
[ANNOUNCE] xorg-server 1.5.99.901
...offscreen pixmaps by default. Alban Browaeys (1): Fix dmx compile on 1.6 branch. Colin Guthrie (1): Fix compilation with -Werror=format-security Cooper Yuan (1): Fix typo in xf86PickCrtcs() Francis Giraldeau (1): Don't log audit messages when -audit 0 specified Ian Romanick (1): GLX: Changes resulting from changes to Mesa generator scripts / data Jeremy Huddleston (40): XQuartz: pbproxy: Simplify linking Removed unised option from configure.ac for launchd XQuartz: Corrected name/command labels in the customization widget XQuartz: darwinP...
2008 May 01
0
[ANNOUNCE] xf86-video-xgixp 1.7.99.3
...lex Deucher (7): ~ Initial version of the xgi driver (xgixp) for xgi xp10 chips ~ fix license formatting and remove old cvs tags ~ fix the build on AMD64 ~ remove cfb cruft ~ Un-libc-wrap. ~ clean up // comments, minor formatting cleanups ~ Remove Isa support Ian Romanick (188): ~ Modify XGIGetRec to return a pointer and fully init. structure. ~ Add a couple checks to prevent crashes on error paths. ~ Eliminate tests for XFree86LOADER. It's the only way. ~ Eliminate unused variable. ~ indent ~ Remove the unused variable (FuncLevel)...
2008 Mar 06
0
[ANNOUNCE] xorg-server 1.4.99.901
...o Gerte Hoogewerf (1): Add stub symbols to make xprint build. Hong Liu (3): bgPixel (unsigned long) is 64-bit on x86_64, so -1 != 0xffffffff Bug 13308: Verify and reject obviously broken modes. Bug #12439: add a quirk to use +hsync +vsync for the probed detailed mode. Ian Romanick (63): Initial batch of changes for PCI rework. All future changes will be Added missing include of Pci.h. This caused the server to terminate Fixed severly broken calls to pci_device_find_by_slot. I mis-read the Added a comment about some suspicious code. Move probe...
2007 Aug 27
0
[ANNOUNCE] xf86-video-xgi 1.5.0
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 This is the initial release (despite the 1.5.0 version number) of the driver for XGI V3XT / V3XE / V5 / V8 and Z7 / Z9 based video cards. This driver is based on source code and documentation released by XGI. Much of the original code was written by Thomas Winischhofer. git tag: xf86-video-xgi-1.5.0
2007 Jul 13
1
NV43 + PPC64 = :(
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 I've been trying to get nouveau working on a Geforce 6600LE in a dual-core G5 PowerMac system. For various reasons, it's not working. The first problem I encountered was the lack of virt_to_bus on 64-bit PPC. After talking to benh on IRC, I created the attached patch. nouveau.ko can at least load on PPC64 now. :) However, during X-server