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

2010-08-16 Thread Chia-I Wu
Module: Mesa Branch: master Commit: 5b6bf799e637e9020af3a4bebe514b53d7c38eca URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=5b6bf799e637e9020af3a4bebe514b53d7c38eca Author: Chia-I Wu Date: Sat Aug 7 15:12:14 2010 +0800 draw: Replace varray by vsplit. vsplit is a superset of

Mesa (master): draw: Add vsplit frontend.

2010-08-16 Thread Chia-I Wu
Module: Mesa Branch: master Commit: 04bc530dbdbe5d004219c9100e35f5d56cfedd80 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=04bc530dbdbe5d004219c9100e35f5d56cfedd80 Author: Chia-I Wu Date: Sat Aug 7 03:36:18 2010 +0800 draw: Add vsplit frontend. vsplit is based on varray. It

Mesa (master): draw: Add new util function draw_pt_trim_count.

2010-08-16 Thread Chia-I Wu
Module: Mesa Branch: master Commit: 56213a64fe9e4270fd7886675b1e8224b2d88794 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=56213a64fe9e4270fd7886675b1e8224b2d88794 Author: Chia-I Wu Date: Sat Aug 7 14:37:26 2010 +0800 draw: Add new util function draw_pt_trim_count

Mesa (master): draw: Simplify frontend interface a little.

2010-08-16 Thread Chia-I Wu
Module: Mesa Branch: master Commit: 9d2be38fad109d9a10942fddde0b9dc3824c329c URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=9d2be38fad109d9a10942fddde0b9dc3824c329c Author: Chia-I Wu Date: Sun Jul 18 16:53:57 2010 +0800 draw: Simplify frontend interface a little. The run method is

Mesa (master): draw: Add prim flags to middle ends.

2010-08-16 Thread Chia-I Wu
Module: Mesa Branch: master Commit: f132498347c41294042db0cc6830abe928d827de URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=f132498347c41294042db0cc6830abe928d827de Author: Chia-I Wu Date: Sun Aug 8 00:53:02 2010 +0800 draw: Add prim flags to middle ends. Update the middle end

Mesa (master): draw: Add flags to draw_prim_info.

2010-08-16 Thread Chia-I Wu
Module: Mesa Branch: master Commit: f141abdc8fdbff41e16b0ce53fa3fa8fba32a7f9 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=f141abdc8fdbff41e16b0ce53fa3fa8fba32a7f9 Author: Chia-I Wu Date: Sun Aug 8 01:13:26 2010 +0800 draw: Add flags to draw_prim_info. A primitive may be

Mesa (master): st/mesa: test for FEATURE defines

2010-08-16 Thread Chia-I Wu
Module: Mesa Branch: master Commit: 9d4a0d7d4df3934cdefe4fe1118603e618d59831 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=9d4a0d7d4df3934cdefe4fe1118603e618d59831 Author: nobled Date: Fri Aug 13 20:23:11 2010 + st/mesa: test for FEATURE defines 'struct dd_function_table' only

Mesa (master): dri/nouveau: test for FEATURE defines

2010-08-16 Thread Chia-I Wu
Module: Mesa Branch: master Commit: 70f9f5f7d4f1daadfcddc0fb0fea324c38353004 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=70f9f5f7d4f1daadfcddc0fb0fea324c38353004 Author: nobled Date: Mon Jul 12 22:53:32 2010 -0400 dri/nouveau: test for FEATURE defines 'struct dd_function_table'

Mesa (master): dri/radeon: test for FEATURE defines

2010-08-16 Thread Chia-I Wu
Module: Mesa Branch: master Commit: 234a06517185efd972ec162bf9536183c5bc04c3 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=234a06517185efd972ec162bf9536183c5bc04c3 Author: nobled Date: Mon Jul 12 21:22:08 2010 -0400 dri/radeon: test for FEATURE defines 'struct dd_function_table' o

Mesa (master): draw: Add an assertion to varray's version of trim().

2010-08-06 Thread Chia-I Wu
Module: Mesa Branch: master Commit: e34c52da87990b1ec64602a20418cdb274deefa9 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=e34c52da87990b1ec64602a20418cdb274deefa9 Author: Chia-I Wu Date: Sat Aug 7 00:50:32 2010 +0800 draw: Add an assertion to varray's version of trim(). A

Mesa (master): draw: Fix draw_pt_split_prim for primitives with adjacency.

2010-08-06 Thread Chia-I Wu
Module: Mesa Branch: master Commit: 600cd858d446bc1698a9b28f714f3fd6145316fb URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=600cd858d446bc1698a9b28f714f3fd6145316fb Author: Chia-I Wu Date: Fri Aug 6 22:50:09 2010 +0800 draw: Fix draw_pt_split_prim for primitives with adjacency

Mesa (master): draw: Assert that only the first vetex may have flags set.

2010-08-06 Thread Chia-I Wu
Module: Mesa Branch: master Commit: 6ae39f6dca8f0968902642f04f1deb6f573edb6d URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=6ae39f6dca8f0968902642f04f1deb6f573edb6d Author: Chia-I Wu Date: Sat Aug 7 02:14:50 2010 -0600 draw: Assert that only the first vetex may have flags set

Mesa (master): draw: Avoid mixed declarations and code.

2010-08-06 Thread Chia-I Wu
Module: Mesa Branch: master Commit: d38afcd2f286e924e0f9b7f484712ac19e3f98fc URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=d38afcd2f286e924e0f9b7f484712ac19e3f98fc Author: Chia-I Wu Date: Fri Aug 6 16:57:04 2010 +0800 draw: Avoid mixed declarations and code. Do not expand

