Mesa (master): progs/egl: Add egl/eglut to PROGRAM_DIRS.

2010-04-27 Thread Chia-I Wu
Module: Mesa Branch: master Commit: fbfecda6ae9cf3ccaa1cef3ea60dfec12ca6e503 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=fbfecda6ae9cf3ccaa1cef3ea60dfec12ca6e503 Author: Chia-I Wu o...@lunarg.com Date: Tue Apr 27 14:13:13 2010 +0800 progs/egl: Add egl/eglut to PROGRAM_DIRS. Make

Mesa (master): nvfx: Move src/gallium/ drivers to beginning of SCons include path.

2010-04-27 Thread Vinson Lee
Module: Mesa Branch: master Commit: a7b6a06bf16d04b7372f10d8dd7c10c6c90d6c3c URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=a7b6a06bf16d04b7372f10d8dd7c10c6c90d6c3c Author: Vinson Lee v...@vmware.com Date: Tue Apr 27 00:46:00 2010 -0700 nvfx: Move src/gallium/drivers to beginning of

Mesa (master): progs/tests: Remove meaningless const qualifier in arraytexture.c.

2010-04-27 Thread Vinson Lee
Module: Mesa Branch: master Commit: 35d52a062621d1a81b39f465004526e2f597825b URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=35d52a062621d1a81b39f465004526e2f597825b Author: Vinson Lee v...@vmware.com Date: Tue Apr 27 01:22:26 2010 -0700 progs/tests: Remove meaningless const

Mesa (master): r300g: compensate for non-atomized emit_query_end in the CS

2010-04-27 Thread Marek Olšák
Module: Mesa Branch: master Commit: 847a24c011fda1fa21995a3e54848f15e75dccc9 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=847a24c011fda1fa21995a3e54848f15e75dccc9 Author: Marek Olšák mar...@gmail.com Date: Tue Apr 27 11:42:08 2010 +0200 r300g: compensate for non-atomized

Mesa (master): r300g: fix mipmapped texture3D size calculation

2010-04-27 Thread Marek Olšák
Module: Mesa Branch: master Commit: b7fa7e8da6239333bd9327eac1a3015c668d215b URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=b7fa7e8da6239333bd9327eac1a3015c668d215b Author: Marek Olšák mar...@gmail.com Date: Tue Apr 27 12:22:23 2010 +0200 r300g: fix mipmapped texture3D size

Mesa (master): st/dri: Use flush function of old context not new

2010-04-27 Thread Jakob Bornecrantz
Module: Mesa Branch: master Commit: ae79e778f7fae99812ade79ecf5cf3c783d2a93b URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=ae79e778f7fae99812ade79ecf5cf3c783d2a93b Author: Jakob Bornecrantz ja...@vmware.com Date: Mon Apr 26 14:59:46 2010 +0100 st/dri: Use flush function of old

Mesa (master): dri_util: Assume error checking is done properly in glXMakeCurrent

2010-04-27 Thread Jakob Bornecrantz
Module: Mesa Branch: master Commit: 64fa717b18272bda2551a6dc2e1a40725b031097 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=64fa717b18272bda2551a6dc2e1a40725b031097 Author: Jakob Bornecrantz ja...@vmware.com Date: Mon Apr 26 15:32:08 2010 +0100 dri_util: Assume error checking is

Mesa (master): st/dri: Don't check for null when user ensures non-null

2010-04-27 Thread Jakob Bornecrantz
Module: Mesa Branch: master Commit: 8fbd66d75a7b58a27ceb16bc23dfa5999cbe7483 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=8fbd66d75a7b58a27ceb16bc23dfa5999cbe7483 Author: Jakob Bornecrantz ja...@vmware.com Date: Tue Apr 27 00:56:25 2010 +0100 st/dri: Don't check for null when user

Mesa (master): i965g: Fix scons build of winsys

