summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-06-23docs: set 7.4.4 release datemesa_7_4_4Brian Paul2-1/+9
2009-06-22mesa: bump version to 7.4.4Brian Paul3-5/+5
2009-06-22docs: release notes for 7.4.4Brian Paul2-7/+60
2009-06-22docs: 7.4.3 MD5 checksumsBrian Paul1-0/+9
2009-06-22intel: added a null ptr checkBrian Paul1-1/+2
2009-06-22intel: call _mesa_unreference_framebuffer() in intelDestroyBuffer()Brian Paul1-1/+1
2009-06-19docs: set 7.4.3 release datemesa_7_4_3Brian Paul2-3/+3
2009-06-19docs: bump version to 7.4.3Brian Paul1-3/+1
2009-06-17mesa: rework viewport/scissor initialization codeBrian Paul3-12/+34
2009-06-17mesa: added null ptr check in Fake_glXCreatePixmap()Brian Paul1-1/+1
2009-06-17docs: document GLX/glean makeCurrent fixBrian Paul1-0/+1
2009-06-17GLX: attempt to fix glean makeCurrent test cases.Brian Paul2-2/+6
2009-06-16docs: document viewport clamping bugBrian Paul1-0/+1
2009-06-16mesa: fix incorrect viewport clamping in _mesa_set_viewport()Brian Paul1-2/+2
2009-06-16docs: fixed bug 21872Brian Paul1-0/+1
2009-06-16mesa: fix REMAINDER() macroBrian Paul1-1/+1
2009-06-15docs: recent fixes for 7.4.3Brian Paul1-0/+2
2009-06-15intel: Release fb backing regions in intelDestroyBuffer()Brian Paul1-1/+25
2009-06-10glsl: fix warnings, update comments, s/TRUE/GL_TRUE/Brian Paul1-3/+4
2009-06-10glsl: Handle continuation characters in preprocessor.Brian Paul1-2/+63
2009-06-10glsl: Fix symbol replacement handling in preprocessor.Brian Paul1-13/+15
2009-06-10glsl: Expand nested preprocessor macros.Brian Paul1-1/+14
2009-06-10glsl: Fix preprocessor define argument parsing for dead sections.Brian Paul1-4/+4
2009-06-10glsl: preprocessor debug code (disabled)Brian Paul1-0/+5
2009-06-05docs: document recent bug fixes for 7.4.xBrian Paul1-0/+3
2009-06-04osmesa: Link with -ldl for dlopen codeDan Nicholson1-5/+2
2009-06-04osmesa: Allow building standalone in all three channel widthsDan Nicholson1-27/+9
2009-06-01mesa: fix loop over generic attribs in update_arrays()Brian Paul1-1/+1
2009-05-22demos: fix multitex.c VertCoord attribute mappingBrian Paul1-1/+16
2009-05-22vbo: fix crash in vbo_exec_bind_arrays()Brian Paul1-0/+1
2009-05-22mesa: allow GL_BITMAP type in _mesa_image_image_stride()Brian Paul1-13/+23
2009-05-22docs: updates for version 7.4.3Brian Paul1-0/+7
2009-05-22mesa: bump version to 7.4.3Brian Paul1-1/+1
2009-05-22mesa: bump version to 7.4.3Brian Paul1-3/+3
2009-05-22vbo: fix incorrect loop limit in bind_array_obj()Brian Paul1-1/+4
2009-05-22docs: add glGet case for GL_VERTEX_ARRAY_BINDING_APPLEBrian Paul1-0/+1
2009-05-22mesa: add missing glGet*() case for GL_VERTEX_ARRAY_BINDING_APPLEBrian Paul2-1/+16
2009-05-20mesa: remove texUnit->_Current = NULL assignmentBrian Paul1-1/+0
2009-05-19docs: 7.4.3 relnotes editsBrian Paul1-2/+2
2009-05-19docs: start 7.4.3 release notesBrian Paul2-0/+62
2009-05-19mesa: allow depth/stencil textures to be attached to GL_STENCIL_ATTACHMENTBrian Paul1-3/+13
2009-05-19mesa: assign trb->Base.StencilBits in update_wrapper().Brian Paul1-0/+1
2009-05-19mesa: fix texture object reference counting in texture_override()Brian Paul1-1/+1
2009-05-18Initialize psp->waitX/waitGL for swrast_dri.so.Aidan Thornton1-0/+2
2009-05-15docs 7.4.2 tarball md5 sumsBrian Paul1-1/+9
2009-05-15docs: set 7.4.2 release datemesa_7_4_2Brian Paul3-2/+9
2009-05-14mesa: bump version to 7.4.2Brian Paul3-5/+6
2009-05-13i965: fix render to FBO/texture orientation bugsBrian Paul1-6/+7
2009-05-11docs: updated bug fix list for 7.4.2Brian Paul1-0/+4
2009-05-11mesa: Fixed a texture memory leakBrian Paul1-0/+3