summaryrefslogtreecommitdiffstats
path: root/src/mesa/main
Commit message (Expand)AuthorAgeFilesLines
...
* Silence gcc 3.4 warnings on ReactOS. Mostly unused var warnings. (patch 101...Brian Paul2004-08-2521-23/+144
* Windows ICD driver code (patch 1014800)Brian Paul2004-08-251-10/+12
* fix a couple bad castsBrian Paul2004-08-251-2/+2
* Disable x86 iround() version on BeOS with gcc < 2.95.x, as it choke GAS.Philippe Houdoin2004-08-241-1/+2
* check if __mips or _MIPS_ARCH is defined to set IEEE_ONE (bug 1003026)Brian Paul2004-08-221-0/+1
* also check for __hppa__ and hpux for IEEE support (bug 1003026)Brian Paul2004-08-221-1/+2
* enabled GL_ARB_texture_rectangleBrian Paul2004-08-201-0/+1
* bump version to 6.2Brian Paul2004-08-191-3/+3
* don't check for ARB_texture_non_power_of_two for OpenGL 1.5 (Philipp Klaus Kr...Brian Paul2004-08-191-2/+1
* Committing in .Jouk Jansen2004-08-191-2/+2
* check for either GL_NV_vertex_program or GL_ARB_vertex_program for some enablesBrian Paul2004-08-181-12/+13
* updates from JoukBrian Paul2004-08-181-3/+4
* don't enable the float texture and GLhalf pixel extensions yetBrian Paul2004-08-171-4/+7
* Update Visual Studio Project file for src tree updates.Karl Schultz2004-08-141-42/+10
* fix some memory leaks (bug #1002030)Brian Paul2004-08-144-39/+68
* Remove obsoleted BeOS-specific makefile as the main Makefile system nowPhilippe Houdoin2004-08-141-453/+0
* Silent compiler "variable may be used uninitialized" warnings.Philippe Houdoin2004-08-141-5/+6
* document some assumptions made about compressed texture tile sizeBrian Paul2004-07-021-0/+6
* a few commentsBrian Paul2004-07-021-3/+3
* init some vars to silence warningsBrian Paul2004-07-021-8/+8
* First phase of TLS work. At this point SPARC assembly dispatch isIan Romanick2004-06-291-0/+6
* glBegin/EndQueryARB didn't work inside display listsBrian Paul2004-06-281-2/+63
* Re-enable SPARC assembly on sunos5-gcc platform.Ian Romanick2004-06-261-1/+1
* disabled unnecessary assertions in texture replicatorDaniel Borca2004-06-241-1/+1
* added support for non-64bit compilersDaniel Borca2004-06-211-29/+64
* Big-endian texture fixes from Michel Dänzer.Brian Paul2004-06-193-59/+120
* fix tex env mode GL_BLEND for GL_INTENSITY texture formatsRoland Scheidegger2004-06-171-0/+2
* fix component indexing bug in _mesa_texstore_al88()Brian Paul2004-06-161-2/+3
* added more compressed formats to is_color_format()Roland Scheidegger2004-06-151-0/+4
* added compressed formats to is_color_format() and updated some commentsBrian Paul2004-06-141-14/+27
* disable GL_INTENTSITY in _mesa_is_legal_format_and_type(). See table 3.6 of ...Brian Paul2004-06-111-0/+2
* s/_mesa_get_current_context()/GET_CURRENT_CONTEXT()/Brian Paul2004-06-111-2/+2
* remove the 3dfx CatchSignals stuff (the var was alwasy set)Brian Paul2004-06-112-4/+4
* added GL_BGR and GL_BGRA to is_color_format() (Ronny VindenesBrian Paul2004-06-111-0/+2
* fix some minor glitches in glGetTexParameter codeBrian Paul2004-06-111-7/+7
* Additional error checking for glTexImageXD.Brian Paul2004-06-101-7/+31
* Roland's patch to fix promotion of alpha or luminance textures to theBrian Paul2004-06-101-32/+57
* small correctionsDaniel Borca2004-06-071-1/+1
* Fix problems when sizeof(Node) != sizeof(float)Keith Whitwell2004-06-031-5/+31
* reworked FXT1Daniel Borca2004-05-311-77/+921
* Convert all calls using _glapi_Dispatch to use the new GL_CALL macro.Ian Romanick2004-05-275-221/+220
* oopsDaniel Borca2004-05-251-1/+0
* FXT1 texture compression (initial draft)Daniel Borca2004-05-251-35/+640
* minor doxygen updatesBrian Paul2004-05-144-4/+6
* Another pass at implementing byte-swapped texture formats.Brian Paul2004-05-135-650/+319
* GL_BGR can't be used with the packed types, according to the GL spec. Enforc...Brian Paul2004-05-121-1/+15
* some component ordering bugs in extract_float_rgba()Brian Paul2004-05-121-24/+32
* remove last remnants of NEWTEXSTORE stuffBrian Paul2004-05-122-21/+0
* yank bgr233 texformat. minor comment updates.Brian Paul2004-05-125-106/+2
* Added big-endian texture formats.Brian Paul2004-05-128-438/+1052