summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2004-04-27transfer routines for compressed formats (avoid SEGFAULT, also prepare for ex...Daniel Borca
2004-04-26accomodate newtexstoreDaniel Borca
2004-04-26remove DitherValuesAlan Hourihane
2004-04-26bring over build fixes from stable branchAlan Hourihane
2004-04-24call drmUnmapBufs() in mgaDestroyScreen (Tilman Sauerbeck)Brian Paul
2004-04-23minor fixes for entrypoint name manglingBrian Paul
2004-04-23Convert R200 driver to use the t_vertex interface.Ian Romanick
2004-04-23GL_DOUBLE doesn't follow GL_FLOAT, fix indexing (Keith Harrison)Brian Paul
2004-04-23init mgaScreen->irq (Tilman Sauerbeck)Brian Paul
2004-04-23Added ctx->Vertex/FragmentProgram._Enable flags. Set when vertex/fragmentBrian Paul
2004-04-23remove some errant code from previous check-inBrian Paul
2004-04-22s,CHAN_BITS/8,sizeof(GLchan),Brian Paul
2004-04-22fix bracket at wrong placeRoland Scheidegger
2004-04-22Fix order of EMIT_4UB_4F declarationsKeith Whitwell
2004-04-22use FetchTexelf() in GetTexImage() to return float textures correctlyBrian Paul
2004-04-22fix some include file glitchesBrian Paul
2004-04-22obsoleteBrian Paul
2004-04-22New glTexImage code.Brian Paul
2004-04-21Fix up some assorted issues with initialization of vertex program registers.Brian Paul
2004-04-21only init temp regs to zero if executing NV fragment programBrian Paul
2004-04-21check return values of _swrast_CreateContext, etcBrian Paul
2004-04-20Add printing for recently added opcodes.Keith Whitwell
2004-04-20add SciTech's GLDirect driver for Windows.Alan Hourihane
2004-04-20Simplify last fix slightly, apply to vtx paths as well.Keith Whitwell
2004-04-20When upgrading copied vertices, distinguish between an attributeKeith Whitwell
2004-04-19apply texgen/texture matrix in glRasterPosBrian Paul
2004-04-19in TexEnv functions, check if pname == GL_TEXTURE_ENV_COLOR and fetch appropr...Brian Paul
2004-04-19do texcoord projective division in _swrast_span_default_texcoords()Brian Paul
2004-04-18check for __ia64__ when setting USE_IEEEBrian Paul
2004-04-18added missing SHADER_SOURCES to ALL_SOURCESBrian Paul
2004-04-18Audit/fixes for NV/ARB TEX, TXP, TXB, TXD instructions.Brian Paul
2004-04-16Make sure ctx->Driver.NeedFlush is set for Eval-generated attributes.Keith Whitwell
2004-04-15Make _SAT instructions compile correctly.Keith Whitwell
2004-04-15make sure matypes is builtDave Airlie
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-14wrap file in #ifdef USE_TCC, otherwise compilation failesBrian Paul
2004-04-14Use tcc and the emitted C code from s_fragprog_to_c.c to dynamically compileKeith Whitwell
2004-04-14Fail if any subdir fails.Keith Whitwell
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-14Remove mesa.a when making cleanKeith 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-14Don't try to use .c=.o rule on .S files when building mesa.aKeith Whitwell
2004-04-14disable under _SOLO buildAlan Hourihane
2004-04-14documentation updatesDaniel Borca
2004-04-14Add agpmode to the example config fileDave Airlie
2004-04-14get agpmode from config fileDave Airlie