summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2003-04-10Add the PCI relevent part of the new DRM API patch, i.e, no AGP/scatter funct...mach64-0-0-5-branchjrfonseca6-2/+284
2003-01-24Add scissor regs to dump_engine_info.ldelgass2-0/+13
2002-12-06DRM Makefile dependency fix (Allen Barnett)ldelgass1-1/+1
2002-11-24Some cleanups for irq install/uninstallldelgass1-21/+17
2002-11-24Add irq functions to drmSymbols list.ldelgass1-0/+3
2002-11-15Merge a couple fixes from trunk:ldelgass3-2/+3
2002-11-11Check for null vert_buf after ALIGN_MALLOC and before ALIGN_FREEldelgass1-1/+4
2002-11-10Verify client buffer size. Use unsigned format in debug output.ldelgass1-3/+8
2002-11-10Update the vertex buffer IOCTL interface.jrfonseca4-40/+15
2002-11-10Discard entire buffer if verify fails -- eliminates possible lockups withldelgass1-32/+43
2002-11-10Use userspace memory for the vertex buffers - DRM bits. Note that the old IOC...jrfonseca1-82/+35
2002-11-10Use userspace memory for the vertex buffers - client bits. Note that the old ...jrfonseca4-27/+29
2002-10-31Revamped copy_and_verify to use linux user memory access routines to cope wit...jrfonseca1-29/+36
2002-10-30Verify against exact setup engine register address ranges, as I've confirmedldelgass1-9/+3
2002-10-30Fix reg. range verify. SETUP_CNTL (1_C1) should only be written by the drmldelgass1-1/+1
2002-10-29Support (disabled by default for now) for copying and verifying the client bu...jrfonseca1-2/+107
2002-10-20Changes to the output macros to eliminate gcc 3.2 warnings regarding the use ...jrfonseca1-5/+6
2002-09-25Fix bug in mach64_find_pending_buf_entry. Need another level of indirectionldelgass1-7/+12
2002-09-24Move ATIDRISync before ATIMach64ValidateClip (which might write to scissorldelgass1-2/+2
2002-09-15add have3DWindowsldelgass2-5/+11
2002-09-07Endianess fix for textures with mmio modeldelgass1-4/+1
2002-09-04Frame-rate throttling - new GETPARAM ioctl, green performance box for waitsldelgass17-890/+891
2002-08-29Remove save/restore of pattern registers since we no longer use them inldelgass3-74/+8
2002-08-23add mach64 to DriDrivers list for alphaldelgass1-1/+1
2002-08-23add clearbit from linux asm for alpha to mach64_clear_dma_eol.ldelgass1-0/+16
2002-08-22add mach64 to Makefile.kernel, merge in some drm build fixes from the trunk.ldelgass8-17/+31
2002-08-18Revert bus master test to using pattern registers. On some GTPros, the testldelgass1-33/+52
2002-08-16Print error messages before cleanup.ldelgass1-10/+10
2002-08-12Use pATIDRISever->IsPCI to decide if a local texture heap is needed.ldelgass1-4/+2
2002-08-12print log message if drm kernel module init fails.ldelgass1-0/+4
2002-08-12change DRM_INFO -> DRM_ERROR on failure to set pci dma mask.ldelgass1-1/+1
2002-08-12Use pci_alloc_consistent instead of pci_pool_alloc for descriptor ringldelgass2-45/+31
2002-08-11Fix two-sided lighting. For some reason, the native vertex buffer pathldelgass2-1/+3
2002-08-09Don't debug print the entire DMA test buffer.ldelgass1-1/+5
2002-08-09missed a tag.ldelgass1-3/+2
2002-08-09Add author credits for Jose and myself to various source files,ldelgass38-152/+169
2002-08-07Improve XAA cache allocation, disable local texture heap for AGP cards.ldelgass7-144/+251
2002-08-05Revert CompositeSync option default to false. (fix merged from XFree86 CVS)ldelgass1-1/+1
2002-08-02Add ability to use only AGP texture heap with no local texture heap.ldelgass7-24/+31
2002-07-28Use unsigned long for handles passed to DRM as other drivers do.ldelgass4-15/+15
2002-07-26Change calculation for MaxTextureLevels supported to use screen depthldelgass1-9/+12
2002-07-22Mantain the vertex structure alignment [on its end] so that calls to TAG(emit...jrfonseca3-60/+59
2002-07-22Emit OOA together with the vertex data using the OOA aliases for that effect.jrfonseca2-71/+107
2002-07-22Fixed the remaining bug with the textures: the 'coord' pointer was being upda...jrfonseca1-11/+6
2002-07-21Fixes the runaway clipped vertices bug found in q3a, but there are still prob...jrfonseca1-20/+10
2002-07-17Revert flatshade fix and use Keith's fix for reordering verts inldelgass1-99/+8
2002-07-16Have Mesa copy provoking vertex color to all verts for flatshading. Sinceldelgass1-8/+97
2002-07-14Remove the duplicate GUI_ACTIVE check (spotted by Leif)jrfonseca1-6/+5
2002-07-14Changed mach64_ring_idle to mesure the time for the ring head advances instea...jrfonseca1-5/+16
2002-07-12Fix vertices in draw_pointsldelgass1-2/+3