summaryrefslogtreecommitdiffstats
path: root/src/mesa/main
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | mesa: enhance fxt1_quantize_ALPHA1Xiang, Haihao2007-03-181-33/+44
* | | | | fix some format conversion bugs in glGetTexImage(), bug 10288Haihao Xiang2007-03-171-0/+19
* | | | | Assorted fixes for dealing with zero-size frame/renderbuffers.Brian2007-03-162-13/+20
* | | | | Colortable re-org.Brian2007-03-168-268/+170
* | | | | added a renderbuffer commentBrian2007-03-161-1/+1
* | | | | no-op clear if buffer width or height is zero (bug 7205)Brian2007-03-151-0/+3
* | | | | implement byteswapping for all multi-byte types in _mesa_pack_rgba_span_float...Brian2007-03-151-20/+17
* | | | | pixelmap code simplificationBrian2007-03-141-253/+124
* | | | | Re-org of gl_pixel_attrib struct.Brian2007-03-145-203/+228
* | | | | mesa: _mesa_unpack_imageXiang, Haihao2007-03-131-3/+89
* | | | | clean-up, simplify _mesa_image_row_stride()Brian2007-03-121-23/+19
* | | | | take GL_UNPACK_ALIGNMENT into account in _mesa_image_row_stride() for GL_BITM...Brian2007-03-121-1/+6
| |_|_|/ |/| | |
* | | | check for EXT_blend_equation_separate for 2.0Brian2007-03-101-1/+2
| |_|/ |/| |
* | | New IMAGE_RED_TO_LUMINANCE flag passed to _mesa_pack_rgba_span_float() to fix...Brian2007-03-093-6/+16
* | | remove a if-statementXiang, Haihao2007-03-081-2/+1
* | | Merge branch 'master' of git+ssh://[email protected]/git/mesa/mesaBrian2007-03-061-2/+2
|\ \ \
| * \ \ Merge branch 'master' of ssh+git://[email protected]/git/mesa/mesaIan Romanick2007-03-069-111/+149
| |\ \ \
| * | | | Fix cut-and-paste error in the name of GL_NUM_COMPRESSED_TEXTURE_FORMATS_ARB.Ian Romanick2007-03-061-2/+2
| | |_|/ | |/| |
* | | | explicit calls to _mesa_unreference_framebuffer() not always needed nowBrian2007-03-061-2/+0
* | | | unreference old framebuffer, if needed, in _mesa_reference_framebuffer()Brian2007-03-061-0/+7
| |/ / |/| |
* | | Fix/improve framebuffer object reference counting.Brian2007-03-067-64/+76
* | | Take care of texObj reference in _mesa_free_framebuffer_data()Brian2007-03-061-6/+11
* | | move oldFb decl into tighter scopesBrian2007-03-011-3/+3
* | | fix bad n_dot_h normalization code (bug 9977), plus clean-up the code in generalBrian2007-03-011-33/+31
* | | assert that fb->RefCount==0 in _mesa_free_framebuffer_data()Brian2007-02-271-0/+1
* | | Do proper framebuffer refcounting in _mesa_make_current().Brian2007-02-263-16/+38
|/ /
* | fd.o #BZ 9684Zou Nan hai2007-02-121-1/+2
* | ctx->Point._Size fixRune Peterson2007-02-103-26/+7
* | optimize generated vertex programs a bitRoland Scheidegger2007-02-091-0/+8
* | fix mem leakPanagiotis Papadakos2007-02-051-0/+3
* | Add _NEW_PROGRAM flag to _MESA_NEW_NEED_EYE_COORDS.Brian2007-02-031-0/+1
* | Merge branch 'vbo-0.2'Keith Whitwell2007-02-0211-123/+69
|\ \
| * | Don't special-case index, edgeflag.Keith Whitwell2007-01-161-46/+3
| * | Merge branch 'master' of git+ssh://[email protected]/git/mesa/mesa i...Keith Whitwell2007-01-1634-3261/+3586
| |\ \
| * | | Don't special-case FOG attribute initialization.Keith Whitwell2007-01-151-1/+0
| * | | merge current trunk into vbo branchAlan Hourihane2006-11-0221-651/+950
| * | | oops, get.c is autogeneratedKeith Whitwell2006-10-302-4/+4
| * | | Move edgeflag into the VERT_ATTRIB_SEVEN slot. This means that ourKeith Whitwell2006-10-305-13/+13
| * | | better handling of current attributes. Trivial dlist and varray tests workKeith Whitwell2006-10-303-17/+4
| * | | Fix compiler warningKeith Whitwell2006-10-291-1/+1
* | | | _mesa_pack_rgba_span_float: fix for packing data into groupXiang, Haihao2007-01-311-3/+5
* | | | bump version to 6.5.3Brian2007-01-301-7/+7
* | | | Bug 9628: no entry for GetVertexAttribPointervGeorge Sapountzis2007-01-271-1/+1
* | | | fix typoBrian2007-01-261-1/+1
* | | | document, re-indent _mesa_ffsll()Brian2007-01-261-10/+18
* | | | Merge branch 'master' of git+ssh://[email protected]/git/mesa/mesaBrian2007-01-263-24/+28
|\ \ \ \
| * | | | Add _mesa_ffsll() for compatibility on OSes without ffsll(), and use it.Eric Anholt2007-01-262-0/+24
| * | | | Override Const.CheckArrayBounds for Xserver in XMesaCreateContext().George Sapountzis2007-01-261-7/+1
| * | | | Drop old (pre-AIGLX) GLcore interface.George Sapountzis2007-01-262-17/+3
* | | | | silence C++ warningsBrian2007-01-231-2/+2
|/ / / /