2010-04-27 Thread Jakob Bornecrantz
Module: Mesa Branch: master Commit: 96df6064b57c231345692db1950e08536971 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=96df6064b57c231345692db1950e08536971 Author: Jakob Bornecrantz ja...@vmware.com Date: Tue Apr 27 12:01:14 2010 +0100 i965g: Fix scons build of winsys ---

Mesa (master): gallivm: Ensure all allocas are in the first block.

2010-04-27 Thread Jose Fonseca
Module: Mesa Branch: master Commit: a18c210a95794c79c6f26dbf4c66d4a85e29169d URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=a18c210a95794c79c6f26dbf4c66d4a85e29169d Author: José Fonseca jfons...@vmware.com Date: Tue Apr 27 13:20:12 2010 +0100 gallivm: Ensure all allocas are in the

Mesa (master): gallivm: Disable llvm.cos.v4f32 and llvm.sin. v4f32 instrinsics on Windows.

2010-04-27 Thread Jose Fonseca
Module: Mesa Branch: master Commit: 992fc62d5998e62ad8aa4a9f1270254b886e9880 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=992fc62d5998e62ad8aa4a9f1270254b886e9880 Author: José Fonseca jfons...@vmware.com Date: Tue Apr 27 14:27:24 2010 +0100 gallivm: Disable llvm.cos.v4f32 and

Mesa (7.8): nv30/40g: fix calls to draw_create(), draw_set_rasterizer_state ()

2010-04-27 Thread Brian Paul
Module: Mesa Branch: 7.8 Commit: ea373df069aa734b4f59a5fbdbc304477a3613a0 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=ea373df069aa734b4f59a5fbdbc304477a3613a0 Author: Pedro Maia pedrom.m...@gmail.com Date: Tue Apr 27 08:21:49 2010 -0600 nv30/40g: fix calls to draw_create(),

Mesa (master): st/mesa: fix strides in (de)compress_image() functions

2010-04-27 Thread Brian Paul
Module: Mesa Branch: master Commit: db14a8022a2a957c83b1fe33a84af3cdb1952d68 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=db14a8022a2a957c83b1fe33a84af3cdb1952d68 Author: Brian Paul bri...@vmware.com Date: Tue Apr 27 08:28:53 2010 -0600 st/mesa: fix strides in (de)compress_image()

Mesa (master): util: fix assorted problems in the image packing functions

2010-04-27 Thread Brian Paul
Module: Mesa Branch: master Commit: 15c53d124500864bfab66cfde43aa75d905925d8 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=15c53d124500864bfab66cfde43aa75d905925d8 Author: Brian Paul bri...@vmware.com Date: Tue Apr 27 08:28:22 2010 -0600 util: fix assorted problems in the image

Mesa (master): docs: add links to old mailing list archives

2010-04-27 Thread Brian Paul
Module: Mesa Branch: master Commit: b695cbd57cb5a9e0918a0780a77cca38b8225df3 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=b695cbd57cb5a9e0918a0780a77cca38b8225df3 Author: Brian Paul bri...@vmware.com Date: Fri Apr 23 15:36:29 2010 -0600 docs: add links to old mailing list archives

Mesa (master): glext: upgraded to version 61

2010-04-27 Thread Brian Paul
Module: Mesa Branch: master Commit: 273058b677bdd4d9e8626f919372eb68a6aef095 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=273058b677bdd4d9e8626f919372eb68a6aef095 Author: Brian Paul bri...@vmware.com Date: Mon Apr 26 20:31:19 2010 -0600 glext: upgraded to version 61 ---

Mesa (master): glxext.h: upgraded to 2010/02/10 version

2010-04-27 Thread Brian Paul
Module: Mesa Branch: master Commit: 4eb803975d5c724f0c5c3c6aad4d6afa3d30571b URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=4eb803975d5c724f0c5c3c6aad4d6afa3d30571b Author: Brian Paul bri...@vmware.com Date: Mon Apr 26 20:32:02 2010 -0600 glxext.h: upgraded to 2010/02/10 version

Mesa (master): nv30/40g: fix calls to draw_create(), draw_set_rasterizer_state()

