summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/radeon/server
AgeCommit message (Expand)AuthorFilesLines
2011-11-07radeon: cleanup radeon shared code after r300 and r600 classic drivers removalFabio Pedretti2-219/+0
2010-03-06dri: drop MINIGLX_SOURCES (2)George Sapountzis1-1337/+0
2010-01-22egl: Remove USING_EGL and the related drivers.Chia-I Wu1-1088/+0
2010-01-18r100: add blit supportAlex Deucher1-1/+24
2009-08-28r100/r200: Share PolygonStripple code.Pauli Nieminen1-0/+3
2009-08-26radeon: add r100 OQ support with kms.Dave Airlie1-0/+2
2009-03-20Merge remote branch 'main/master' into radeon-rewriteDave Airlie1-1/+1
2009-03-09fix typo in fragment pipe alu define, should fix dot3_rgb tex combineRoland Scheidegger1-1/+1
2009-01-29WIP comitDave Airlie1-0/+3
2008-09-21Remove CVS keywords.Keith Whitwell4-4/+0
2008-09-21mesa: standardize on C99's uint*_t instead of u_int*_tKeith Whitwell1-2/+2
2006-05-27preparation for r200 hw vertex programs. Increase R200_CMD_BUF_SZ to 16k inst...Roland Scheidegger1-0/+2
2006-04-03use WidthDave Airlie1-0/+1
2005-12-30fill out framebuffer egl stuff enable egl on R300Dave Airlie1-2/+10
2005-12-29add support for PCIE card to EGL, doesn't fully work yet but these changesDave Airlie2-2/+18
2005-12-29rv370 not rv350Dave Airlie1-1/+1
2005-12-29typoDave Airlie1-1/+1
2005-12-29add some card type ioctl supportDave Airlie1-6/+46
2005-12-28add some r300 informationDave Airlie1-1/+7
2005-12-23fixup driver for some api changesDave Airlie1-3/+3
2005-11-28rearrange some code to put in more logical order, misc clean-upsBrian Paul1-53/+98
2005-11-24use new _egl_api structBrian Paul1-3/+5
2005-11-23fixed wrong return value in radeonShowSurfaceMESA()Brian Paul1-2/+2
2005-10-16fix some obvious typos in radeon_reg.h (only currently unused bits affected)Roland Scheidegger1-4/+4
2005-08-15Add Egberts fixes for 64bit architecturesAlan Hourihane1-8/+8
2005-08-08fix up color tiling in miniglx radeon server codeDave Airlie1-15/+34
2005-08-08Remove platform specific bits from radeon_egl.cJon Smirl1-2/+0
2005-08-05More EGL prep. No impact on anything outside of EGLJon Smirl2-1/+16
2005-08-04New files for radeon egl driver.Jon Smirl1-0/+980
2005-08-03Add color tiling support to miniglx for radeonDave Airlie3-2/+81
2005-07-29Leave the AGP_BASE code in. It is pointless to bump the interfaceJon Smirl1-0/+4
2005-07-29Remove OUTREG(RADEON_AGP_BASE, info->ringHandle); from DRI driverJon Smirl1-4/+0
2005-03-05Fixing memset on ia64 & other archsDave Airlie1-2/+3
2005-02-15Add missing texture formats for completenessDave Airlie1-0/+5
2005-02-13Typo fix.Michel Dänzer1-1/+1
2005-02-12MMIO endianness fixes for Radeon drivers.Michel Dänzer1-9/+3
2005-01-26replace magic number with macro constant RADEON_ZBLOCK16Roland Scheidegger1-0/+1
2004-12-09fixup pci code for Jon's last checkin for changing page sizeDave Airlie1-2/+2
2004-12-08(Stephane Marchesin, me) add hyperz support to radeon and r200 drivers. Only ...Roland Scheidegger1-0/+3
2004-12-08From: Stephane Marchesin <marchesin@icps.u-strasbg.fr>Dave Airlie2-7/+96
2004-12-03enable GL_EXT_stencil_wrap (patch from idr), including some hacks for origina...Roland Scheidegger1-0/+6
2004-07-10Make solo radeon/r128 drivers track fix for DRI bug 849Jon Smirl1-13/+5
2004-07-05Convert miniglx to use Ian's fancy new driver config code.Jon Smirl1-45/+0
2004-06-29This should make most linux-solo drivers work again. Mainly a fixJon Smirl1-1/+1
2004-06-02Replace drmHandle, drmContext, drmDrawable, drmMagic and related types withIan Romanick3-11/+11
2004-04-15set default page flipping to zero can be changed in header fileDave Airlie3-2/+5
2004-04-14get agpmode from config fileDave Airlie1-3/+4
2004-04-13make this exactly like XFree86 .. allows 4x to workDave Airlie1-5/+5
2004-03-12These files are redundant now. Definitions come from DRM files.Jon Smirl2-703/+0
2004-03-11Adjustments to make everything use IOCTL/sarea defines in DRM insteadJon Smirl2-20/+20