summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2004-03-05don't use bitfields.alanh1-4/+4
2004-03-04Adding missing XvMC initialization code. This may not fix XvMC on savage it ...agd5f1-0/+7
2004-03-04remove (void)kernel8, etc - not needed anymorebrianp1-2/+0
2004-03-03Enable use of the new interface in the Radeon driver.idr1-1/+1
2004-03-03Merged driinterface-0-0-3driinterface-0-0-3-20040303-mergeidr32-1051/+2016
2004-03-02remove videodev2.h, savage_util.c/h. S3 remnants no longer neededagd5f3-1552/+0
2004-03-02- Add check to make sure there is enough ram for 3D with the mode/depthdriinterface-0-0-3-20040303-premergeagd5f4-71/+50
2004-02-28Remove extraneous code accidentally added with revision 1.86daenzer1-17/+0
2004-02-28More differentiated error codes for DRM(agp_acquire)daenzer1-1/+5
2004-02-27Make DPMS work for flatpanels when the BIOS is not setting modes.agd5f1-1/+31
2004-02-26Removed savagevb.[ch].mach64-0-0-7-branchfxkuehl1-7/+0
2004-02-24a little morealanh1-2/+2
2004-02-24get rid of BuildXIElib and BuildPEXlibalanh1-8/+0
2004-02-24remove un-needed/unused function declaration.agd5f1-1/+0
2004-02-24build fix for old gcc'salanh1-1/+2
2004-02-24Use DO_MUNMAP_4_ARGS macro defined in Makefile.linux (Steve Holland).fxkuehl1-2/+2
2004-02-22Added Imakefiles to build the Savage DRI driver from Mesa sources.fxkuehl2-0/+188
2004-02-22Merged the Savage DRM driver from the savage-2-0-0-branch into the trunk.fxkuehl7-2/+656
2004-02-22Merged the DRI-enabled Savage 2D driver from the savage-2-0-0-branch into the...fxkuehl20-362/+7107
2004-02-21Conditionally add definition of list_for_each_entry_safe for kernel versions ...fxkuehl1-0/+8
2004-02-20drm_ctx_dtor.patchkeithw4-0/+72
2004-02-18Fix sisfb header location for 2.6 kernelsdaenzer1-0/+4
2004-02-12/me grumbles about too many source trees...idr1-1/+1
2004-02-12Revert unintentional changes from my local tree.idr1-1/+1
2004-02-12Fontfile.diffkeithw3-673/+844
2004-02-08There's a client-side and a server-side portion to this commit. Bothidr7-56/+75
2004-02-07Missed IGP line in the radeon man page (Albert Astals Cid)agd5f1-1/+1
2004-02-07Add support for real glDrawArrays protocol. There will be problemsidr3-39/+341
2004-02-07Refactored the body of __glXSendLargeCommand to call a new functionidr2-32/+59
2004-02-07Folks, that's what happens when you're working on 16 things and once,idr1-2/+2
2004-02-07Removed the unused define __GL_BOOLEAN_ARRAY. Re-implementedidr2-31/+13
2004-02-06Client-side vertex array state is now tracked as an array of arrayidr4-422/+293
2004-02-04fix transparentPixel type to GLX_NONEalanh3-5/+5
2004-02-03A couple minor tweaks to hook-up support for the 1.1 andidr3-6/+4
2004-02-03fix a build problem with __GLX_ALIGN64 is definedalanh1-4/+7
2004-02-02make code more consistent with respect to agp alloc/bind failuresairlied1-9/+12
2004-01-31Added bridge functions to convert EXT vertex array pointer calls to GLidr2-0/+85
2004-01-30Fixed a problem matching visuals when GLX_DONT_CARE is used for theidr2-1/+8
2004-01-30Fix long-standing off-by-one bug in calculating dimensions of singlekeithw1-2/+2
2004-01-30silence warningalanh1-1/+1
2004-01-28link driverfuncs.h tooalanh1-0/+1
2004-01-28fix driverfuncs for OSmesaalanh1-5/+6
2004-01-28silence warningsalanh1-0/+3
2004-01-28restore backwards compatibilityalanh1-6/+5
2004-01-27- Remove the 2048 limit code. using the DRI beyond 2048 has yet to cause anyagd5f3-49/+34
2004-01-26My previous fixes created a binary compatability problem. The issueidr8-280/+399
2004-01-21Include new driverfuncs.c in Xserver buildkeithw1-2/+14
2004-01-21Added enums for a couple rare SGIX extensions.idr1-3/+17
2004-01-21Build and link driverfuncs.c from Mesa. This probably isn't the rightidr1-5/+13
2004-01-20A few more vertex array fixes for EXT_secondary_color andidr3-0/+71