summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/radeon
AgeCommit message (Expand)Author
2005-08-15Add Egberts fixes for 64bit architecturesAlan Hourihane
2005-08-08fix up color tiling in miniglx radeon server codeDave Airlie
2005-08-08Remove platform specific bits from radeon_egl.cJon Smirl
2005-08-05More EGL prep. No impact on anything outside of EGLJon Smirl
2005-08-04New files for radeon egl driver.Jon Smirl
2005-08-03Add color tiling support to miniglx for radeonDave Airlie
2005-07-29Leave the AGP_BASE code in. It is pointless to bump the interfaceJon Smirl
2005-07-29Remove OUTREG(RADEON_AGP_BASE, info->ringHandle); from DRI driverJon 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-07-18Wrap every place that accesses a dispatch table with a macro. A new script-Ian Romanick
2005-07-15remove duplicate "User disable" stringBrian Paul
2005-07-14added a few more fallbackStrings (Andreas Stenglein)Brian Paul
2005-07-01convert sis and radeon driver to use spantmp2 instead of spantmp template. Re...Roland Scheidegger
2005-07-01remove common macros used in the span functions of most drivers from the indi...Roland Scheidegger
2005-06-30Replace add_newer_entrypoints (src/mesa/main/context.c) withIan Romanick
2005-06-26Fix crashes during rasterization fallback by avoiding _tnl_need_projected_coordsEric Anholt
2005-06-26Explain the reason for TCL fallback when GL_SPHERE_MAP happens withEric Anholt
2005-05-31Remove unused CTX_ARG2 define.Eric Anholt
2005-05-31Bugzilla #2195: Convert the radeon driver to the t_vertex interface. This cutsEric Anholt
2005-05-28Put some fallback debugging output under DEBUG_FALLBACKS.Eric Anholt
2005-05-28Add a missing EnsureCmdBufSpace, matching r200.Eric Anholt
2005-05-16Apply r200 tcl fix to radeon - compiles but untested.Keith Whitwell
2005-05-05Refactor COMMON_SOURCES up to Makefile.templateAdam Jackson
2005-05-04Major check-in of changes for GL_EXT_framebuffer_object extension.Brian Paul
2005-04-22First pass at updating these drivers with pipeline_stage struct changes.Keith Whitwell
2005-04-08Remove all the radeon_subset files. They were completely unused. KeithIan Romanick
2005-03-18Add support for production version of ATI RN50/ES1000. (ATI TechnologiesMichel Dänzer
2005-03-15add support for user-configurable brilinear filtering on r200Roland Scheidegger
2005-03-05Fixing memset on ia64 & other archsDave Airlie
2005-03-05remove one of the two _tnl_isolate_materials function callsRoland Scheidegger
2005-02-26Add a dri config option to enable the max texture level hackDave Airlie
2005-02-18fd.o bug #2576: Add support for ATI RN50/ES1000. (ATI Technologies Inc.)Michel Dänzer
2005-02-16s/0/NULL/ (Jeff Muizelaar)Brian Paul
2005-02-15Add missing texture formats for completenessDave Airlie
2005-02-14remove accidentally commited printf for tiling supportRoland Scheidegger
2005-02-13Typo fix.Michel Dänzer
2005-02-12MMIO endianness fixes for Radeon drivers.Michel Dänzer
2005-02-10add texture micro and macro tiling to radeon/r200 driver. This can improve pe...Roland Scheidegger
2005-02-10add the new RADEON_CUBIC_OFFSET/FACES state packets/registers to radeon (and ...Roland Scheidegger
2005-02-08SUBPIXEL fixes from DieterKeith Whitwell
2005-01-31Bug #2428: #ifdef GLX_DIRECT_RENDERING in DRI drivers is pointless.Adam Jackson
2005-01-26(Stephane Marchesin, me) Add support for color (framebuffer) tiling to the ra...Roland Scheidegger
2005-01-26replace magic number with macro constant RADEON_ZBLOCK16Roland Scheidegger
2005-01-23reapply Keiths workaround for zbs emit that got dropped duringDave Airlie
2005-01-23add sync debugging to the radeon driverDave Airlie
2004-12-16Also PUBLICize the config option tableAdam Jackson
2004-12-15Mark __driCreateNewScreen PUBLICAdam Jackson