2010-04-27 Thread Brian Paul
Module: Mesa Branch: master Commit: ea373df069aa734b4f59a5fbdbc304477a3613a0 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=ea373df069aa734b4f59a5fbdbc304477a3613a0 Author: Pedro Maia pedrom.m...@gmail.com Date: Tue Apr 27 08:21:49 2010 -0600 nv30/40g: fix calls to draw_create(),

Mesa (master): docs: document updated glext.h and glxext.h files

2010-04-27 Thread Brian Paul
Module: Mesa Branch: master Commit: b0e2c5f8aa4d6c88dcfefc9d2b5c7fa0d29ebbd6 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=b0e2c5f8aa4d6c88dcfefc9d2b5c7fa0d29ebbd6 Author: Brian Paul bri...@vmware.com Date: Mon Apr 26 20:32:24 2010 -0600 docs: document updated glext.h and glxext.h

Mesa (master): Merge branch '7.8'

2010-04-27 Thread Brian Paul
Module: Mesa Branch: master Commit: 7567f05199f1ca114cc57e3a11ac101d3707f819 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=7567f05199f1ca114cc57e3a11ac101d3707f819 Author: Brian Paul bri...@vmware.com Date: Tue Apr 27 08:34:06 2010 -0600 Merge branch '7.8' Conflicts:

Mesa (7.8): glapi: Fix loading of old DRI drivers.

2010-04-27 Thread Chia-I Wu
Module: Mesa Branch: 7.8 Commit: f1381880a8e0e0cdd96c4c725ff35a28b250b09d URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=f1381880a8e0e0cdd96c4c725ff35a28b250b09d Author: Chia-I Wu o...@lunarg.com Date: Tue Apr 27 23:19:27 2010 +0800 glapi: Fix loading of old DRI drivers. The

Mesa (master): st/mesa: try to get actual compressed format for GL_COMPRESSED_RGB[A] formats

2010-04-27 Thread Brian Paul
Module: Mesa Branch: master Commit: 29edc2a8b5be7df46f29493bb8ae2fb2c8be8ef3 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=29edc2a8b5be7df46f29493bb8ae2fb2c8be8ef3 Author: Brian Paul bri...@vmware.com Date: Tue Apr 27 09:11:36 2010 -0600 st/mesa: try to get actual compressed format

Mesa (master): st/mesa: 80-column wrapping

2010-04-27 Thread Brian Paul
Module: Mesa Branch: master Commit: 85d3687ee78d25c0305caee5e672f9ee799a6ae6 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=85d3687ee78d25c0305caee5e672f9ee799a6ae6 Author: Brian Paul bri...@vmware.com Date: Tue Apr 27 09:14:32 2010 -0600 st/mesa: 80-column wrapping ---

Mesa (master): st/mesa: call is_format_supported() for compressed formats

2010-04-27 Thread Brian Paul
Module: Mesa Branch: master Commit: a965ef59b501f0df1417ea0e076a8a0d27dd9d23 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=a965ef59b501f0df1417ea0e076a8a0d27dd9d23 Author: Brian Paul bri...@vmware.com Date: Tue Apr 27 09:18:57 2010 -0600 st/mesa: call is_format_supported() for

Mesa (master): st/mesa: rename var and update st_choose_format() comments

2010-04-27 Thread Brian Paul
Module: Mesa Branch: master Commit: f62c738c627e762f178de54ae273d3f5b6064a05 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=f62c738c627e762f178de54ae273d3f5b6064a05 Author: Brian Paul bri...@vmware.com Date: Tue Apr 27 09:27:00 2010 -0600 st/mesa: rename var and update

Mesa (master): mesa: move/rename is_depth_or_stencil_format()

2010-04-27 Thread Brian Paul
Module: Mesa Branch: master Commit: e485af774efba897dcbef4697158428c2298d964 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=e485af774efba897dcbef4697158428c2298d964 Author: Brian Paul bri...@vmware.com Date: Tue Apr 27 09:31:19 2010 -0600 mesa: move/rename

