| Commit message (Expand) | Author | Age | Files | Lines |
* | bump up MAX_INSTRUCTIONS and add an assertion to catch emitting too many inst... | Brian | 2007-10-23 | 1 | -4/+7 |
* | don't apply ColorMask to main gc | Brian | 2007-10-22 | 1 | -7/+6 |
* | i915tex: Don't emit 'empty' blit rectangles. | Michel Dänzer | 2007-10-17 | 1 | -0/+3 |
* | fix fog, rescale_normals bugs (from gallium branch) | Brian | 2007-10-15 | 1 | -3/+5 |
* | faster write_rgba_span_front() | Andreas Micheler | 2007-10-15 | 1 | -17/+78 |
* | fix force_s3tc_enable option | Mrc Gran | 2007-10-10 | 1 | -1/+1 |
* | Brian's fix for bug9829 | Xiang, Haihao | 2007-10-04 | 1 | -1/+1 |
* | minor fog calc cleanup | Roland Scheidegger | 2007-10-03 | 1 | -12/+8 |
* | fog: fix issues with negative fog coords (may fix #10529) | Roland Scheidegger | 2007-10-03 | 1 | -7/+22 |
* | make sure optimized fog params get updated | Roland Scheidegger | 2007-10-03 | 1 | -0/+2 |
* | unbreak 3d textures (typo when setting tex layout) | Roland Scheidegger | 2007-10-03 | 1 | -1/+1 |
* | i915tex: Work around texture pitch related performance drops on i915 at least. | Michel Dänzer | 2007-10-03 | 1 | -1/+10 |
* | fix VBO-split infinite loop (bug 12164) | Brian | 2007-09-29 | 1 | -4/+3 |
* | add support for LDFLAGS env var | Dan Nicholson | 2007-09-28 | 18 | -20/+25 |
* | i965: fix vblank on 965gm laptops by bringing in code from i915 | Dave Airlie | 2007-09-28 | 2 | -1/+45 |
* | mesa: make sure the gotten value isn't greater than the | Xiang, Haihao | 2007-09-27 | 1 | -2/+5 |
* | i965: handle all unfilled mode in clip stage. fix bug #12453 | Xiang, Haihao | 2007-09-27 | 1 | -0/+4 |
* | bump versions to 7.0.2 | Brian | 2007-09-27 | 1 | -3/+3 |
* | Restore old _TriangleCaps code to fix Blender problem (bug 12164) | Brian | 2007-09-27 | 6 | -0/+78 |
* | [i965] Bug #11812: Fix fwrite return value checks in AUB file code. | Roland Bär | 2007-09-26 | 1 | -8/+8 |
* | fix fd.o bug #12217, recalcuate urb when clip plane size change | Zou Nan hai | 2007-09-26 | 1 | -1/+1 |
* | i965: The cube map texture coordinates must be devided by the | Xiang, Haihao | 2007-09-26 | 1 | -1/+51 |
* | fix a bug in 965 ARB_occlusion_query, | Zou Nan hai | 2007-09-26 | 1 | -2/+2 |
* | fix DrawRangeElements error msg | Brian | 2007-09-23 | 1 | -1/+1 |
* | fix for __IBMC__ | Brian | 2007-09-20 | 1 | -1/+1 |
* | fixes for bluegene-xlc-osmesa config | Brian | 2007-09-20 | 1 | -1/+1 |
* | From trunk: mesa: bind VBO_ATTRIB_XXX to correct input array when executing a... | Brian | 2007-09-14 | 1 | -2/+4 |
* | fix copypixels overlap test bug (#12417) | Brian | 2007-09-14 | 1 | -2/+9 |
* | added program_error2() function for better error reporting | Brian | 2007-09-13 | 1 | -46/+59 |
* | Fix state.texgen parsing error (bug 12313). | Brian | 2007-09-13 | 1 | -5/+12 |
* | pkg-config support | Dan Nicholson | 2007-09-12 | 8 | -4/+89 |
* | DESTDIR support. | Dan Nicholson | 2007-09-12 | 6 | -23/+23 |
* | i965: fix bug#11925 | Xiang, Haihao | 2007-09-12 | 3 | -2/+27 |
* | i965: fix #11378 | Xiang, Haihao | 2007-09-12 | 1 | -0/+4 |
* | In _mesa_make_current(), don't unbind FBOs from the old context. | Brian | 2007-09-11 | 1 | -10/+1 |
* | Update depth test state when binding new framebuffer object | Brian | 2007-09-11 | 1 | -0/+9 |
* | fix comment | Brian | 2007-09-11 | 1 | -1/+1 |
* | i965: take the secondary color into account when drawing | Xiang, Haihao | 2007-09-11 | 1 | -5/+12 |
* | i965: limit on LOD Bias, fix#11987 | Xiang, Haihao | 2007-09-11 | 1 | -1/+1 |
* | Use temporary matrix in __gluInvertMatrixd() to fix aliasing problem (see bug... | Brian | 2007-09-03 | 1 | -3/+3 |
* | fix bug#11009 | Xiang, Haihao | 2007-09-01 | 1 | -2/+9 |
* | i965: Take the upper limitation on LOD into account. | Xiang, Haihao | 2007-09-01 | 1 | -2/+2 |
* | sync with trunk, fixing bug 12239 | Brian | 2007-08-31 | 1 | -17/+44 |
* | fix another occurence of movaps which might not be aligned | Roland Scheidegger | 2007-08-31 | 1 | -1/+1 |
* | s/movaps/movups/ (see bug 12216) | Brian | 2007-08-30 | 1 | -5/+3 |
* | i965: store read drawable info in intel_context. Some OpenGL | Xiang, Haihao | 2007-08-30 | 3 | -2/+8 |
* | i965: check NULL pointer. fix bug#12193 | Xiang, Haihao | 2007-08-30 | 1 | -0/+2 |
* | i965: samplers group in fours in WM_STATE. fix bug#9415 | Xiang, Haihao | 2007-08-30 | 1 | -1/+1 |
* | i965: flush batch buffer when getting the maximum. This makes | Xiang, Haihao | 2007-08-30 | 1 | -0/+6 |
* | fixed problem with big glDrawArrays (see bug 12141) | Colin McDonald | 2007-08-27 | 1 | -6/+8 |