summaryrefslogtreecommitdiff
path: root/shared
AgeCommit message (Collapse)AuthorFilesLines
2003-04-23Merge from trunk.texmem-0-0-1Ian Romanick7-44/+67
2003-04-23Removed the IDR_HACK vblank code.Ian Romanick1-15/+0
2003-04-02First part of trunk-to-branch merge. More to follow.Ian Romanick13-268/+239
2003-03-17Hack to generate vblank interrupts.texmem-0-0-1-20030328-freezeIan Romanick1-0/+15
2003-02-06Merge of EAGAIN handling fix from trunk.Ian Romanick1-9/+7
2003-02-05Fix texture aging bug, consolidate sarea texture heap tracking structs, fixLeif Delgass2-9/+3
pointers to agp heap info in sarea, fixes for placeholder texobjs (texmem stolen by other clients). Add debugging for local/global tex heaps.
2003-02-05Merge from trunk.texmem-0-0-1-20030204-trunk-mergeIan Romanick3-15/+16
2003-02-01Sync txformat register defines between drm and ddx headers.texmem-0-0-1-20030204-trunk-premergeLeif Delgass1-0/+1
2003-01-26Warning fix from trunk.Leif Delgass1-1/+1
2003-01-26Merge from trunk.texmem-0-0-1-20030125-trunk-mergeIan Romanick6-135/+152
2002-12-05Massive trunk-to-branch merge. This includes the Mesa-5.x updates.texmem-0-0-1-20030123-trunk-premergeIan Romanick5-12/+24
2002-12-03Make getparam ioctl usable by unprivileged clients (from trunk)Leif Delgass1-1/+1
2002-11-06Merge from trunk.Ian Romanick16-37/+490
2002-10-02Free correct block in free_block (K. Rasche)trunk-20021002Keith Whitwell1-1/+1
2002-10-01fix wait condition for vertical blank IRQsMichel Daenzer1-1/+1
2002-09-29Turn boxes off againKeith Whitwell1-1/+1
2002-09-29Move os-dependent stuff out of radeon_irq.cKeith Whitwell3-86/+46
2002-09-29Fix up BSD irq handling.Eric Anholt1-6/+10
2002-09-27make SW interrupts more robust: write sequence number to scratch register,Michel Daenzer2-17/+26
acknowledge any lost interrupts before waiting
2002-09-26DRM(vblank_wait) is driver specificMichel Daenzer1-0/+39
2002-09-26BSD vblank framework.Eric Anholt1-1/+0
2002-09-25change RADEON_PARAM_IRQ_ACTIVE to RADEON_PARAM_IRQ_NRMichel Daenzer2-4/+3
2002-09-25common ioctl to wait for vertical blank IRQsMichel Daenzer4-80/+97
2002-09-23merged r200-0-2-branch to trunkKeith Whitwell7-20/+785
2002-08-29standardize use of __FUNCTION__ (Linus)Keith Whitwell9-41/+41
2002-08-28Turn boxes off.Keith Whitwell1-1/+1
2002-08-26merged r200-0-1-branchr200-0-1-20020822-mergeKeith Whitwell5-180/+867
2002-08-21TRUE and FALSE don't seem to be defined everywhere...Michel Daenzer1-2/+2
2002-08-12zero-cliprect case patch from JacekKeith Whitwell1-2/+10
2002-08-11test scratch register writeback before using itMichel Daenzer3-4/+27
2002-08-06Updates from Rusty Russell to:Rik Faith2-2/+1
1) Remove redundant header inclusion 2) Silence bitop on non-long argument warnings (change int to long) 3) Move to ISO C (gcc 2.6) initializers (accepted by older gccs also) All of these are syntax changes that should not impact functionality.
2002-07-18fix off-by-one error for right bottom corner in radeon_emit_clip_rect()GEODE-BASE-DRIVERreinit-0-0-1-branchgeode-0-0-1-branchMichel Daenzer1-2/+1
(Jacek Rosik)
2002-07-17Workaround for Radeon lockups on fast machinesTim Smith1-1/+13
2002-07-14bump DRM minor and check it before using the GETPARAM ioctl to obtainMichel Daenzer1-3/+3
scratch register values
2002-07-11Don't read scratch registers directly, obtain the values via the GET_PARAMMichel Daenzer3-29/+42
ioctl. The DRM reads them from memory addresses the chip writes to on updates. Fall back to reading the registers directly with an old DRM. (Tim Smith, cleanups by myself)
2002-07-05merged bsd-3-0-0-branchbsd-3-0-0-20020705-mergeAlan Hourihane18-7/+22785
2002-06-12merged tcl-0-0-branchtrunk-20020617tcl-0-0-20020612-mergeKeith Whitwell1-0/+4
2002-04-09Merged drmcommand-0-0-1drmcommand-0-0-1-20020409-mergeJens Owen1-96/+3
2002-02-14First pass of mesa-4-0 branch merge into trunk.trunk-20020221mesa-4-0-20020214-mergeDavid Dawes1-0/+7
2002-01-27First pass merge of XFree86 4.2.0 import.X_4_2_0-20020128-mergeDavid Dawes1-4/+18
2001-07-18Add module version name at a lower layer of the code, allows things to beJeff Hartmann1-16/+0
more flexible and allow older module versions to still work. Might not be final code if we move over to DRI kernel module version, but will be if we use XFree86 version. + Only build tdfx.o instead of tdfx-4_1_0.o since tdfx.o has never changed its API.
2001-07-16Added version string to the end of the kernel module name. This allowsJeff Hartmann1-0/+16
multiple versions of the kernel module to co-exist on one machine.
2001-07-13Fix typo in XFREE86_VERSION().Gareth Hughes1-1/+1
2001-06-14First pass of 4.1.0 merge.X_4_1_0-20010615-mergeDavid Dawes1-9/+28
2001-05-17Make the SiS module work again. At least glxinfo reports it's working, yetAlan Hourihane1-0/+5
trying to run the simple apps return 'out of video memory'
2001-05-03Make SiS driver compile with the new templated format. Not tested. minorAlan Hourihane1-5/+0
cleanups
2001-04-05Merged ati-pcigart-1-0-0ati-pcigart-1-0-0-20010405-mergeKevin E Martin1-5/+15
2001-03-21Move #include <linux/config.h> inside the __linux__ #ifdef, so that itX_4_0_99_1-20010321-mergeDavid Dawes1-1/+1
doesn't break non-Linux builds.
2001-03-14Merged sarea-1-0-0sarea-1-0-0-20010314-mergefull-1-0-0-20010315-headKevin E Martin1-1/+12
2001-03-06Merge tdfx-3-1-0 branch.tdfx-3-1-0-20010306-mergeGareth Hughes1-1/+1