Mesa (gallium-msaa): gallium: fix glaring bugs in last commit

2010-04-27 Thread Roland Scheidegger
Module: Mesa Branch: gallium-msaa Commit: 9a966b93c03aecac8eb72e6133aa9a2f2c7673f3 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=9a966b93c03aecac8eb72e6133aa9a2f2c7673f3 Author: Roland Scheidegger srol...@vmware.com Date: Tue Apr 27 16:25:50 2010 +0200 gallium: fix glaring bugs in

Mesa (master): llvmipe: update comments

2010-04-27 Thread Brian Paul
Module: Mesa Branch: master Commit: d2f0acc2fb52689493d5ac47b69415269968b71b URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=d2f0acc2fb52689493d5ac47b69415269968b71b Author: Brian Paul bri...@vmware.com Date: Tue Apr 27 10:55:51 2010 -0600 llvmipe: update comments ---

Mesa (master): llvmpipe: comment-out unused field for now

2010-04-27 Thread Brian Paul
Module: Mesa Branch: master Commit: 85ab6d2447784c417c705ec3c91be2893a801213 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=85ab6d2447784c417c705ec3c91be2893a801213 Author: Brian Paul bri...@vmware.com Date: Tue Apr 27 11:31:45 2010 -0600 llvmpipe: comment-out unused field for now

Mesa (master): llvmpipe: added llvmpipe_resource_size()

2010-04-27 Thread Brian Paul
Module: Mesa Branch: master Commit: 1db3a55b9c59093f7bf4df39579287eeb0cf0a2b URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=1db3a55b9c59093f7bf4df39579287eeb0cf0a2b Author: Brian Paul bri...@vmware.com Date: Tue Apr 27 11:32:25 2010 -0600 llvmpipe: added llvmpipe_resource_size()

Mesa (master): llvmpipe: implement max scene size

2010-04-27 Thread Brian Paul
Module: Mesa Branch: master Commit: bb527c0af6c53b335330da1063979f5ac3a19174 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=bb527c0af6c53b335330da1063979f5ac3a19174 Author: Brian Paul bri...@vmware.com Date: Tue Apr 27 11:44:33 2010 -0600 llvmpipe: implement max scene size When the

Mesa (master): llvmpipe: remove lp_scene_map_buffers(), lp_scene_unmap_buffers()

2010-04-27 Thread Brian Paul
Module: Mesa Branch: master Commit: ab3e7861ecec84f67f947fba5c797c6be2b59d50 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=ab3e7861ecec84f67f947fba5c797c6be2b59d50 Author: Brian Paul bri...@vmware.com Date: Tue Apr 27 11:50:23 2010 -0600 llvmpipe: remove lp_scene_map_buffers(),

Mesa (7.8): apple: Remove duplicate headers that already exist in mesa.

2010-04-27 Thread Jeremy Huddleston
Module: Mesa Branch: 7.8 Commit: 77dc40b2897dfaf1b7adedee4bd0e88f13bc76d3 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=77dc40b2897dfaf1b7adedee4bd0e88f13bc76d3 Author: Jeremy Huddleston jerem...@freedesktop.org Date: Thu Dec 24 09:51:17 2009 -0800 apple: Remove duplicate headers

Mesa (7.8): apple: Initial import of libGL for OSX from AppleSGLX svn repository.

2010-04-27 Thread Jeremy Huddleston
Module: Mesa Branch: 7.8 Commit: ad503c41557606d15b0420c824369456f6d20a8f URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=ad503c41557606d15b0420c824369456f6d20a8f Author: Jeremy Huddleston jerem...@apple.com Date: Thu Apr 1 11:01:31 2010 -0700 apple: Initial import of libGL for OSX

Mesa (7.8): darwin: Use clientattrib

2010-04-27 Thread Jeremy Huddleston
Module: Mesa Branch: 7.8 Commit: 163901bc7f89dc3a5c65d66b960f18dd561631c1 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=163901bc7f89dc3a5c65d66b960f18dd561631c1 Author: Jeremy Huddleston jerem...@apple.com Date: Fri Apr 2 00:54:57 2010 -0700 darwin: Use clientattrib

