aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/radeon/radeon_screen.c
Commit message (Expand)AuthorAgeFilesLines
* Fix/improve framebuffer object reference counting.Brian2007-03-061-1/+1
* r300: Add proper support for sin/cos instruction in fragment programRune Peterson2007-02-121-1/+10
* support as much of GL_EXT_stencil_two_side as we can. untested.Aapo Tahkola2007-01-181-1/+7
* Enable GLX_SGI_make_current_read for radeon.Ian Romanick2006-10-181-0/+1
* implement ARB_point_parameters and ARB_point_sprite on r200. The code is near...Roland Scheidegger2006-10-131-0/+2
* Give the user posibility to choose speed over correctness.Rune Petersen2006-08-311-1/+14
* close #6318Aapo Tahkola2006-08-271-7/+4
* remove the now confusing option to manually enable software ARB_vp if drm is ...Roland Scheidegger2006-08-191-2/+1
* preparation for r200 hw vertex programs. Increase R200_CMD_BUF_SZ to 16k inst...Roland Scheidegger2006-05-271-0/+1
* Dont allow 16 tex units to be used at all.Aapo Tahkola2006-05-181-1/+1
* the r300 should only use 8 until Mesa can deal with thisDave Airlie2006-05-121-1/+1
* use gart base from drm not try to work it out ourselves.. bump radeon clientDave Airlie2006-04-041-27/+22
* switch to card_type rather than IsPCI, doesn't change any functionality yetDave Airlie2006-04-041-20/+23
* Dave Reveman's patch for GLX_MESA_copy_sub_buffer supportBrian Paul2006-03-311-2/+6
* free rs300 and ban r350(according to r300.sf.net)Aapo Tahkola2006-03-311-2/+2
* disable r300 chips. R300_FORCE_R300 to forceAapo Tahkola2006-03-311-0/+8
* make allow_large_textures 1 by default for radeon and r200, and consequently ...Roland Scheidegger2006-03-271-4/+4
* Enable HW VBOs and other things needed by it.Aapo Tahkola2006-03-071-1/+1
* Add all pci ids known by ddx to radeon dri driver. Remove the entries not kno...Roland Scheidegger2006-02-251-11/+63
* replace the texture level hack used in radeon/r200 to allow larger textures w...Roland Scheidegger2006-02-031-2/+2
* Try to tackle bug #5148Aapo Tahkola2006-01-201-1/+1
* cube maps on r100 require newer drm than the same feature on r200 (regression...Roland Scheidegger2006-01-071-2/+3
* update r300 drm minimum to 20Dave Airlie2005-12-051-1/+1
* Added PCI_CHIP_RV410_5E4B (Adam Kirchhoff)Brian Paul2005-12-021-0/+1
* If the DDX driver didn't reserve any video RAM for textures, fall back toMichel Dänzer2005-11-291-6/+13
* check for driver_modes == NULL. Don't need driver_modes for EGL driverBrian Paul2005-11-281-4/+6
* First step of Radeon DRI unification:Eric Anholt2005-11-021-55/+383
* enable cube maps on radeon (#2241 on bugzilla). No vtxfmt code yet (just gene...Roland Scheidegger2005-10-151-0/+1
* 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