summaryrefslogtreecommitdiff
path: root/src/mesa/main
AgeCommit message (Expand)Author
2004-05-10Add EXT_vertex_cull support to mesaKeith Whitwell
2004-05-10fixed bugs in fxddtex.cDaniel Borca
2004-05-05fix a few bugs when using GL_REDUCE convolution modeBrian Paul
2004-05-04fix a bug on the convolution pathBrian Paul
2004-05-04Fix minor warnings found with g++.Brian Paul
2004-05-04texture compression: getting warmerDaniel Borca
2004-05-03unbloat namespaceDaniel Borca
2004-05-02restored _mesa_rescale_teximage2d()Brian Paul
2004-05-01minor vertex/fragment program tweaksBrian Paul
2004-04-30FXT1: getting warmerDaniel Borca
2004-04-30AMD64 changes from Ronny V. Vindenes.Keith Whitwell
2004-04-29FXT1 preparationsDaniel Borca
2004-04-27updated other makefilesBrian Paul
2004-04-27Removed the old teximage code.Brian Paul
2004-04-27transfer routines for compressed formats (avoid SEGFAULT, also prepare for ex...Daniel Borca
2004-04-26accomodate newtexstoreDaniel Borca
2004-04-26bring over build fixes from stable branchAlan Hourihane
2004-04-23GL_DOUBLE doesn't follow GL_FLOAT, fix indexing (Keith Harrison)Brian Paul
2004-04-23Added ctx->Vertex/FragmentProgram._Enable flags. Set when vertex/fragmentBrian Paul
2004-04-22s,CHAN_BITS/8,sizeof(GLchan),Brian Paul
2004-04-22use FetchTexelf() in GetTexImage() to return float textures correctlyBrian Paul
2004-04-22fix some include file glitchesBrian 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-20Add printing for recently added opcodes.Keith 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-18check for __ia64__ when setting USE_IEEEBrian Paul
2004-04-14Use tcc and the emitted C code from s_fragprog_to_c.c to dynamically compileKeith Whitwell
2004-04-13check for __AMD64__ when setting USE_IEEE (Ronnny Vindenes)Brian Paul
2004-04-11build fix for VMSAlan Hourihane
2004-04-10fix minor glitch with GL_DEPTH_COMPONENT texturesBrian Paul
2004-04-05 Committing in .Jouk Jansen
2004-04-05 Committing in .Jouk Jansen
2004-04-02added some assertions, just to be safeBrian Paul
2004-04-02added FLUSH_CURRENT() call in GetMaterial() callsBrian Paul
2004-04-02fix error in rgb332 texel fetch functionBrian Paul
2004-03-30these are now in the shader/ directory tooBrian Paul
2004-03-30these files now live in the shader directoryBrian Paul
2004-03-30Why are there two copies of this file?Keith Whitwell
2004-03-29Accomodate ARB_fp XPD opcode separately from NV_fp's X2D.Keith Whitwell
2004-03-29Take a stab at updating the VMS files.Brian Paul
2004-03-29This wont be needed any moreMichal Krol
2004-03-29Moved to src/mesa/shader and renamed to arbprogram_syn.hMichal Krol
2004-03-29Moved to src/mesa/shader and renamed to arbprogparse.[ch]Michal Krol
2004-03-29Moved to src/mesa/shaderMichal Krol
2004-03-26fix some warningsBrian Paul
2004-03-26increase MAX_TEXTURE_LOD_BIAS to 11.0Brian Paul
2004-03-21Implemented support for software-based AUX color buffers.Brian Paul
2004-03-20minor clean-upsBrian Paul