summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/radeon/radeon_screen.c
Commit message (Expand)AuthorAgeFilesLines
* enable 3rd texture unit on radeon (default still 2 enabled units). Disable so...Roland Scheidegger2005-10-131-1/+2
* make some functions staticBrian Paul2005-09-141-2/+4
* just some reformattingBrian Paul2005-09-131-8/+10
* Add new void *addr and __DRIdrawablePrivate parameters toBrian Paul2005-09-041-10/+25
* set depthHasSurface for stencil renderbufferBrian Paul2005-09-021-0/+1
* Finish up some of the gl_renderbuffer work.Brian Paul2005-09-011-9/+7
* Add Egberts fixes for 64bit architecturesAlan Hourihane2005-08-151-0/+4
* glxEnableExtension is a platform-specific function exported by the loader.Ian Romanick2005-07-281-10/+8
* Major rip-up of internal function insertion interface. The oldmesa_6_3_1Ian Romanick2005-07-281-1/+13
* Fixes the glXGetProcAddress portion of the interface. Most of the functionsIan Romanick2005-07-261-13/+11
* All elements of pre-DRI_NEW_INTERFACE_ONLY are removed. This allowsIan Romanick2005-07-241-42/+16
* Major check-in of changes for GL_EXT_framebuffer_object extension.Brian Paul2005-05-041-3/+60
* Add support for production version of ATI RN50/ES1000. (ATI TechnologiesMichel Dänzer2005-03-181-0/+2
* Add a dri config option to enable the max texture level hackDave Airlie2005-02-261-1/+2
* fd.o bug #2576: Add support for ATI RN50/ES1000. (ATI Technologies Inc.)Michel Dänzer2005-02-181-0/+3
* (Stephane Marchesin, me) Add support for color (framebuffer) tiling to the ra...Roland Scheidegger2005-01-261-2/+6
* Also PUBLICize the config option tableAdam Jackson2004-12-161-1/+1
* Mark __driCreateNewScreen PUBLICAdam Jackson2004-12-151-0/+1
* uint*t -> u_int*t changesAlan Hourihane2004-12-141-3/+3
* (Stephane Marchesin, me) add hyperz support to radeon and r200 drivers. Only ...Roland Scheidegger2004-12-081-1/+2
* enable GL_EXT_stencil_wrap (patch from idr), including some hacks for origina...Roland Scheidegger2004-12-031-0/+2
* add some chip idsRoland Scheidegger2004-11-101-0/+5
* Add Roland Scheidegger's S3TC patch. This patch does not implement theEric Anholt2004-10-071-1/+2
* Patch removes _SOLO definition needed for mesa-solo. mesa-soloJon Smirl2004-07-041-14/+2
* Remove fill_in_modes and use driFillInModes instead.Ian Romanick2004-06-031-82/+30
* Open/Close FullScreen die. unichrome and savage implemented, code is ifdef'd outJon Smirl2004-06-031-6/+0
* driCheckDriDdxDrmVersion uses a function that is not available toIan Romanick2004-06-021-2/+10
* 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
* 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/+1
* 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-13/+13
* Add support for the new DRI driver interfaces to the radeon driver (patch por...Roland Scheidegger2004-03-011-38/+190
* Add support for Radeon IGP chipsets, based off of mcgrof-radeon-igp-v3.diffEric Anholt2004-01-051-0/+13
* 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/+25
* merge some more of the radeon DRI driver from the DRI trunkAlan Hourihane2003-12-071-3/+17
* Update DRI drivers to current DRI CVS and make them work.Jon Smirl2003-10-211-44/+63
* patch to import Jon Smirl's work from BitkeeperBrian Paul2003-08-221-0/+421