Mesa (master): draw: Remove unnecessary vertex flag ANDs.

2010-08-05 Thread Chia-I Wu
Module: Mesa Branch: master Commit: 642d5ba79abc6a231a5fdabb3454b9b082b0d7f8 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=642d5ba79abc6a231a5fdabb3454b9b082b0d7f8 Author: Chia-I Wu Date: Wed Aug 4 14:37:40 2010 +0800 draw: Remove unnecessary vertex flag ANDs. Vertex flags are a

Mesa (master): draw: Mask out vertex flags in GS and stream output.

2010-08-05 Thread Chia-I Wu
Module: Mesa Branch: master Commit: f1fc444bb05421404f42e8d08e9085c6fb6ce7a9 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=f1fc444bb05421404f42e8d08e9085c6fb6ce7a9 Author: Chia-I Wu Date: Wed Aug 4 14:39:16 2010 +0800 draw: Mask out vertex flags in GS and stream output. This

Mesa (master): draw: Include draw_decompose_tmp.h in draw_pt_decompose.h.

2010-08-05 Thread Chia-I Wu
Module: Mesa Branch: master Commit: eb3c6ddafb7a1b544243e9dec991cc24d16940ea URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=eb3c6ddafb7a1b544243e9dec991cc24d16940ea Author: Chia-I Wu Date: Mon Aug 2 01:38:58 2010 +0800 draw: Include draw_decompose_tmp.h in draw_pt_decompose.h

Mesa (master): draw: Include draw_decompose_tmp.h in draw_gs_tmp.h.

2010-08-05 Thread Chia-I Wu
Module: Mesa Branch: master Commit: 23176779f88c5cff7365698f391194141e11e64c URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=23176779f88c5cff7365698f391194141e11e64c Author: Chia-I Wu Date: Mon Aug 2 01:38:58 2010 +0800 draw: Include draw_decompose_tmp.h in draw_gs_tmp.h. Use

Mesa (master): draw: Include draw_decompose_tmp.h in draw_so_emit_tmp.h.

2010-08-05 Thread Chia-I Wu
Module: Mesa Branch: master Commit: 94d256591d83ac1330f7237e865784618d124d09 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=94d256591d83ac1330f7237e865784618d124d09 Author: Chia-I Wu Date: Mon Aug 2 01:38:58 2010 +0800 draw: Include draw_decompose_tmp.h in draw_so_emit_tmp.h. Use

Mesa (master): draw: Include draw_decompose_tmp.h in draw_pt_vcache_tmp.h.

2010-08-05 Thread Chia-I Wu
Module: Mesa Branch: master Commit: 8a41b18b7d731b5db2df5523dbe26143ae171c3a URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=8a41b18b7d731b5db2df5523dbe26143ae171c3a Author: Chia-I Wu Date: Mon Aug 2 01:21:08 2010 +0800 draw: Include draw_decompose_tmp.h in draw_pt_vcache_tmp.h

Mesa (master): draw: Add draw_decompose_tmp.h.

2010-08-05 Thread Chia-I Wu
Module: Mesa Branch: master Commit: 524b2626c2d018f330ae7423c858ef73ea0424b5 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=524b2626c2d018f330ae7423c858ef73ea0424b5 Author: Chia-I Wu Date: Sun Aug 1 21:29:36 2010 +0800 draw: Add draw_decompose_tmp.h. Including

Mesa (master): draw: Fix the edge flags of flatshade_first polygons.

2010-08-03 Thread Chia-I Wu
Module: Mesa Branch: master Commit: 5c2f01bbb076af8b8ae6e1803d95a9ae678c2d1c URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=5c2f01bbb076af8b8ae6e1803d95a9ae678c2d1c Author: Chia-I Wu Date: Wed Aug 4 14:00:04 2010 +0800 draw: Fix the edge flags of flatshade_first polygons. This

Mesa (master): egl: Add checks for EGL_MESA_screen_surface.

2010-07-31 Thread Chia-I Wu
Module: Mesa Branch: master Commit: 6c7e0b95a4a16d268aa3ca74c5c8407779533314 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=6c7e0b95a4a16d268aa3ca74c5c8407779533314 Author: Chia-I Wu Date: Sat Jul 31 00:00:49 2010 +0800 egl: Add checks for EGL_MESA_screen_surface. This allows Mesa

Mesa (master): util: Fix the range of util_draw_elements_instanced.

2010-07-30 Thread Chia-I Wu
Module: Mesa Branch: master Commit: 0e7d7d3051d125621b2b79c11f577fc3a3cc7b2c URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=0e7d7d3051d125621b2b79c11f577fc3a3cc7b2c Author: Chia-I Wu Date: Fri Jul 30 23:44:16 2010 +0800 util: Fix the range of util_draw_elements_instanced. Keep

Mesa (master): st/python: Adapt to interface change.

2010-07-29 Thread Chia-I Wu
Module: Mesa Branch: master Commit: ab25c1597ddd60f148cafdbb2ea1e7562c9f9f69 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=ab25c1597ddd60f148cafdbb2ea1e7562c9f9f69 Author: Chia-I Wu Date: Thu Jul 29 17:39:27 2010 +0800 st/python: Adapt to interface change. This is only compile

Mesa (master): graw/tests: Use pipe_context::draw_vbo.

2010-07-29 Thread Chia-I Wu
Module: Mesa Branch: master Commit: d4d62b6178c43cff9a0de522c4cf512109cb4b03 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=d4d62b6178c43cff9a0de522c4cf512109cb4b03 Author: Chia-I Wu Date: Thu Jul 29 16:04:28 2010 +0800 graw/tests: Use pipe_context::draw_vbo. The other drawing

