summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2002-01-22add GL_PER_STAGE_CONSTANTS_NVmesa_3_4_branchAlan Hourihane1-0/+14
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-06added -D_POSIX_SOURCE stuff (ported from 3.5)Brian Paul1-6/+6
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-18added late-breaking bug fixesBrian Paul1-1/+5
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-17fixed bug 420091mesa_3_4_2Brian Paul1-1/+2
2001-05-16minor updatesBrian Paul2-4/+4
2001-05-16updated version to 3.4.2Brian Paul1-7/+7
2001-05-15added CI fog and assertion fixesBrian Paul1-1/+3
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-15added note about new viewport size limitsBrian Paul1-3/+3
2001-05-14set MAX_HEIGHT to 2048Brian Paul1-2/+2
2001-05-14Bumped versions numbers in preparation for 3.4.2 release.Brian Paul8-29/+51
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-11added alpha buffer scissor clear bug fixBrian Paul1-1/+2
2001-05-11added VB memory corruption bug fixBrian Paul1-3/+4
2001-05-10added GL_NAND itemBrian Paul1-1/+2
2001-05-10added write_span_mono_pixmap() optimizationBrian Paul1-1/+3
2001-05-10added latest bug fixesBrian Paul1-2/+5
2001-05-10added FX driver multitex bug fixBrian Paul1-1/+2
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-07added AA triangle bug fixBrian Paul1-1/+2
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-26added glXUseXFont() mem leak itemBrian Paul1-1/+2
2001-04-26fixed mem leak in XFreeFontInfo() callBrian Paul1-3/+3