Demos (master): openvg: Add eglcommon.h to libcommon_la_SOURCES.

2010-10-06 Thread Chia-I Wu
Module: Demos Branch: master Commit: d5e0b76556a765a79202ccf8e83d6939ce6d05e4 URL: http://cgit.freedesktop.org/mesa/demos/commit/?id=d5e0b76556a765a79202ccf8e83d6939ce6d05e4 Author: Chia-I Wu Date: Thu Oct 7 12:28:27 2010 +0800 openvg: Add eglcommon.h to libcommon_la_SOURCES. --- src

Mesa (master): st/vega: Fix version check in context creation.

2010-10-06 Thread Chia-I Wu
Module: Mesa Branch: master Commit: b2c0ef8b51ce86388335e83f2390940cb8fbc12f URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=b2c0ef8b51ce86388335e83f2390940cb8fbc12f Author: Chia-I Wu Date: Thu Oct 7 12:14:38 2010 +0800 st/vega: Fix version check in context creation. This fixes a

Mesa (master): targets/egl: Fix linking with libdrm.

2010-10-06 Thread Chia-I Wu
Module: Mesa Branch: master Commit: da495ee8708d655742eff7b0cf1fee8f71ed10e9 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=da495ee8708d655742eff7b0cf1fee8f71ed10e9 Author: Chia-I Wu Date: Thu Oct 7 12:06:07 2010 +0800 targets/egl: Fix linking with libdrm. --- src/gallium

Mesa (7.9): st/egl: Drop context argument from egl_g3d_get_egl_image.

2010-09-30 Thread Chia-I Wu
Module: Mesa Branch: 7.9 Commit: 9bab8ca4f8c8f3e618bfa8e9aedfcdcf272d3495 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=9bab8ca4f8c8f3e618bfa8e9aedfcdcf272d3495 Author: Chia-I Wu Date: Thu Sep 30 23:43:58 2010 +0800 st/egl: Drop context argument from egl_g3d_get_egl_image. Fix a

Mesa (master): st/egl: Drop context argument from egl_g3d_get_egl_image.

2010-09-30 Thread Chia-I Wu
Module: Mesa Branch: master Commit: e2b51b7c5b21e64df1377ce0be5c83d016ff URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=e2b51b7c5b21e64df1377ce0be5c83d016ff Author: Chia-I Wu Date: Thu Sep 30 23:43:58 2010 +0800 st/egl: Drop context argument from egl_g3d_get_egl_image. Fix

Mesa (7.9): mapi: Fix compiler warnings.

2010-09-30 Thread Chia-I Wu
Module: Mesa Branch: 7.9 Commit: f6eb5d991c0b93a89b970c15b9876ec3806a4e36 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=f6eb5d991c0b93a89b970c15b9876ec3806a4e36 Author: Chia-I Wu Date: Thu Sep 30 17:09:59 2010 +0800 mapi: Fix compiler warnings. Do not use "void *" in a

Mesa (master): mapi: Fix compiler warnings.

2010-09-30 Thread Chia-I Wu
Module: Mesa Branch: master Commit: ebeb4a7e8af9f59ce8f45f78654b611bb546979d URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=ebeb4a7e8af9f59ce8f45f78654b611bb546979d Author: Chia-I Wu Date: Thu Sep 30 17:09:59 2010 +0800 mapi: Fix compiler warnings. Do not use "void

Mesa (master): st/egl: Skip single-buffered configs in EGL.

2010-09-30 Thread Chia-I Wu
Module: Mesa Branch: master Commit: d63b2622f1c47d6f82fe96c9f1b749d908883a23 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=d63b2622f1c47d6f82fe96c9f1b749d908883a23 Author: Chia-I Wu Date: Thu Sep 30 16:53:33 2010 +0800 st/egl: Skip single-buffered configs in EGL. Let DRI2 report

Mesa (master): egl: Check extensions.

2010-09-30 Thread Chia-I Wu
Module: Mesa Branch: master Commit: 6b2f1561ad66c358a5d6b7a5ed5eb8f550a3b098 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=6b2f1561ad66c358a5d6b7a5ed5eb8f550a3b098 Author: Chia-I Wu Date: Fri Sep 24 02:42:15 2010 +0800 egl: Check extensions. Do not call into the driver if the

Mesa (7.9): egl: Enable drm platform by default.

2010-09-19 Thread Chia-I Wu
Module: Mesa Branch: 7.9 Commit: d6df0cdcca0e4ecc7d3e41c9db02d5b08261b105 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=d6df0cdcca0e4ecc7d3e41c9db02d5b08261b105 Author: Chia-I Wu Date: Sun Sep 19 17:31:34 2010 +0800 egl: Enable drm platform by default. This enables

Mesa (7.9): st/egl: s/kms/drm/ on the drm backend.

2010-09-19 Thread Chia-I Wu
Module: Mesa Branch: 7.9 Commit: 52f6be0688f7fc169718e47e57b40dcdd908bc3c URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=52f6be0688f7fc169718e47e57b40dcdd908bc3c Author: Chia-I Wu Date: Sun Sep 19 17:11:07 2010 +0800 st/egl: s/kms/drm/ on the drm backend. s/kms/drm/, s/kdpy/drmdpy

Mesa (7.9): st/egl: Rename kms backend to drm.

2010-09-19 Thread Chia-I Wu
Module: Mesa Branch: 7.9 Commit: b73cfde5ced770a5eb9e73fbf3749fc1fd4d041e URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=b73cfde5ced770a5eb9e73fbf3749fc1fd4d041e Author: Chia-I Wu Date: Sun Sep 19 16:54:39 2010 +0800 st/egl: Rename kms backend to drm. The main use of the backend

Mesa (7.9): st/egl: Split modeset code support to modeset.c.