Mesa (master): gallium: Avoid void pointer arithmetic.

2010-07-29 Thread Chia-I Wu
Module: Mesa Branch: master Commit: 92f9b05499de9f0e8eda11d1a75ba7955c9cc602 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=92f9b05499de9f0e8eda11d1a75ba7955c9cc602 Author: Chia-I Wu Date: Thu Jul 29 15:54:10 2010 +0800 gallium: Avoid void pointer arithmetic. This fixes fdo bug

Mesa (master): gallium/docs: Document draw_vbo and set_index_buffer.

2010-07-28 Thread Chia-I Wu
Module: Mesa Branch: master Commit: e7f69c459af3274b9d1435c06a15b14eb40e4cc5 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=e7f69c459af3274b9d1435c06a15b14eb40e4cc5 Author: Chia-I Wu Date: Sat Jul 17 22:00:04 2010 +0800 gallium/docs: Document draw_vbo and set_index_buffer

Mesa (master): gallium: Keep only pipe_context::draw_vbo.

2010-07-28 Thread Chia-I Wu
Module: Mesa Branch: master Commit: a57f84251926045a3358822d0fd92ca95a4f0fde URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=a57f84251926045a3358822d0fd92ca95a4f0fde Author: Chia-I Wu Date: Sat Jul 17 01:10:46 2010 +0800 gallium: Keep only pipe_context::draw_vbo. That is, remove

Mesa (master): gallium: Implement draw_vbo and set_index_buffer for all drivers.

2010-07-28 Thread Chia-I Wu
Module: Mesa Branch: master Commit: 6d28bf917fb1d741d90fd3f05c22769376021fca URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=6d28bf917fb1d741d90fd3f05c22769376021fca Author: Chia-I Wu Date: Fri Jul 16 04:35:58 2010 +0800 gallium: Implement draw_vbo and set_index_buffer for all

Mesa (master): gallium: Use unified pipe_context::draw_vbo.

2010-07-28 Thread Chia-I Wu
Module: Mesa Branch: master Commit: cd3ef7592cc9e2c83b175a8652c0153c578fb46b URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=cd3ef7592cc9e2c83b175a8652c0153c578fb46b Author: Chia-I Wu Date: Fri Jul 16 04:21:11 2010 +0800 gallium: Use unified pipe_context::draw_vbo. Update

Mesa (master): gallium: Add pipe_context::draw_vbo and pipe_context:: set_index_buffer.

2010-07-28 Thread Chia-I Wu
Module: Mesa Branch: master Commit: c5e9d3114a80d6d35a2f4e65783cdc75fcc2deac URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=c5e9d3114a80d6d35a2f4e65783cdc75fcc2deac Author: Chia-I Wu Date: Fri Jul 16 04:02:55 2010 +0800 gallium: Add pipe_context::draw_vbo and pipe_context

Mesa (master): st/dri: Remove driFrameTrackingExtension.

2010-07-19 Thread Chia-I Wu
Module: Mesa Branch: master Commit: c7ad2a4e79dcb3aadaa26a484feb4cd24c74074d URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=c7ad2a4e79dcb3aadaa26a484feb4cd24c74074d Author: Chia-I Wu Date: Tue Jul 20 12:35:47 2010 +0800 st/dri: Remove driFrameTrackingExtension. The extension has

Mesa (master): st/egl: Fixes for recent GLX cleanup.

2010-07-19 Thread Chia-I Wu
Module: Mesa Branch: master Commit: 87290a383be2eeffef4407eeb17c1070d1122b2f URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=87290a383be2eeffef4407eeb17c1070d1122b2f Author: Chia-I Wu Date: Tue Jul 20 11:49:59 2010 +0800 st/egl: Fixes for recent GLX cleanup. Mainly, the type of

Mesa (7.8): st/egl: Fix build on FreeBSD.

2010-07-16 Thread Chia-I Wu
Module: Mesa Branch: 7.8 Commit: d06e0117e302bc314baa75e02e8268936982e6c6 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=d06e0117e302bc314baa75e02e8268936982e6c6 Author: Chia-I Wu Date: Fri Jul 16 20:09:29 2010 +0800 st/egl: Fix build on FreeBSD. There is no libdl on FreeBSD

Mesa (master): st/egl: Fix build on FreeBSD.

2010-07-16 Thread Chia-I Wu
Module: Mesa Branch: master Commit: 08f4bc07e424aaeb35eb58736fdca64b1398c190 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=08f4bc07e424aaeb35eb58736fdca64b1398c190 Author: Chia-I Wu Date: Fri Jul 16 20:09:29 2010 +0800 st/egl: Fix build on FreeBSD. There is no libdl on FreeBSD

Mesa (master): egl: Build egl_dri2 only when DRI drivers are built.

2010-07-16 Thread Chia-I Wu
Module: Mesa Branch: master Commit: 39ae965783d43ecc4426d0340381c091518bdedb URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=39ae965783d43ecc4426d0340381c091518bdedb Author: Chia-I Wu Date: Fri Jul 16 19:48:52 2010 +0800 egl: Build egl_dri2 only when DRI drivers are built. That is

Mesa (master): egl: Build egl_dri2 only when xcb-dri2 is available.

2010-07-16 Thread Chia-I Wu
Module: Mesa Branch: master Commit: bb217ba76a9c3823e074ec7708f07233a85eb4ac URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=bb217ba76a9c3823e074ec7708f07233a85eb4ac Author: Chia-I Wu Date: Fri Jul 16 19:39:58 2010 +0800 egl: Build egl_dri2 only when xcb-dri2 is available. The

Demos (master): egl: Improve es2gears.c gears demo (version 2).

