aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/r128/r128_screen.c
Commit message (Expand)AuthorAgeFilesLines
* Remove CVS keywords.Keith Whitwell2008-09-211-1/+0
* mesa: standardize on C99's uint*_t instead of u_int*_tKeith Whitwell2008-09-211-2/+2
* mesa: added "main/" prefix to includes, remove some -I paths from Makefile.te...Brian Paul2008-09-181-4/+4
* DRI interface changes and DRI2 direct rendering support.Kristian Høgsberg2008-03-311-53/+40
* Use __DRIextension mechanism providing loader functionality to the driver.Kristian Høgsberg2008-02-291-3/+5
* Remove GetMSC DriverAPI function.Kristian Høgsberg2008-02-251-1/+0
* Refactor and fix core vblank supportJesse Barnes2007-10-291-0/+1
* Move media stream counter entry points to new extension.Kristian Høgsberg2007-10-111-7/+3
* Move GLX_MESA_swap_frame_usage DRI entry points to the new mechanism.Kristian Høgsberg2007-10-111-2/+1
* Move swap_interval to new extension mechanism.Kristian Høgsberg2007-10-101-2/+5
* Pull createNewScreen entry point into dri_util.c.Kristian Høgsberg2007-10-101-51/+29
* Replace open-coded major, minor, and patch version fields with __DRIversionRec.Kristian Høgsberg2007-10-101-1/+1
* Remove screenConfigs from __DRIscreen.Kristian Høgsberg2007-10-101-5/+4
* Drop __DRInativeDisplay and pass in __DRIscreen pointers instead.Kristian Høgsberg2007-10-101-11/+11
* Fix/improve framebuffer object reference counting.Brian2007-03-061-1/+1
* If the DDX driver didn't reserve any video RAM for textures, fall back toMichel Dänzer2005-11-291-4/+12
* Bug #1028: Add hardware-accelerated stencil support to r128. Testing withEric Anholt2005-10-271-4/+20
* Add new void *addr and __DRIdrawablePrivate parameters toBrian Paul2005-09-041-8/+20
* SetBuffer, renderbuffer changesBrian Paul2005-09-031-9/+1
* Add Egberts fixes for 64bit architecturesAlan Hourihane2005-08-151-0/+4
* Fix a == vs !- typo for glx_enable_extensionJon Smirl2005-07-291-1/+1
* 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-35/+16
* Major check-in of changes for GL_EXT_framebuffer_object extension.Brian Paul2005-05-041-0/+49
* 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-2/+2
* Add fallback debugging (R128_DEBUG=fall) output, and set DO_DEBUG=1 by defaultEric Anholt2004-10-081-4/+5
* Convert Rage 128 over to t_vertex.c. While it's slightly slower (10% in ipers)Eric Anholt2004-10-021-1/+0
* Patch removes _SOLO definition needed for mesa-solo. mesa-soloJon Smirl2004-07-041-14/+0
* Redo of removing __driRegisterExtensions(). I accidentally undid the previous...Jon Smirl2004-06-031-30/+0
* Enable use of new DRI interface in Rage128 driver.Ian Romanick2004-06-031-2/+142
* Open/Close FullScreen die. unichrome and savage implemented, code is ifdef'd outJon Smirl2004-06-031-11/+30
* kill __driRegisterExtensions(), none of the functions did anythingJon Smirl2004-06-031-30/+0
* Allow *_dri.so to build in Mesa tree with the 'linux-dri' target.Keith Whitwell2004-04-291-2/+8
* Make R128 driver use sarea/defines from DRM. removed r128_common.hJon Smirl2004-03-121-10/+10
* applied Felix's patch for configuration systemBrian Paul2003-12-121-1/+26
* Update DRI drivers to current DRI CVS and make them work.Jon Smirl2003-10-211-7/+30
* patch to import Jon Smirl's work from BitkeeperBrian Paul2003-08-221-0/+357