summaryrefslogtreecommitdiff
path: root/src/mesa/main
AgeCommit message (Collapse)Author
2004-07-02document some assumptions made about compressed texture tile sizeBrian Paul
2004-07-02a few commentsBrian Paul
2004-07-02init some vars to silence warningsBrian Paul
2004-06-29First phase of TLS work. At this point SPARC assembly dispatch isIan Romanick
broken, but it will be fixed "shortly." This is pretty much the same as the patch I sent to the dri-devel list on 22-Jun-2004.
2004-06-28glBegin/EndQueryARB didn't work inside display listsBrian Paul
2004-06-26Re-enable SPARC assembly on sunos5-gcc platform.Ian Romanick
2004-06-24disabled unnecessary assertions in texture replicatorDaniel Borca
2004-06-21added support for non-64bit compilersDaniel Borca
2004-06-19Big-endian texture fixes from Michel Dänzer.Brian Paul
2004-06-17fix tex env mode GL_BLEND for GL_INTENSITY texture formatsRoland Scheidegger
2004-06-16fix component indexing bug in _mesa_texstore_al88()Brian Paul
2004-06-15added more compressed formats to is_color_format()Roland Scheidegger
2004-06-14added compressed formats to is_color_format() and updated some commentsBrian Paul
2004-06-11disable GL_INTENTSITY in _mesa_is_legal_format_and_type(). See table 3.6 of ↵Brian Paul
the 1.5 spec
2004-06-11s/_mesa_get_current_context()/GET_CURRENT_CONTEXT()/Brian Paul
2004-06-11remove the 3dfx CatchSignals stuff (the var was alwasy set)Brian Paul
2004-06-11added GL_BGR and GL_BGRA to is_color_format() (Ronny VindenesBrian Paul
2004-06-11fix some minor glitches in glGetTexParameter codeBrian Paul
2004-06-10Additional error checking for glTexImageXD.Brian Paul
Only allow 1D and 2D GL_DEPTH_COMPONENT textures. Make sure internal format and user format are in same catagory.
2004-06-10Roland's patch to fix promotion of alpha or luminance textures to theBrian Paul
luminance_alpha format. In particular, using the al88 format to store GL_ALPHA textures with r200 driver.
2004-06-07small correctionsDaniel Borca
2004-06-03Fix problems when sizeof(Node) != sizeof(float)Keith Whitwell
2004-05-31reworked FXT1Daniel Borca
minor fixes to fxMesa
2004-05-27Convert all calls using _glapi_Dispatch to use the new GL_CALL macro.Ian Romanick
2004-05-25oopsDaniel Borca
2004-05-25FXT1 texture compression (initial draft)Daniel Borca
2004-05-14minor doxygen updatesBrian Paul
2004-05-13Another pass at implementing byte-swapped texture formats.Brian Paul
More code re-use this time. Most formats now tested/debugged with new packedpixels.c test.
2004-05-12GL_BGR can't be used with the packed types, according to the GL spec. ↵Brian Paul
Enforce such.
2004-05-12some component ordering bugs in extract_float_rgba()Brian Paul
2004-05-12remove last remnants of NEWTEXSTORE stuffBrian Paul
2004-05-12yank bgr233 texformat. minor comment updates.Brian Paul
2004-05-12Added big-endian texture formats.Brian Paul
Moved CI->RGBA palette lookup into texel fetch function.
2004-05-10Don't call calculate_derived_texenv() from in _mesa_TexEnv().Brian Paul
Minor code rearranging.
2004-05-10Add EXT_vertex_cull support to mesaKeith Whitwell
2004-05-10fixed bugs in fxddtex.cDaniel Borca
cleaned up win32 definition files
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
Moved all code related to specific texture compression modes into new texcompress_s3tc.c and texcompress_fxt1.c files (but not implemented).
2004-04-27transfer routines for compressed formats (avoid SEGFAULT, also prepare for ↵Daniel Borca
external packers)
2004-04-26accomodate newtexstoreDaniel Borca
fixed wgl interface for fxMesa