Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-07-07 | Make drm/libdrm/xf86drm.c match | Jon Smirl | |
xc/xc/programs/Xserver/hw/xfree86/os-support/linux/drm/xf86drm.c so that it matches the prototypes in xf86drm.h XFree86 bug: Reported by: Submitted by: Reviewed by: Obtained from: | |||
2004-07-07 | Add xf86drm.h back to drm/libdrm until it's true home can be found. | Jon Smirl | |
mesa-solo needs this file to build. XFree86 bug: Reported by: Submitted by: Reviewed by: Obtained from: | |||
2004-07-06 | Fix module loading on alpha by not referencing MTRR symbols on | Eric Anholt | |
!__REALLY_HAVE_MTRR. | |||
2004-07-06 | MFC as of 20040705: dev_t -> struct cdev * change. | Eric Anholt | |
2004-07-05 | align with kernel | Dave Airlie | |
2004-07-05 | fixes from kernel for 0 vs NULL - mika | Dave Airlie | |
2004-07-05 | whitespace align with kernel | Dave Airlie | |
2004-06-21 | fix bug with pci_disable_device in the wrong place (Paul Mackerras) remove | Dave Airlie | |
hack code from me.. | |||
2004-06-12 | dirty hack to make mach64 work, (don't worry I'll get around to fixing it | Dave Airlie | |
asap..) | |||
2004-06-10 | A few changes for recent redhat. | Keith Whitwell | |
2004-06-10 | i915 drm module | Keith Whitwell | |
2004-06-10 | i915.o drm driver | Keith Whitwell | |
2004-06-10 | gamma_dma_priority and gamma_dma_send_buffers both deref d->send_indices | Dave Airlie | |
and/or d->send_sizes. When these functions are called from gamma_dma, these pointers are user pointers and are thus not safe to deref. This patch copies over the pointers inside gamma_dma_priority and gamma_dma_send_buffers. Submitted-by: Robert T. Johnson <rtjohnso@eecs.berkeley.edu> Signed-off-by: Dave Airlie <airlied@linux.ie> | |||
2004-06-07 | The dev->devname being passed to request_irq in drm_irq.h is null. With the | Dave Airlie | |
old DRM interface, the devname was set in DRM(setunique), but with the current DRM interface >=1.1 the devname is not being set in DRM(set_busid). From: Alan Swanson Approved-by: Dave Airlie <airlied@linux.ie> | |||
2004-06-02 | Added some comments copied from xf86drm.h. | Ian Romanick | |
2004-06-01 | Replace size_t with an ugly, ugly hack. This was done so that code in the | Ian Romanick | |
core X-server would compile. Hopefully, this will soon be replaced with explicitly sized types (i.e., uint32_t) and everyone will be happy. | |||
2004-05-30 | 2.4 compat | Dave Airlie | |
2004-05-30 | fixes from kernel: Make users of page->count use the provided macros | Dave Airlie | |
2004-05-18 | fix whitespace issue in previous patch | Roland Scheidegger | |
2004-05-18 | add R200_EMIT_RB3D_BLENDCOLOR state packet to support GL_EXT_blend_color, | Roland Scheidegger | |
GL_EXT_blend_func_separate and GL_EXT_blend_equation_separate on r200 | |||
2004-05-18 | another 2.4 fix | Dave Airlie | |
2004-05-18 | 2.4 compat fix | Dave Airlie | |
2004-05-14 | Add PCI id entry for VIA CN400 (UnichromePro) chip. XFree86 bug: Reported | Erdi Chen | |
by: Submitted by: Reviewed by: Obtained from: | |||
2004-05-11 | Merge from FreeBSD-current. Mostly 64-bit cleanliness fixes, but a few | Eric Anholt | |
driver interface changes from -current. | |||
2004-05-11 | Add missing DRM_ERR()s. | Eric Anholt | |
2004-05-10 | do some real testing and fix the DRM initialising and unloading | Dave Airlie | |
2004-05-09 | Add mach64 DRM module for BSD (untested, but compiles). | Eric Anholt | |
2004-05-09 | Add .cvsignore files. | Eric Anholt | |
2004-05-09 | Warning fixes. | Eric Anholt | |
2004-05-09 | - Link in shared files as necessary and clean them up. | Eric Anholt | |
- Generate drm_pciids.h automatically. | |||
2004-05-09 | Catch up with sis's DRM tag change. | Eric Anholt | |
2004-05-09 | Remove after repocopy to Makefile, now that we don't have to worry about | Eric Anholt | |
conflicting with imake's output. | |||
2004-05-09 | No /bin/bash on BSD. | Eric Anholt | |
2004-05-09 | drm_hw_lock_t is now defined in drm.h, remove from here. | Eric Anholt | |
2004-05-09 | Commit sysfs and drm PCI changes for 2.6 kernel | Dave Airlie | |
2004-05-09 | make drm pciids | Dave Airlie | |
2004-05-03 | use drm.. not dri for class... | Dave Airlie | |
2004-05-02 | fix 2.4 build | Dave Airlie | |
2004-05-02 | better device class support from Jon Smirls patches.. | Dave Airlie | |
2004-04-26 | add another tdfx | Dave Airlie | |
2004-04-22 | Add __user annotations from kernel | Dave Airlie | |
2004-04-22 | add sparc ffb files from kernel just to keep things in sync | Dave Airlie | |
2004-04-21 | add new files to generate pci ids | Dave Airlie | |
2004-04-21 | bug from Linux kernel list caught by checker | Dave Airlie | |
2004-04-21 | centralise pci ids into one place and use scripts to generate files for | Dave Airlie | |
kernel | |||
2004-04-18 | Move Makefile.linux to Makefile. | Michel Daenzer | |
Get rid of Makefile juggling hacks which are no longer necessary. | |||
2004-04-12 | 1. Added a PCI ID. | Thomas Hellstrom | |
2. Big change to the XvMC part of the SAREA. OpenGL clients will not suffer from this, and via XvMC is still alpha. Needed to make future additions to XvMC (More decoders and overlays) possible. 3. Bumped version number to 1.3.0. | |||
2004-04-12 | more files for mach64 | Dave Airlie | |
2004-04-12 | Add mach64 to the trunk | Dave Airlie | |
2004-04-10 | Have CVS ignore some files produced by the build. | Michel Daenzer | |