summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2008-09-24Prepare changelog for uploadmesa-7.2-1Julien Cristau1-2/+2
2008-09-24intel: don't warn about TTM init failure.Julien Cristau3-0/+16
2008-09-24Remove the build-dep on dri2proto, DRI2 support has been removed.Julien Cristau2-1/+4
2008-09-23Update the changelog, refresh patch 04.Timo Aaltonen2-7/+12
2008-09-23Merge commit 'mesa_7_2' into debian-experimentalTimo Aaltonen196-5528/+4758
Conflicts: include/GLES/egl.h
2008-09-20mesa: docs: remove parenthesismesa_7_2Brian Paul1-1/+1
2008-09-20mesa: set 7.2 version for tarballsBrian Paul1-4/+4
2008-09-20mesa: prep for 7.2 releaseBrian Paul2-2/+8
2008-09-20Update to SGI FreeB 2.0.Adam Jackson135-4442/+3780
Under the terms of version 1.1, "once Covered Code has been published under a particular version of the License, Recipient may, for the duration of the License, continue to use it under the terms of that version, or choose to use such Covered Code under the terms of any subsequent version published by SGI." FreeB 2.0 license refers to "dates of first publication". They are here taken to be 1991-2000, as noted in the original license text: ** Original Code. The Original Code is: OpenGL Sample Implementation, ** Version 1.2.1, released January 26, 2000, developed by Silicon Graphics, ** Inc. The Original Code is Copyright (c) 1991-2000 Silicon Graphics, Inc. ** Copyright in any portions created by third parties is as indicated ** elsewhere herein. All Rights Reserved. Official FreeB 2.0 text: http://oss.sgi.com/projects/FreeB/SGIFreeSWLicB.2.0.pdf As always, this code has not been tested for conformance with the OpenGL specification. OpenGL conformance testing is available from http://khronos.org/ and is required for use of the OpenGL logo in product advertising and promotion.
2008-09-18document _tnl_InvalidateState() fixBrian Paul1-0/+1
2008-09-18mesa: fix null ptr deref bug in _tnl_InvalidateState(), bug 15834Brian Paul1-6/+14
2008-09-17mesa: fix bug in previous changes to _slang_resolve_attributes()Brian Paul1-1/+3
2008-09-16document glBindAttribLocation fixesBrian Paul1-0/+1
2008-09-16mesa: rework GLSL vertex attribute bindingBrian Paul4-103/+110
Calls to glBindAttribLocation() should not take effect until the next time that glLinkProgram() is called. gl_shader_program::Attributes now just contains user-defined bindings. gl_shader_program::VertexProgram->Attributes contains the actual/final bindings.
2008-09-16mesa: fix display list regression (check if save->prim_count > 0 in ↵Brian Paul1-5/+7
vbo_save_EndList())
2008-09-15fix msaa enable/disable bugBrian Paul1-0/+1
2008-09-15mesa: fix MSAA enable state in update_multisample()Brian Paul1-4/+4
2008-09-15document display list bug fixBrian Paul1-0/+1
2008-09-15mesa: remove some assertions that are invalid during context tear-downBrian Paul1-1/+4
2008-09-15mesa: get another class of degenerate dlists workingKeith Whitwell2-2/+29
Primitive begin in one dlist, end in another.
2008-09-14glut: s/glut_fbc.c/glut_fcb.c/Shane Blackett1-1/+1
2008-09-13mesa: Makefile: 7.2 release candidate 1mesa_7_2_rc1Brian Paul1-4/+4
2008-09-13mesa: documentation updates for 7.2 releaseBrian Paul3-3/+15
2008-09-13updated Cell driver infoBrian Paul1-13/+43
2008-09-13Mesa: version bumps for 7.2 releaseBrian Paul3-8/+8
2008-09-13document 7.2 bug fixes, etcBrian Paul1-1/+9
2008-09-13tdfx: fix crash and lack of visuals bugJakub Bogusz1-52/+25
2008-09-13i915: fix himask constant init for 64-bit buildGuillaume Melquiond1-1/+1
2008-09-13glx: fix 64-bit datatype issueGuillaume Melquiond1-1/+7
2008-09-13mesa: return after _mesa_problem() callsGuillaume Melquiond2-0/+3
2008-09-13mesa: #include <stdio.h>Guillaume Melquiond1-0/+1
2008-09-13remove invalid XDestroyWindow() callGuillaume Melquiond1-1/+0
2008-09-13silence warningGuillaume Melquiond1-1/+1
2008-09-13GLU: fix asst warningsGuillaume Melquiond9-12/+12
2008-09-12Remove DRI2 supportIan Romanick8-693/+1
Remove support for the original incarnation of DRI2. This version has since been abandoned and will never ship. This eliminates a build dependency on a component that only exists in Fedora 9 and in now-dead up-stream development trees. I also recommend that we spin a Mesa 7.1.1 release with this patch. Signed-off-by: Ian Romanick <ian.d.romanick@intel.com>
2008-09-12i965: Add support for G41 chipset which is another 4 series.Xiang, Haihao2-1/+6
(cherry picked from commit b2e083eba2668517e40bc94e3a19cd15824ce93c)
2008-09-11Fix grammar and punctuation in glxinfo(1)Brice Goglin2-1/+8
2008-09-11added 24bpp supportShane Blackett1-10/+217
2008-09-10Fixes for MingwShane Blackett2-2/+2
2008-09-05mesa: replace MALLOC w/ CALLOC to fix memory error in glPushClientAttrib()Brian Paul1-1/+1
2008-09-04mesa: improved gl_buffer_object reference countingBrian Paul10-187/+242
Use new _mesa_reference_buffer_object() function wherever possible. Fixes buffer object/display list crash reported in ParaView.
2008-09-04intel: Fix depth_stencil texture.Xiang, Haihao3-3/+3
(cherry picked from commit 0adfd1021035e90995a25ec5f20b736e55075d92)
2008-09-04mesa: merge stencil values into depth values for MESA_FORMAT_S8_Z24Xiang, Haihao1-2/+2
(cherry picked from commit 218df7f9c53db90abf3a6590f77c8e9e49aeedf5)
2008-09-04mesa: Support for MESA_FORMAT_S8_Z24 textureJakob Bornecrantz5-0/+134
cherry-picked from gallium-0.1 (cherry picked from commit dc44bb8e9208680379b31df01b4499c3a3bde5cb)
2008-09-02fix BUFFER_DEPTH/BUFFER_ACCUM mix-upBrian Paul1-6/+6
2008-09-02fix no error generated when calling glLight{if}[v] inside begin/end (bug 17408)Roland Scheidegger1-0/+1
2008-08-29i965: force thread switch after IF/ELSE/ENDIF. partial fix for #16882.Xiang, Haihao1-0/+5
A thread switch is implicitly invoked after the issuance of an IF/ELSE/ENDIF instruction if necessary. Unfortunately it seems sometimes a forced thread switch is needed.
2008-08-29i965: mask control for BREAK/CONT/DO/WHILE. partial fix fox #16882Xiang, Haihao1-4/+4
2008-08-29i965: Push/pop instruction state. partial fix for #16882Xiang, Haihao1-2/+2
2008-08-28mesa: bump MAX_INSN to 350Brian Paul1-1/+1