2010-07-14 Thread Chia-I Wu
Module: Demos Branch: master Commit: 3feb7176cc6acc8dfc4e1e2a043bfc38c9189f5b URL: http://cgit.freedesktop.org/mesa/demos/commit/?id=3feb7176cc6acc8dfc4e1e2a043bfc38c9189f5b Author: Chia-I Wu Date: Thu Jul 15 10:18:48 2010 +0800 egl: Improve es2gears.c gears demo (version 2). Improve

Mesa (master): egl: Return the correct array size in _eglFlattenArray.

2010-07-14 Thread Chia-I Wu
Module: Mesa Branch: master Commit: d7284b45e247d620e3a80bfc9182ff9c45bb7c62 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=d7284b45e247d620e3a80bfc9182ff9c45bb7c62 Author: Chia-I Wu Date: Thu Jul 15 00:31:39 2010 +0800 egl: Return the correct array size in _eglFlattenArray. The

Mesa (master): egl: Rework driver loading.

2010-07-06 Thread Chia-I Wu
Module: Mesa Branch: master Commit: f2aa361f3b58a91780c9358b3f8716f6434074c7 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=f2aa361f3b58a91780c9358b3f8716f6434074c7 Author: Chia-I Wu Date: Sun Jul 4 15:55:12 2010 +0800 egl: Rework driver loading. Driver loading is now splitted

Mesa (master): mesa: Always initialize transform feedback state.

2010-07-06 Thread Chia-I Wu
Module: Mesa Branch: master Commit: 32a9b2799e5e1254fdf84af8248ea86e234d6dd4 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=32a9b2799e5e1254fdf84af8248ea86e234d6dd4 Author: Chia-I Wu Date: Tue Jul 6 16:27:20 2010 +0800 mesa: Always initialize transform feedback state. Assert ctx

Mesa (7.8): st/egl: Add support for !GLX_DIRECT_RENDERING.

2010-07-06 Thread Chia-I Wu
Module: Mesa Branch: 7.8 Commit: f6bba7b996b9a72fcf121e66b6317f5635b1a5c4 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=f6bba7b996b9a72fcf121e66b6317f5635b1a5c4 Author: Chia-I Wu Date: Tue Jul 6 14:34:43 2010 +0800 st/egl: Add support for !GLX_DIRECT_RENDERING. st/egl uses GLX

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

2010-07-06 Thread Chia-I Wu
Module: Mesa Branch: master Commit: cf588ab3f1edb89be4cd57045a3888ff482fa817 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=cf588ab3f1edb89be4cd57045a3888ff482fa817 Author: Chia-I Wu Date: Tue Jul 6 14:34:43 2010 +0800 st/egl: Add support for !GLX_DIRECT_RENDERING. st/egl uses

Mesa (master): docs: Update EGL doc.

2010-07-03 Thread Chia-I Wu
Module: Mesa Branch: master Commit: b365b150a1d0832da381a9693797cdc8fe39fdd5 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=b365b150a1d0832da381a9693797cdc8fe39fdd5 Author: Chia-I Wu Date: Sat Jul 3 17:18:40 2010 +0800 docs: Update EGL doc. Updated for the reorganization of st

Mesa (master): mesa: Fix OpenGL ES-only builds.

2010-07-03 Thread Chia-I Wu
Module: Mesa Branch: master Commit: 40ef298641046d0455df9e177b14d33ba618f466 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=40ef298641046d0455df9e177b14d33ba618f466 Author: Chia-I Wu Date: Sat Jul 3 16:41:55 2010 +0800 mesa: Fix OpenGL ES-only builds. Check FEATURE_GL in

Mesa (master): egl: Always use EGLAPIENTRY in api function prototypes

2010-07-03 Thread Chia-I Wu
Module: Mesa Branch: master Commit: c43ab4fe1fbb13bbfe70680c6c608ff0da73be9a URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=c43ab4fe1fbb13bbfe70680c6c608ff0da73be9a Author: nobled Date: Fri Jul 2 19:38:07 2010 -0400 egl: Always use EGLAPIENTRY in api function prototypes Fixes the

Mesa (master): egl: Update MaxSize when a dynamic array is grown.

2010-06-30 Thread Chia-I Wu
Module: Mesa Branch: master Commit: a8815b754d9f64fce32bbfdcdf58dfed62a8aa3c URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=a8815b754d9f64fce32bbfdcdf58dfed62a8aa3c Author: Chia-I Wu Date: Wed Jun 30 18:49:36 2010 +0800 egl: Update MaxSize when a dynamic array is grown. --- src

Mesa (master): egl: Make _eglUnloadDrivers no-op on Windows.

2010-06-30 Thread Chia-I Wu
Module: Mesa Branch: master Commit: 98ebc8165c39a3f4bcfa16836292e217f24fe1ed URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=98ebc8165c39a3f4bcfa16836292e217f24fe1ed Author: Chia-I Wu Date: Wed Jun 30 18:27:22 2010 +0800 egl: Make _eglUnloadDrivers no-op on Windows. Windows unloads

Mesa (master): st/egl: Manually free configs on terminate.

2010-06-30 Thread Chia-I Wu
Module: Mesa Branch: master Commit: c5bc0a8d666334cb9ae823a12fac53f02a1ac592 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=c5bc0a8d666334cb9ae823a12fac53f02a1ac592 Author: Chia-I Wu Date: Wed Jun 30 18:21:09 2010 +0800 st/egl: Manually free configs on terminate. The configs

Mesa (master): egl: Store screens in a dynamic array.

