Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2008-10-08 | mesa: fix vertex color bug | Brian Paul | 1 | -0/+1 | |
2008-10-08 | mesa: fix vertex format/attribute bug | Brian Paul | 1 | -5/+8 | |
If the tnl output attributes matches the swsetup input attributes we still need to check if the desired vertex color type (float vs. chan) has changed so that we use the right emit functions. Fixes a conformance failure found with logicop test at pathlevel 3. | |||||
2008-10-07 | fix bug 17800 | Brian Paul | 1 | -0/+1 | |
2008-10-07 | mesa: pass 'mask', not NULL to renderbuffer->Put functions | Brian Paul | 1 | -10/+10 | |
Fixes bug 17800. | |||||
2008-10-06 | mesa: fixed Linux static lib build | Brian Paul | 1 | -0/+1 | |
2008-10-06 | mesa: fix static library construction | Brian Paul | 1 | -1/+23 | |
If the .a is made of other .a files, extract the objects from the later. | |||||
2008-09-27 | bufmgr_fake: Copy data from card memory back to backing store when mapping. | Xiang, Haihao | 1 | -2/+7 | |
Fixes http://bugs.freedesktop.org/show_bug.cgi?id=17705 | |||||
2008-09-26 | configs: darwin: Don't build GLw | Jeremy Huddleston | 1 | -3/+3 | |
2008-09-25 | mesa: added md5 sums for 7.2 release | Brian Paul | 1 | -1/+9 | |
2008-09-25 | mesa: start 7.2.1 relnotes | Brian Paul | 2 | -0/+86 | |
2008-09-25 | mesa: fix float->int mapping for glGetIntegerv(GL_DEPTH_CLEAR_VALUE) | Brian Paul | 2 | -2/+2 | |
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 1mesa_7_2_rc1 | 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 | |