summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* fix some memory leaks (bug #1002030)mesa_6_0_branchBrian Paul2004-08-136-46/+110
* bump version to 6.0.2, in case of such a releaseBrian Paul2004-08-131-3/+3
* updated from oss.sgi.comBrian Paul2004-07-282-16/+141
* update from trunkBrian Paul2004-07-263-18/+16
* consistantly use unpack parameter, instead of ctx->Unpack (Daniel Borca)Brian Paul2004-07-261-26/+32
* new image (see mesa bug #993926)Brian Paul2004-07-201-0/+0
* patch for AIX (bug 983144)Brian Paul2004-07-051-2/+4
* added cast to fix AIX color interpolation problem (bug 983144)Brian Paul2004-07-051-14/+14
* AIX fixes (Shane Blackett, bug #983144)Brian Paul2004-07-012-3/+32
* fix another bug in get_register_pointer()Brian Paul2004-06-291-1/+3
* the get_register_pointer() function was pretty well broken in a few waysBrian Paul2004-06-291-13/+10
* glBegin/EndQueryARB didn't work inside display listsBrian Paul2004-06-281-2/+63
* merge fix from trunk (fixes bug 979597)Brian Paul2004-06-251-23/+16
* remove program from hash table when deleted (bug 979514)Brian Paul2004-06-251-1/+3
* fix HP occlusion testing when using generic span pathBrian Paul2004-06-243-12/+13
* Fixed occlusion_zless_triangle() to work with 16 or 32-bit Z buffers.Brian Paul2004-06-231-16/+28
* updated to version 23Brian Paul2004-06-231-3/+63
* Alexander Gottwald's patch for cygwinBrian Paul2004-06-221-1/+4
* store's to RC/HC didn't work (bug 976287)Brian Paul2004-06-201-1/+5
* 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-9/+9
* Additional error checking for glTexImageXD.Brian Paul2004-06-101-8/+65
* fix parse error in sign of exponents (bug 968323)Brian Paul2004-06-081-30/+12
* updated GLUT URLBrian Paul2004-06-031-1/+1
* fix stencil index bug (#964704)Brian Paul2004-06-021-4/+3
* Check for NULL texture object when choosing texture sampler. Fixes segfault ...Brian Paul2004-06-022-102/+108
* check for null pointer in Fake_glXCreateGLXPbufferSGIX() (bug 961376)Brian Paul2004-05-291-2/+2
* only use simple_z_textured_triangle if depthBits <= 16Brian Paul2004-05-251-3/+5
* fixed some bogus array enable tests (Soju Matsumoto)Brian Paul2004-05-171-6/+6
* Minor fixes/optimizations to type conversions in draw_depth_pixels().Brian Paul2004-05-141-29/+43
* GL_BGR can't be used with the packed types, according to the GL spec. Enforc...Brian Paul2004-05-121-1/+14
* some component ordering bugs in extract_float_rgba()Brian Paul2004-05-121-26/+34
* minor vertex/fragment program tweaksBrian Paul2004-05-011-5/+3
* build fixes from the XFree86 trunkAlan Hourihane2004-04-2656-101/+206
* s/-mv8/-mcpu=ultrasparc/ (bug 941338)Brian Paul2004-04-251-2/+2
* fix HP-UX typo (bug 941576)Brian Paul2004-04-251-1/+1
* minor fixes for entrypoint name manglingBrian Paul2004-04-231-0/+10
* GL_DOUBLE doesn't follow GL_FLOAT, fix indexing (Keith Harrison)Brian Paul2004-04-231-2/+2
* new CYGWIN docs from Eric LassaugeBrian Paul2004-04-231-0/+256
* minor re-orderingBrian Paul2004-04-221-17/+17
* updates for Cygnus (Eric Lassauge)Brian Paul2004-04-2211-3/+899
* added glfbdev.h to tarballBrian Paul2004-04-221-1/+2
* fixes for OpenStep (Charles Valat)Brian Paul2004-04-211-4/+6
* merge in Keith's latest tweakBrian Paul2004-04-201-1/+1
* merge vertex copying bugfix from trunkBrian Paul2004-04-202-8/+19
* in TexEnv functions, check if pname == GL_TEXTURE_ENV_COLOR and fetch appropr...Brian Paul2004-04-191-14/+26
* minor tweak for DarwinBrian Paul2004-04-131-1/+1
* check for __AMD64__ when setting USE_IEEE (Ronnny Vindenes)Brian Paul2004-04-131-2/+2
* fix the usage of GLX_MESA_allocate_memoryAlan Hourihane2004-04-132-6/+6
* build fix for VMSAlan Hourihane2004-04-111-1/+1