summaryrefslogtreecommitdiff
path: root/xc/lib
AgeCommit message (Expand)AuthorFilesLines
2002-10-29Cleaned version of Felix's smartwait patchkeithw3-50/+58
2002-10-29Cleaned version of Felix's smartwait patch.keithw3-113/+86
2002-10-29make radeon_sanity.c more like r200_sanity.ckeithw1-36/+124
2002-10-27re-disable libXThrStub building.anholt1-1/+1
2002-10-25move R200_FIREVERTICES() sooner in r200DestroyContext()brianp2-4/+2
2002-10-25restore libGL compatibility (hopefully)alanh2-2/+1
2002-10-25some missing XFree86 tagsalanh4-0/+8
2002-10-24Enable NV_blend_square and ATI_texture_mirror_once. Some merges stillidr4-33/+64
2002-10-24remove other references to HAVE_DRM_COMMANDalanh3-80/+0
2002-10-23Work around recursive locking issuekeithw1-0/+10
2002-10-23remove Compat42 stuff from the i8x0 driver - no longer needed with thealanh1-0/+2
2002-10-22final part of XFree86 4.2.99.2 mergeX_4_2_99_2-20021023-mergealanh160-220/+232
2002-10-22more mergingalanh4-37/+74
2002-10-22Initial revisionalanh10-0/+2565
2002-10-22fix inconsistent type aliasing (Felix Kühling)mdaenzer2-4/+4
2002-10-22add subpixel offset to Y coordinatemdaenzer2-3/+4
2002-10-20don't use texture placeholder heaps after they've been destroyedtrunk-20021022mdaenzer5-2/+5
2002-10-14Remove bogus division by 64 in r200UploadAGPClientSubImage().keithw1-1/+9
2002-10-14Take padding into account when calculating rectangular texture size.keithw1-2/+5
2002-10-12Fix a bug where if an image is ever clientdata, it will always be clientdatakeithw1-0/+2
2002-10-10New env var R200_AGP_CLIENT_TEXTURES, tells the driver that rectangular,keithw4-20/+39
2002-10-10use dlerror() to get more descriptive error message when we can't load a driverbrianp1-2/+3
2002-10-09Increase nr outstanding clears to 8keithw1-1/+3
2002-10-09Added GL_EXT_stencil_wrap extensionbrianp2-0/+19
2002-10-09Use TEXTURE0_ANY instead of 0x00f, etc.brianp1-2/+2
2002-10-09In testing ctx->Texture._ReallyEnabled, replace 0x00f with TEXTURE0_ANYbrianp1-2/+2
2002-10-07Clean up r200WaitForIdleLocked().keithw1-25/+17
2002-10-04don't abort on -EINTRmdaenzer2-4/+12
2002-10-03Make agp readpixels wait via r200Finish, hence irq's.keithw1-1/+2
2002-10-02* wait for vertical blank as late as possiblemdaenzer3-13/+27
2002-10-02respect RADEON_NO_USLEEPS and spin a bit in place otherwisemdaenzer1-6/+20
2002-10-02Fix test for emitting irq...keithw1-30/+32
2002-10-01Add debug for new DEBUG_PIXEL flagkeithw1-27/+57
2002-10-01New DEBUG_PIXEL flagkeithw2-0/+4
2002-10-01A version of Felix's irq-wait patchkeithw3-48/+44
2002-09-29Turn irq's back on for r200keithw1-2/+1
2002-09-29irqwait patch from felixkeithw3-49/+56
2002-09-28Apply Felix's patch to the r200 as wellkeithw1-1/+26
2002-09-28call radeonWaitForIdle if do_irq's is false (oops)keithw1-0/+2
2002-09-28radeonFinish uses ioctlskeithw1-1/+23
2002-09-27Modified GET_CURRENT_VB_MAX_ELTS to not over-commit the buffer whenidr1-1/+6
2002-09-26R200 sync-to-vblank support (set LIBGL_THROTTLE_REFRESH=1)anholt6-7/+36
2002-09-25change RADEON_PARAM_IRQ_ACTIVE to RADEON_PARAM_IRQ_NRmdaenzer1-1/+1
2002-09-25add usleeps (disable with RADEON_NO_USLEEPS), IRQs (disable with RADEON_NO_IR...mdaenzer5-8/+90
2002-09-24re-enable DriDriversalanh1-2/+1
2002-09-23Correct assertion.keithw1-1/+1
2002-09-23Disable irq's temporarilykeithw1-1/+2
2002-09-23merged r200-0-2-branch to trunkkeithw23-362/+1712
2002-09-23Disable printfkeithw1-272/+174
2002-09-11- Fix various bugs in the DRI support for the i830 and i845G (Keith Whitwell).dawes22-22517/+902