2010-06-30 Thread Chia-I Wu
Module: Mesa Branch: master Commit: 8b0c6c4a8dc1899d56e52fe3b0a9e1165c30ecae URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=8b0c6c4a8dc1899d56e52fe3b0a9e1165c30ecae Author: Chia-I Wu Date: Wed Jun 30 18:02:23 2010 +0800 egl: Store screens in a dynamic array. --- src/egl/main

Mesa (master): egl: Store configs in a dynamic array.

2010-06-30 Thread Chia-I Wu
Module: Mesa Branch: master Commit: 6717a313f26e42a7864f46f499637462a7cc3d57 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=6717a313f26e42a7864f46f499637462a7cc3d57 Author: Chia-I Wu Date: Wed Jun 30 17:10:10 2010 +0800 egl: Store configs in a dynamic array. --- src/egl/drivers

Mesa (master): egl: Add dynamic array.

2010-06-30 Thread Chia-I Wu
Module: Mesa Branch: master Commit: 106466783f986f532d3ee7af3a70f693c610ea04 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=106466783f986f532d3ee7af3a70f693c610ea04 Author: Chia-I Wu Date: Wed Jun 30 16:08:52 2010 +0800 egl: Add dynamic array. Dynamic arrays will be used to store

Mesa (master): st/vega: Match MALLOC/FREE for vg_shader.

2010-06-30 Thread Chia-I Wu
Module: Mesa Branch: master Commit: 2d8e70fcd57b23786e3f4196f35440ed1861a98b URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=2d8e70fcd57b23786e3f4196f35440ed1861a98b Author: Chia-I Wu Date: Wed Jun 30 14:42:00 2010 +0800 st/vega: Match MALLOC/FREE for vg_shader. A vg_shader is

Mesa (master): st/vega: s/free/FREE for matching MALLOC/CALLOC

2010-06-29 Thread Chia-I Wu
conflict in vg_context.c by Chia-I Wu] --- src/gallium/state_trackers/vega/image.c |2 +- src/gallium/state_trackers/vega/mask.c |2 +- src/gallium/state_trackers/vega/paint.c |2 +- src/gallium/state_trackers/vega/path.c |2 +- src/gallium

Mesa (master): st/xorg: s/free/FREE for matching MALLOC/CALLOC

2010-06-29 Thread Chia-I Wu
Module: Mesa Branch: master Commit: 78215b02e4b4b12d68ee7eecab7c9dff21494bf5 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=78215b02e4b4b12d68ee7eecab7c9dff21494bf5 Author: nobled Date: Wed Jun 23 21:32:41 2010 -0400 st/xorg: s/free/FREE for matching MALLOC/CALLOC --- src/gallium

Mesa (master): st/egl: Add egl-gdi target.

2010-06-29 Thread Chia-I Wu
Module: Mesa Branch: master Commit: 8977879ec91b21572abd9bb95dcd0e72ba49f753 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=8977879ec91b21572abd9bb95dcd0e72ba49f753 Author: Chia-I Wu Date: Wed Jun 30 13:15:18 2010 +0800 st/egl: Add egl-gdi target. The target supports OpenVG on

Mesa (master): mesa: Use fpclassify for GL_OES_query_matrix on OpenBSD and NetBSD.

2010-06-29 Thread Chia-I Wu
Module: Mesa Branch: master Commit: 2f0b01826dbae60fed60c0d744d42a1a4cde4a84 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=2f0b01826dbae60fed60c0d744d42a1a4cde4a84 Author: Chia-I Wu Date: Wed Jun 30 12:58:36 2010 +0800 mesa: Use fpclassify for GL_OES_query_matrix on OpenBSD and

Mesa (master): egl: Do not call drv->Initialize with global mutex locked.

2010-06-29 Thread Chia-I Wu
Module: Mesa Branch: master Commit: afcea9b115cdfa0a6c948784f753d38b43240d25 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=afcea9b115cdfa0a6c948784f753d38b43240d25 Author: Chia-I Wu Date: Thu Jun 24 16:49:40 2010 +0800 egl: Do not call drv->Initialize with global mutex loc

Mesa (master): egl: Remove st/egl probe code.

2010-06-29 Thread Chia-I Wu
Module: Mesa Branch: master Commit: 4cb853402b6c55f5dbabf4475cd46b34bd7b1bc1 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=4cb853402b6c55f5dbabf4475cd46b34bd7b1bc1 Author: Chia-I Wu Date: Fri Jun 25 00:41:56 2010 +0800 egl: Remove st/egl probe code. It is no longer needed

Mesa (master): st/egl: Build a single EGL driver.

2010-06-29 Thread Chia-I Wu
Module: Mesa Branch: master Commit: a81ef14228c6fe2893527b7b5f12855c90db3f8e URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=a81ef14228c6fe2893527b7b5f12855c90db3f8e Author: Chia-I Wu Date: Wed Jun 23 21:36:20 2010 +0800 st/egl: Build a single EGL driver. This change makes st/egl

Mesa (master): st/egl: Move module loading code to targets.

2010-06-29 Thread Chia-I Wu
Module: Mesa Branch: master Commit: d5ab243d5a5bacbd2ba615d40f13c8ab37364745 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=d5ab243d5a5bacbd2ba615d40f13c8ab37364745 Author: Chia-I Wu Date: Tue Jun 29 14:58:33 2010 +0800 st/egl: Move module loading code to targets. Several changes

Mesa (master): st/egl: Reorganize targets.

2010-06-29 Thread Chia-I Wu
Module: Mesa Branch: master Commit: d8e0e114567ec19fd59f974080a418dc959cc9b6 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=d8e0e114567ec19fd59f974080a418dc959cc9b6 Author: Chia-I Wu Date: Tue Jun 29 14:04:27 2010 +0800 st/egl: Reorganize targets. Merge all targets into targets

