summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2001-03-13- Merge from trunk into branch IIsarea-1-0-0-20010314sarea-1-0-0-branchKevin E Martin15-148/+93
2001-03-07- Merge from trunk into branchsarea-1-0-0-20010307Kevin E Martin64-2206/+2139
2001-03-07- Prepare for merge with trunksarea-1-0-0-20010307-freezeKevin E Martin14-218/+175
- Change variable names to be more consistent - Fix bug in per-context creation routine - Fix root-only permissions for get/setsareactx IOCTLs - Back out incomplete gamma changes - Fix some compilation warning messages - Various code cleanups - Disable per-context SAREA example code for Radeon This can be re-enabled when it is actually used by the driver. Look for '#ifdef PER_CONTEXT_SAREA' in the client-side and ddx Radeon driver.
2001-02-21Initial dev_private device mapping's rather than fixed map numbersJeff Hartmann2-35/+66
2001-02-21Initial gamma kernel initialization routine, not done just yetJeff Hartmann7-4/+101
2001-02-20Implemented an solution to the fork resource problem without usingJeff Hartmann8-128/+250
zap_page_range, a little more code, but just as good (and no kernel export modifications are needed for this solution.)
2001-02-19Various fixups to make things work correctlyJeff Hartmann6-22/+26
2001-02-19Added rmmap vma fixup routine so that the kernel does the right thing whenJeff Hartmann6-10/+96
removing mappings that might still exist in a forked process.
2001-02-19Removed DRM_DEBUG_CODE #defines around vma book keeping, since we will needJeff Hartmann2-10/+0
it to keep drmRmMap safe
2001-02-15Don't build the gamma for now, it has no initialization function to findJeff Hartmann1-7/+8
its mappings.
2001-02-15Make I810 compileJeff Hartmann8-46/+50
2001-02-15Initial merge with Gareth's templated drm code of big sareas and per clientJeff Hartmann21-254/+707
sareas, untested and only mga/r128/radeon compile
2001-02-15- Fix up merge.mga-1-0-0-20010215-mergeGareth Hughes11-322/+11
- Update date stamps.
2001-02-15Merge mga-1-0-0-branch into trunk.Gareth Hughes91-14599/+25233
2001-02-14file i810.h was initially added on branch mga-1-0-0-branch.Gareth Hughes0-0/+0
2001-02-14file radeon.h was initially added on branch mga-1-0-0-branch.Gareth Hughes0-0/+0
2001-02-14file r128.h was initially added on branch mga-1-0-0-branch.Gareth Hughes0-0/+0
2001-02-14file r128_drm.c was initially added on branch mga-1-0-0-branch.Gareth Hughes0-0/+0
2001-02-14file tdfx.h was initially added on branch mga-1-0-0-branch.Gareth Hughes0-0/+0
2001-02-14file tdfx_drm.c was initially added on branch mga-1-0-0-branch.Gareth Hughes0-0/+0
2001-02-13file gamma_context.c was initially added on branch mga-1-0-0-branch.Alan Hourihane0-0/+0
2001-02-09file gamma_drm.c was initially added on branch mga-1-0-0-branch.Alan Hourihane0-0/+0
2001-02-09file gamma.h was initially added on branch mga-1-0-0-branch.Alan Hourihane0-0/+0
2001-02-02file dristat.c was initially added on branch mga-1-0-0-branch.Rik Faith0-0/+0
2001-02-01file drm_stub.h was initially added on branch mga-1-0-0-branch.Rik Faith0-0/+0
2001-01-29Corresponding sync with PCI GART updates.Gareth Hughes5-27/+20
2001-01-28Fix depth clears properly this time. Update all instances oftdfx-3-0-1-branchGareth Hughes2-16/+25
drmRadeonClear() to the new interface.
2001-01-26Client-side updates for drmRadeonClear(...), fixes color/depth bufferGareth Hughes2-11/+0
clears.
2001-01-24file mga_warp.c was initially added on branch mga-1-0-0-branch.Gareth Hughes0-0/+0
2001-01-24file mga_ucode.h was initially added on branch mga-1-0-0-branch.Gareth Hughes0-0/+0
2001-01-24file mga_drm.c was initially added on branch mga-1-0-0-branch.Gareth Hughes0-0/+0
2001-01-24file mga.h was initially added on branch mga-1-0-0-branch.Gareth Hughes0-0/+0
2001-01-24file drm_vm.h was initially added on branch mga-1-0-0-branch.Gareth Hughes0-0/+0
2001-01-24file drm_lock.h was initially added on branch mga-1-0-0-branch.Gareth Hughes0-0/+0
2001-01-24file drm_memory.h was initially added on branch mga-1-0-0-branch.Gareth Hughes0-0/+0
2001-01-24file drm_bufs.h was initially added on branch mga-1-0-0-branch.Gareth Hughes0-0/+0
2001-01-24file drm_proc.h was initially added on branch mga-1-0-0-branch.Gareth Hughes0-0/+0
2001-01-24file drm_fops.h was initially added on branch mga-1-0-0-branch.Gareth Hughes0-0/+0
2001-01-24file drm_init.h was initially added on branch mga-1-0-0-branch.Gareth Hughes0-0/+0
2001-01-24file drm_ioctl.h was initially added on branch mga-1-0-0-branch.Gareth Hughes0-0/+0
2001-01-24file drm_drv.h was initially added on branch mga-1-0-0-branch.Gareth Hughes0-0/+0
2001-01-24file drm_context.h was initially added on branch mga-1-0-0-branch.Gareth Hughes0-0/+0
2001-01-24file drm_drawable.h was initially added on branch mga-1-0-0-branch.Gareth Hughes0-0/+0
2001-01-24file drm_agpsupport.h was initially added on branch mga-1-0-0-branch.Gareth Hughes0-0/+0
2001-01-24file drm_auth.h was initially added on branch mga-1-0-0-branch.Gareth Hughes0-0/+0
2001-01-24file drm_dma.h was initially added on branch mga-1-0-0-branch.Gareth Hughes0-0/+0
2001-01-24file drm_lists.h was initially added on branch mga-1-0-0-branch.Gareth Hughes0-0/+0
2001-01-24- Misc cleanups.Gareth Hughes12-353/+294
- Fix drmR128Clear parameters (Radeon to follow). - Add some helper macros to r128/radeon kernel modules.
2001-01-23file ati_pcigart.h was initially added on branch ati-pcigart-0-0-1-branch.Jeff Hartmann0-0/+0
2001-01-23file ati_pcigart.c was initially added on branch ati-pcigart-0-0-1-branch.Jeff Hartmann0-0/+0