summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* fix debug output x86-64mesa_6_2_branchAlan Hourihane2005-08-161-2/+2
* free codegen buffer in _tnl_free_vertices(), reported by Stephane RoutelousBrian Paul2005-07-251-0/+4
* fix a few glitchesBrian Paul2005-06-301-3/+7
* fix Darwin dynamic lib namingBrian Paul2005-06-301-1/+1
* Merge from head r1.16: zero out the ENGPACKET on the stack to avoid black screenEric Anholt2005-06-261-0/+2
* updated to version 29Brian Paul2005-06-211-3/+2
* added GL libs to APP_LIB_DEPS (bug 3485)Brian Paul2005-06-071-1/+1
* updated glext.h to version 28Brian Paul2005-05-311-0/+2
* update to version 28Brian Paul2005-05-311-2/+109
* Add Intel(R) i945G support (Keith Whitwell, Tungsten Graphics)Alan Hourihane2005-05-314-2/+207
* remove const from _glapi_get_proc_address() return typeBrian Paul2005-05-302-2/+2
* more 6.2.2 buf fixesBrian Paul2005-05-271-0/+3
* properly pop the GL_TEXTURE_GEN_ enable stateBrian Paul2005-05-271-6/+15
* added a commentBrian Paul2005-05-051-0/+1
* don't call XTranslateCoordinates() if rendering to pixmapBrian Paul2005-05-041-1/+1
* fix _tnl_copy_to_current() so that current edge flag and rasterpos aren't tra...Brian Paul2005-04-281-1/+9
* fix bug 3135Brian Paul2005-04-271-0/+1
* move set_component_sizes() to fix bug 3135Brian Paul2005-04-271-3/+5
* no need to enable fog or set fog mode with fragment programBrian Paul2005-04-261-2/+0
* tweak previous fog/fragment program fixBrian Paul2005-04-261-1/+3
* latest bug fixesBrian Paul2005-04-261-0/+3
* enable fog render input if fragment program fog option setBrian Paul2005-04-261-1/+1
* added interpolate_fog()Brian Paul2005-04-261-4/+28
* undef DEPTH_TYPE at endBrian Paul2005-04-221-0/+1
* use _mesa_pow() for LIT (bug 3087)Brian Paul2005-04-211-1/+1
* fix state.light[n].spot.direction.w value (bug 3083)Brian Paul2005-04-201-1/+2
* s/NORMAL/FOG/ (J.P. Delport)Brian Paul2005-04-181-3/+3
* PF_8A8R8G8B pixel format (Dave Reveman)Brian Paul2005-04-125-6/+423
* set table size to 1023 and use new HASH_FUNC() macroBrian Paul2005-04-101-6/+8
* Bug #2945: Fix math error that left half the hash buckets empty.Adam Jackson2005-04-091-1/+1
* Fix Fake_glXChooseFBConfig() so that passing in a NULL attribList pointerBrian Paul2005-04-061-22/+29
* remove INSTALL.GNU from tarball listBrian Paul2005-03-261-1/+0
* obsoleteBrian Paul2005-03-261-182/+0
* add MAT_DIRTY_FLAGS in _math_matrix_mul_floats(), (bug 2696)Brian Paul2005-03-111-3/+4
* if building 32-bit objects in 64-bit environment, use -m32 flagBrian Paul2005-03-031-0/+9
* fixes for XMesaGetDepthBuffer() and color materialBrian Paul2005-03-021-0/+2
* Using glColor3 commands to update materials could result in an undefinedBrian Paul2005-03-021-5/+7
* additional parenthesis in TNL_CONTEXT macro (Nicolai Haehnle)Brian Paul2005-02-281-3/+3
* XMesaGetDepthBuffer() returned wrong bytesPerValue (Karl Schultz)Brian Paul2005-02-181-4/+4
* fix non-Win32 definition of GLUTAPIENTRY, remove some cruftBrian Paul2005-02-161-26/+2
* added floating parsing bug fixBrian Paul2005-02-161-0/+1
* fixed problems with parse_float() (fd.o bug 2520)Brian Paul2005-02-161-27/+48
* Merge r1.21: reapply Keith's workaround zbs emit which fixes various apps onEric Anholt2005-02-141-2/+7
* Remove the #if 0 around PFNGLXGETMSCRATEOMLPROC stuff that appears to haveEric Anholt2005-02-131-2/+0
* unlock mutex upon error return (Jeff Muizelaar)Brian Paul2005-02-122-0/+2
* added glGetBooleanv(GL_FRAGMENT_PROGRAM_BINDING_NV) bug fixBrian Paul2005-02-101-0/+1
* updated to version 26Brian Paul2005-02-101-4/+363
* glGetBooleanv(GL_FRAGMENT_PROGRAM_BINDING_NV) accidentally returned the verte...Brian Paul2005-02-091-2/+2
* SUBPIXEL fixes from DieterKeith Whitwell2005-02-082-4/+4
* remove stray span.y++Brian Paul2005-01-291-1/+1