Mesa (master): st/egl: One driver per hardware.

2010-06-29 Thread Chia-I Wu
Module: Mesa Branch: master Commit: ea05299ce54ea0463626277907cab8e849884740 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=ea05299ce54ea0463626277907cab8e849884740 Author: Chia-I Wu Date: Thu Jun 17 23:45:41 2010 +0800 st/egl: One driver per hardware. Merge multiple egl__.so into

Mesa (master): st/egl: Introduce native_platform.

2010-06-29 Thread Chia-I Wu
Module: Mesa Branch: master Commit: f66a4e20c19d55005854bbee312947ec16e287e3 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=f66a4e20c19d55005854bbee312947ec16e287e3 Author: Chia-I Wu Date: Thu Jun 17 23:21:43 2010 +0800 st/egl: Introduce native_platform. Move native_get_name

Mesa (master): st/egl: Make api_OpenGL support OpenGL ES.

2010-06-29 Thread Chia-I Wu
Module: Mesa Branch: master Commit: f9574c5f890f3205efa4ab4ff509223e2a7c6b74 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=f9574c5f890f3205efa4ab4ff509223e2a7c6b74 Author: Chia-I Wu Date: Wed Jun 23 17:45:06 2010 +0800 st/egl: Make api_OpenGL support OpenGL ES. This allows

Mesa (master): st/mesa: Add support for multiple APIs.

2010-06-29 Thread Chia-I Wu
Module: Mesa Branch: master Commit: 57c654324f5577d30c5239cd0c2c3eb7ad474143 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=57c654324f5577d30c5239cd0c2c3eb7ad474143 Author: Chia-I Wu Date: Wed Jun 23 17:40:49 2010 +0800 st/mesa: Add support for multiple APIs. Add

Mesa (master): st_api: Remove st_context::is_visual_supported.

2010-06-29 Thread Chia-I Wu
Module: Mesa Branch: master Commit: 982aba97c581bab0ff55dc9cae4164ab30dfbeae URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=982aba97c581bab0ff55dc9cae4164ab30dfbeae Author: Chia-I Wu Date: Wed Jun 23 16:14:49 2010 +0800 st_api: Remove st_context::is_visual_supported. The callback

Mesa (master): draw: Work around an invalid write.

2010-06-25 Thread Chia-I Wu
Module: Mesa Branch: master Commit: 7a9246c5d72290ed8455a426801b85b54374e102 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=7a9246c5d72290ed8455a426801b85b54374e102 Author: Chia-I Wu Date: Fri Jun 25 18:32:41 2010 +0800 draw: Work around an invalid write. SSE vertex shader does

Mesa (master): egl: Add a test for MESA_EGL_NO_X11_HEADERS.

2010-06-23 Thread Chia-I Wu
Module: Mesa Branch: master Commit: 985c2fca10b9338ef894cf8d34877dfbe7468e6e URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=985c2fca10b9338ef894cf8d34877dfbe7468e6e Author: Chia-I Wu Date: Sat Jun 19 00:21:39 2010 +0800 egl: Add a test for MESA_EGL_NO_X11_HEADERS. When the macro

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

2010-06-23 Thread Chia-I Wu
Module: Mesa Branch: master Commit: 78d70ddbbd41d73b7f6040f392eb87758c39dc37 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=78d70ddbbd41d73b7f6040f392eb87758c39dc37 Author: Chia-I Wu Date: Thu Jun 17 17:09:01 2010 +0800 egl: Add support for EGL_MESA_drm_display. The extension

Mesa (master): egl: Introduce platform displays internally.

2010-06-23 Thread Chia-I Wu
Module: Mesa Branch: master Commit: f22665df95406567193dee0089f4830664ff4101 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=f22665df95406567193dee0089f4830664ff4101 Author: Chia-I Wu Date: Thu Jun 17 17:14:03 2010 +0800 egl: Introduce platform displays internally. This commit

Mesa (master): egl: s/EGL_DISPLAY/EGL_PLATFORM/.

2010-06-17 Thread Chia-I Wu
Module: Mesa Branch: master Commit: da39d5d3b46c55f88a2f051368e09284732fd440 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=da39d5d3b46c55f88a2f051368e09284732fd440 Author: Chia-I Wu Date: Thu Jun 17 16:07:46 2010 +0800 egl: s/EGL_DISPLAY/EGL_PLATFORM/. A platform is already used

Mesa (master): egl: s/_EGL_PLATFORM/_EGL_OS/ and s/POSIX/UNIX/.

2010-06-17 Thread Chia-I Wu
Module: Mesa Branch: master Commit: 6f690caddcd9afbea6ed3e743b0c95c02c85e5ef URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=6f690caddcd9afbea6ed3e743b0c95c02c85e5ef Author: Chia-I Wu Date: Tue Jun 15 19:34:51 2010 +0800 egl: s/_EGL_PLATFORM/_EGL_OS/ and s/POSIX/UNIX/. A platform

Mesa (master): st/egl: Build sw/fbdev winsys for fbdev backend.

2010-06-16 Thread Chia-I Wu
Module: Mesa Branch: master Commit: 8f3e48ee2c77db7aeaf5ffc904db6790dd5a3bf4 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=8f3e48ee2c77db7aeaf5ffc904db6790dd5a3bf4 Author: Chia-I Wu Date: Thu Jun 17 14:10:53 2010 +0800 st/egl: Build sw/fbdev winsys for fbdev backend. Target

Mesa (master): st/egl: Do not build non-working driver combinations.

