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