Mesa (master): docs: Add documentation for EGL.

2010-01-20 Thread Chia-I Wu
Module: Mesa Branch: master Commit: ada46053a4b37967cc53355b9baf712aa5a8bafd URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=ada46053a4b37967cc53355b9baf712aa5a8bafd Author: Chia-I Wu Date: Thu Jan 21 15:29:14 2010 +0800 docs: Add documentation for EGL. This is a short guide to EGL.

Mesa (master): docs: Update documentation for OpenVG and OpenGL ES.

2010-01-20 Thread Chia-I Wu
Module: Mesa Branch: master Commit: 1af67195b31f66c725293c916b794fbdb633aec9 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=1af67195b31f66c725293c916b794fbdb633aec9 Author: Chia-I Wu Date: Thu Jan 21 15:29:28 2010 +0800 docs: Update documentation for OpenVG and OpenGL ES. Update th

Mesa (mesa_7_7_branch): mach64: Remove unnecessary headers.

2010-01-20 Thread Vinson Lee
Module: Mesa Branch: mesa_7_7_branch Commit: e19b3c01f4442e2c85c6df19847368ecb7b2451f URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=e19b3c01f4442e2c85c6df19847368ecb7b2451f Author: Vinson Lee Date: Wed Jan 20 22:52:49 2010 -0800 mach64: Remove unnecessary headers. --- src/mesa/d

Mesa (mesa_7_7_branch): i810: Remove unnecessary headers.

2010-01-20 Thread Vinson Lee
Module: Mesa Branch: mesa_7_7_branch Commit: 7c66211b7dcf302685b8cc3f80a4d90b73d7d62d URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=7c66211b7dcf302685b8cc3f80a4d90b73d7d62d Author: Vinson Lee Date: Wed Jan 20 22:02:51 2010 -0800 i810: Remove unnecessary headers. --- src/mesa/dri

Mesa (master): gallium/i965: Make brw_batchbuffer prototypes match in source & header

2010-01-20 Thread Alan Coopersmith
Module: Mesa Branch: master Commit: 208e815c888d5267d146ac3a89a70d733728826c URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=208e815c888d5267d146ac3a89a70d733728826c Author: Alan Coopersmith Date: Tue Jan 19 18:59:39 2010 -0800 gallium/i965: Make brw_batchbuffer prototypes match in s

Mesa (mesa_7_7_branch): ffb: Remove unnecessary headers.

2010-01-20 Thread Vinson Lee
Module: Mesa Branch: mesa_7_7_branch Commit: 0bc2cbf82a20c0fa5b160605eb7e8118791f5fdd URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=0bc2cbf82a20c0fa5b160605eb7e8118791f5fdd Author: Vinson Lee Date: Wed Jan 20 16:27:44 2010 -0800 ffb: Remove unnecessary headers. --- src/mesa/driv

Mesa (master): Fix touching live system during install.

2010-01-20 Thread Corbin Simpson
Module: Mesa Branch: master Commit: 1ffb72a6bf2de0d1044eacb0b72ad6a27c2198c4 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=1ffb72a6bf2de0d1044eacb0b72ad6a27c2198c4 Author: Tomas Chvatal Date: Wed Jan 20 21:14:32 2010 +0100 Fix touching live system during install. --- src/gallium

Mesa (master): radeong: Fix EGL driver names.

2010-01-20 Thread Corbin Simpson
Module: Mesa Branch: master Commit: c1334ce23550a8321023c0b8fa58ad266199afa1 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=c1334ce23550a8321023c0b8fa58ad266199afa1 Author: Corbin Simpson Date: Wed Jan 20 12:21:21 2010 -0800 radeong: Fix EGL driver names. Using "radeon" instead of

Mesa (mesa_7_7_branch): xlib/softpipe: fix buffer memory leak

2010-01-20 Thread Brian Paul
Module: Mesa Branch: mesa_7_7_branch Commit: a416123f5b0f05d95eb334473473f660c22b439e URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=a416123f5b0f05d95eb334473473f660c22b439e Author: Brian Paul Date: Wed Jan 20 10:32:13 2010 -0700 xlib/softpipe: fix buffer memory leak Fixes leak cau

Mesa (perrtblend): llvmpipe: adapt to per-rendertarget blend changes

2010-01-20 Thread Roland Scheidegger
Module: Mesa Branch: perrtblend Commit: 04cb5dfb1e0968300204980b08748a140e5e7918 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=04cb5dfb1e0968300204980b08748a140e5e7918 Author: Roland Scheidegger Date: Wed Jan 20 18:27:53 2010 +0100 llvmpipe: adapt to per-rendertarget blend changes

Mesa (master): r200: re-adding missing pitch alignment check in blit code

2010-01-20 Thread Alex Deucher
Module: Mesa Branch: master Commit: 156c90e5c3289fda8290bdd04c5cb5041a65113d URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=156c90e5c3289fda8290bdd04c5cb5041a65113d Author: Alex Deucher Date: Wed Jan 20 11:18:25 2010 -0500 r200: re-adding missing pitch alignment check in blit code

Mesa (master): mesa: replace questionable CPU_TO_LE32 macro with function

