| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | | | | mesa: enhance fxt1_quantize_ALPHA1 | Xiang, Haihao | 2007-03-18 | 1 | -33/+44 |
* | | | | | fix some format conversion bugs in glGetTexImage(), bug 10288 | Haihao Xiang | 2007-03-17 | 1 | -0/+19 |
* | | | | | Assorted fixes for dealing with zero-size frame/renderbuffers. | Brian | 2007-03-16 | 2 | -13/+20 |
* | | | | | Colortable re-org. | Brian | 2007-03-16 | 8 | -268/+170 |
* | | | | | added a renderbuffer comment | Brian | 2007-03-16 | 1 | -1/+1 |
* | | | | | no-op clear if buffer width or height is zero (bug 7205) | Brian | 2007-03-15 | 1 | -0/+3 |
* | | | | | implement byteswapping for all multi-byte types in _mesa_pack_rgba_span_float... | Brian | 2007-03-15 | 1 | -20/+17 |
* | | | | | pixelmap code simplification | Brian | 2007-03-14 | 1 | -253/+124 |
* | | | | | Re-org of gl_pixel_attrib struct. | Brian | 2007-03-14 | 5 | -203/+228 |
* | | | | | mesa: _mesa_unpack_image | Xiang, Haihao | 2007-03-13 | 1 | -3/+89 |
* | | | | | clean-up, simplify _mesa_image_row_stride() | Brian | 2007-03-12 | 1 | -23/+19 |
* | | | | | take GL_UNPACK_ALIGNMENT into account in _mesa_image_row_stride() for GL_BITM... | Brian | 2007-03-12 | 1 | -1/+6 |
| |_|_|/
|/| | | |
|
* | | | | check for EXT_blend_equation_separate for 2.0 | Brian | 2007-03-10 | 1 | -1/+2 |
| |_|/
|/| | |
|
* | | | New IMAGE_RED_TO_LUMINANCE flag passed to _mesa_pack_rgba_span_float() to fix... | Brian | 2007-03-09 | 3 | -6/+16 |
* | | | remove a if-statement | Xiang, Haihao | 2007-03-08 | 1 | -2/+1 |
* | | | Merge branch 'master' of git+ssh://[email protected]/git/mesa/mesa | Brian | 2007-03-06 | 1 | -2/+2 |
|\ \ \ |
|
| * \ \ | Merge branch 'master' of ssh+git://[email protected]/git/mesa/mesa | Ian Romanick | 2007-03-06 | 9 | -111/+149 |
| |\ \ \ |
|
| * | | | | Fix cut-and-paste error in the name of GL_NUM_COMPRESSED_TEXTURE_FORMATS_ARB. | Ian Romanick | 2007-03-06 | 1 | -2/+2 |
| | |_|/
| |/| | |
|
* | | | | explicit calls to _mesa_unreference_framebuffer() not always needed now | Brian | 2007-03-06 | 1 | -2/+0 |
* | | | | unreference old framebuffer, if needed, in _mesa_reference_framebuffer() | Brian | 2007-03-06 | 1 | -0/+7 |
| |/ /
|/| | |
|
* | | | Fix/improve framebuffer object reference counting. | Brian | 2007-03-06 | 7 | -64/+76 |
* | | | Take care of texObj reference in _mesa_free_framebuffer_data() | Brian | 2007-03-06 | 1 | -6/+11 |
* | | | move oldFb decl into tighter scopes | Brian | 2007-03-01 | 1 | -3/+3 |
* | | | fix bad n_dot_h normalization code (bug 9977), plus clean-up the code in general | Brian | 2007-03-01 | 1 | -33/+31 |
* | | | assert that fb->RefCount==0 in _mesa_free_framebuffer_data() | Brian | 2007-02-27 | 1 | -0/+1 |
* | | | Do proper framebuffer refcounting in _mesa_make_current(). | Brian | 2007-02-26 | 3 | -16/+38 |
|/ / |
|
* | | fd.o #BZ 9684 | Zou Nan hai | 2007-02-12 | 1 | -1/+2 |
* | | ctx->Point._Size fix | Rune Peterson | 2007-02-10 | 3 | -26/+7 |
* | | optimize generated vertex programs a bit | Roland Scheidegger | 2007-02-09 | 1 | -0/+8 |
* | | fix mem leak | Panagiotis Papadakos | 2007-02-05 | 1 | -0/+3 |
* | | Add _NEW_PROGRAM flag to _MESA_NEW_NEED_EYE_COORDS. | Brian | 2007-02-03 | 1 | -0/+1 |
* | | Merge branch 'vbo-0.2' | Keith Whitwell | 2007-02-02 | 11 | -123/+69 |
|\ \ |
|
| * | | Don't special-case index, edgeflag. | Keith Whitwell | 2007-01-16 | 1 | -46/+3 |
| * | | Merge branch 'master' of git+ssh://[email protected]/git/mesa/mesa i... | Keith Whitwell | 2007-01-16 | 34 | -3261/+3586 |
| |\ \ |
|
| * | | | Don't special-case FOG attribute initialization. | Keith Whitwell | 2007-01-15 | 1 | -1/+0 |
| * | | | merge current trunk into vbo branch | Alan Hourihane | 2006-11-02 | 21 | -651/+950 |
| * | | | oops, get.c is autogenerated | Keith Whitwell | 2006-10-30 | 2 | -4/+4 |
| * | | | Move edgeflag into the VERT_ATTRIB_SEVEN slot. This means that our | Keith Whitwell | 2006-10-30 | 5 | -13/+13 |
| * | | | better handling of current attributes. Trivial dlist and varray tests work | Keith Whitwell | 2006-10-30 | 3 | -17/+4 |
| * | | | Fix compiler warning | Keith Whitwell | 2006-10-29 | 1 | -1/+1 |
* | | | | _mesa_pack_rgba_span_float: fix for packing data into group | Xiang, Haihao | 2007-01-31 | 1 | -3/+5 |
* | | | | bump version to 6.5.3 | Brian | 2007-01-30 | 1 | -7/+7 |
* | | | | Bug 9628: no entry for GetVertexAttribPointerv | George Sapountzis | 2007-01-27 | 1 | -1/+1 |
* | | | | fix typo | Brian | 2007-01-26 | 1 | -1/+1 |
* | | | | document, re-indent _mesa_ffsll() | Brian | 2007-01-26 | 1 | -10/+18 |
* | | | | Merge branch 'master' of git+ssh://[email protected]/git/mesa/mesa | Brian | 2007-01-26 | 3 | -24/+28 |
|\ \ \ \ |
|
| * | | | | Add _mesa_ffsll() for compatibility on OSes without ffsll(), and use it. | Eric Anholt | 2007-01-26 | 2 | -0/+24 |
| * | | | | Override Const.CheckArrayBounds for Xserver in XMesaCreateContext(). | George Sapountzis | 2007-01-26 | 1 | -7/+1 |
| * | | | | Drop old (pre-AIGLX) GLcore interface. | George Sapountzis | 2007-01-26 | 2 | -17/+3 |
* | | | | | silence C++ warnings | Brian | 2007-01-23 | 1 | -2/+2 |
|/ / / / |
|