summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2007-11-23Fix parsing of gl_FrontLightModelProduct.sceneColor, don't segfault on variableBrian2-5/+15
2007-11-23need to check border width in sample_linear_2d() - fixes failed assertion in ...Brian1-0/+1
2007-11-22Bump version numbers to 7.0.3 for next releaseBrian1-3/+3
2007-11-22Recompute ctx->Point._Size if GL_POINT_SIZE_MIN/MAX changes.Brian2-3/+12
2007-11-22fix z buffer read/write issue with rv100-like chips and old ddxRoland Scheidegger1-1/+5
2007-11-20bring over Fortran fixes from masterBrian2-26/+30
2007-11-20ObsoleteBrian1-164/+0
2007-11-20Rename glut_fbc.c -> glut_fcb.c (cb=callback)Brian2-0/+165
2007-11-19clamp lambda to Min/MaxLodBrian1-3/+6
2007-11-19fix some texture format assertions, etcBrian1-23/+11
2007-11-19fix out-of-bounds array index (ix=-1)Brian1-2/+3
2007-11-16added gl_dispatch_stub_772()Brian1-0/+1
2007-11-15fix position invariant vertex programs for sw-tnlRoland Scheidegger1-52/+151
2007-11-15fix bogus assumption if ddx has set up surface reg for z bufferRoland Scheidegger1-2/+1
2007-11-09code clean-ups, reformattingBenno Schulenberg1-11/+8
2007-11-09remove commented-out codeBenno Schulenberg1-110/+7
2007-11-08fix Unichrome/Blender crash, bug 13142Benno Schulenberg1-2/+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-8/+8
2007-11-03Fix mem leak in SSE code generation path (Michel Dänzer) and don't crash if ...Brian3-13/+31
2007-10-31check for count==0 in _mesa_validate_DrawArrays()Brian1-2/+3
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-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-25use grep -qBrian1-2/+2
2007-10-25simplify/fix the ASM_FLAGS tests (bug 12931)Brian1-2/+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-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
2007-10-10fix force_s3tc_enable optionMrc Gran1-1/+1
2007-10-04Brian's fix for bug9829Xiang, Haihao1-1/+1
2007-10-03minor fog calc cleanupRoland Scheidegger1-12/+8
2007-10-03fog: fix issues with negative fog coords (may fix #10529)Roland Scheidegger1-7/+22
2007-10-03make sure optimized fog params get updatedRoland Scheidegger1-0/+2
2007-10-03unbreak 3d textures (typo when setting tex layout)Roland Scheidegger1-1/+1
2007-10-03i915tex: Work around texture pitch related performance drops on i915 at least.Michel Dänzer1-1/+10
2007-09-29fix VBO-split infinite loop (bug 12164)Brian1-4/+3
2007-09-28add support for LDFLAGS env varDan Nicholson18-20/+25
2007-09-28i965: fix vblank on 965gm laptops by bringing in code from i915Dave Airlie2-1/+45
2007-09-27mesa: make sure the gotten value isn't greater than theXiang, Haihao1-2/+5
2007-09-27i965: handle all unfilled mode in clip stage. fix bug #12453Xiang, Haihao1-0/+4
2007-09-27bump versions to 7.0.2Brian1-3/+3