summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-06-17st/mesa: rework viewport/scissor initialization codegallium-mesa-7.4Brian Paul2-22/+3
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-17docs: document viewport clamping bugBrian Paul1-0/+1
2009-06-17mesa: fix incorrect viewport clamping in _mesa_set_viewport()Brian Paul1-2/+2
2009-06-17docs: fixed bug 21872Brian Paul1-0/+1
2009-06-17mesa: fix REMAINDER() macroBrian Paul1-1/+1
2009-06-17docs: recent fixes for 7.4.3Brian Paul1-0/+2
2009-06-17intel: Release fb backing regions in intelDestroyBuffer()Brian Paul1-1/+25
2009-06-17glsl: fix warnings, update comments, s/TRUE/GL_TRUE/Brian Paul1-3/+4
2009-06-17glsl: Handle continuation characters in preprocessor.Brian Paul1-2/+63
2009-06-17glsl: Fix symbol replacement handling in preprocessor.Brian Paul1-13/+15
2009-06-17glsl: Expand nested preprocessor macros.Brian Paul1-1/+14
2009-06-17glsl: Fix preprocessor define argument parsing for dead sections.Brian Paul1-4/+4
2009-06-17glsl: preprocessor debug code (disabled)Brian Paul1-0/+5
2009-06-17docs: document recent bug fixes for 7.4.xBrian Paul1-0/+3
2009-06-17osmesa: Link with -ldl for dlopen codeDan Nicholson1-5/+2
2009-06-17osmesa: Allow building standalone in all three channel widthsDan Nicholson1-27/+9
2009-06-17mesa: fix loop over generic attribs in update_arrays()Brian Paul1-1/+1
2009-06-17demos: fix multitex.c VertCoord attribute mappingBrian Paul1-1/+16
2009-06-17vbo: fix crash in vbo_exec_bind_arrays()Brian Paul1-0/+1
2009-06-17mesa: allow GL_BITMAP type in _mesa_image_image_stride()Brian Paul1-13/+23
2009-06-17docs: updates for version 7.4.3Brian Paul1-0/+7
2009-06-17mesa: bump version to 7.4.3Brian Paul1-1/+1
2009-06-17mesa: bump version to 7.4.3Brian Paul1-3/+3
2009-06-17vbo: fix incorrect loop limit in bind_array_obj()Brian Paul1-1/+4
2009-06-17docs: add glGet case for GL_VERTEX_ARRAY_BINDING_APPLEBrian Paul1-0/+1
2009-06-17mesa: add missing glGet*() case for GL_VERTEX_ARRAY_BINDING_APPLEBrian Paul2-1/+16
2009-06-17mesa: remove texUnit->_Current = NULL assignmentBrian Paul1-1/+0
2009-06-17docs: 7.4.3 relnotes editsBrian Paul1-2/+2
2009-06-17docs: start 7.4.3 release notesBrian Paul2-0/+62
2009-06-17mesa: allow depth/stencil textures to be attached to GL_STENCIL_ATTACHMENTBrian Paul1-3/+13
2009-06-17mesa: assign trb->Base.StencilBits in update_wrapper().Brian Paul1-0/+1
2009-06-17mesa: fix texture object reference counting in texture_override()Brian Paul1-1/+1
2009-06-17Initialize psp->waitX/waitGL for swrast_dri.so.Aidan Thornton1-0/+2
2009-06-17docs 7.4.2 tarball md5 sumsBrian Paul1-1/+9
2009-06-17docs: set 7.4.2 release dateBrian Paul3-2/+9
2009-06-17mesa: bump version to 7.4.2Brian Paul3-5/+6
2009-06-17i965: fix render to FBO/texture orientation bugsBrian Paul1-6/+7
2009-06-17docs: updated bug fix list for 7.4.2Brian Paul1-0/+4
2009-06-17mesa: Fixed a texture memory leakBrian Paul1-0/+3
2009-06-17Flag GLSL programs as depending on constant state when they use uniforms.Eric Anholt1-0/+5
2009-06-17glx: replace Xmalloc() calls with Xcalloc()Brian Paul2-2/+2
2009-06-17mesa: fix state validation bug for glCopyTex[Sub]Image()Brian Paul1-5/+16
2009-06-17docs: fix typosBrian Paul3-3/+3
2009-06-17r300: Increase reference count of texture objects referenced by current state.Michel Dänzer4-9/+11
2009-06-17mesa: Fix buffer overflow when parsing generic vertex attributes.Brian Paul1-3/+9
2009-06-17R300: add quadpipe overridesAlex Deucher1-4/+13