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