summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2004-05-07Add support for GLX_SGI_make_current_read.Ian Romanick
2004-05-07Warning clean-ups.Ian Romanick
2004-05-07Uses either the GLX_SGI_make_current_read or GLX 1.3 interface,Ian Romanick
depending on which is available.
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
available units is configurable via the texture_units option.
2004-05-07Added a config option to set the number of available texture units. AIan Romanick
German translation is still needed.
2004-05-07documentation updateDaniel Borca
2004-05-07Refactor "classic" texture environments to be implemented in terms ofIan Romanick
ARB_texture_env_combine state. Add support for ARB_texture_env_crossbar. Combiner state is only emitted for operands that need to be emitted for the combine operation.
2004-05-06fix rectangle texture clamping and border-related codeBrian Paul
2004-05-06Added menu options to test border modes and linear/nearest filtering.Brian Paul
Adjust texcoords so we always have to sample the border. Other misc changes.
2004-05-05Remove a debug printf that should not have been left in.Ian Romanick
2004-05-05Modified to use vertex arrays. Vertex arrays and immediate mode callsIan Romanick
are toggled with the 't' key.
2004-05-05Added support for the 3rd texture coordinate for cubemaps and 3DIan Romanick
textures. progs/demos/cubemap and progs/demos/stex3d seem to work correctly at all tcl_mode settings. x86 / SSE codegen is currently disabled.
2004-05-05don't need auto mipmapsBrian Paul
2004-05-05fix a few bugs when using GL_REDUCE convolution modeBrian Paul
2004-05-05documentation for TexImage code changesBrian Paul
2004-05-04added -c option to exercise convolution of glTexImage2DBrian Paul
2004-05-04fix a bug on the convolution pathBrian Paul
2004-05-04obsoleteBrian Paul
2004-05-04remove unneeded lineBrian Paul
2004-05-04Fix minor warnings found with g++.Brian Paul
2004-05-04texture compression: getting warmerDaniel Borca
2004-05-04add r200 x86 sourcesDave Airlie
2004-05-04use X86 sources in X86 build, use none in otherDave 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-03add linux-dri-x86 targetDave 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-03unbloat namespaceDaniel Borca
2004-05-03get rid of last few XF86DRIClipRectDave Airlie
2004-05-03fix up build for solo/driDave Airlie
2004-05-03DRM_SOURCE_PATH is in defaultDave Airlie
2004-05-02fix StoreImage calls, remove dead code (Adam Jackson)Brian Paul
2004-05-02restored _mesa_rescale_teximage2d()Brian Paul
2004-05-01minor vertex/fragment program tweaksBrian Paul
2004-04-30FXT1: getting warmerDaniel Borca
2004-04-30If we can't allocate the rowimage - bailAlan Hourihane
2004-04-30Define GLX_DIRECT_RENDERING in Makefile.templateKeith Whitwell
2004-04-30AMD64 changes from Ronny V. Vindenes.Keith Whitwell
2004-04-29Remove several files that are only used in the XFree86 / Xorg libGL.so.Ian Romanick
They are *not* linked into the *_dri.so drivers.
2004-04-29Allow *_dri.so to build in Mesa tree with the 'linux-dri' target.Keith Whitwell
2004-04-29FXT1 preparationsDaniel Borca
2004-04-28updated makefilesDaniel Borca
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-27updated other makefilesBrian Paul
2004-04-27Removed the old teximage code.Brian Paul
Moved all code related to specific texture compression modes into new texcompress_s3tc.c and texcompress_fxt1.c files (but not implemented).