2010-06-10 Thread Chia-I Wu
Module: Mesa Branch: master Commit: ebed500fae5bcd8568826439ef0998b72c231454 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=ebed500fae5bcd8568826439ef0998b72c231454 Author: Chia-I Wu Date: Fri Jun 11 12:29:01 2010 +0800 st/egl: Do not build non-working driver combinations. The KMS

Mesa (master): docs: Update EGL doc.

2010-06-10 Thread Chia-I Wu
Module: Mesa Branch: master Commit: 411bba34462b9fe7e4eb63f653b1d083ff01910d URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=411bba34462b9fe7e4eb63f653b1d083ff01910d Author: Chia-I Wu Date: Fri Jun 11 12:47:14 2010 +0800 docs: Update EGL doc. Update for recent removal of demos and

Mesa (master): st/egl: Add fbdev backend.

2010-06-10 Thread Chia-I Wu
Module: Mesa Branch: master Commit: 71580edc017f8feb667953df5a6e0792557672e1 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=71580edc017f8feb667953df5a6e0792557672e1 Author: Chia-I Wu Date: Thu Jun 3 19:52:15 2010 +0800 st/egl: Add fbdev backend. The backend is pure software. It

Mesa (master): winsys: Add fbdev software winsys.

2010-06-10 Thread Chia-I Wu
Module: Mesa Branch: master Commit: ce0c837f60d951de4f4798e5d4ab559155c09979 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=ce0c837f60d951de4f4798e5d4ab559155c09979 Author: Chia-I Wu Date: Thu Jun 3 18:08:48 2010 +0800 winsys: Add fbdev software winsys. This is a simple winsys

Mesa (master): st/egl: Fix compiler warnings.

2010-06-03 Thread Chia-I Wu
Module: Mesa Branch: master Commit: 0cfb5ffe3086bdd68cecb55cbfec0c3354731526 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=0cfb5ffe3086bdd68cecb55cbfec0c3354731526 Author: Chia-I Wu Date: Fri Jun 4 12:52:51 2010 +0800 st/egl: Fix compiler warnings. Forgot to stage this chunk in

Mesa (master): st/egl: Move sw screen creation to native helper.

2010-06-03 Thread Chia-I Wu
Module: Mesa Branch: master Commit: 22c2e57cbb0fd5ed6856a7350672fa01c02b00ca URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=22c2e57cbb0fd5ed6856a7350672fa01c02b00ca Author: Chia-I Wu Date: Fri Jun 4 12:05:37 2010 +0800 st/egl: Move sw screen creation to native helper. The code is

Mesa (master): vgapi: Generate PIC objects.

2010-05-31 Thread Chia-I Wu
Module: Mesa Branch: master Commit: 79e5bea3cb498e7a663e0f08db49fe2de764650c URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=79e5bea3cb498e7a663e0f08db49fe2de764650c Author: Chia-I Wu Date: Tue Jun 1 07:30:50 2010 +0800 vgapi: Generate PIC objects. Fixes "...; recompile with

Mesa (master): st/egl: Use stamps only to avoid unnecessary geometry update .

2010-05-31 Thread Chia-I Wu
Module: Mesa Branch: master Commit: a27690931be9479353dd8ae0d52186f5c72f4380 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=a27690931be9479353dd8ae0d52186f5c72f4380 Author: Chia-I Wu Date: Mon May 31 19:59:57 2010 +0800 st/egl: Use stamps only to avoid unnecessary geometry update

Mesa (master): mesa: Fix excess initializers in get.c table.

2010-05-31 Thread Chia-I Wu
Module: Mesa Branch: master Commit: 593cf8b54c288e6dda44da597b961bfb98d111ca URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=593cf8b54c288e6dda44da597b961bfb98d111ca Author: Chia-I Wu Date: Mon May 31 17:35:02 2010 +0800 mesa: Fix excess initializers in get.c table. --- src/mesa

Mesa (master): st/egl: Update KMS backend to use resource_surface.

2010-05-31 Thread Chia-I Wu
Module: Mesa Branch: master Commit: 7ede18abac601a9cdb7be863415ee3050c591c64 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=7ede18abac601a9cdb7be863415ee3050c591c64 Author: Chia-I Wu Date: Mon May 31 16:51:10 2010 +0800 st/egl: Update KMS backend to use resource_surface. --- src

Mesa (master): st/egl: Update GDI backend to use resource_surface.

2010-05-31 Thread Chia-I Wu
Module: Mesa Branch: master Commit: e4400a48a69ff6d24f1e98b413b0eead37882d59 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=e4400a48a69ff6d24f1e98b413b0eead37882d59 Author: Chia-I Wu Date: Mon May 31 16:19:00 2010 +0800 st/egl: Update GDI backend to use resource_surface. --- src

Mesa (master): st/egl: Update ximage backend to use resource_surface.

2010-05-31 Thread Chia-I Wu
Module: Mesa Branch: master Commit: f38a20b4616632d8a5e604362dd661e1900b4ab8 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=f38a20b4616632d8a5e604362dd661e1900b4ab8 Author: Chia-I Wu Date: Mon May 31 15:58:23 2010 +0800 st/egl: Update ximage backend to use resource_surface

Mesa (master): st/egl: Add helper functions for use by backends.

2010-05-31 Thread Chia-I Wu
Module: Mesa Branch: master Commit: e1e0307c911f962cfb529c6e16b67ba66f08f6fe URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=e1e0307c911f962cfb529c6e16b67ba66f08f6fe Author: Chia-I Wu Date: Mon May 31 15:26:46 2010 +0800 st/egl: Add helper functions for use by backends. There is

Mesa (master): targets/egl: Add SConscript for egl-apis.

