summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/r128/r128_screen.c
AgeCommit message (Expand)Author
2008-05-26Remove CVS keywords.José Fonseca
2007-03-06Fix/improve framebuffer object reference counting.Brian
2005-11-29If the DDX driver didn't reserve any video RAM for textures, fall back toMichel Dänzer
2005-10-27Bug #1028: Add hardware-accelerated stencil support to r128. Testing withEric Anholt
2005-09-04Add new void *addr and __DRIdrawablePrivate parameters toBrian Paul
2005-09-03SetBuffer, renderbuffer changesBrian Paul
2005-08-15Add Egberts fixes for 64bit architecturesAlan Hourihane
2005-07-29Fix a == vs !- typo for glx_enable_extensionJon Smirl
2005-07-28glxEnableExtension is a platform-specific function exported by the loader.Ian Romanick
2005-07-28Major rip-up of internal function insertion interface. The oldIan Romanick
2005-07-26Fixes the glXGetProcAddress portion of the interface. Most of the functionsIan Romanick
2005-07-24All elements of pre-DRI_NEW_INTERFACE_ONLY are removed. This allowsIan Romanick
2005-05-04Major check-in of changes for GL_EXT_framebuffer_object extension.Brian Paul
2004-12-16Also PUBLICize the config option tableAdam Jackson
2004-12-15Mark __driCreateNewScreen PUBLICAdam Jackson
2004-12-14uint*t -> u_int*t changesAlan Hourihane
2004-10-08Add fallback debugging (R128_DEBUG=fall) output, and set DO_DEBUG=1 by defaultEric Anholt
2004-10-02Convert Rage 128 over to t_vertex.c. While it's slightly slower (10% in ipers)Eric Anholt
2004-07-04Patch removes _SOLO definition needed for mesa-solo. mesa-soloJon Smirl
2004-06-03Redo of removing __driRegisterExtensions(). I accidentally undid the previous...Jon Smirl
2004-06-03Enable use of new DRI interface in Rage128 driver.Ian Romanick
2004-06-03Open/Close FullScreen die. unichrome and savage implemented, code is ifdef'd outJon Smirl
2004-06-03kill __driRegisterExtensions(), none of the functions did anythingJon Smirl
2004-04-29Allow *_dri.so to build in Mesa tree with the 'linux-dri' target.Keith Whitwell
2004-03-12Make R128 driver use sarea/defines from DRM. removed r128_common.hJon Smirl
2003-12-12applied Felix's patch for configuration systemBrian Paul
2003-10-21Update DRI drivers to current DRI CVS and make them work.Jon Smirl
2003-08-22patch to import Jon Smirl's work from BitkeeperBrian Paul