Mesa (7.8): apple: Change ifdefs for DRI to be DRI !APPLE

2010-04-27 Thread Jeremy Huddleston
Module: Mesa Branch: 7.8 Commit: 80b280db883edc9550484dba03bd5c124b6a9bf9 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=80b280db883edc9550484dba03bd5c124b6a9bf9 Author: Jeremy Huddleston jerem...@apple.com Date: Fri Apr 2 01:35:19 2010 -0700 apple: Change ifdefs for DRI to be DRI

Mesa (7.8): apple: Integrate our libGL into the existing build system better

2010-04-27 Thread Jeremy Huddleston
Module: Mesa Branch: 7.8 Commit: de96d063b1eba9137d96074c9434aafe858d3271 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=de96d063b1eba9137d96074c9434aafe858d3271 Author: Jeremy Huddleston jerem...@apple.com Date: Fri Apr 2 00:57:38 2010 -0700 apple: Integrate our libGL into the

Mesa (7.8): apple: Use mesa gl.h rather than generating one.

2010-04-27 Thread Jeremy Huddleston
Module: Mesa Branch: 7.8 Commit: f5aa5377a52c50c94b6a6d6d48c0057dbe874692 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=f5aa5377a52c50c94b6a6d6d48c0057dbe874692 Author: Jeremy Huddleston jerem...@freedesktop.org Date: Sat Jan 2 00:03:53 2010 -0500 apple: Use mesa gl.h rather than

Mesa (7.8): some header-foo

2010-04-27 Thread Jeremy Huddleston
Module: Mesa Branch: 7.8 Commit: 886e4976f5d3a5b35896b82738e077baa57ac2f6 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=886e4976f5d3a5b35896b82738e077baa57ac2f6 Author: Jeremy Huddleston jerem...@apple.com Date: Tue Apr 27 12:00:08 2010 -0700 some header-foo Signed-off-by: Jeremy

Mesa (7.8): f

2010-04-27 Thread Jeremy Huddleston
Module: Mesa Branch: 7.8 Commit: 9bdb1205fb44a0df4e91c5ca089d2d7a86fa8b1f URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=9bdb1205fb44a0df4e91c5ca089d2d7a86fa8b1f Author: Jeremy Huddleston jerem...@apple.com Date: Tue Apr 27 12:02:31 2010 -0700 f Signed-off-by: Jeremy Huddleston

Mesa (7.8): f

2010-04-27 Thread Jeremy Huddleston
Module: Mesa Branch: 7.8 Commit: 39bd4602c0c31d4984293fd6e419405aca32d940 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=39bd4602c0c31d4984293fd6e419405aca32d940 Author: Jeremy Huddleston jerem...@apple.com Date: Tue Apr 27 12:22:50 2010 -0700 f Signed-off-by: Jeremy Huddleston

Mesa (7.8): Buildfixes to work around issues in OpenGL.framework

2010-04-27 Thread Jeremy Huddleston
Module: Mesa Branch: 7.8 Commit: a1cb3babbef2af222b839a058694acc82a7074f1 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=a1cb3babbef2af222b839a058694acc82a7074f1 Author: Jeremy Huddleston jerem...@apple.com Date: Mon Apr 12 18:37:47 2010 -0700 Buildfixes to work around issues in

Mesa (master): svga: Drop BGNFOR, ENDFOR, REP, and ENDREP opcodes.

2010-04-27 Thread Jose Fonseca
Module: Mesa Branch: master Commit: e5395f3359f7968a49e0dae925719a6d38a7edb5 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=e5395f3359f7968a49e0dae925719a6d38a7edb5 Author: José Fonseca jfons...@vmware.com Date: Tue Apr 27 21:16:35 2010 +0100 svga: Drop BGNFOR, ENDFOR, REP, and

