summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2007-11-10added md5 checksumsmesa_7_0_2Brian1-0/+9
2007-11-10final changes for 7.0.2 relesaeBrian3-19/+6
2007-11-09code clean-ups, reformattingBenno Schulenberg1-11/+8
2007-11-09remove commented-out codeBenno Schulenberg1-110/+7
2007-11-08fix blender/unichrome crash, bug 13142Brian1-0/+1
2007-11-08fix Unichrome/Blender crash, bug 13142Benno Schulenberg1-2/+4
2007-11-08added -fno-strict-aliasing and -fPIC flagsBrian1-0/+1
2007-11-08change filenames for rc2Brian1-4/+4
2007-11-06r200: Fix SetTexOffset format for 16 bit pixmaps/textures.Michel Dänzer1-6/+6
2007-11-06r200: Implement SetTexOffset hook.Chris Rankin5-32/+76
2007-11-05Check for NULL VB->EdgeFlag array.Brian1-8/+10
2007-11-05fix mmx code (bug 12614)Brian1-0/+1
2007-11-05fix mmx code (bug 12614)Brian1-8/+8
2007-11-03SSE codegen fixesBrian1-0/+1
2007-11-03Fix mem leak in SSE code generation path (Michel Dänzer) and don't crash if ...Brian3-13/+31
2007-11-01Add -fno-strict-aliasing workaround for all GCC targetsDan Nicholson18-0/+70
2007-11-01configs: Set -fexceptions for GLUT on linux-dri like other targetsDan Nicholson1-0/+2
2007-11-01configs: Always use -fPIC for shared libraries, never for staticDan Nicholson8-6/+6
2007-11-01Add -fno-strict-aliasing workaround for Linux GCC targetsDan Nicholson15-0/+48
2007-10-31fix typoBrian1-1/+1
2007-10-31updated help/to-do listBrian1-31/+8
2007-10-31glDrawArrays(count=0) bugfixBrian1-0/+1
2007-10-31check for count==0 in _mesa_validate_DrawArrays()Brian1-2/+3
2007-10-31note G33/Q33/Q35 supportBrian1-0/+1
2007-10-30fix GL_ATI_separate_stencilmesa_7_0_2_rc1Brian1-0/+1
2007-10-30Alias glStencilOpSeparateATI with glStencilOpSeparate.Brian13-283/+168
2007-10-30Finish up ATI_separate_stencilBrian14-1066/+1250
2007-10-30add missing _mesa_StencilFuncSeparateATI functionRoland Scheidegger2-0/+77
2007-10-29Build xdemos programs by default on linux-driDan Nicholson2-4/+4
2007-10-29update APP_LIB_DEPS for static library configs (patch 3/3)Dan Nicholson3-6/+3
2007-10-29simplify APP_LIB_DEPS (patch 2/3)Dan Nicholson1-2/+4
2007-10-29specify app lib dependencies in Makefiles (patch 1/3)Dan Nicholson15-31/+52
2007-10-29linux-dri-xcb: Fix undefined refs when linking with libGLDan Nicholson1-2/+3
2007-10-29driFenceType: Really return fence type, not flags.Michel Dänzer1-1/+1
2007-10-28Only set R_MODE with NV_point_spriteAlan Hourihane1-1/+2
2007-10-26configs: Fix linux-static to link correctlyDan Nicholson1-3/+2
2007-10-25use grep -qBrian1-2/+2
2007-10-25More ignored programs merged back from masterDan Nicholson3-1/+21
2007-10-25simplify/fix the ASM_FLAGS tests (bug 12931)Brian1-2/+2
2007-10-25Cray Xt3 configBrian1-0/+32
2007-10-24Fix mergeBrian1-0/+1
2007-10-24added catamount-osmesa-pgi config, fixes for cross-compilingBrian1-1/+2
2007-10-24don't build x86, x86-64 dirs if not neededBrian1-2/+7
2007-10-23properly init dst reg's CondMask/Swizzle fieldsBrian2-5/+5
2007-10-23bump up MAX_INSTRUCTIONS and add an assertion to catch emitting too many inst...Brian1-4/+7
2007-10-23add directfb glut sources to tarballBrian1-0/+3
2007-10-22don't apply ColorMask to main gcBrian1-7/+6
2007-10-17i915tex: Don't emit 'empty' blit rectangles.Michel Dänzer1-0/+3
2007-10-15fix fog, rescale_normals bugs (from gallium branch)Brian1-3/+5
2007-10-15faster write_rgba_span_front()Andreas Micheler1-17/+78