diff options
-rw-r--r-- | ChangeLog | 1289 | ||||
-rw-r--r-- | debian/changelog | 3 |
2 files changed, 1291 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog index 423a349419e..2567e54e6f4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,1226 @@ +commit 6d6c9c668894c393f7b6086fe0a4234939656865 +Author: Vinson Lee <[email protected]> +Date: Mon Jan 11 00:24:39 2010 -0800 + + progs/demos: Remove unnecessary header from fbotexture.c. + +commit efaba97eaaf47ffecf1577777df1e8a700ada8de +Author: Dave Airlie <[email protected]> +Date: Mon Jan 11 13:21:47 2010 +1000 + + radeon: fix prediction for r100 inline vert/elt emits. + + On r100 we emit the indices inline so we need to account + for that in the emission size. + +commit 1294df9ca4ec39f00de3f9d923316f6641c1fb4a +Author: Dave Airlie <[email protected]> +Date: Mon Jan 11 13:21:02 2010 +1000 + + radeon: fix bug in realloc code. + + This bug was fixed in libdrm ages ago, port to non-kms + +commit 4fe51c7447fb260c32754df95a54b62f513cdd6b +Author: Vinson Lee <[email protected]> +Date: Sun Jan 10 16:09:41 2010 -0800 + + glu/sgi: Initialize members of class Mesher. + +commit 1111b38a1b903e9d99aace14a675a684a3f4732a +Author: Vinson Lee <[email protected]> +Date: Sun Jan 10 15:55:52 2010 -0800 + + glu/sgi: Initialize members of class Slicer. + +commit b9bd96608c88c0b3decddc80f0d49f670fc90466 +Author: Vinson Lee <[email protected]> +Date: Sun Jan 10 03:03:14 2010 -0800 + + glu/sgi: Include missing header file. + +commit 199dedd6dd06e7f647dc6741611c06954aca3c77 +Author: Vinson Lee <[email protected]> +Date: Sun Jan 10 01:57:13 2010 -0800 + + progs/demos: Check upper bounds of input in manywin.c. + +commit 0c7814fe238fe0e2bbeff448c32f79146f9ae923 +Author: Vinson Lee <[email protected]> +Date: Sun Jan 10 00:40:46 2010 -0800 + + progs/demos: Bounds check input to fire.c. + +commit 9e98c1fbf6fef97e017c7b308d0772604ea7a614 +Author: Vinson Lee <[email protected]> +Date: Sun Jan 10 00:14:33 2010 -0800 + + glu/sgi: Initialize members of class Renderhints. + +commit a5815c36f77d150e4a9915a8b289df2aa942c23c +Author: Vinson Lee <[email protected]> +Date: Sat Jan 9 23:55:05 2010 -0800 + + glu/sgi: Initialize members of class StoredVertex. + +commit 61afd1158fb7d0577effd817a8f9cba7fb2a2bbd +Author: Vinson Lee <[email protected]> +Date: Sat Jan 9 23:53:54 2010 -0800 + + glu/sgi: Include missing header file. + +commit f8737bda37510672415269f205ca5b0c69454edf +Author: Vinson Lee <[email protected]> +Date: Sat Jan 9 23:25:49 2010 -0800 + + glu/sgi: Initialize member of class O_pwlcurve. + +commit 683e3cb8db5a57db2ebd364986a399e2b1009e00 +Author: Vinson Lee <[email protected]> +Date: Fri Jan 8 23:08:57 2010 -0800 + + progs/tests: Silence 'missing initializer' warnings. + +commit 223c8482ca16d3ed31266ea8cc63b816aece6a81 +Author: Vinson Lee <[email protected]> +Date: Fri Jan 8 22:10:52 2010 -0800 + + progs/glsl: Silence uninitialized variable warning. + +commit 3b82de92a0f3a1a810ae1521d2f72795f9d65157 +Author: Vinson Lee <[email protected]> +Date: Fri Jan 8 22:02:21 2010 -0800 + + progs/demos: Add missing initializers in engine.c. + +commit 4775723d2f641dcd82e8c9cd39ba52f8d86158c7 +Author: Vinson Lee <[email protected]> +Date: Fri Jan 8 21:43:54 2010 -0800 + + r300g: Silence unused variable warnings. + +commit 20d6360db7ca8610e5958cd7f851e664d77684fc +Author: Vinson Lee <[email protected]> +Date: Fri Jan 8 20:22:17 2010 -0800 + + tgsi: Silence uninitialized variable warnings. + +commit de37a00d271fc4ab919c3c715322018c0b76369f +Author: Jakob Bornecrantz <[email protected]> +Date: Tue Jan 5 17:51:02 2010 +0100 + + util: Add u_bitmask to make build + +commit 674c76310fe93dd3d7a15af0f72bb9f04351d09f +Author: Dan Nicholson <[email protected]> +Date: Fri Jan 8 05:59:55 2010 -0800 + + mesa: Ensure libmesagallium.a is finished building before descending + + Signed-off-by: Dan Nicholson <[email protected]> + +commit 3c42e403de9da2abd46cd0d15de107250866859d +Author: Vinson Lee <[email protected]> +Date: Fri Jan 8 01:13:46 2010 -0800 + + r300: Move initial declaration outside for loop. + +commit 5dd9e23d6204e6ec36468d4ae99e630c782c1cc9 +Author: Brian Paul <[email protected]> +Date: Thu Jan 7 14:55:27 2010 -0700 + + docs: document Gallium SSE codegen for XPD bug fix + +commit 8647aa1d8d8ffce7ae3b00e7e277be635124acad +Author: Brian Paul <[email protected]> +Date: Thu Jan 7 14:49:12 2010 -0700 + + tgsi: fix SSE code emit for XPD + + Rearrange things so that the writes to the dest registers happen + after we've fetched/used all src registers. + + The problematic instruction was: XPD TEMP[2].xyz, TEMP[0], TEMP[2]; + Note that the dst reg is also a src reg. + + This fixes bad shading with progs/glsl/bump.c since Eric's changes to the + Mesa program optimizer in commit d6690ce15fb8c7c6abf1bc0d847c1d2da2c33904. + The optimizer rearranges some registers so we occasionally wind up with + something like the above. + +commit 2b7a4b2c0e9b18ed985b0eda34723d53bc2a305b +Author: Brian Paul <[email protected]> +Date: Thu Jan 7 08:22:37 2010 -0700 + + progs/fp: remove invalid tri-inv.c test + + INV is not a valid instruction. + +commit d42467687e9de756aa3e4bca5e55f69391af3065 +Author: Vinson Lee <[email protected]> +Date: Wed Jan 6 21:39:44 2010 -0800 + + progs/demos: Assert that input to malloc is valid. + +commit 45ac10fe6a9c01aec9b7245f9a5621402842f466 +Author: Vinson Lee <[email protected]> +Date: Wed Jan 6 18:18:49 2010 -0800 + + progs/xdemos: Check for string overflow. + +commit 25ffd7627828d5a6d1858e0fd5f2a4b796c72be8 +Author: Vinson Lee <[email protected]> +Date: Wed Jan 6 18:08:17 2010 -0800 + + progs/xdemos: Check for string overflow. + +commit 468f270f3fc0efc136d03d0b6022916ddd8ea893 +Author: Vinson Lee <[email protected]> +Date: Wed Jan 6 17:51:08 2010 -0800 + + svga: Silence uninitialized variable warning. + +commit ef7eb62423077becf2f896f771d6d76e9671f114 +Author: Brian Paul <[email protected]> +Date: Wed Jan 6 18:22:05 2010 -0700 + + meta: remove F suffix from _mesa_Ortho() params + + _mesa_Ortho() takes GLdoubles. + +commit 73bd4000160663db8c0c1d5918984a5b9268e9a0 +Author: Brian Paul <[email protected]> +Date: Wed Jan 6 18:19:42 2010 -0700 + + docs: document a mipmap generation bug fix + +commit cb3cb96fbd3279bf3dd50439444c4c064ed6f748 +Author: Brian Paul <[email protected]> +Date: Wed Jan 6 18:18:04 2010 -0700 + + meta: move destination vertex/projection setup out of _mesa_meta_GenerateMipmap + + Based on a patch submitted by Pierre Willenbrock <[email protected]> + +commit 06970b2ccb6add0696710f01a07ebf9ec3922c80 +Author: Brian Paul <[email protected]> +Date: Wed Jan 6 18:12:42 2010 -0700 + + meta: set viewport and projection matrix in _mesa_meta_GenerateMipmap + + This fixes mipmap levels being clipped to the last viewport. + + Based on a patch submitted by Pierre Willenbrock <[email protected]> + +commit 49653c01e8288018d8a1d8e935ef64645f088402 +Author: Andre Maasikas <[email protected]> +Date: Tue Dec 22 14:50:10 2009 +0200 + + r600: adjust after radeon mipmap changes in 7118db8700 + + R600_OUT_BATCH_RELOC doesn't really use offset so set it + in TEX_RESOURCE2 + + typo fix + +commit 8485811f10142f54756d876ebe91193bfc8f8a0e +Author: Brian Paul <[email protected]> +Date: Wed Jan 6 17:42:53 2010 -0700 + + tnl: set FOGC result to (f,0,0,1) + + Fixed FDO bug 23397. + +commit 4c45810d575c53f3e829809cb4d27e35739a2a69 +Author: Vinson Lee <[email protected]> +Date: Wed Jan 6 15:35:18 2010 -0800 + + progs/xdemos: Remove comma at end of enumerator list. + +commit 96a4e4552dab2dc0e741de40be0184a1e94515ef +Author: Vinson Lee <[email protected]> +Date: Wed Jan 6 15:33:13 2010 -0800 + + progs/xdemos: Use temporary variables. + + This was missed from the previous commit to glxheads.c. + +commit c1dad22d7159569b978fdfcb87e4a718041b7d07 +Author: Vinson Lee <[email protected]> +Date: Wed Jan 6 15:25:42 2010 -0800 + + progs/glsl: Prevent possible string overflow. + +commit f4952f040bf61ea856cdcb9cdf8dbb02ff3a6f1e +Author: Vinson Lee <[email protected]> +Date: Wed Jan 6 14:55:02 2010 -0800 + + progs/xdemos: Prevent possible string overflow. + +commit c9befda13a000f7ad2221e957615c909bff279f8 +Author: Pierre Ossman <[email protected]> +Date: Wed Jan 6 12:42:49 2010 -0500 + + r600: float texture component ordering + + The ordering of texture components was + backwards for the floating point textures. + + Signed-off-by: Pierre Ossman <[email protected]> + +commit 324568f79d6e014900c981bd9a0e1dffedc326c8 +Author: Roel Kluin <[email protected]> +Date: Wed Jan 6 08:27:42 2010 -0800 + + mesa: test index bounds before array element + + Check whether the index is within bounds before accessing the array. + + Signed-off-by: Roel Kluin <[email protected]> + Signed-off-by: Brian Paul <[email protected]> + +commit 5db710a8231fe50d2faad8e9adb2a07616cc6130 +Author: Roel Kluin <[email protected]> +Date: Wed Jan 6 08:20:28 2010 -0800 + + win32_menu: add missing parentheses in mapMenu() + + `|' has higher precedence than `?'. + + Signed-off-by: Roel Kluin <[email protected]> + Signed-off-by: Brian Paul <[email protected]> + +commit 2b4acd26b1680eda9622205bbc1879da30d085bc +Author: Roel Kluin <[email protected]> +Date: Wed Jan 6 08:07:00 2010 -0800 + + nv50: add missing parentheses in nv50_query_result() + + NOUVEAU_BO_RD is defined (1 << 2), and `|' has higher precedence than `?' + so the second argument of nouveau_bo_map was always 0. + + Signed-off-by: Roel Kluin <[email protected]> + Signed-off-by: Brian Paul <[email protected]> + +commit e4b7d9ea35a399c008a879e943374e9654001d01 +Author: Brian Paul <[email protected]> +Date: Wed Jan 6 07:17:13 2010 -0700 + + i965: fix invalid assertion in emit_xpd(), again + +commit 5b64d94390e4805e1634f0c8b5e3156e12b8b872 +Author: José Fonseca <[email protected]> +Date: Tue Jan 5 20:41:29 2010 +0000 + + pipebuffer: Multi-threading fixes for fencing. + + I had this patch on my hard drive for long time. It doesn't fully + address SVGA multi-threading issues, but causes no regressions, so decided + to commit while it still applies cleanly. + + Attention: merging this into master will cause issues due to recent + changes in reference counting to fix strict aliasing rules violation. + +commit e555146fa35c897554a1af2d010187a6acccdd59 +Author: Brian Paul <[email protected]> +Date: Tue Jan 5 15:53:01 2010 -0700 + + i965: fix invalid assertion in emit_xpd() + + Invalid assertion found by Roel Kluin <[email protected]> + +commit 766f3ccbda7def1a81a3d07002e500e8bb1a898e +Author: Roel Kluin <[email protected]> +Date: Tue Jan 5 13:40:40 2010 -0800 + + tdfx: condition always evaluates to false in SetupDoubleTexEnvVoodoo3() + + This can never be true. + + Signed-off-by: Roel Kluin <[email protected]> + +commit 9f544394c1d059ce09c8bb2b5e11f5e871c7915f +Author: Brian Paul <[email protected]> +Date: Tue Jan 5 11:40:24 2010 -0700 + + st/mesa: fix broken translation of negative register indexes + + A src register's index can be negative if we're doing indirect + addressing into the constant buffer. Ex: MOV OUT[1], CONST[ADDR[0].x-3] + + This fixes the piglit vp-arl-neg-array.vpfp test. + + Before this change we were going out of bounds of the t->constants[] + array and getting garbage that later triggered an assertion. + +commit 487a14b476d5e01bd03f50bc45fd3dfc59aa609c +Author: Brian Paul <[email protected]> +Date: Tue Jan 5 10:56:57 2010 -0700 + + ARB prog parser: regenerated parser file + +commit f0f68b1e4c3d3d23fc9a7d624a465537b2e74d6c +Author: Brian Paul <[email protected]> +Date: Tue Jan 5 10:53:44 2010 -0700 + + ARB prog parser: fix parameter binding type + + References to program local and enviroment parameters are put into the + unified program parameters list as PROGRAM_STATE_VAR entries which point + into the local or environment arrays. So the param_binding_type field + should be PROGRAM_STATE_VAR. + + This fixes the piglit vpfp-generic vp-arl-env-array.vpfp and + vp-arl-local-array.vpfp test failures. + +commit e3514b73388c9df36941c370837a04d90ca44ddd +Author: Brian Paul <[email protected]> +Date: Tue Jan 5 10:03:16 2010 -0700 + + ARB prog parser: regenerated parser files + +commit 7c6ae4c6c87edd02671a3857d1f774835b923e59 +Author: Brian Paul <[email protected]> +Date: Tue Jan 5 10:01:20 2010 -0700 + + ARB prog parser: add allowSwizzle param to initialize_symbol_from_const() + + We need to disable constant consolidation when building an array of + constants which might be indexed indirectly. + + Fixes regression in piglit vpfp-generic vp-arl-constant-array.vpfp + test caused by earlier constant consolidation patch. + +commit 37f6929d29c9d3fbec873c0576a343d342ffdedf +Author: Brian Paul <[email protected]> +Date: Tue Jan 5 09:59:39 2010 -0700 + + mesa: whitespace changes and comments + +commit f27e39aa4ec267fd2074a73da14bf1b4d2f8fb13 +Author: Brian Paul <[email protected]> +Date: Tue Jan 5 09:57:41 2010 -0700 + + mesa: change constant search behaviour in _mesa_add_unnamed_constant() + + Only search for an existing, matching constant if swizzleOut is non-null. + We need to be able to disable constant consolidation when building an + array of constants which will be indexed indirectly. + +commit 38d8b180038eef692cbc75731d340c9fcc721784 +Author: José Fonseca <[email protected]> +Date: Tue Jan 5 17:56:26 2010 +0000 + + svga: Remove stale references to delete shader results. + + To ensure that a new result that happens to have the same address + of the old one will be detected as a change. + +commit 8ebef37c7ba67c4449367b95821293176a0a370b +Author: José Fonseca <[email protected]> +Date: Tue Jan 5 17:32:19 2010 +0000 + + svga: Rebind shaders when tokens change. + + Even shader ID doesn't change. Otherwise the token change is not + effective. + + This reverts regression from commit + cdb445f3a9285e2d8f042a07021ade78b94e0156. Regression could be seen in + Quake3's loading screen -- the upper right corner of the screen would + be black. + +commit ef1b9426918a29b7ddd28601b0e53ed683abb89a +Author: Brian Paul <[email protected]> +Date: Tue Jan 5 09:14:48 2010 -0700 + + st/mesa: added PROGRAM_LOCAL_PARAM case in src_register() + + Fixes piglit vpfp-generic arl.vpfp failure when using gallium. + +commit bd96b51303512bef301c4cee5c7a65ebb3371913 +Author: Brian Paul <[email protected]> +Date: Mon Jan 4 14:31:08 2010 -0700 + + mesa: bump version to 7.7.1-DEVEL + +commit 6d845808589b9df84f23551b122533a55dce6bd5 +Author: Brian Paul <[email protected]> +Date: Mon Jan 4 19:05:31 2010 -0700 + + mesa: add missing _mesa_lock_texture() call + +commit b434a816d7a4b298e16a8b51b54e5a2d5ea28da8 +Author: Eric Anholt <[email protected]> +Date: Tue Dec 29 15:55:34 2009 -0800 + + i915: Use _MaxLevel on principle in texture setup. + + It was OK before because we proceed to clamp the value to hardware + limits, but given that other use of MaxLevel has been a trap, let's + avoid it. + +commit 19a26dfc474618ecfe881846a8c9dac221332d44 +Author: Eric Anholt <[email protected]> +Date: Mon Jan 4 09:39:07 2010 -0800 + + intel: Fix CopyTexImage from tiled mipmap levels > 0. + + Fixes piglit fbo-copyteximage. + +commit 63610fae4f46361f2500577a83bf5ac6f9e8b0ac +Author: Eric Anholt <[email protected]> +Date: Mon Jan 4 08:47:01 2010 -0800 + + i965: Fix the surface offset calculation for tiled buffers. + + If we ever had a non-tile-aligned tiled renderbuffer, the math was all + off. Use the existing x,y coordinates instead of trying to + reconstruct them from an incorrectly-calculated offset value. + +commit a160d1c27de8afcf072b4fd438d6a37f16742e75 +Author: Andre Maasikas <[email protected]> +Date: Tue Dec 29 14:47:01 2009 +0200 + + r600: support vertex_array_bgra + + Use vertex program key mechanism and swizzle during vertex fetch - is there + a better way? + +commit 82421c549f782cee0d377a064852813117ff6850 +Author: Brian Paul <[email protected]> +Date: Mon Jan 4 13:59:43 2010 -0700 + + mesa: added GL_DU8DV8_ATI in extract_float_rgba() + + Fixes warning seen with Shadowgrounds. See bug 24016. + +commit 01bf004d8bef298298621dc9e13b4119e3ced572 +Author: Brian Paul <[email protected]> +Date: Mon Jan 4 12:47:37 2010 -0700 + + docs: initial release notes for 7.7.1 + +commit 6130bb13913090f7477d3dab5662c7e80c7b9293 +Author: Vinson Lee <[email protected]> +Date: Mon Jan 4 12:06:04 2010 -0800 + + mesa: Prevent possible array out-of-bounds access by _mesa_light. + +commit e661bf50183bf5481ee0d6c8e6be0809da991913 +Author: Brian Paul <[email protected]> +Date: Mon Jan 4 11:29:38 2010 -0700 + + mesa: regenerated enums.c file + +commit 707faf65c89dbe64e2cb01196b913b354221e26e +Author: Brian Paul <[email protected]> +Date: Mon Jan 4 11:29:09 2010 -0700 + + glapi: comment-out TIMEOUT_IGNORED + + This is not really a GLenum value. + +commit f52dd2ab333b0bdfa1df15bffb8156350c93f892 +Author: Brian Paul <[email protected]> +Date: Tue Dec 29 10:26:28 2009 -0700 + + glsl: use varName variable in _slang_gen_assignment() + +commit 1e414df894fc70b7024eb38c812e582336014974 +Author: Michel Dänzer <[email protected]> +Date: Mon Jan 4 16:54:29 2010 +0100 + + st/mesa: Only call st_texture_image_unmap() if texImage->Data is non-NULL. + + This was already done in st_TexImage() but was missed between incremental + changes to st_TexSubimage(). + +commit acd1451393068762a46a06aee3af9e94bc09e147 +Author: Michel Dänzer <[email protected]> +Date: Mon Jan 4 13:05:43 2010 +0100 + + svga: Fix debug build crash when rendering to depth/stencil renderbuffer only. + +commit c114f000df269787afb449d73cd8aae202be2550 +Author: Michel Dänzer <[email protected]> +Date: Mon Jan 4 13:04:05 2010 +0100 + + st/xorg: Proper calculation of screen pitch. + +commit 8282185752a93acca54a67a8e97e0066ee233709 +Author: Michel Dänzer <[email protected]> +Date: Mon Jan 4 13:02:40 2010 +0100 + + vmware/xorg: Fix SCons build. + +commit d1e2fc19cc1b8e4c23f5ad82ec68779c41101b41 +Author: Vinson Lee <[email protected]> +Date: Sun Jan 3 23:33:32 2010 -0800 + + r300: Use C-style comments. + +commit 8a29e3f8e8e1f05e54959063928a93d7a5eef0f0 +Author: Vinson Lee <[email protected]> +Date: Sun Jan 3 21:39:20 2010 -0800 + + progs/egl: Silence uninitialized variable warnings. + +commit 3ea5a95078bddaed66e3c9412b4b0c4685bc9ec7 +Author: Vinson Lee <[email protected]> +Date: Sun Jan 3 21:29:33 2010 -0800 + + progs/samples: Silence compiler warnings. + +commit b14cbfaebc135351a72d86128ae987611ef8c31f +Author: Vinson Lee <[email protected]> +Date: Sun Jan 3 20:51:23 2010 -0800 + + r300: Silence 'mixed declarations and code' warnings. + +commit 0214b7b3c1eae5573b03b485b18e4c10729831ee +Author: Vinson Lee <[email protected]> +Date: Sun Jan 3 20:16:59 2010 -0800 + + r300: Silence 'mixed declarations and code' warning. + +commit 58531029e6eba11c374d996ea031f1bbe4386c54 +Author: Vinson Lee <[email protected]> +Date: Sun Jan 3 18:32:07 2010 -0800 + + r300: Silence 'mixed declarations and code' warning. + +commit 3e196f433dc02654f1c0f7989e2e7e7a5c4b425d +Author: Vinson Lee <[email protected]> +Date: Sun Jan 3 18:05:12 2010 -0800 + + r300g: Silence 'mixed declarations and code' warning. + +commit fe3ea299bf8abcf27c8a168138c8fd3f4e43cefa +Author: Vinson Lee <[email protected]> +Date: Sun Jan 3 15:07:35 2010 -0800 + + r300g: Remove comma at end of enumerator list. + +commit 0bfc579bd435b4d0c258258440866840c473f681 +Author: Vinson Lee <[email protected]> +Date: Sun Jan 3 14:42:36 2010 -0800 + + llvmpipe: Remove comma at end of enumerator list. + +commit eb5d9e6f70037d4dc12430302f82a116cb1e00ca +Author: José Fonseca <[email protected]> +Date: Sun Jan 3 19:58:54 2010 +0000 + + mesa: Cope with the degenerate case of zero length ranges. + + Fixes assertion failures on glean's bufferObject test. + +commit f3739bdb60edc051348526d469d5222bb6934917 +Author: José Fonseca <[email protected]> +Date: Fri Jan 1 21:54:01 2010 +0000 + + gdi: Don't generate import libraries for opengl32.dll. + + Both MinGW and MSVC include opengl32 import libraries, and its safer to + always use those. + +commit 287cbba9b7ebf95391f77b58f519dd76c415d355 +Author: Jeremy Huddleston <[email protected]> +Date: Thu Dec 24 08:47:29 2009 -0800 + + apple: Purge existing (not working) GLX_USE_APPLEGL from dated libGL on OSX + + Signed-off-by: Jeremy Huddleston <[email protected]> + +commit 32305e3a9f9408922c34f06174aaa0d34cf72459 +Author: Jeremy Huddleston <[email protected]> +Date: Thu Dec 24 09:20:33 2009 -0800 + + glxcmds: Fix comment about __DRI_ALLOCATE + + Signed-off-by: Jeremy Huddleston <[email protected]> + +commit 1d95544446f3b862620fe5bb33b37705a2ad8681 +Author: Vinson Lee <[email protected]> +Date: Sun Jan 3 03:06:33 2010 -0800 + + trace: Remove comma at end of enumerator list. + +commit 66c1de77ed58ea8856c5bc72c8e4c69e23aa04f2 +Author: José Fonseca <[email protected]> +Date: Sun Jan 3 11:02:12 2010 +0000 + + rtasm: Play nicely with Windows's Data Execution Prevention. + +commit 1da47ac20e676e05c1b0b66c2c07265836f4c7eb +Author: Vinson Lee <[email protected]> +Date: Sun Jan 3 02:38:22 2010 -0800 + + progs/vp: Ensure null-terminated byte string. + +commit c9c6e9a39e3d38cfc05772667c759b82df8f0fff +Author: Vinson Lee <[email protected]> +Date: Sat Jan 2 21:58:40 2010 -0800 + + progs/tests: Silence uninitialized variable warning. + +commit 32d18924dff424eb2e06454193c6c2024f1b2795 +Author: Vinson Lee <[email protected]> +Date: Sat Jan 2 21:52:51 2010 -0800 + + progs/tests: Silence warn_unused_result warning. + +commit d27effbfd88463fc395c364c4e6fc59636074bda +Author: Vinson Lee <[email protected]> +Date: Sat Jan 2 21:05:06 2010 -0800 + + i810: Fix include recursion. + +commit 94c5faad26eae7bb4b95d6c95548860ff52354ba +Author: Vinson Lee <[email protected]> +Date: Sat Jan 2 20:47:15 2010 -0800 + + sis: ifdef out unused variable. + + Silences GCC warning. + +commit d2758f3b74838f4d4f1ae691fddca7dc9f4e8c0e +Author: Vinson Lee <[email protected]> +Date: Sat Jan 2 20:39:04 2010 -0800 + + st/xorg: Ensure null-terminated byte string. + +commit be6fb5c08350138ac85c1bf727553aaa9f4583e6 +Author: Vinson Lee <[email protected]> +Date: Sat Jan 2 20:17:43 2010 -0800 + + r300g: Use C-style comments. + +commit fe27b07b0fe7b63755add9bf522d7efcbf1ffb9b +Author: Vinson Lee <[email protected]> +Date: Sat Jan 2 20:04:00 2010 -0800 + + glu/sgi: Initialize members of struct O_curve. + +commit cdb445f3a9285e2d8f042a07021ade78b94e0156 +Author: José Fonseca <[email protected]> +Date: Sun Jan 3 00:47:30 2010 +0000 + + svga: Use a shader id as low as possible. + +commit 904917dcc67e15830a4fe106a243eb57dde985ea +Author: José Fonseca <[email protected]> +Date: Sun Jan 3 00:41:01 2010 +0000 + + util: Minor enhancements/corrections to the bitmask logic. + +commit da6a80301b2cfdc6902198e3fef5ec78e86e39cf +Author: José Fonseca <[email protected]> +Date: Sat Jan 2 21:46:42 2010 +0000 + + svga: Rename error labels. + + Make it easier to insert/remove error branches. + +commit 386f91eec3f96cb8e28dfc6545a11e1d7dedc22b +Author: Vinson Lee <[email protected]> +Date: Sat Jan 2 15:46:11 2010 -0800 + + glu/sgi: Initialize members of struct O_surface. + +commit ba9dc26eec0ee65ea3aa1d8f8f31731157f86fa0 +Author: Vinson Lee <[email protected]> +Date: Sat Jan 2 15:29:25 2010 -0800 + + glu/sgi: Initialize member of struct O_trim. + +commit 37e5626111ea99409d41af9581a3bc32a5d1519f +Author: Vinson Lee <[email protected]> +Date: Fri Jan 1 23:01:03 2010 -0800 + + glu/sgi: Initialize member of struct Property. + +commit 646c8ce03217dbda87fd1f5aedddd3f75a477754 +Author: Vinson Lee <[email protected]> +Date: Fri Jan 1 17:54:11 2010 -0800 + + progs/samples: 'Silence no previous prototype' warnings. + +commit 2c64e4c50eaf7c3dd0cc95edbca1d31316baac3a +Author: Vinson Lee <[email protected]> +Date: Fri Jan 1 17:25:16 2010 -0800 + + glu/sgi: Initialize member of struct Dlnode. + +commit 64a19610112efdbde9daa81b742a081832d186e9 +Author: Vinson Lee <[email protected]> +Date: Fri Jan 1 17:19:27 2010 -0800 + + glu/sgi: Initialize members of struct O_nurbscurve. + +commit fab161f28739c397200e1ad3b6ad2a26409c95bf +Author: Vinson Lee <[email protected]> +Date: Fri Jan 1 17:06:16 2010 -0800 + + x86: Silence printf format warnings. + +commit ad9defdd9c5c7a18c833cdacebe012604190f167 +Author: Vinson Lee <[email protected]> +Date: Fri Jan 1 16:25:37 2010 -0800 + + progs/rbug: s/wait/rbug_wait/ + + wait conflicts with wait in /usr/include/sys/wait.h. + +commit 3ae37da6116d7a703b2752fd7978caad79ecfcf2 +Author: Vinson Lee <[email protected]> +Date: Fri Jan 1 16:03:53 2010 -0800 + + llvmpipe: Silence uninitialized variable warning. + +commit fd237a879fdc70cb070aa8be0f01a7b31d8207c6 +Author: Vinson Lee <[email protected]> +Date: Fri Jan 1 15:38:19 2010 -0800 + + llvmpipe: Use C-style comment. + +commit dac82c378a94f0f42bef3f7e33e11e4eafb9872b +Author: Vinson Lee <[email protected]> +Date: Fri Jan 1 15:32:52 2010 -0800 + + gallium/util: Silence format warnings. + +commit 88bd32383a06224c742f6af59fcd95cd11284d5b +Author: Vinson Lee <[email protected]> +Date: Fri Jan 1 15:12:58 2010 -0800 + + ARB prog parser: Silence unused variable warnings. + +commit 7df06e7e9d5d5ac0a5a2fa0af11afa7f5241c5a4 +Author: Vinson Lee <[email protected]> +Date: Fri Jan 1 15:01:22 2010 -0800 + + gallium/util: Replace h_addr with h_addr_list[0]. + + Fixes compilation error on Mac OS. + +commit a349687d499a76496dc9433d5437398f774f0bd4 +Author: Vinson Lee <[email protected]> +Date: Fri Jan 1 14:46:11 2010 -0800 + + glu/sgi: Initialize members of class Knotvector. + +commit 5d3d202ac991bd1a67ba40f4be145621b35620fe +Author: Vinson Lee <[email protected]> +Date: Fri Jan 1 14:39:16 2010 -0800 + + glu/sgi: Initialize member of struct Property. + +commit 195e7657e2f15f7ad8b22042b86bcf33c5bba76b +Author: Brian Paul <[email protected]> +Date: Thu Dec 31 08:44:24 2009 -0700 + + swrast: use different temp array in _swrast_get_dest_rgba() + + When using multiple color drawbuffers with blending/logicop/masking we + were overwriting color values which we still needed. + +commit 6e0584932b3e556a0aecd2ca36f5ae41dc40a919 +Author: Vinson Lee <[email protected]> +Date: Thu Dec 31 00:07:47 2009 -0800 + + mesa: Silence unused variable warning. + +commit 5b2713c92a89fc6c47c3546d36eeb549e126ebc0 +Author: Vinson Lee <[email protected]> +Date: Wed Dec 30 12:38:21 2009 -0800 + + progs/glsl: Provide a better fix for fgets warning. + +commit f00bf0598cfcd9ab9b923d80b7ce2cec14a74da5 +Author: Brian Paul <[email protected]> +Date: Tue Dec 29 23:24:04 2009 -0700 + + st/mesa: add PIPE_FORMAT_Z24S8_UNORM in st_get_format_info() + + Fixes progs/demos/fbotexture on Nouveau. + Patch submitted by Luca Barbieri <[email protected]>. + +commit de95e5768bf5186a29c75981350042581b760684 +Author: Vinson Lee <[email protected]> +Date: Tue Dec 29 22:29:53 2009 -0800 + + glu/sgi: Initialize members of struct O_nurbssurface. + +commit ac21edff1c11639dcd02ae6e8ffa50beb3a82ae7 +Author: Vinson Lee <[email protected]> +Date: Tue Dec 29 21:34:06 2009 -0800 + + tdfx: Silence uninitialized variable warning. + +commit 0ab29d2b35bff913818f34d1979295a98cbe2b71 +Author: Vinson Lee <[email protected]> +Date: Tue Dec 29 21:11:37 2009 -0800 + + progs/glsl: Silence compiler warnings. + +commit 70bbe2236668bdee9131dc2e6f71e53f9bc78863 +Author: Vinson Lee <[email protected]> +Date: Tue Dec 29 21:03:23 2009 -0800 + + glu/sgi: Silence warn_unused_result warnings. + +commit 31263f41a0aa2ac4514992cb3b5678116153939f +Author: Vinson Lee <[email protected]> +Date: Tue Dec 29 20:56:47 2009 -0800 + + st/xorg: Use C-style comments. + +commit 97b899374cf6f2f3926863ca70c5561ef6c189a9 +Author: Vinson Lee <[email protected]> +Date: Tue Dec 29 20:45:24 2009 -0800 + + glu/sgi: Initialize member of struct GridVertex. + +commit 5169775345fc6b17b1f984e8bc3b5c3708733a7f +Author: Jakob Bornecrantz <[email protected]> +Date: Wed Dec 30 05:08:09 2009 +0100 + + st/xorg: Fix warning and add a TODO comment + +commit d34fdf149d250275e819ca58554a41a8bff82785 +Author: Jakob Bornecrantz <[email protected]> +Date: Wed Dec 30 04:46:12 2009 +0100 + + st/xorg: On close wait on fences and then destroy the screen + +commit 5fdc4f732f6fb50dc324b60b0cff05b6eca46946 +Author: Jakob Bornecrantz <[email protected]> +Date: Wed Dec 30 04:58:25 2009 +0100 + + st/xorg: Be proper with pipe pointers on close in exa + +commit 53e314cb8057797ae75187d91836a50f61170dd7 +Author: Jakob Bornecrantz <[email protected]> +Date: Wed Dec 30 04:22:12 2009 +0100 + + st/xorg: Make sure we don't overrun the fence array in block handler + +commit 3bcf7d7d7be074246d815fdf4a486e08f5db46a3 +Author: Vinson Lee <[email protected]> +Date: Tue Dec 29 17:46:42 2009 -0800 + + glu/sgi: Initialize member variables in class Varray. + +commit a7db305c2f9fd4ee43b12ed0ef19efc1532cc30d +Author: Vinson Lee <[email protected]> +Date: Tue Dec 29 17:35:22 2009 -0800 + + glu/sgi: Initialize member of class monoChain. + +commit 5060fb428d841154013a49af7d4efc3144792260 +Author: Vinson Lee <[email protected]> +Date: Tue Dec 29 17:22:11 2009 -0800 + + glu/sgi: Initialize members of class sampledLine. + +commit 495b8f8f7a58616d7b75a84d828e3ea356b9a1d4 +Author: Vinson Lee <[email protected]> +Date: Tue Dec 29 14:28:33 2009 -0800 + + glu/sgi: Initialize members of class directedLine. + +commit 62a0d4ef7fdf4788de84e6645f6f329482033c42 +Author: Vinson Lee <[email protected]> +Date: Tue Dec 29 13:38:02 2009 -0800 + + mesa: Initialize variable in get_tex_color_index. + +commit 4f481cb87ae948852effde2fa4d997c007afd99c +Author: Brian Paul <[email protected]> +Date: Tue Dec 29 10:11:26 2009 -0700 + + glsl: added uniform initializer check + + GLSL 1.10 disallows initializers for uniforms but GLSL 1.20 and later + allows them. This patch uses the #version directive to allow/disallow + uniform initializers. + + This addresses bug 25807, but piglit also needs to be fixed to specify + the GLSL version in the shader. + +commit 639e7a140e430aa8839c652459eddc9a4b79f9c6 +Author: Brian Paul <[email protected]> +Date: Tue Dec 29 09:06:00 2009 -0700 + + ARB prog parser: use _mesa_add_unnamed_constant() to use fewer constant slots + + This function will search the constant parameters in an effort to re-use + constant slots. For example, {1,2,3,4} and {4,1,1,2} can be stored in + one constant slot and accessed with different swizzles. The swizzle info + must be propogated though the parsing code in a few places. + + Fixes Piglit "vpfp-generic tests/shaders/generic/big-param.vpfp" failure. + +commit b4658dbf04003418a1aadc7647ce8c7211f58413 +Author: Vinson Lee <[email protected]> +Date: Mon Dec 28 19:09:33 2009 -0800 + + st/egl: Move declaration before code. + +commit c67bb15d4e3da430d511444bd7d159ccb0c84b73 +Author: Vinson Lee <[email protected]> +Date: Mon Dec 28 18:46:15 2009 -0800 + + intel: Silence compiler warnings. + +commit 46c2196de3ed0c2745afb3a2e5180947576f07ea +Author: Vinson Lee <[email protected]> +Date: Mon Dec 28 18:07:09 2009 -0800 + + llvmpipe: Fix assert. + +commit e049ddb7549a45adde521d6f2899c2b74b4ff972 +Author: Vinson Lee <[email protected]> +Date: Mon Dec 28 18:05:30 2009 -0800 + + llvmpipe: Silence compiler warnings. + +commit f0ba7d897d1c22202531acb70f134f2edc30557d +Author: Keith Whitwell <[email protected]> +Date: Mon Dec 28 11:05:06 2009 +0000 + + util: better fix for unused variable warnings with asserts + + Modify the non-debug (ie disabled) version of assert to expose the + value in the expression to the compiler (avoiding the unused variable + messages) while still expanding to a noop. + +commit 31d1822473bf9d4105bb82b67572cfeea53aaf94 +Author: Vinson Lee <[email protected]> +Date: Mon Dec 28 00:44:30 2009 -0800 + + llvmpipe: Silence compiler warnings. + +commit c441386b0c5c70fc4ae5b3c1eff3fb7f09812a30 +Author: Vinson Lee <[email protected]> +Date: Sun Dec 27 23:02:55 2009 -0800 + + st/xorg: Silence unused variable warnings. + +commit aa0437532edf155ee6e65e2e6890fdd58dfec0a4 +Author: Vinson Lee <[email protected]> +Date: Sun Dec 27 22:49:49 2009 -0800 + + g3dvl: Silence compiler warnings. + +commit bf63b9d7a942bfbeef0b2b765bfc346c93de6fb7 +Author: Vinson Lee <[email protected]> +Date: Sun Dec 27 22:39:31 2009 -0800 + + st/vega: Silence compiler warnings. + +commit 9d3092d1344cac0dafaa4b39d09d987812751e40 +Author: Vinson Lee <[email protected]> +Date: Sun Dec 27 22:18:18 2009 -0800 + + gallium/xlib: Silence unused variable warning. + +commit d1f64fa72f7e2362fa68f9cc8dc76be06fc846b4 +Author: Vinson Lee <[email protected]> +Date: Sun Dec 27 18:12:58 2009 -0800 + + trace: Silence unused variable warnings. + +commit f31f9cf485ba3e735c9e10acc715897e0151492c +Author: Vinson Lee <[email protected]> +Date: Sun Dec 27 18:09:58 2009 -0800 + + i915g: Silence unused variable warning. + +commit 3a2f96f18aab60ed061339f74792307964c284a2 +Author: Vinson Lee <[email protected]> +Date: Sun Dec 27 18:06:02 2009 -0800 + + softpipe: Silence unintialized variable warnings. + +commit 180ccffe550698d860e06d3cf5e16e4d9c3e7ddd +Author: Vinson Lee <[email protected]> +Date: Sun Dec 27 17:52:47 2009 -0800 + + softpipe: Silence unused variable warning. + +commit 0463ee64e39951257d0bb7c5a9b6c894fe761dd1 +Author: Vinson Lee <[email protected]> +Date: Sun Dec 27 17:40:48 2009 -0800 + + tgsi/ureg: Silence uninitialized variable warnings. + +commit b0d5e44f243f64caecec66fae3b8dfc1c0107032 +Author: Brian Paul <[email protected]> +Date: Sun Dec 27 15:33:25 2009 -0700 + + docs: insert 7.7 release date + +commit d0b7ff551ab25153e3023871af3daa65b394a828 +Merge: 7831515 da876fa +Author: Brian Paul <[email protected]> +Date: Sun Dec 27 15:31:08 2009 -0700 + + Merge branch 'mesa_7_6_branch' into mesa_7_7_branch + + Conflicts: + src/gallium/auxiliary/util/u_network.c + src/gallium/auxiliary/util/u_network.h + src/gallium/drivers/i915/i915_state.c + src/gallium/drivers/trace/tr_rbug.c + src/gallium/state_trackers/vega/bezier.c + src/gallium/state_trackers/vega/vg_context.c + src/gallium/state_trackers/xorg/xorg_crtc.c + src/gallium/state_trackers/xorg/xorg_driver.c + src/gallium/winsys/xlib/xlib_brw_context.c + src/mesa/main/mtypes.h + +commit da876fa3a5df77763fe106b5e0a17b2e672a506c +Author: Brian Paul <[email protected]> +Date: Sun Dec 27 15:14:25 2009 -0700 + + docs: insert 7.6.1 release date + +commit 7831515e69ac875b1ac0b1b248ab10c6cf37bf52 +Author: Brian Paul <[email protected]> +Date: Sun Dec 27 10:09:24 2009 -0700 + + st/mesa: add missing case for PIPE_FORMAT_B8G8R8A8_UNORM + +commit 331e910b5c4b2d2c940991e11027fa8f7dee0e8b +Author: Vinson Lee <[email protected]> +Date: Sat Dec 26 16:22:25 2009 -0800 + + gallium/util: Remove comma at end of enumerator list. + +commit 3c2fd1bae0009ea8231cd77001595f27d6171f7b +Author: Vinson Lee <[email protected]> +Date: Sat Dec 26 16:18:47 2009 -0800 + + rbug: Remove comma at end of enumerator list. + +commit f8ca25e02faa094218e741af041464728347574f +Author: Vinson Lee <[email protected]> +Date: Sat Dec 26 16:14:39 2009 -0800 + + rbug: Remove comma at end of enumerator list. + +commit fc11424bcded0b1cea0acf45936c4af1f1a4b85b +Author: Vinson Lee <[email protected]> +Date: Sat Dec 26 16:09:41 2009 -0800 + + mesa: Remove comma at end of enumerator list. + +commit 309c156bae59124be17137d0f559d2c054231f7c +Author: Vinson Lee <[email protected]> +Date: Sat Dec 26 15:55:38 2009 -0800 + + i915: Fix assert. + +commit e81fe088f447b959b354fadf0d73fcc7ac7c468d +Author: Vinson Lee <[email protected]> +Date: Sat Dec 26 01:08:26 2009 -0800 + + progs/demos: Silence warn_unused_result warnings. + +commit cdc69e34694a16e9f762aba45d7eba05e9dc8514 +Author: Vinson Lee <[email protected]> +Date: Fri Dec 25 23:13:50 2009 -0800 + + progs/util: Silence warn_unused_result warnings. + +commit cd59e6f553ed0585f9d1a361adab007ede9aa0f6 +Author: Vinson Lee <[email protected]> +Date: Fri Dec 25 22:34:35 2009 -0800 + + intel: Silence implicit function declaration warning. + +commit 67a4abcc3b9daabdf873d750e689893fcc94e4d5 +Author: Vinson Lee <[email protected]> +Date: Fri Dec 25 14:23:10 2009 -0800 + + glu/sgi: Fix include recursion. + + arcsorter.h should not include itself. + +commit 2447786ed00a19466c9cc9b9efbfa084e88114eb +Author: Vinson Lee <[email protected]> +Date: Thu Dec 24 22:58:05 2009 -0800 + + i965: Fix assert. + +commit f5ad1d0d02cae06bff3ee120c75ad4ab458d2c7d +Author: Vinson Lee <[email protected]> +Date: Thu Dec 24 16:26:09 2009 -0800 + + i965: Add missing va_end. + +commit 098f10c2709a33bb5f35d52a42818ce7cbcaadb5 +Author: Vinson Lee <[email protected]> +Date: Wed Dec 23 18:00:06 2009 -0800 + + glsl: Initialize member a_obj of struct slang_operation. + +commit 261c3cd530437362f906ef78459ffda7ab2b2077 +Author: Vinson Lee <[email protected]> +Date: Wed Dec 23 17:50:02 2009 -0800 + + glu/sgi: Initialize variable in directedLine. + +commit 520955a0cd16d29ddae194ff7efc262b0d5a4fc4 +Author: Vinson Lee <[email protected]> +Date: Wed Dec 23 16:22:03 2009 -0800 + + gallium/util: Initialize variable in util_clear. + +commit 6138145b350d9e58725b43162680b43904497ec8 +Author: Vinson Lee <[email protected]> +Date: Wed Dec 23 16:11:10 2009 -0800 + + glu/sgi: Silence compiler warnings. + +commit 51dcea2aac08ed68b713de0a741c782d51a5b916 +Author: Vinson Lee <[email protected]> +Date: Wed Dec 23 15:19:45 2009 -0800 + + util: Ensure debug_dump_flags generates a null-terminated string. + +commit 2ea061509ddab9054514ad87f28de950fb30dba1 +Author: Vinson Lee <[email protected]> +Date: Wed Dec 23 14:52:06 2009 -0800 + + st/xorg: Use C-style comments. + +commit 15ecd0337e4e4d9d33449bdff014a634e368c7d6 +Author: Vinson Lee <[email protected]> +Date: Wed Dec 23 14:43:53 2009 -0800 + + st/vega: Move declaration outside for loop. + +commit 1b0ab3e3c9bd1a57069657bf5126ade2d8d44d30 +Author: Vinson Lee <[email protected]> +Date: Wed Dec 23 14:18:11 2009 -0800 + + st/egl: Use C-style comments. + +commit 6c8c1ce78b59f76c4a4e0c354f74e6dfb5615e8a +Author: Vinson Lee <[email protected]> +Date: Wed Dec 23 14:09:36 2009 -0800 + + glx: Add XF86DRI[Open|Close]FullScreen prototypes to xf86dri.h. + +commit cf3bb0cf315a761210a0b3bf426aa6f30024fac3 +Author: Vinson Lee <[email protected]> +Date: Wed Dec 23 12:42:38 2009 -0800 + + glx: Move declaration outside for loop. + commit f42c861f029ae6ae469ae4685c6d5b25b7b34b68 Author: Tom Fogal <[email protected]> Date: Wed Dec 23 11:24:52 2009 -0700 @@ -16,6 +1239,66 @@ Date: Sun Dec 20 05:03:03 2009 -0800 Signed-off-by: Maarten Maathuis <[email protected]> +commit 57b5ca5d11044d06f8969d54ff01c27ff44585ac +Author: Vinson Lee <[email protected]> +Date: Tue Dec 22 23:07:00 2009 -0800 + + glu/sgi: Silence uninitialized variable warnings. + +commit 19a40524d3d6f8d4a2371d8335667b57e6fb0c22 +Author: Vinson Lee <[email protected]> +Date: Tue Dec 22 18:21:41 2009 -0800 + + Add gallium to darwin config. + +commit aae32df718cbbe5bb561d3e0589b26c8b9306563 +Author: Vinson Lee <[email protected]> +Date: Tue Dec 22 17:51:58 2009 -0800 + + xlib: Use C-style comments. + +commit b20382d477b7454922af56c455b555d9e904cdc4 +Author: Vinson Lee <[email protected]> +Date: Tue Dec 22 17:34:39 2009 -0800 + + trace: Silence uninitialized variable warnings. + +commit f6ca26e5a7ad0dddf7990aa2a3420ff0f1cc93aa +Author: Vinson Lee <[email protected]> +Date: Tue Dec 22 17:17:28 2009 -0800 + + trace: Add PIPE_OS_APPLE. + +commit 6ce28a755c3d9d2da55eb764bae4205cbd659a03 +Author: Vinson Lee <[email protected]> +Date: Tue Dec 22 16:23:00 2009 -0800 + + gallium/util: Add PIPE_OS_APPLE to u_stream_stdc.c. + +commit 5e73bcb396a313c7a1a0f8852e9e7adddefea8a1 +Author: Vinson Lee <[email protected]> +Date: Tue Dec 22 15:59:50 2009 -0800 + + gallium/util: Add PIPE_OS_APPLE to u_network. + +commit fb8bff341e6ceae25327f152d197f74d11432f22 +Author: Vinson Lee <[email protected]> +Date: Tue Dec 22 15:19:48 2009 -0800 + + i915g: Use C-style comment. + +commit cf02484fb668ca20afb8e426b44dc01397d83f87 +Author: Vinson Lee <[email protected]> +Date: Tue Dec 22 14:51:12 2009 -0800 + + glx: Compile dri2.c only if GLX_DIRECT_RENDERING is defined. + +commit c1033299e836e6a52bcd7211edb263900576e6af +Author: Vinson Lee <[email protected]> +Date: Tue Dec 22 14:28:40 2009 -0800 + + ffb: Silence compiler warnings. + commit b5ddc7821a334177ff3f6c0ea3a5c24245ad194c Author: Brian Paul <[email protected]> Date: Tue Dec 22 13:28:39 2009 -0700 @@ -37,6 +1320,12 @@ Date: Mon Dec 21 18:32:32 2009 -0800 Add MD5 checksums for 7.6.1 release +commit e9b5ed1c13e64f1da0770bce08456ed44d6bb53a +Author: Ian Romanick <[email protected]> +Date: Mon Dec 21 18:32:32 2009 -0800 + + Add MD5 checksums for 7.6.1 release + commit 6ffed19993ab622e0d63776420bd8c6fc6c646f3 Author: Ian Romanick <[email protected]> Date: Mon Dec 21 18:30:35 2009 -0800 diff --git a/debian/changelog b/debian/changelog index 0e0fa83ce87..039fb1e5402 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,12 +2,13 @@ mesa (7.7-1) UNRELEASED; urgency=low [ Brice Goglin ] * Bump libdrm build dependency to 2.4.15, closes: #561058. + * New upstream release. + * Pull from upstream mesa_7_7_branch up to commit 6d6c9c66. [ Julien Cristau ] * Add freedesktop.org ftp to watch file since that's where newer upstream tarballs are. * Don't include GLUT sources since we don't use them. - * Pull from upstream mesa_7_7_branch, commit f42c861. -- Brice Goglin <[email protected]> Mon, 14 Dec 2009 09:17:50 +0100 |