Mesa (master): r300: Drop BGNFOR, ENDFOR, REP, and ENDREP opcodes.

2010-04-27 Thread Jose Fonseca
Module: Mesa Branch: master Commit: ec4e67999c50da624dc3c93028a9ae91782164e6 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=ec4e67999c50da624dc3c93028a9ae91782164e6 Author: José Fonseca jfons...@vmware.com Date: Tue Apr 27 21:17:08 2010 +0100 r300: Drop BGNFOR, ENDFOR, REP, and

Mesa (master): tgsi: Drop BGNFOR, ENDFOR, REP, and ENDREP opcodes.

2010-04-27 Thread Jose Fonseca
Module: Mesa Branch: master Commit: 73e1405de0277bab2d617742ff5a764467e32899 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=73e1405de0277bab2d617742ff5a764467e32899 Author: José Fonseca jfons...@vmware.com Date: Tue Apr 27 21:18:01 2010 +0100 tgsi: Drop BGNFOR, ENDFOR, REP, and

Mesa (master): cell: Drop BGNFOR, ENDFOR, REP, and ENDREP opcodes.

2010-04-27 Thread Jose Fonseca
Module: Mesa Branch: master Commit: 42c9137042f6208703fbee3422fa08cf4079d63d URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=42c9137042f6208703fbee3422fa08cf4079d63d Author: José Fonseca jfons...@vmware.com Date: Tue Apr 27 21:16:45 2010 +0100 cell: Drop BGNFOR, ENDFOR, REP, and

Mesa (master): gallium/docs: Drop BGNFOR, ENDFOR, REP, and ENDREP opcodes.

2010-04-27 Thread Jose Fonseca
Module: Mesa Branch: master Commit: 84b5f59c97be82b53b3522b33f6fde47d7e3fb07 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=84b5f59c97be82b53b3522b33f6fde47d7e3fb07 Author: José Fonseca jfons...@vmware.com Date: Tue Apr 27 21:18:31 2010 +0100 gallium/docs: Drop BGNFOR, ENDFOR, REP,

Mesa (master): gallium: Drop BGNFOR, ENDFOR, REP, and ENDREP opcodes.

2010-04-27 Thread Jose Fonseca
Module: Mesa Branch: master Commit: a5e032853a8bac8895fab6fe88ba8a1a692121a6 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=a5e032853a8bac8895fab6fe88ba8a1a692121a6 Author: José Fonseca jfons...@vmware.com Date: Tue Apr 27 21:49:32 2010 +0100 gallium: Drop BGNFOR, ENDFOR, REP, and

Mesa (master): Add missing _ in extension category name

2010-04-27 Thread Ian Romanick
Module: Mesa Branch: master Commit: aa6489bce978e740bf0a2543d78d7757e0bc748d URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=aa6489bce978e740bf0a2543d78d7757e0bc748d Author: Ian Romanick ian.d.roman...@intel.com Date: Tue Apr 27 14:54:32 2010 -0700 Add missing _ in extension category

Mesa (7.8): glx: Initialize have_back.

2010-04-27 Thread Brian Paul
Module: Mesa Branch: 7.8 Commit: cc806f70b2749dd9013491f43f442f5b1fe7cc7f URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=cc806f70b2749dd9013491f43f442f5b1fe7cc7f Author: Pierre Willenbrok pie...@pirsoft.de Date: Tue Apr 27 15:53:28 2010 -0600 glx: Initialize have_back.

Mesa (7.8): mesa: Don't set srcLevel on GL_TEXTURE_RECTANGLE_ARB targets

2010-04-27 Thread Brian Paul
Module: Mesa Branch: 7.8 Commit: 717e86738f82d5c7d7de39fbd85734febfd4c66a URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=717e86738f82d5c7d7de39fbd85734febfd4c66a Author: Pierre Willenbrock pie...@pirsoft.de Date: Tue Apr 27 14:16:48 2010 -0700 mesa: Don't set srcLevel on

Mesa (7.8): mesa: Disable scissor when begining meta operations