2010-01-20 Thread Brian Paul
Module: Mesa Branch: master Commit: 05208b298d218071bae75a52a16e4483ca64c94d URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=05208b298d218071bae75a52a16e4483ca64c94d Author: Brian Paul Date: Wed Jan 20 08:02:59 2010 -0700 mesa: replace questionable CPU_TO_LE32 macro with function --

Mesa (master): Copy __FUNCTION__ portability #defines from mesa/compiler. h to eglcompiler.h

2010-01-20 Thread Chia-I Wu
Module: Mesa Branch: master Commit: 506e27b9724e7f11350fc2454d263bea2df8ea39 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=506e27b9724e7f11350fc2454d263bea2df8ea39 Author: Alan Coopersmith Date: Tue Jan 19 19:02:13 2010 -0800 Copy __FUNCTION__ portability #defines from mesa/compile

Mesa (mesa_7_7_branch): st/mesa: fix format logic in compatible_src_dst_formats()

2010-01-20 Thread Brian Paul
Module: Mesa Branch: mesa_7_7_branch Commit: 65d2a266375cf32fd90c7fb77fb87993d3a652ea URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=65d2a266375cf32fd90c7fb77fb87993d3a652ea Author: Brian Paul Date: Wed Jan 20 08:03:46 2010 -0700 st/mesa: fix format logic in compatible_src_dst_forma

Mesa (mesa_7_7_branch): docs: updated Mesa mailing list info

2010-01-20 Thread Brian Paul
Module: Mesa Branch: mesa_7_7_branch Commit: 4e34c5d0b5ef36d4a107e93653937f7715ce2c5a URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=4e34c5d0b5ef36d4a107e93653937f7715ce2c5a Author: Brian Paul Date: Tue Jan 19 16:42:43 2010 -0700 docs: updated Mesa mailing list info --- docs/list

Mesa (master): r200: fix some breakage after move to common blit code

2010-01-20 Thread Alex Deucher
Module: Mesa Branch: master Commit: 67aa70411249cf0f8c39eedaf8432ad537c166ca URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=67aa70411249cf0f8c39eedaf8432ad537c166ca Author: Alex Deucher Date: Wed Jan 20 10:00:50 2010 -0500 r200: fix some breakage after move to common blit code ---

Mesa (mesa_7_7_branch): st/xorg: Fic bug and close drm_api at proper place

2010-01-20 Thread Jakob Bornecrantz
Module: Mesa Branch: mesa_7_7_branch Commit: 9f728ed1c9c724109299508a78b9fbb1cdb6 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=9f728ed1c9c724109299508a78b9fbb1cdb6 Author: Jakob Bornecrantz Date: Wed Jan 20 14:53:38 2010 + st/xorg: Fic bug and close drm_api at proper p

Mesa (master): r200: fix typo in 76cf2618327a7f008dcfd0d91d64d6d9e01f9a9c

2010-01-20 Thread Alex Deucher
Module: Mesa Branch: master Commit: 5a99ca490fee65d37a4c7469888680b412d27f7f URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=5a99ca490fee65d37a4c7469888680b412d27f7f Author: Alex Deucher Date: Wed Jan 20 09:06:49 2010 -0500 r200: fix typo in 76cf2618327a7f008dcfd0d91d64d6d9e01f9a9c

Mesa (gallium-double-opcodes): regress: add test to DFRACEXP and DLDEXP

2010-01-20 Thread Michał Król
Module: Mesa Branch: gallium-double-opcodes Commit: ccdfcb31b96f4ac1c85f6962e8bafda1c4473bf4 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=ccdfcb31b96f4ac1c85f6962e8bafda1c4473bf4 Author: Igor Oliveira Date: Tue Jan 19 19:29:29 2010 -0400 regress: add test to DFRACEXP and DLDEXP -

Mesa (gallium-double-opcodes): regress: add DFRAC test

2010-01-20 Thread Michał Król
Module: Mesa Branch: gallium-double-opcodes Commit: 37228422b320474ed743ae7a1878f3109d0a6059 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=37228422b320474ed743ae7a1878f3109d0a6059 Author: Igor Oliveira Date: Wed Jan 20 04:45:36 2010 -0400 regress: add DFRAC test --- .../tests/re

Mesa (gallium-double-opcodes): tgsi: implement DFRACEXP

2010-01-20 Thread Michał Król
Module: Mesa Branch: gallium-double-opcodes Commit: e2e4e4309494d7727485652d90fc91ad27a1655a URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=e2e4e4309494d7727485652d90fc91ad27a1655a Author: Igor Oliveira Date: Tue Jan 19 19:21:47 2010 -0400 tgsi: implement DFRACEXP --- src/gallium

Mesa (gallium-double-opcodes): gallium: add DFRACEXP opcode

2010-01-20 Thread Michał Król
Module: Mesa Branch: gallium-double-opcodes Commit: 15681c5f83181574b8853e2c96a695d3b4a1843d URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=15681c5f83181574b8853e2c96a695d3b4a1843d Author: Igor Oliveira Date: Tue Jan 19 19:20:53 2010 -0400 gallium: add DFRACEXP opcode --- src/gal

