summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2004-04-23minor fixes for entrypoint name manglingBrian Paul1-0/+10
2004-04-23Convert R200 driver to use the t_vertex interface.Ian Romanick3-552/+256
2004-04-23move #define for GL_DOUBLE, to put enums in right orderBrian Paul1-1/+1
2004-04-23GL_DOUBLE doesn't follow GL_FLOAT, fix indexing (Keith Harrison)Brian Paul1-2/+2
2004-04-23init mgaScreen->irq (Tilman Sauerbeck)Brian Paul1-0/+1
2004-04-23Added ctx->Vertex/FragmentProgram._Enable flags. Set when vertex/fragmentBrian Paul27-111/+130
2004-04-23assorted fixesBrian Paul4-4/+1
2004-04-23Add fps outputKeith Whitwell1-0/+16
2004-04-23remove some errant code from previous check-inBrian Paul1-4/+0
2004-04-23new CYGWIN docs from Eric LassaugeBrian Paul1-0/+256
2004-04-22s,CHAN_BITS/8,sizeof(GLchan),Brian Paul1-7/+7
2004-04-22fix bracket at wrong placeRoland Scheidegger1-2/+2
2004-04-22added CYGWIN supportBrian Paul1-0/+40
2004-04-22Fix order of EMIT_4UB_4F declarationsKeith Whitwell3-6/+8
2004-04-22added floattex.c to test floating point texturesBrian Paul2-0/+171
2004-04-22use FetchTexelf() in GetTexImage() to return float textures correctlyBrian Paul1-5/+6
2004-04-22fix some include file glitchesBrian Paul1-1/+1
2004-04-22minor clean-upsBrian Paul1-24/+36
2004-04-22obsoleteBrian Paul13-3461/+0
2004-04-22New glTexImage code.Brian Paul22-528/+3264
2004-04-21Fix up some assorted issues with initialization of vertex program registers.Brian Paul6-94/+107
2004-04-21only init temp regs to zero if executing NV fragment programBrian Paul1-6/+10
2004-04-21check return values of _swrast_CreateContext, etcBrian Paul2-8/+17
2004-04-20removed non-existant arbfpwpos.c, added UTIL_FILES targetBrian Paul1-2/+3
2004-04-20Add printing for recently added opcodes.Keith Whitwell1-0/+52
2004-04-20add SciTech's GLDirect driver for Windows.Alan Hourihane56-0/+34924
2004-04-20Simplify last fix slightly, apply to vtx paths as well.Keith Whitwell2-8/+10
2004-04-20When upgrading copied vertices, distinguish between an attributeKeith Whitwell1-5/+14
2004-04-19apply texgen/texture matrix in glRasterPosBrian Paul2-63/+184
2004-04-19linux-solo-ia64 config (Stephane Marchesin)Brian Paul3-2/+29
2004-04-19glTexEnviv bug fixBrian Paul1-1/+1
2004-04-19in TexEnv functions, check if pname == GL_TEXTURE_ENV_COLOR and fetch appropr...Brian Paul1-14/+26
2004-04-19do texcoord projective division in _swrast_span_default_texcoords()Brian Paul1-1/+11
2004-04-18bug fixes for ARB/NV fragment program texture instructionsBrian Paul1-0/+2
2004-04-18check for __ia64__ when setting USE_IEEEBrian Paul1-0/+1
2004-04-18updated instructions for new directory tree and makefile systemBrian Paul1-6/+9
2004-04-18added missing SHADER_SOURCES to ALL_SOURCESBrian Paul1-0/+1
2004-04-18hack to use glTexCoord4f and Q variable to test projective texcoordsBrian Paul1-4/+5
2004-04-18Audit/fixes for NV/ARB TEX, TXP, TXB, TXD instructions.Brian Paul4-44/+157
2004-04-16Make sure ctx->Driver.NeedFlush is set for Eval-generated attributes.Keith Whitwell1-12/+12
2004-04-15Make _SAT instructions compile correctly.Keith Whitwell1-3/+4
2004-04-15make sure matypes is builtDave Airlie1-1/+1
2004-04-15add drm source dir for solo includesDave Airlie1-0/+1
2004-04-15get the libraries the right way round..Dave Airlie1-2/+2
2004-04-15Correct the comments about when the bindContext3 / unbindContext3Ian Romanick1-2/+2
2004-04-15set default page flipping to zero can be changed in header fileDave Airlie3-2/+5
2004-04-14wrap file in #ifdef USE_TCC, otherwise compilation failesBrian Paul1-0/+3
2004-04-14set CONFIG_NAME = linux-tccBrian Paul1-1/+1
2004-04-14new fileKeith Whitwell1-0/+25
2004-04-14Use tcc and the emitted C code from s_fragprog_to_c.c to dynamically compileKeith Whitwell10-18/+269