2010-09-19 Thread Chia-I Wu
Module: Mesa Branch: 7.9 Commit: d7500ac4df4aba367a852d8823ef52689975ea6b URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=d7500ac4df4aba367a852d8823ef52689975ea6b Author: Chia-I Wu Date: Sun Sep 19 16:32:06 2010 +0800 st/egl: Split modeset code support to modeset.c. The modeset

Mesa (master): egl: Enable drm platform by default.

2010-09-19 Thread Chia-I Wu
Module: Mesa Branch: master Commit: 2a910b339672e80e70d49d01ac7e8e870068e7ad URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=2a910b339672e80e70d49d01ac7e8e870068e7ad Author: Chia-I Wu Date: Sun Sep 19 17:31:34 2010 +0800 egl: Enable drm platform by default. This enables

Mesa (master): st/egl: s/kms/drm/ on the drm backend.

2010-09-19 Thread Chia-I Wu
Module: Mesa Branch: master Commit: e4513e7fb96c6336d8c7fcdadfaddb6b335a736e URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=e4513e7fb96c6336d8c7fcdadfaddb6b335a736e Author: Chia-I Wu Date: Sun Sep 19 17:11:07 2010 +0800 st/egl: s/kms/drm/ on the drm backend. s/kms/drm/, s/kdpy

Mesa (master): st/egl: Rename kms backend to drm.

2010-09-19 Thread Chia-I Wu
Module: Mesa Branch: master Commit: e7424d72405a1cb1fb5ac625b340043aaa9f88be URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=e7424d72405a1cb1fb5ac625b340043aaa9f88be Author: Chia-I Wu Date: Sun Sep 19 16:54:39 2010 +0800 st/egl: Rename kms backend to drm. The main use of the

Mesa (master): st/egl: Split modeset code support to modeset.c.

2010-09-19 Thread Chia-I Wu
Module: Mesa Branch: master Commit: c7c2e7d0ce97b1586219be2ba742758f23f5c7aa URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=c7c2e7d0ce97b1586219be2ba742758f23f5c7aa Author: Chia-I Wu Date: Sun Sep 19 16:32:06 2010 +0800 st/egl: Split modeset code support to modeset.c. The modeset

Mesa (7.9): targets/egl: Use C++ compiler to link GL/ES state trackers.

2010-09-16 Thread Chia-I Wu
Module: Mesa Branch: 7.9 Commit: a42527be334e04d4f2406e23ed89d20deb9ea9b3 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=a42527be334e04d4f2406e23ed89d20deb9ea9b3 Author: Chia-I Wu Date: Thu Sep 16 12:42:53 2010 +0800 targets/egl: Use C++ compiler to link GL/ES state trackers

Mesa (7.9): libgl-xlib: Remove unused st_api_create_OpenGL.

2010-09-16 Thread Chia-I Wu
Module: Mesa Branch: 7.9 Commit: 69f67f5ded6963ca83f8601f218f6dabf8bfbba5 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=69f67f5ded6963ca83f8601f218f6dabf8bfbba5 Author: Chia-I Wu Date: Thu Sep 16 13:29:26 2010 +0800 libgl-xlib: Remove unused st_api_create_OpenGL. st/egl no longer

Mesa (master): libgl-xlib: Remove unused st_api_create_OpenGL.

2010-09-16 Thread Chia-I Wu
Module: Mesa Branch: master Commit: 0dbcf3b014ff05843bc71235652cd4a0e089bbc9 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=0dbcf3b014ff05843bc71235652cd4a0e089bbc9 Author: Chia-I Wu Date: Thu Sep 16 13:29:26 2010 +0800 libgl-xlib: Remove unused st_api_create_OpenGL. st/egl no

Mesa (master): targets/egl: Use C++ compiler to link GL/ES state trackers.

2010-09-16 Thread Chia-I Wu
Module: Mesa Branch: master Commit: cadc4ad963b5392c6f6729f01f01e377ea1e8c41 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=cadc4ad963b5392c6f6729f01f01e377ea1e8c41 Author: Chia-I Wu Date: Thu Sep 16 12:42:53 2010 +0800 targets/egl: Use C++ compiler to link GL/ES state trackers

Mesa (7.9): glx: add const qualifiers to __indirect_glMultiDrawArraysEXT()