2010-05-30 Thread Chia-I Wu
Module: Mesa Branch: master Commit: 636f7becfd9afc0d2d19090a16a780098cfa4eb3 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=636f7becfd9afc0d2d19090a16a780098cfa4eb3 Author: Chia-I Wu Date: Mon May 31 12:38:44 2010 +0800 targets/egl: Add SConscript for egl-apis. It will build

Mesa (master): st/vega: Use SConscript for Windows build.

2010-05-30 Thread Chia-I Wu
Module: Mesa Branch: master Commit: e5b5d84e8a87a5603a84f8c4625592a278bcf9af URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=e5b5d84e8a87a5603a84f8c4625592a278bcf9af Author: Chia-I Wu Date: Mon May 31 12:38:21 2010 +0800 st/vega: Use SConscript for Windows build. Fix several

Mesa (master): gallium/util: Define isfinite and isnan for MSVC.

2010-05-30 Thread Chia-I Wu
Module: Mesa Branch: master Commit: a2f311530790d7499cec3ee22132d7f391c850f3 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=a2f311530790d7499cec3ee22132d7f391c850f3 Author: Chia-I Wu Date: Mon May 31 13:01:46 2010 +0800 gallium/util: Define isfinite and isnan for MSVC. Define

Mesa (master): mapi/vgapi: Add SConscript for Windows build.

2010-05-30 Thread Chia-I Wu
Module: Mesa Branch: master Commit: 60558b1594e864ce8d44f2fe910075f2e47a164f URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=60558b1594e864ce8d44f2fe910075f2e47a164f Author: Chia-I Wu Date: Mon May 31 12:37:23 2010 +0800 mapi/vgapi: Add SConscript for Windows build. --- src

Mesa (master): st/egl: Use OS-specific module suffices.

2010-05-30 Thread Chia-I Wu
Module: Mesa Branch: master Commit: f6f9d1014b400ac72e463a892c6ae268a31fe26d URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=f6f9d1014b400ac72e463a892c6ae268a31fe26d Author: Chia-I Wu Date: Mon May 31 12:32:30 2010 +0800 st/egl: Use OS-specific module suffices. At least, .dll is

Mesa (master): targets/egl: Add SConscript for egl_gdi_swrast.

2010-05-30 Thread Chia-I Wu
Module: Mesa Branch: master Commit: ec0bab3a51026d129fb60b5e6b435c6430e79b5b URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=ec0bab3a51026d129fb60b5e6b435c6430e79b5b Author: Chia-I Wu Date: Mon May 31 12:17:27 2010 +0800 targets/egl: Add SConscript for egl_gdi_swrast

Mesa (master): st/egl: Add GDI backend.

2010-05-30 Thread Chia-I Wu
Module: Mesa Branch: master Commit: a8e195ec24dc244d975cbd3526debc2c22e717be URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=a8e195ec24dc244d975cbd3526debc2c22e717be Author: Chia-I Wu Date: Mon May 31 12:03:39 2010 +0800 st/egl: Add GDI backend. The backend uses Windows GDI driver

Mesa (master): egl: Use SConscript for Windows build.

2010-05-30 Thread Chia-I Wu
Module: Mesa Branch: master Commit: 1e6c10f4be9e36cc052a6b47fb2cb1eae60caa00 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=1e6c10f4be9e36cc052a6b47fb2cb1eae60caa00 Author: Chia-I Wu Date: Mon May 31 11:47:58 2010 +0800 egl: Use SConscript for Windows build. Fix several

Mesa (master): egl: Use khronos types for EGL_MESA_screen_surface.

2010-05-30 Thread Chia-I Wu
Module: Mesa Branch: master Commit: 0d820fc203e06d5264430de7262d2c35a8ff1e75 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=0d820fc203e06d5264430de7262d2c35a8ff1e75 Author: Chia-I Wu Date: Mon May 31 11:19:26 2010 +0800 egl: Use khronos types for EGL_MESA_screen_surface. That is

Mesa (master): Update KHRONOS_APICALL for _WIN32 platform.

2010-05-30 Thread Chia-I Wu
Module: Mesa Branch: master Commit: 14f1157a2e52f14149cee7cf87cf3b32c6e439fb URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=14f1157a2e52f14149cee7cf87cf3b32c6e439fb Author: Chia-I Wu Date: Mon May 31 11:03:48 2010 +0800 Update KHRONOS_APICALL for _WIN32 platform. Use __declspec

Mesa (master): Define PUBLIC to dllexport on MSVC.

2010-05-30 Thread Chia-I Wu
Module: Mesa Branch: master Commit: ba26631d0d936523c7a8f002cf469e569aa6d7a3 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=ba26631d0d936523c7a8f002cf469e569aa6d7a3 Author: Chia-I Wu Date: Mon May 31 11:15:06 2010 +0800 Define PUBLIC to dllexport on MSVC. Define PUBLIC to

Mesa (master): Always define int32_t in compiler headers.

2010-05-30 Thread Chia-I Wu
Module: Mesa Branch: master Commit: d2cb99904578b263396752975d60c8d7e2eac14b URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=d2cb99904578b263396752975d60c8d7e2eac14b Author: Chia-I Wu Date: Mon May 31 10:58:47 2010 +0800 Always define int32_t in compiler headers. eglplatform.h no

Mesa (master): glapi: Update SConscript for Windows.

2010-05-30 Thread Chia-I Wu
Module: Mesa Branch: master Commit: fa97399f422c36938a66c2f9098e28a1326eecbb URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=fa97399f422c36938a66c2f9098e28a1326eecbb Author: Chia-I Wu Date: Mon May 31 10:52:23 2010 +0800 glapi: Update SConscript for Windows. Define macros to enable

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