summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2002-01-08work-around for QNX compiler problemBrian Paul1-5/+7
2001-12-11Add INF and NAN checking to Mesa 3.4.xAlan Hourihane1-53/+98
2001-11-13Check pixel buffer count for general_flat_rgba_line.Alan Hourihane1-3/+10
2001-06-11fixed broken debug code for vertex cassette (bug #432079)Brian Paul1-6/+17
2001-06-11fixed minor display list bugs (#431517)Brian Paul1-10/+10
2001-06-11fixed non-i386 broken COPY_4UBV macroBrian Paul1-1/+2
2001-06-08add check for NULL malloc (from Stanford metacompilation analysis)Brian Paul1-1/+4
2001-06-08only copy GLubyte[4] as a GLuint on x86Brian Paul1-16/+9
2001-06-08use unoptimized COPY_4UBV code on SPARC to avoid memory alignment problems (b...Brian Paul1-1/+11
2001-06-06don't test for _POSIX_SOURCE when includeing signal.h (port from 3.5)Brian Paul1-2/+2
2001-06-06test for X86_FXSR_MAGIC to be sure we have the _fpstate.magic field, needed f...Brian Paul1-5/+5
2001-05-23fix bug 426657: need to clamp RGBA before color table lookupsBrian Paul1-27/+63
2001-05-21added aa_multitex_spec_line() to fix segfault in aa_multitex_rgba_line() when...Brian Paul1-5/+28
2001-05-21removed unneeded const from _mesa_TexParameteri()Brian Paul1-2/+2
2001-05-21s/Height/height/ (Jeff Potter)Brian Paul1-2/+2
2001-05-18fixed a bad error string in ClientActiveTexture()Brian Paul1-2/+2
2001-05-18fixed a bunch of GCC/__FUNCTION__ stuff that broke on other platformsBrian Paul2-71/+53
2001-05-17fixed two GL error callsBrian Paul1-3/+3
2001-05-17fixed Width/Height typo (Jeff Hartmann)Brian Paul1-2/+2
2001-05-15added MESA_GLX_FORCE_CI env var from Mesa 3.5Brian Paul1-17/+35
2001-05-15removed bogus assertionBrian Paul1-4/+1
2001-05-15fixed bad color index assertion in clear_color_buffer()Brian Paul1-2/+2
2001-05-15add GL_TEXTURE_CUBE_MAP_ARB in _mesa_select_tex_object()Brian Paul1-1/+2
2001-05-14set MAX_HEIGHT to 2048Brian Paul1-2/+2
2001-05-14Bumped versions numbers in preparation for 3.4.2 release.Brian Paul3-10/+10
2001-05-14updated teximage/texformat code (not tested yet)Brian Paul1-26/+191
2001-05-14pass bytes/texel to _mesa_rescale_teximage2d()Brian Paul2-5/+5
2001-05-10fixed bad texture border test (sometimes caused a segfault)Brian Paul1-1/+1
2001-05-09fixed font/bitmap x-offset bug (Frank Warmerdam)Brian Paul1-2/+2
2001-05-09fixed Y flip problem in read_rgba_pixels() (Frank Warmerdam)Brian Paul1-2/+3
2001-05-04texture component size queries weren't always correct (port fix from 3.5)Brian Paul1-7/+31
2001-05-02whitespace changes from DavidBrian Paul1-8/+7
2001-05-01minor changes from XFree86Brian Paul1-1/+5
2001-04-26fixed mem leak in XFreeFontInfo() callBrian Paul1-3/+3
2001-04-26flush pipeline in WMesaSwapBuffers (Frank Warmerdam)Brian Paul1-1/+9
2001-04-24fixed typo in GL_ARB_transpose_matrixBrian Paul1-2/+2
2001-04-04GL_INTENSITY case was incorrect in extract_float_rgba()Brian Paul1-3/+2
2001-04-04Updated bug report info in _mesa_problem()Brian Paul1-1/+5
2001-04-03include fxdrv.h before other headers (Ivan Kalvatchev)Brian Paul1-2/+3
2001-04-03fixed wglUseFontBitmapsA() bugs (Frank Warmerdam)Brian Paul1-12/+10
2001-03-23removed obsolete references to asm_types.hBrian Paul2-14/+4
2001-03-23signal NEW_TEXTURING in glDeleteTextures() if deleting a currently bound textureBrian Paul1-1/+2
2001-03-19fix for gl_ztrick bug (Ove Kaaven)Brian Paul1-3/+6
2001-03-06Fix VB flushing in *TexSubImage* (from DRI CVS).Gareth Hughes2-24/+27
2001-03-02Merge in texture utility, format work from DRI CVS.Gareth Hughes10-1823/+2168
2001-02-23another fix in _mesa_stencil_and_ztest_pixels() for hardware fallbacksBrian Paul1-6/+3
2001-02-23fixed bug in _mesa_stencil_and_ztest_pixels() found w/ DRI mga driverBrian Paul1-21/+21
2001-02-12better error messagesBrian Paul1-2/+2
2001-02-09minor changes from XFree86 (dawes)Brian Paul1-1/+7
2001-02-09fixed line clipping bug; change DIFFERENT_SIGNS macro ala Mesa 3.5Brian Paul1-11/+5