2010-04-27 Thread Brian Paul
Module: Mesa Branch: 7.8 Commit: c0b41116f1e7e8e7ebe5e0bc5b790ae7842f09d4 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=c0b41116f1e7e8e7ebe5e0bc5b790ae7842f09d4 Author: Pierre Willenbrock pie...@pirsoft.de Date: Tue Apr 27 14:16:49 2010 -0700 mesa: Disable scissor when begining

Mesa (master): radeon: fix warnings

2010-04-27 Thread Marek Olšák
Module: Mesa Branch: master Commit: 7440fd89b43184275c0214bbeeb8acc26b88815b URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=7440fd89b43184275c0214bbeeb8acc26b88815b Author: Marek Olšák mar...@gmail.com Date: Wed Apr 28 00:38:27 2010 +0200 radeon: fix warnings ---

Mesa (master): r300g: move ZTOP to separate file

2010-04-27 Thread Marek Olšák
Module: Mesa Branch: master Commit: 20c96759940b0bbe5afdb592cda1c410bfa6e665 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=20c96759940b0bbe5afdb592cda1c410bfa6e665 Author: Marek Olšák mar...@gmail.com Date: Sun Apr 18 05:10:43 2010 +0200 r300g: move ZTOP to separate file Ideally,

Mesa (master): i915: Provide counts in the error messages for program limits.

2010-04-27 Thread Eric Anholt
Module: Mesa Branch: master Commit: 891ad6ec1ad71d26e0d06fa620fe392d29de26c9 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=891ad6ec1ad71d26e0d06fa620fe392d29de26c9 Author: Eric Anholt e...@anholt.net Date: Mon Apr 26 09:04:16 2010 -0700 i915: Provide counts in the error messages

Mesa (master): i915: Add debugging for just prorgam compile under INTEL_DEBUG=wm

2010-04-27 Thread Eric Anholt
Module: Mesa Branch: master Commit: edad36cff96f6d68ab8256fbe8106a313583a8c0 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=edad36cff96f6d68ab8256fbe8106a313583a8c0 Author: Eric Anholt e...@anholt.net Date: Mon Apr 26 09:18:23 2010 -0700 i915: Add debugging for just prorgam compile

Mesa (master): Initialize have_back.

2010-04-27 Thread Eric Anholt
Module: Mesa Branch: master Commit: d20fce057ee94fc3441c01a9e54cb5e19f7ddfd3 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=d20fce057ee94fc3441c01a9e54cb5e19f7ddfd3 Author: Pierre Willenbrock pie...@pirsoft.de Date: Tue Apr 27 23:16:46 2010 +0200 Initialize have_back. There is a

Mesa (master): Fill the padding between entrys in the sampler key

2010-04-27 Thread Eric Anholt
Module: Mesa Branch: master Commit: da498ef41e88e98e3710d7de5e2488f359196621 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=da498ef41e88e98e3710d7de5e2488f359196621 Author: Pierre Willenbrock pie...@pirsoft.de Date: Tue Apr 27 23:16:47 2010 +0200 Fill the padding between entrys in

Mesa (master): Don't set srcLevel on GL_TEXTURE_RECTANGLE_ARB targets

2010-04-27 Thread Eric Anholt
Module: Mesa Branch: master Commit: 6ef6cdec2ebc91cfbe2b26ad88d702847c750cd0 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=6ef6cdec2ebc91cfbe2b26ad88d702847c750cd0 Author: Pierre Willenbrock pie...@pirsoft.de Date: Tue Apr 27 23:16:48 2010 +0200 Don't set srcLevel on

Mesa (master): Disable scissor when begining meta operations

2010-04-27 Thread Eric Anholt
Module: Mesa Branch: master Commit: 2787a2e731d7628e150d607939509a05500fd29f URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=2787a2e731d7628e150d607939509a05500fd29f Author: Pierre Willenbrock pie...@pirsoft.de Date: Tue Apr 27 23:16:49 2010 +0200 Disable scissor when begining meta