Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-03-06 | Import ubuntu's 7.2-1ubuntu2 mesa version.debian-7.2-1ubuntu2 | Luc Verhaegen | 452 | -56758/+6102 | |
Found on intrepid 8/10. | |||||
2008-09-20 | mesa: docs: remove parenthesismesa_7_2 | Brian Paul | 1 | -1/+1 | |
2008-09-20 | mesa: set 7.2 version for tarballs | Brian Paul | 1 | -4/+4 | |
2008-09-20 | mesa: prep for 7.2 release | Brian Paul | 2 | -2/+8 | |
2008-09-20 | Update to SGI FreeB 2.0. | Adam Jackson | 135 | -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-18 | document _tnl_InvalidateState() fix | Brian Paul | 1 | -0/+1 | |
2008-09-18 | mesa: fix null ptr deref bug in _tnl_InvalidateState(), bug 15834 | Brian Paul | 1 | -6/+14 | |
2008-09-17 | mesa: fix bug in previous changes to _slang_resolve_attributes() | Brian Paul | 1 | -1/+3 | |
2008-09-16 | document glBindAttribLocation fixes | Brian Paul | 1 | -0/+1 | |
2008-09-16 | mesa: rework GLSL vertex attribute binding | Brian Paul | 4 | -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-16 | mesa: fix display list regression (check if save->prim_count > 0 in ↵ | Brian Paul | 1 | -5/+7 | |
vbo_save_EndList()) | |||||
2008-09-15 | fix msaa enable/disable bug | Brian Paul | 1 | -0/+1 | |
2008-09-15 | mesa: fix MSAA enable state in update_multisample() | Brian Paul | 1 | -4/+4 | |
2008-09-15 | document display list bug fix | Brian Paul | 1 | -0/+1 | |
2008-09-15 | mesa: remove some assertions that are invalid during context tear-down | Brian Paul | 1 | -1/+4 | |
2008-09-15 | mesa: get another class of degenerate dlists working | Keith Whitwell | 2 | -2/+29 | |
Primitive begin in one dlist, end in another. | |||||
2008-09-14 | glut: s/glut_fbc.c/glut_fcb.c/ | Shane Blackett | 1 | -1/+1 | |
2008-09-13 | mesa: Makefile: 7.2 release candidate 1 | Brian Paul | 1 | -4/+4 | |
2008-09-13 | mesa: documentation updates for 7.2 release | Brian Paul | 3 | -3/+15 | |
2008-09-13 | updated Cell driver info | Brian Paul | 1 | -13/+43 | |
2008-09-13 | Mesa: version bumps for 7.2 release | Brian Paul | 3 | -8/+8 | |
2008-09-13 | document 7.2 bug fixes, etc | Brian Paul | 1 | -1/+9 | |
2008-09-13 | tdfx: fix crash and lack of visuals bug | Jakub Bogusz | 1 | -52/+25 | |
2008-09-13 | i915: fix himask constant init for 64-bit build | Guillaume Melquiond | 1 | -1/+1 | |
2008-09-13 | glx: fix 64-bit datatype issue | Guillaume Melquiond | 1 | -1/+7 | |
2008-09-13 | mesa: return after _mesa_problem() calls | Guillaume Melquiond | 2 | -0/+3 | |
2008-09-13 | mesa: #include <stdio.h> | Guillaume Melquiond | 1 | -0/+1 | |
2008-09-13 | remove invalid XDestroyWindow() call | Guillaume Melquiond | 1 | -1/+0 | |
2008-09-13 | silence warning | Guillaume Melquiond | 1 | -1/+1 | |
2008-09-13 | GLU: fix asst warnings | Guillaume Melquiond | 9 | -12/+12 | |
2008-09-12 | Remove DRI2 support | Ian Romanick | 8 | -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-12 | i965: Add support for G41 chipset which is another 4 series. | Xiang, Haihao | 2 | -1/+6 | |
(cherry picked from commit b2e083eba2668517e40bc94e3a19cd15824ce93c) | |||||
2008-09-11 | added 24bpp support | Shane Blackett | 1 | -10/+217 | |
2008-09-10 | Fixes for Mingw | Shane Blackett | 2 | -2/+2 | |
2008-09-05 | mesa: replace MALLOC w/ CALLOC to fix memory error in glPushClientAttrib() | Brian Paul | 1 | -1/+1 | |
2008-09-04 | mesa: improved gl_buffer_object reference counting | Brian Paul | 10 | -187/+242 | |
Use new _mesa_reference_buffer_object() function wherever possible. Fixes buffer object/display list crash reported in ParaView. | |||||
2008-09-04 | intel: Fix depth_stencil texture. | Xiang, Haihao | 3 | -3/+3 | |
(cherry picked from commit 0adfd1021035e90995a25ec5f20b736e55075d92) | |||||
2008-09-04 | mesa: merge stencil values into depth values for MESA_FORMAT_S8_Z24 | Xiang, Haihao | 1 | -2/+2 | |
(cherry picked from commit 218df7f9c53db90abf3a6590f77c8e9e49aeedf5) | |||||
2008-09-04 | mesa: Support for MESA_FORMAT_S8_Z24 texture | Jakob Bornecrantz | 5 | -0/+134 | |
cherry-picked from gallium-0.1 (cherry picked from commit dc44bb8e9208680379b31df01b4499c3a3bde5cb) | |||||
2008-09-02 | fix BUFFER_DEPTH/BUFFER_ACCUM mix-up | Brian Paul | 1 | -6/+6 | |
2008-09-02 | fix no error generated when calling glLight{if}[v] inside begin/end (bug 17408) | Roland Scheidegger | 1 | -0/+1 | |
2008-08-29 | i965: force thread switch after IF/ELSE/ENDIF. partial fix for #16882. | Xiang, Haihao | 1 | -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-29 | i965: mask control for BREAK/CONT/DO/WHILE. partial fix fox #16882 | Xiang, Haihao | 1 | -4/+4 | |
2008-08-29 | i965: Push/pop instruction state. partial fix for #16882 | Xiang, Haihao | 1 | -2/+2 | |
2008-08-28 | mesa: bump MAX_INSN to 350 | Brian Paul | 1 | -1/+1 | |
2008-08-26 | placeholder for upcoming 7.2 release notes | Brian Paul | 2 | -0/+74 | |
2008-08-26 | added 7.1 MD5 sums | Brian Paul | 1 | -1/+9 | |
2008-08-26 | mesa: don't check for GLSL 1.2 to advertise GL 2.1mesa_7_1 | Brian Paul | 2 | -11/+7 | |
The GLSL 1.2 features are minor... | |||||
2008-08-26 | note ATI R500 series support | Corbin Simpson | 1 | -0/+1 | |
2008-08-26 | asst. html doc updates | Timo Jyrinki | 3 | -8/+13 | |