summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri
AgeCommit message (Expand)Author
2004-05-08Added german translation to option texture_units.Felix Kuehling
2004-05-08Don't mix variable definitions and other statements (fixed build on oldEric Anholt
2004-05-07Add support for GLX_SGI_make_current_read.Ian Romanick
2004-05-07Warning clean-ups.Ian Romanick
2004-05-07Enable use of new DRI interface in i830 driver.Ian Romanick
2004-05-07Add support for the 3rd and 4th texture units. The actual number ofIan Romanick
2004-05-07Added a config option to set the number of available texture units. AIan Romanick
2004-05-07Refactor "classic" texture environments to be implemented in terms ofIan Romanick
2004-05-05Remove a debug printf that should not have been left in.Ian Romanick
2004-05-05Added support for the 3rd texture coordinate for cubemaps and 3DIan Romanick
2004-05-04add r200 x86 sourcesDave Airlie
2004-05-04switch to X86_SOURCESDave Airlie
2004-05-03Skeletal fallback-only DRI driver. Initial checkin, not quite working yet.Adam Jackson
2004-05-03remove this use the one from the DRMDave Airlie
2004-05-03the config is included by the Makefiles that includes this file...Dave Airlie
2004-05-03add asm sourcesDave Airlie
2004-05-03clean up the common objects..Dave Airlie
2004-05-03get rid of last few XF86DRIClipRectDave Airlie
2004-05-03fix up build for solo/driDave Airlie
2004-05-02fix StoreImage calls, remove dead code (Adam Jackson)Brian Paul
2004-04-30Define GLX_DIRECT_RENDERING in Makefile.templateKeith Whitwell
2004-04-29Remove several files that are only used in the XFree86 / Xorg libGL.so.Ian Romanick
2004-04-29Allow *_dri.so to build in Mesa tree with the 'linux-dri' target.Keith Whitwell
2004-04-27Use the dispatch table directly instead of calling GL functions.Ian Romanick
2004-04-27Remove include of texutil.h to get build working.Ian Romanick
2004-04-26bring over build fixes from stable branchAlan Hourihane
2004-04-24call drmUnmapBufs() in mgaDestroyScreen (Tilman Sauerbeck)Brian Paul
2004-04-23Convert R200 driver to use the t_vertex interface.Ian Romanick
2004-04-23init mgaScreen->irq (Tilman Sauerbeck)Brian Paul
2004-04-22fix bracket at wrong placeRoland Scheidegger
2004-04-22Fix order of EMIT_4UB_4F declarationsKeith Whitwell
2004-04-22New glTexImage code.Brian Paul
2004-04-15add drm source dir for solo includesDave Airlie
2004-04-15get the libraries the right way round..Dave Airlie
2004-04-15set default page flipping to zero can be changed in header fileDave Airlie
2004-04-14Hack to get things compiling - include "drm.h" instead of "xf86drm.h".Keith Whitwell
2004-04-14Link against GL_LIB_DEPSKeith Whitwell
2004-04-14First attempt at building a dri module in this treeKeith Whitwell
2004-04-14First pass at support for building DRI drivers in mesa tree.Keith Whitwell
2004-04-14disable under _SOLO buildAlan Hourihane
2004-04-14get agpmode from config fileDave Airlie
2004-04-13fix the usage of GLX_MESA_allocate_memoryAlan Hourihane
2004-04-13make this exactly like XFree86 .. allows 4x to workDave Airlie
2004-04-13Add DRM_SOURCE_PATH to make system.Jon Smirl
2004-04-08make note about needing to fix the drm driver to enable SAVAGE_CMD_DMAAlan Hourihane
2004-04-08lots of Makefile updates for new build systemBrian Paul
2004-04-08move pSAREAPriv declaration to be C-compliantBrian Paul
2004-04-08build fixesAlan Hourihane
2004-03-27Forgot to set SAVAGE_NEW_CULL in savageDDEnable_s3d.Felix Kuehling
2004-03-26Enable drawing directly to the (now tiled) front buffer.Felix Kuehling