summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* add GL_PER_STAGE_CONSTANTS_NVmesa_3_4_branchAlan Hourihane2002-01-221-0/+14
* work-around for QNX compiler problemBrian Paul2002-01-081-5/+7
* Add INF and NAN checking to Mesa 3.4.xAlan Hourihane2001-12-111-53/+98
* Check pixel buffer count for general_flat_rgba_line.Alan Hourihane2001-11-131-3/+10
* fixed broken debug code for vertex cassette (bug #432079)Brian Paul2001-06-111-6/+17
* fixed minor display list bugs (#431517)Brian Paul2001-06-111-10/+10
* fixed non-i386 broken COPY_4UBV macroBrian Paul2001-06-111-1/+2
* add check for NULL malloc (from Stanford metacompilation analysis)Brian Paul2001-06-081-1/+4
* only copy GLubyte[4] as a GLuint on x86Brian Paul2001-06-081-16/+9
* use unoptimized COPY_4UBV code on SPARC to avoid memory alignment problems (b...Brian Paul2001-06-081-1/+11
* added -D_POSIX_SOURCE stuff (ported from 3.5)Brian Paul2001-06-061-6/+6
* don't test for _POSIX_SOURCE when includeing signal.h (port from 3.5)Brian Paul2001-06-061-2/+2
* test for X86_FXSR_MAGIC to be sure we have the _fpstate.magic field, needed f...Brian Paul2001-06-061-5/+5
* fix bug 426657: need to clamp RGBA before color table lookupsBrian Paul2001-05-231-27/+63
* added aa_multitex_spec_line() to fix segfault in aa_multitex_rgba_line() when...Brian Paul2001-05-211-5/+28
* removed unneeded const from _mesa_TexParameteri()Brian Paul2001-05-211-2/+2
* s/Height/height/ (Jeff Potter)Brian Paul2001-05-211-2/+2
* added late-breaking bug fixesBrian Paul2001-05-181-1/+5
* fixed a bad error string in ClientActiveTexture()Brian Paul2001-05-181-2/+2
* fixed a bunch of GCC/__FUNCTION__ stuff that broke on other platformsBrian Paul2001-05-182-71/+53
* fixed two GL error callsBrian Paul2001-05-171-3/+3
* fixed Width/Height typo (Jeff Hartmann)Brian Paul2001-05-171-2/+2
* fixed bug 420091mesa_3_4_2Brian Paul2001-05-171-1/+2
* minor updatesBrian Paul2001-05-162-4/+4
* updated version to 3.4.2Brian Paul2001-05-161-7/+7
* added CI fog and assertion fixesBrian Paul2001-05-151-1/+3
* added MESA_GLX_FORCE_CI env var from Mesa 3.5Brian Paul2001-05-151-17/+35
* removed bogus assertionBrian Paul2001-05-151-4/+1
* fixed bad color index assertion in clear_color_buffer()Brian Paul2001-05-151-2/+2
* add GL_TEXTURE_CUBE_MAP_ARB in _mesa_select_tex_object()Brian Paul2001-05-151-1/+2
* added note about new viewport size limitsBrian Paul2001-05-151-3/+3
* set MAX_HEIGHT to 2048Brian Paul2001-05-141-2/+2
* Bumped versions numbers in preparation for 3.4.2 release.Brian Paul2001-05-148-29/+51
* updated teximage/texformat code (not tested yet)Brian Paul2001-05-141-26/+191
* pass bytes/texel to _mesa_rescale_teximage2d()Brian Paul2001-05-142-5/+5
* added alpha buffer scissor clear bug fixBrian Paul2001-05-111-1/+2
* added VB memory corruption bug fixBrian Paul2001-05-111-3/+4
* added GL_NAND itemBrian Paul2001-05-101-1/+2
* added write_span_mono_pixmap() optimizationBrian Paul2001-05-101-1/+3
* added latest bug fixesBrian Paul2001-05-101-2/+5
* added FX driver multitex bug fixBrian Paul2001-05-101-1/+2
* fixed bad texture border test (sometimes caused a segfault)Brian Paul2001-05-101-1/+1
* fixed font/bitmap x-offset bug (Frank Warmerdam)Brian Paul2001-05-091-2/+2
* fixed Y flip problem in read_rgba_pixels() (Frank Warmerdam)Brian Paul2001-05-091-2/+3
* added AA triangle bug fixBrian Paul2001-05-071-1/+2
* texture component size queries weren't always correct (port fix from 3.5)Brian Paul2001-05-041-7/+31
* whitespace changes from DavidBrian Paul2001-05-021-8/+7
* minor changes from XFree86Brian Paul2001-05-011-1/+5
* added glXUseXFont() mem leak itemBrian Paul2001-04-261-1/+2
* fixed mem leak in XFreeFontInfo() callBrian Paul2001-04-261-3/+3