2010-09-15 Thread Chia-I Wu
Module: Mesa Branch: 7.9 Commit: d46b7c9f6f91f80b7349067dd5be52f0af736ec1 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=d46b7c9f6f91f80b7349067dd5be52f0af736ec1 Author: Brian Paul Date: Tue Sep 14 11:01:03 2010 -0600 glx: add const qualifiers to __indirect_glMultiDrawArraysEXT() (c

Mesa (7.9): st/xlib: Notify the context when the front/ back buffers are swapped.

2010-09-15 Thread Chia-I Wu
Module: Mesa Branch: 7.9 Commit: 5d02503467f8caf0dfadce5512e2e9de48e24fdc URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=5d02503467f8caf0dfadce5512e2e9de48e24fdc Author: Chia-I Wu Date: Wed Sep 8 00:30:27 2010 +0800 st/xlib: Notify the context when the front/back buffers are

Mesa (7.9): mesa: Update ES APIspec.xml.

2010-09-15 Thread Chia-I Wu
Module: Mesa Branch: 7.9 Commit: e3b89388ff98ce849877e28d6cb1631cacc5329c URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=e3b89388ff98ce849877e28d6cb1631cacc5329c Author: Chia-I Wu Date: Wed Sep 15 22:37:40 2010 +0800 mesa: Update ES APIspec.xml. Enable some extensions now that the

Mesa (7.9): glapi: Fix ES build errors again.

2010-09-15 Thread Chia-I Wu
Module: Mesa Branch: 7.9 Commit: d6538baa3b5b7a6a926ebf6af8e1986d21d3ef67 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=d6538baa3b5b7a6a926ebf6af8e1986d21d3ef67 Author: Chia-I Wu Date: Wed Sep 15 21:12:38 2010 +0800 glapi: Fix ES build errors again. This fixes an error in GLAPI

Mesa (7.9): glapi: Fix build errors for ES.

2010-09-15 Thread Chia-I Wu
Module: Mesa Branch: 7.9 Commit: 16a023ad7d5517439732e8186eb2f7f8a78d7a45 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=16a023ad7d5517439732e8186eb2f7f8a78d7a45 Author: Chia-I Wu Date: Wed Sep 15 17:43:21 2010 +0800 glapi: Fix build errors for ES. The latest glext.h defines

Mesa (master): mesa: Update ES APIspec.xml.

2010-09-15 Thread Chia-I Wu
Module: Mesa Branch: master Commit: 9ca59b2427837b8a70b580d66b4909e5f8443945 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=9ca59b2427837b8a70b580d66b4909e5f8443945 Author: Chia-I Wu Date: Wed Sep 15 22:37:40 2010 +0800 mesa: Update ES APIspec.xml. Enable some extensions now that

Mesa (master): st/xlib: Notify the context when the front/ back buffers are swapped.

2010-09-15 Thread Chia-I Wu
Module: Mesa Branch: master Commit: 03224f492dc9cee179ff9ed961be0443a3669dd1 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=03224f492dc9cee179ff9ed961be0443a3669dd1 Author: Chia-I Wu Date: Wed Sep 8 00:30:27 2010 +0800 st/xlib: Notify the context when the front/back buffers are

Mesa (7.8): progs/egl: Link xeglthreads to -lpthread.

2010-09-15 Thread Chia-I Wu
Module: Mesa Branch: 7.8 Commit: 340e063525831d817df7f48fd34f1a00fd2720d5 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=340e063525831d817df7f48fd34f1a00fd2720d5 Author: Chia-I Wu Date: Wed Sep 15 17:56:52 2010 +0800 progs/egl: Link xeglthreads to -lpthread. --- progs/egl

Mesa (refs/remotes/origin/7.8):

2010-09-15 Thread Chia-I Wu
Module: Mesa Branch: refs/remotes/origin/7.8 Commit: URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id= Author: Date: Thu Jan 1 00:00:00 1970 + --- ___

Mesa (refs/remotes/origin/7.8): mesa: set VERSION to 7.8.3-rc1

2010-09-15 Thread Chia-I Wu
Module: Mesa Branch: refs/remotes/origin/7.8 Commit: 9c0eb872a2b205043128e5bcbde06b5e18e209cd URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=9c0eb872a2b205043128e5bcbde06b5e18e209cd Author: Brian Paul Date: Tue Sep 14 18:20:22 2010 -0600 mesa: set VERSION to 7.8.3-rc1 --- Makefil

Mesa (master): glapi: Fix ES build errors again.

2010-09-15 Thread Chia-I Wu
Module: Mesa Branch: master Commit: e3c46cf58684785ab16862548d6806227f0bdd21 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=e3c46cf58684785ab16862548d6806227f0bdd21 Author: Chia-I Wu Date: Wed Sep 15 21:12:38 2010 +0800 glapi: Fix ES build errors again. This fixes an error in

Mesa (master): glapi: Fix build errors for ES.

2010-09-15 Thread Chia-I Wu
Module: Mesa Branch: master Commit: cad87ebc3a9c176a44f5193af7e16d6ecad4e03f URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=cad87ebc3a9c176a44f5193af7e16d6ecad4e03f Author: Chia-I Wu Date: Wed Sep 15 17:43:21 2010 +0800 glapi: Fix build errors for ES. The latest glext.h defines

Mesa (master): mesa: Remove unnecessary FEATURE tests.

2010-09-14 Thread Chia-I Wu
Module: Mesa Branch: master Commit: 9476efe77ff196993937c3aa2e5bca725ceb0b41 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=9476efe77ff196993937c3aa2e5bca725ceb0b41 Author: Chia-I Wu Date: Mon Sep 13 13:20:25 2010 +0800 mesa: Remove unnecessary FEATURE tests. Remove all FEATURE

Mesa (master): mesa: Remove unused _MESA_INIT_*_FUNCTIONS.

2010-09-14 Thread Chia-I Wu
Module: Mesa Branch: master Commit: db6273e0ddc5dbfcff27b8f75982bbf348810d31 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=db6273e0ddc5dbfcff27b8f75982bbf348810d31 Author: Chia-I Wu Date: Mon Sep 13 13:51:52 2010 +0800 mesa: Remove unused _MESA_INIT_*_FUNCTIONS. They were

Mesa (master): mesa: Less FEATURE_ARB_sync tests.

2010-09-14 Thread Chia-I Wu
Module: Mesa Branch: master Commit: 10ff2646a443ca3c54d66443b346eb7063973b5e URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=10ff2646a443ca3c54d66443b346eb7063973b5e Author: Chia-I Wu Date: Mon Sep 13 13:35:12 2010 +0800 mesa: Less FEATURE_ARB_sync tests. Add dummy static inline

Mesa (master): Add missing files to the tarball file lists.

2010-09-11 Thread Chia-I Wu
Module: Mesa Branch: master Commit: c34225974bfa3e2922bfca18a420eeef4d9802b0 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=c34225974bfa3e2922bfca18a420eeef4d9802b0 Author: Chia-I Wu Date: Sun Sep 12 02:20:39 2010 +0800 Add missing files to the tarball file lists. --- Makefile

Mesa (master): mesa: Fix depend.es[12] generation when LLVM is enabled.

2010-09-11 Thread Chia-I Wu
Module: Mesa Branch: master Commit: 19b2cfd6f683e158d21ba10af3bc6ce5da5d669c URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=19b2cfd6f683e158d21ba10af3bc6ce5da5d669c Author: Chia-I Wu Date: Sat Sep 11 22:07:59 2010 +0800 mesa: Fix depend.es[12] generation when LLVM is enabled

Mesa (master): egl: Simplify _eglBindContext.

2010-09-10 Thread Chia-I Wu
Module: Mesa Branch: master Commit: ea9e5dbbc2e992ead954d3d2ebf3689f7a003f79 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=ea9e5dbbc2e992ead954d3d2ebf3689f7a003f79 Author: Chia-I Wu Date: Fri Sep 10 18:26:03 2010 +0800 egl: Simplify _eglBindContext. Remove the hard-to-get-right

Mesa (master): targets/egl: Fix crashes from loading invalid modules.

2010-09-10 Thread Chia-I Wu
Module: Mesa Branch: master Commit: 67660ccee969e0024ddec51f84c6e75de3f675d5 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=67660ccee969e0024ddec51f84c6e75de3f675d5 Author: Chia-I Wu Date: Fri Sep 10 16:01:37 2010 +0800 targets/egl: Fix crashes from loading invalid modules. Be

Mesa (master): gallium: Remove ST_API_OPENGL_ES1 and ST_API_OPENGL_ES2.

2010-09-10 Thread Chia-I Wu
Module: Mesa Branch: master Commit: 5ea092117fb607a5776f52d251f976c5691575c8 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=5ea092117fb607a5776f52d251f976c5691575c8 Author: Chia-I Wu Date: Fri Sep 10 13:42:49 2010 +0800 gallium: Remove ST_API_OPENGL_ES1 and ST_API_OPENGL_ES2. They

Mesa (master): st/egl: Use profiles to create OpenGL ES contexts.

2010-09-10 Thread Chia-I Wu
Module: Mesa Branch: master Commit: 948e3fa27ca9112b903a180d1a18c61cfb2928dc URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=948e3fa27ca9112b903a180d1a18c61cfb2928dc Author: Chia-I Wu Date: Fri Sep 10 12:59:43 2010 +0800 st/egl: Use profiles to create OpenGL ES contexts. Replace

Mesa (master): st/dri: Use profiles to create OpenGL ES contexts.

2010-09-10 Thread Chia-I Wu
Module: Mesa Branch: master Commit: 0cd480f07639ec9ee01424aaa3e0c900b2204d4f URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=0cd480f07639ec9ee01424aaa3e0c900b2204d4f Author: Chia-I Wu Date: Fri Sep 10 13:23:06 2010 +0800 st/dri: Use profiles to create OpenGL ES contexts. Having 3

Mesa (master): gallium: Add context profile support to st_api.

2010-09-10 Thread Chia-I Wu
Module: Mesa Branch: master Commit: 4531356817ec8383ac35932903773de67af92e37 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=4531356817ec8383ac35932903773de67af92e37 Author: Chia-I Wu Date: Fri Sep 10 10:31:06 2010 +0800 gallium: Add context profile support to st_api. Add struct

Mesa (master): egl: Display may be NULL in _eglLookup*.

2010-09-09 Thread Chia-I Wu
Module: Mesa Branch: master Commit: 08a482e7a9d13db5d4e6fd974942f6699d7d49dc URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=08a482e7a9d13db5d4e6fd974942f6699d7d49dc Author: Chia-I Wu Date: Fri Sep 10 00:02:47 2010 +0800 egl: Display may be NULL in _eglLookup*. This fixes several

Mesa (master): egl: Use _EGL_CHECK_DISPLAY in eglCreateContext.

2010-09-09 Thread Chia-I Wu
Module: Mesa Branch: master Commit: 916c8ed2c8f916604166b22e6fcb9433b960a924 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=916c8ed2c8f916604166b22e6fcb9433b960a924 Author: Chia-I Wu Date: Fri Sep 10 00:06:32 2010 +0800 egl: Use _EGL_CHECK_DISPLAY in eglCreateContext

Mesa (master): docs: Update egl.html.

2010-09-08 Thread Chia-I Wu
Module: Mesa Branch: master Commit: 68071822f74384053905d7e5821de8b293f453eb URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=68071822f74384053905d7e5821de8b293f453eb Author: Chia-I Wu Date: Thu Sep 9 13:51:59 2010 +0800 docs: Update egl.html. Mention that EGL_DRIVERS_PATH should

Mesa (master): st/dri: Call dri_init_extensions only for API_OPENGL.

2010-09-08 Thread Chia-I Wu
Module: Mesa Branch: master Commit: 7e03e2b2c787657f2abe4bd362e625bd9a971c48 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=7e03e2b2c787657f2abe4bd362e625bd9a971c48 Author: Chia-I Wu Date: Wed Sep 8 18:20:37 2010 +0800 st/dri: Call dri_init_extensions only for API_OPENGL

Mesa (master): st/dri: Use enum st_api_type internally.

2010-09-08 Thread Chia-I Wu
Module: Mesa Branch: master Commit: 444d8408e75bb2bce019769da59802f05c3d5fab URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=444d8408e75bb2bce019769da59802f05c3d5fab Author: Chia-I Wu Date: Wed Sep 8 17:41:43 2010 +0800 st/dri: Use enum st_api_type internally

Mesa (master): st/dri: Add multi-api support

2010-09-08 Thread Chia-I Wu
creating OpenGL ES and OpenGL ES2 contexts. TODO: Figure out the "get_current" problem with multiple st_api's for real. (s/API_OPENGLES1/API_OPENGLES/ by Chia-I Wu) --- .../state_trackers/dri/common/dri_context.c| 33 +++- .../state_trackers/dri/commo

Mesa (master): st/dri: Make clear which API's are supported

2010-09-08 Thread Chia-I Wu
Module: Mesa Branch: master Commit: ecd7ec9d62d2ba919410218f4cf3f69772681f3c URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=ecd7ec9d62d2ba919410218f4cf3f69772681f3c Author: nobled Date: Tue Sep 7 12:10:45 2010 -0400 st/dri: Make clear which API's are supported If the caller reques

Mesa (master): libgl-xlib: Fix --enable-gallium-llvm build.

2010-09-07 Thread Chia-I Wu
Module: Mesa Branch: master Commit: 28c790ab3118ee4c4171120cba2abf2ae3e84805 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=28c790ab3118ee4c4171120cba2abf2ae3e84805 Author: Chia-I Wu Date: Tue Sep 7 23:45:43 2010 +0800 libgl-xlib: Fix --enable-gallium-llvm build. Check MESA_LLVM

Mesa (master): llvmpipe: Add lp_rast_debug.c to Makefile.

2010-09-07 Thread Chia-I Wu
Module: Mesa Branch: master Commit: d5c5a5aea034a8a647d686bdcb88f78445469f82 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=d5c5a5aea034a8a647d686bdcb88f78445469f82 Author: Chia-I Wu Date: Tue Sep 7 23:04:43 2010 +0800 llvmpipe: Add lp_rast_debug.c to Makefile. --- src/gallium

Mesa (master): st/egl: Enable EGL_MESA_drm_display.

2010-08-31 Thread Chia-I Wu
Module: Mesa Branch: master Commit: 3fbbd70e80033566f5d7015fa2110a9d355bcfa4 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=3fbbd70e80033566f5d7015fa2110a9d355bcfa4 Author: Chia-I Wu Date: Tue Aug 31 15:52:26 2010 +0800 st/egl: Enable EGL_MESA_drm_display. --- src/gallium

Mesa (master): egl: Mark EGL_MESA_screen_surface as obsolete.

2010-08-31 Thread Chia-I Wu
Module: Mesa Branch: master Commit: 8cdeff8444db999a02a27ecab59d9374cb076437 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=8cdeff8444db999a02a27ecab59d9374cb076437 Author: Chia-I Wu Date: Tue Aug 31 15:25:09 2010 +0800 egl: Mark EGL_MESA_screen_surface as obsolete. EGL_MESA_drm_

Mesa (master): st/mesa: Fix glEGLImageTargetTexture2DOES.

2010-08-26 Thread Chia-I Wu
Module: Mesa Branch: master Commit: 0f74efdef05c5c27b3137163d795dc91f34cc114 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=0f74efdef05c5c27b3137163d795dc91f34cc114 Author: Chia-I Wu Date: Thu Aug 26 02:15:22 2010 +0800 st/mesa: Fix glEGLImageTargetTexture2DOES. stObj->pt sho

Mesa (master): st/egl: Add support for EGL_MESA_image_drm.

2010-08-26 Thread Chia-I Wu
Module: Mesa Branch: master Commit: 4f6faf65d124bd690c4526f4c8e95de4d041601f URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=4f6faf65d124bd690c4526f4c8e95de4d041601f Author: Chia-I Wu Date: Thu Aug 26 01:49:18 2010 +0800 st/egl: Add support for EGL_MESA_image_drm. --- src/gallium

Mesa (master): st/egl: Add support for EGL_KHR_surfaceless_*.

2010-08-26 Thread Chia-I Wu
Module: Mesa Branch: master Commit: 9b6a63a0e2271b0b28c89b22c8981ef8f73205c8 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=9b6a63a0e2271b0b28c89b22c8981ef8f73205c8 Author: Chia-I Wu Date: Thu Aug 26 01:10:14 2010 -0600 st/egl: Add support for EGL_KHR_surfaceless_*. --- src

Mesa (master): st/mesa: Add support for surfaceless current contexts.

2010-08-26 Thread Chia-I Wu
Module: Mesa Branch: master Commit: 41c095bf31cedf4f463e315e8dbad8a007985464 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=41c095bf31cedf4f463e315e8dbad8a007985464 Author: Chia-I Wu Date: Thu Aug 26 00:51:28 2010 +0800 st/mesa: Add support for surfaceless current contexts. A

Mesa (master): st/egl: Make KMS support optional in KMS backend.

2010-08-26 Thread Chia-I Wu
Module: Mesa Branch: master Commit: c5279fd795eb4a0445285d5a9815de68b0c77626 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=c5279fd795eb4a0445285d5a9815de68b0c77626 Author: Chia-I Wu Date: Thu Aug 26 00:38:59 2010 +0800 st/egl: Make KMS support optional in KMS backend. It should

Mesa (master): draw: Remove UNDEFINED_VERTEX_ID checks in emit pathes.

2010-08-25 Thread Chia-I Wu
Module: Mesa Branch: master Commit: d29d7807c1e2c53336b1adaf0ecdeb3e35b39969 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=d29d7807c1e2c53336b1adaf0ecdeb3e35b39969 Author: Chia-I Wu Date: Sat Aug 7 21:08:23 2010 +0800 draw: Remove UNDEFINED_VERTEX_ID checks in emit pathes

Mesa (master): gallium: Use draw_set_index_buffer and others.

2010-08-25 Thread Chia-I Wu
Module: Mesa Branch: master Commit: 22f6026324f63c142925244ff575fefc29a90389 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=22f6026324f63c142925244ff575fefc29a90389 Author: Chia-I Wu Date: Wed Aug 25 15:11:03 2010 +0800 gallium: Use draw_set_index_buffer and others. Update all

Mesa (master): svga: Remove redundant svga_draw_range_elements.

2010-08-25 Thread Chia-I Wu
Module: Mesa Branch: master Commit: 94e8d4171d9647db84cd53334a2b14fab062640d URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=94e8d4171d9647db84cd53334a2b14fab062640d Author: Chia-I Wu Date: Sun Aug 1 14:27:56 2010 +0800 svga: Remove redundant svga_draw_range_elements. That is

Mesa (master): draw: Add draw_set_index_buffer and others.

2010-08-25 Thread Chia-I Wu
Module: Mesa Branch: master Commit: 4f024e0f642f4f743e4d051ec71c00e45bfd361f URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=4f024e0f642f4f743e4d051ec71c00e45bfd361f Author: Chia-I Wu Date: Wed Aug 25 14:02:12 2010 +0800 draw: Add draw_set_index_buffer and others. This commit adds

Mesa (master): st/egl: Fix r300/r600 support in KMS backend.

2010-08-23 Thread Chia-I Wu
Module: Mesa Branch: master Commit: 1288d5c39234e7c54ae2fbb81dd788c98c62a7b3 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=1288d5c39234e7c54ae2fbb81dd788c98c62a7b3 Author: Chia-I Wu Date: Tue Aug 24 01:05:12 2010 +0800 st/egl: Fix r300/r600 support in KMS backend. When the kernel

Mesa (master): targets/egl: Check against drm_driver_descriptor::name.

2010-08-23 Thread Chia-I Wu
Module: Mesa Branch: master Commit: 65741c596f9c89ee25dfa4eb910a48140d22515b URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=65741c596f9c89ee25dfa4eb910a48140d22515b Author: Chia-I Wu Date: Mon Aug 23 23:03:51 2010 +0800 targets/egl: Check against drm_driver_descriptor::name

Mesa (master): targets/egl: add pipe_r600

2010-08-23 Thread Chia-I Wu
Module: Mesa Branch: master Commit: 0ba164365875bba0150937c7e1a81cfa06d9f9b4 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=0ba164365875bba0150937c7e1a81cfa06d9f9b4 Author: Benjamin Franzke Date: Sun Aug 22 18:24:12 2010 +0200 targets/egl: add pipe_r600 KNOWN ISSUE: eglShowScreenSu

Mesa (master): targets/egl: rename pipe_radeon to pipe_r300

2010-08-23 Thread Chia-I Wu
Module: Mesa Branch: master Commit: ce7016e8827ae64f6b7a92bbc4cdc51d3f8761cd URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=ce7016e8827ae64f6b7a92bbc4cdc51d3f8761cd Author: Benjamin Franzke Date: Sun Aug 22 18:24:10 2010 +0200 targets/egl: rename pipe_radeon to pipe_r300 st/egl/x11

Mesa (master): mesa: Remove extraneous semicolon.

2010-08-23 Thread Chia-I Wu
Module: Mesa Branch: master Commit: 9dd95b46c80e71eb858c373b636ad04c69c0d15d URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=9dd95b46c80e71eb858c373b636ad04c69c0d15d Author: Chia-I Wu Date: Tue Aug 24 11:49:55 2010 +0800 mesa: Remove extraneous semicolon. --- src/mesa/main/core.h

Mesa (master): st/dri: Remove unnecessary main/mtype.h.

2010-08-23 Thread Chia-I Wu
Module: Mesa Branch: master Commit: d473543069b9156ea7a928f17fb15bc70545d4d1 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=d473543069b9156ea7a928f17fb15bc70545d4d1 Author: Chia-I Wu Date: Mon Aug 23 17:31:20 2010 +0800 st/dri: Remove unnecessary main/mtype.h

Mesa (master): st/glx: Include main/core.h.

2010-08-23 Thread Chia-I Wu
Module: Mesa Branch: master Commit: 40fd4323b4be0eee6d4204463737a37011739333 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=40fd4323b4be0eee6d4204463737a37011739333 Author: Chia-I Wu Date: Mon Aug 23 17:31:38 2010 +0800 st/glx: Include main/core.h. Make st/glx include only main

Mesa (master): st/wgl: Include main/core.h.

2010-08-23 Thread Chia-I Wu
Module: Mesa Branch: master Commit: 59e6e765426a5877db7446e1e34bb7edd3dc1f74 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=59e6e765426a5877db7446e1e34bb7edd3dc1f74 Author: Chia-I Wu Date: Mon Aug 23 17:31:27 2010 +0800 st/wgl: Include main/core.h. Make st/wgl include only main

Mesa (master): glsl: Include main/core.h.

2010-08-23 Thread Chia-I Wu
Module: Mesa Branch: master Commit: bfd7c9ac228c7ed8aec04c3b3aa33f40ee00b035 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=bfd7c9ac228c7ed8aec04c3b3aa33f40ee00b035 Author: Chia-I Wu Date: Mon Aug 23 17:51:42 2010 +0800 glsl: Include main/core.h. Make glsl include only main/core.h

Mesa (master): mesa: Add core.h.

2010-08-23 Thread Chia-I Wu
Module: Mesa Branch: master Commit: f90b5936d07c4c8f280318ab5cf5894ecb67aef6 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=f90b5936d07c4c8f280318ab5cf5894ecb67aef6 Author: Chia-I Wu Date: Mon Aug 23 17:39:15 2010 +0800 mesa: Add core.h. core.h is the public header of core mesa

Mesa (master): glapi: Clean up header inclusions.

2010-08-23 Thread Chia-I Wu
Module: Mesa Branch: master Commit: e607b67ebc0d15f6709fc8f9c79afeeda8ac1031 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=e607b67ebc0d15f6709fc8f9c79afeeda8ac1031 Author: Chia-I Wu Date: Mon Aug 23 16:13:12 2010 +0800 glapi: Clean up header inclusions. Do not rely on PUBLIC

Mesa (master): mesa: Assorted fixes for es_generator.py on win32.

2010-08-23 Thread Chia-I Wu
Module: Mesa Branch: master Commit: 0c878280506767c38887b71b45af2cb64a0f4abd URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=0c878280506767c38887b71b45af2cb64a0f4abd Author: Chia-I Wu Date: Sat Aug 21 18:20:39 2010 +0800 mesa: Assorted fixes for es_generator.py on win32. Fix mixed

Mesa (master): mapi: Use MAPI_EXPORT to export public functions.

2010-08-21 Thread Chia-I Wu
Module: Mesa Branch: master Commit: 29cff9ce2e9445d90076a521510310ef63eea435 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=29cff9ce2e9445d90076a521510310ef63eea435 Author: Chia-I Wu Date: Sat Aug 21 13:03:50 2010 +0800 mapi: Use MAPI_EXPORT to export public functions. mapi.h is

Mesa (master): mapi: Prefix functions in u_current.h by u_current.

2010-08-21 Thread Chia-I Wu
Module: Mesa Branch: master Commit: df98423f24bca147b36076e39fe53f42028052ef URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=df98423f24bca147b36076e39fe53f42028052ef Author: Chia-I Wu Date: Sat Aug 21 12:10:02 2010 +0800 mapi: Prefix functions in u_current.h by u_current. That is

Mesa (master): glapi: Move public function/variable declarations to glapi.h .

2010-08-21 Thread Chia-I Wu
Module: Mesa Branch: master Commit: 760451baaec42bced6ade5026546ed3759495d70 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=760451baaec42bced6ade5026546ed3759495d70 Author: Chia-I Wu Date: Sat Aug 21 11:50:22 2010 +0800 glapi: Move public function/variable declarations to glapi.h

Mesa (master): mesa: Add missing ES sources to SConscript.

2010-08-20 Thread Chia-I Wu
Module: Mesa Branch: master Commit: cfc00817407932346d1b977d2f3c24394b4a3336 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=cfc00817407932346d1b977d2f3c24394b4a3336 Author: Chia-I Wu Date: Thu Aug 19 20:42:10 2010 +0800 mesa: Add missing ES sources to SConscript. These sources

Mesa (master): mesa: Decorate functions with GL_APIENTRY in es_generator.py .

2010-08-20 Thread Chia-I Wu
Module: Mesa Branch: master Commit: ae2ace64f49a39e72eff393b8569653647b8b94f URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=ae2ace64f49a39e72eff393b8569653647b8b94f Author: Chia-I Wu Date: Thu Aug 19 21:20:01 2010 +0800 mesa: Decorate functions with GL_APIENTRY in es_generator.py

Mesa (master): mesa: Include compiler.h for ASSERT.

2010-08-20 Thread Chia-I Wu
Module: Mesa Branch: master Commit: 8043bf555e14cf20826753d59d66d0cef7a5e5a0 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=8043bf555e14cf20826753d59d66d0cef7a5e5a0 Author: Chia-I Wu Date: Fri Aug 20 10:27:26 2010 +0800 mesa: Include compiler.h for ASSERT. mfeatures.h defines

Mesa (master): egl: Fix context API check and be verbose.

2010-08-20 Thread Chia-I Wu
Module: Mesa Branch: master Commit: 5eb33596a0db26586957365ab27fc6afdebfe057 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=5eb33596a0db26586957365ab27fc6afdebfe057 Author: Chia-I Wu Date: Fri Aug 20 13:19:10 2010 +0800 egl: Fix context API check and be verbose. The API of the

Mesa (master): targets/egl-gdi: Implement guess_gl_api.

2010-08-20 Thread Chia-I Wu
Module: Mesa Branch: master Commit: 5004f823ad3c82ec0b50822a4889798c81ce1cfc URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=5004f823ad3c82ec0b50822a4889798c81ce1cfc Author: Chia-I Wu Date: Fri Aug 20 12:58:52 2010 +0800 targets/egl-gdi: Implement guess_gl_api. It is needed to

Mesa (master): egl: Add egl.def for win32 build.

2010-08-20 Thread Chia-I Wu
Module: Mesa Branch: master Commit: ce2cae4130548872a0205097b0b5dbe0f4f57d5f URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=ce2cae4130548872a0205097b0b5dbe0f4f57d5f Author: Chia-I Wu Date: Fri Aug 20 12:41:46 2010 +0800 egl: Add egl.def for win32 build. Without the .def file

Mesa (master): egl: Allow core functions to be queried.

2010-08-20 Thread Chia-I Wu
Module: Mesa Branch: master Commit: f508c0c09702a5ea53dcb58721f3674605594c6e URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=f508c0c09702a5ea53dcb58721f3674605594c6e Author: Chia-I Wu Date: Fri Aug 20 12:35:02 2010 +0800 egl: Allow core functions to be queried. When

Mesa (master): st/egl: Fix win32 build.

2010-08-18 Thread Chia-I Wu
Module: Mesa Branch: master Commit: ce29e864588b0fdf36607864df45a3c237781e78 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=ce29e864588b0fdf36607864df45a3c237781e78 Author: Chia-I Wu Date: Thu Aug 19 13:45:29 2010 +0800 st/egl: Fix win32 build. Add new source files to SConscripts

Mesa (master): targets/egl: Link with DRI_LIB_DEPS.

2010-08-17 Thread Chia-I Wu
Module: Mesa Branch: master Commit: 7f36b2980bcd91e45a3f7ec91b6dcc2067ccc8b1 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=7f36b2980bcd91e45a3f7ec91b6dcc2067ccc8b1 Author: Chia-I Wu Date: Tue Aug 17 19:24:18 2010 +0800 targets/egl: Link with DRI_LIB_DEPS. Use DRI_LIB_DEPS when

Mesa (master): st/egl: Add support for EGL_KHR_fence_sync.

2010-08-16 Thread Chia-I Wu
Module: Mesa Branch: master Commit: f945cb65151802515949527ff5d4536acaf8 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=f945cb65151802515949527ff5d4536acaf8 Author: Chia-I Wu Date: Sun Aug 15 17:24:14 2010 +0800 st/egl: Add support for EGL_KHR_fence_sync. The extension is

Mesa (master): egl: Add support for EGL_KHR_fence_sync.

2010-08-16 Thread Chia-I Wu
Module: Mesa Branch: master Commit: 2b2c5c4f5cb4620044eeaa7cc308e696209c7046 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=2b2c5c4f5cb4620044eeaa7cc308e696209c7046 Author: Chia-I Wu Date: Sun Aug 15 17:09:48 2010 +0800 egl: Add support for EGL_KHR_fence_sync. Individual drivers

Mesa (master): st/egl: Add support for EGL_KHR_reusable_sync.

2010-08-16 Thread Chia-I Wu
Module: Mesa Branch: master Commit: 4b2495661f3a5ac8ed07b68c5d5bf90adee2c37d URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=4b2495661f3a5ac8ed07b68c5d5bf90adee2c37d Author: Chia-I Wu Date: Sat Aug 14 23:56:46 2010 +0800 st/egl: Add support for EGL_KHR_reusable_sync. The extension

Mesa (master): egl: Update eglext.h.

2010-08-16 Thread Chia-I Wu
Module: Mesa Branch: master Commit: b2a575ff288a909eeddefe5168e29d15e6d17ab8 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=b2a575ff288a909eeddefe5168e29d15e6d17ab8 Author: Chia-I Wu Date: Mon Aug 16 00:18:30 2010 +0800 egl: Update eglext.h. Update to version 7 for

Mesa (master): egl: Add support for EGL_KHR_reusable_sync.

2010-08-16 Thread Chia-I Wu
Module: Mesa Branch: master Commit: 4eebea74a81ec5fbacf2347ea88cac137ddd4d69 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=4eebea74a81ec5fbacf2347ea88cac137ddd4d69 Author: Chia-I Wu Date: Sat Aug 14 23:09:12 2010 +0800 egl: Add support for EGL_KHR_reusable_sync. Individual

Mesa (master): drwa: Fix polygon edge flags.

2010-08-16 Thread Chia-I Wu
Module: Mesa Branch: master Commit: 9271059b361128070c68b3d1a7982b4f9f151546 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=9271059b361128070c68b3d1a7982b4f9f151546 Author: Chia-I Wu Date: Mon Aug 16 22:00:45 2010 +0800 drwa: Fix polygon edge flags. Fix a copy-and-paste error

Mesa (master): draw: No need to make max_vertices even.

2010-08-16 Thread Chia-I Wu
Module: Mesa Branch: master Commit: aaf51ed7c24a5d9488f8225972e5d5d108c6c197 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=aaf51ed7c24a5d9488f8225972e5d5d108c6c197 Author: Chia-I Wu Date: Tue Aug 10 01:05:25 2010 +0800 draw: No need to make max_vertices even. Triangle strip

Mesa (master): draw: Remove DRAW_PIPE_MAX_VERTICES and DRAW_PIPE_FLAG_MASK.

2010-08-16 Thread Chia-I Wu
Module: Mesa Branch: master Commit: c3fee80f2b35f6a7e48d6015bfc759c66b7e1a2c URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=c3fee80f2b35f6a7e48d6015bfc759c66b7e1a2c Author: Chia-I Wu Date: Sat Aug 7 21:02:13 2010 +0800 draw: Remove DRAW_PIPE_MAX_VERTICES and DRAW_PIPE_FLAG_MASK

Mesa (master): drwa: Add PRIMITIVE macro to vsplit.

2010-08-16 Thread Chia-I Wu
Module: Mesa Branch: master Commit: a072f0e186522f9de2848989422ad0244f65c961 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=a072f0e186522f9de2848989422ad0244f65c961 Author: Chia-I Wu Date: Sat Aug 14 00:05:28 2010 +0800 drwa: Add PRIMITIVE macro to vsplit. PRIMITIVE is used by the

Mesa (master): draw: last_vertex_last is always true for GS and SO.

2010-08-16 Thread Chia-I Wu
Module: Mesa Branch: master Commit: 7b3beb22405ee2de0cf02951b6547964a2989ee5 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=7b3beb22405ee2de0cf02951b6547964a2989ee5 Author: Chia-I Wu Date: Tue Aug 10 00:39:23 2010 +0800 draw: last_vertex_last is always true for GS and SO. That is

Mesa (master): draw: Remove varray and vcache.

2010-08-16 Thread Chia-I Wu
Module: Mesa Branch: master Commit: a97419a3ba86fd112a22b5786c4f34f8d8a54f2d URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=a97419a3ba86fd112a22b5786c4f34f8d8a54f2d Author: Chia-I Wu Date: Sat Aug 7 15:18:24 2010 +0800 draw: Remove varray and vcache. They have been deprecated by

Mesa (master): draw: Replace vcache by vsplit.

2010-08-16 Thread Chia-I Wu
Module: Mesa Branch: master Commit: 5a085c623faebf957be3fae2f82dc89ef6214585 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=5a085c623faebf957be3fae2f82dc89ef6214585 Author: Chia-I Wu Date: Sat Aug 7 20:44:02 2010 +0800 draw: Replace vcache by vsplit. vcache decomposes primitives

<    5   6   7   8   9   10   11   12   13   14   >