summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/r200/r200_screen.c
Commit message (Expand)AuthorAgeFilesLines
* Add Roland Scheidegger's S3TC patch. This patch does not implement theEric Anholt2004-10-071-1/+2
* updated patch for vertex programDave Airlie2004-09-081-1/+1
* This patch enables GL_ARB_vertex_program and GL_NV_vertex_programDave Airlie2004-09-071-0/+4
* Patch removes _SOLO definition needed for mesa-solo. mesa-soloJon Smirl2004-07-041-14/+1
* Remove fill_in_modes and use driFillInModes instead.Ian Romanick2004-06-031-82/+29
* Open/Close FullScreen die. unichrome and savage implemented, code is ifdef'd outJon Smirl2004-06-031-2/+0
* driCheckDriDdxDrmVersion uses a function that is not available toIan Romanick2004-06-021-3/+11
* add support for more than 2 texture units (max 6, default 4). use hang workar...Roland Scheidegger2004-06-021-3/+31
* Fix dumb mistake from a previous commit. __driCreateScreen is nowIan Romanick2004-06-011-1/+3
* Convert 'Display *' to '__DRInativeDisplay *'. Only portions of theIan Romanick2004-06-011-2/+2
* add check if drm is new enough for packet R200_EMIT_RB3D_BLENDCOLORRoland Scheidegger2004-05-201-0/+4
* Allow *_dri.so to build in Mesa tree with the 'linux-dri' target.Keith Whitwell2004-04-291-1/+1
* bring over build fixes from stable branchAlan Hourihane2004-04-261-0/+3
* Make sure drivers don't dereference a NULL pointer ifIan Romanick2004-03-261-10/+10
* Convert int(8|32)_t to uint(8|32)_t, like should have been done the first time.Ian Romanick2004-03-181-1/+1
* Convert all uses of CARD32 and CARD8 to int32_t and int8_t.Ian Romanick2004-03-171-1/+1
* Adjustments to make everything use IOCTL/sarea defines in DRM insteadJon Smirl2004-03-111-11/+11
* Fix a problem with 24-bit screens. Modes with 0 stencil bits wereIan Romanick2004-02-271-6/+5
* Create all the right modes for 16-bit screens.Ian Romanick2004-02-261-2/+15
* Minor tweaks to get the fbconfig list returned by __driCreateNewScreenIan Romanick2004-02-131-4/+5
* Fix a problem that caused the new interface code to not actually beIan Romanick2004-02-121-37/+61
* Initial pass at adding support for the new DRI driver interfaces toIan Romanick2004-02-111-44/+161
* Add support for Radeon IGP chipsets, based off of mcgrof-radeon-igp-v3.diffEric Anholt2004-01-051-2/+26
* Added def_max_anisotropy and no_neg_lod_bias options to radeon and r200.Felix Kuehling2004-01-051-1/+3
* applied Felix's patch for configuration systemBrian Paul2003-12-121-1/+26
* sync some more of the r200 driver from the DRI trunkAlan Hourihane2003-12-071-2/+17
* Update DRI drivers to current DRI CVS and make them work.Jon Smirl2003-10-211-73/+75
* r200 driver, brought over by Jon SmirlKeith Whitwell2003-08-061-0/+462