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