Mesa (gallium-double-opcodes): tgsi: implement DFRAC and DLDEXP opcodes

2010-01-20 Thread Michał Król
Module: Mesa Branch: gallium-double-opcodes Commit: 991b1d0ce000908cef3403c954a0a4c34adced09 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=991b1d0ce000908cef3403c954a0a4c34adced09 Author: Igor Oliveira Date: Tue Jan 19 17:02:34 2010 -0400 tgsi: implement DFRAC and DLDEXP opcodes -

Mesa (gallium-double-opcodes): gallium: add dfrac and dldexp opcodes

2010-01-20 Thread Michał Król
Module: Mesa Branch: gallium-double-opcodes Commit: 1ce170eef554cf99a355523cf3665a5079e1dec6 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=1ce170eef554cf99a355523cf3665a5079e1dec6 Author: Igor Oliveira Date: Tue Jan 19 17:01:50 2010 -0400 gallium: add dfrac and dldexp opcodes ---

Mesa (master): st/egl_g3d: Add support for driver probe.

2010-01-20 Thread Chia-I Wu
Module: Mesa Branch: master Commit: c8b694b2c2f451235270a3442254379caea3f57d URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=c8b694b2c2f451235270a3442254379caea3f57d Author: Chia-I Wu Date: Wed Jan 20 13:55:57 2010 +0800 st/egl_g3d: Add support for driver probe. Hook the drv->Probe

Mesa (master): egl: Add a simple cache for driver probe.

2010-01-20 Thread Chia-I Wu
Module: Mesa Branch: master Commit: c5766c4ae39b4190965abd65eaf67b478a9ad028 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=c5766c4ae39b4190965abd65eaf67b478a9ad028 Author: Chia-I Wu Date: Wed Jan 20 14:35:50 2010 +0800 egl: Add a simple cache for driver probe. In current design, m

Mesa (master): st/egl_g3d: Add support for probe to native displays.

2010-01-20 Thread Chia-I Wu
Module: Mesa Branch: master Commit: 11f4360f2e915f236558da22efe5bdabd81446f3 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=11f4360f2e915f236558da22efe5bdabd81446f3 Author: Chia-I Wu Date: Wed Jan 20 15:52:50 2010 +0800 st/egl_g3d: Add support for probe to native displays. The func

Mesa (master): egl: Rename _EGL_PLATFORM_X to _EGL_PLATFORM_POSIX.

2010-01-20 Thread Chia-I Wu
Module: Mesa Branch: master Commit: 925f8113beba03e956351cee6780b1c7ab76add8 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=925f8113beba03e956351cee6780b1c7ab76add8 Author: Chia-I Wu Date: Wed Jan 20 17:42:33 2010 +0800 egl: Rename _EGL_PLATFORM_X to _EGL_PLATFORM_POSIX. The macro

Mesa (master): egl: Improve driver matching.

2010-01-20 Thread Chia-I Wu
Module: Mesa Branch: master Commit: cf22fd5e5b13ccdb02ba0368ea722ede3bbc6de0 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=cf22fd5e5b13ccdb02ba0368ea722ede3bbc6de0 Author: Chia-I Wu Date: Tue Jan 19 18:39:59 2010 +0800 egl: Improve driver matching. Make drv->Probe return a score s

Mesa (master): egl: Remove unused driver and display functions.

2010-01-20 Thread Chia-I Wu
Module: Mesa Branch: master Commit: f0c2871bf4f6fa89339347bb9767bb2c19fda6d0 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=f0c2871bf4f6fa89339347bb9767bb2c19fda6d0 Author: Chia-I Wu Date: Tue Jan 19 17:39:34 2010 +0800 egl: Remove unused driver and display functions. Remove _eglPr

Mesa (master): egl: Add _eglPreloadDrivers.

2010-01-20 Thread Chia-I Wu
Module: Mesa Branch: master Commit: b3bcd33f7a8b32ce4ea6e979e9cc764d0f903ae9 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=b3bcd33f7a8b32ce4ea6e979e9cc764d0f903ae9 Author: Chia-I Wu Date: Tue Jan 19 18:13:50 2010 +0800 egl: Add _eglPreloadDrivers. It can be used to load the user d

Mesa (master): egl: Use _eglPreloadDrivers.

2010-01-20 Thread Chia-I Wu
Module: Mesa Branch: master Commit: 57929eda3e876dc60be7060237a669f042be2376 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=57929eda3e876dc60be7060237a669f042be2376 Author: Chia-I Wu Date: Tue Jan 19 18:29:21 2010 +0800 egl: Use _eglPreloadDrivers. Replace the use of _eglPreloadDri

Mesa (mesa_7_7_branch): softpipe: Remove unnecessary headers.

2010-01-20 Thread Vinson Lee
Module: Mesa Branch: mesa_7_7_branch Commit: e3cb614f932ac417d446c84bd54f86d01b1cdcd9 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=e3cb614f932ac417d446c84bd54f86d01b1cdcd9 Author: Vinson Lee Date: Wed Jan 20 00:08:54 2010 -0800 softpipe: Remove unnecessary headers. --- src/gall