summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2002-12-12add (and use) mechanism to destroy mutexesr200-stable-1-0-branchkeithw4-0/+16
2002-12-10Import fix from Mesa CVS: Memory leak on deleting bound texturekeithw1-0/+4
2002-10-29Turn boxes off againkeithw1-1/+1
2002-10-28Disable print when radeon_freelist_get return null.r200-stable-1-0-20021028keithw1-2/+2
2002-10-23Work around recursive locking issue.keithw1-0/+10
2002-10-22Turn on lock debugging for 3d client driverkeithw1-1/+1
2002-10-20don't use texture placeholder heaps after they've been destroyedtrunk-20021022mdaenzer5-2/+5
2002-10-14Fix reversed test that broke vblank waiting on FreeBSD.anholt1-1/+1
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-11Fix bug when emitting only the last vertex in a line loop.keithw1-7/+15
2002-10-10Add gets for GL_UNPACK_CLIENT_STORAGE_APPLEkeithw1-0/+12
2002-10-10only grab the lock (to prevent clients from emitting CP commands) if the CP a...mdaenzer1-4/+4
2002-10-10remove a bogus error check in _glapi_add_entrypoint() that prevented aliased ...brianp1-7/+0
2002-10-10check texImage->IsClientData before freeing memorybrianp1-16/+16
2002-10-10Remove bogus restriction on AgpSize -- there's no need for thiskeithw1-11/+3
2002-10-10Jonny Strom's mga_dma.c patchkeithw1-1/+10
2002-10-10New env var R200_AGP_CLIENT_TEXTURES, tells the driver that rectangular,keithw4-20/+39
2002-10-10Don't try to free clientdata texture images.keithw1-1/+1
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-09replaced max() macro with conditional expressionbrianp1-1/+1
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-08Fix error condition...keithw1-1/+1
2002-10-08Call pci_enable_device() in DRM(irq_busid).keithw1-2/+15
2002-10-07Clean up r200WaitForIdleLocked().keithw1-25/+17
2002-10-05Using DMA for XvPutImage causes instabilities, so introduce Optionmdaenzer5-14/+215
2002-10-04don't abort on -EINTRmdaenzer2-4/+12
2002-10-04Initialize variables in ScreenInit() so we can use sane tests. Dualheadmdaenzer2-8/+13
2002-10-03Make agp readpixels wait via r200Finish, hence irq's.keithw1-1/+2
2002-10-02better error checking related to YCbCr imagestrunk-20021002brianp1-22/+51
2002-10-02index_mask() bug fix from Mesa CVSbrianp1-0/+1
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-02Free correct block in free_block (K. Rasche)keithw1-1/+1
2002-10-02Fix test for emitting irq...keithw1-30/+32
2002-10-02* don't call fbdevHWxxx functions directly but from RADEONxxxmdaenzer1-69/+110
2002-10-01fix wait condition for vertical blank IRQsmdaenzer1-1/+1
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-10-01enable bus mastering for PCI chips as wellmdaenzer1-4/+4
2002-09-30disable NV_texture_rectangle by defaultbrianp1-1/+1
2002-09-29Remove some noise being spit to the console.anholt1-2/+0
2002-09-29Make our set_bit and friends match linux better (cleans up some warnings)anholt1-12/+12
2002-09-29warnings cleanupanholt1-3/+3
2002-09-29Fix some of my silliness in DRM_WAIT_ON (not returning EINTR).anholt1-7/+5