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