src/mesa/pipe/xlib/fakeglx.c | 3186 +++++++++++++++++++++++++++ src/mesa/pipe/xlib/glxapi.c | 1408 ++++++++++++ src/mesa/pipe/xlib/glxapi.h | 228 + src/mesa/pipe/xlib/glxheader.h | 62 src/mesa/pipe/xlib/realglx.c | 180 + src/mesa/pipe/xlib/realglx.h | 326 ++ src/mesa/pipe/xlib/xfonts.c | 377 +++ src/mesa/pipe/xlib/xfonts.h | 41 src/mesa/pipe/xlib/xm_api.c | 2388 ++++++++++++++++++++ src/mesa/pipe/xlib/xm_buffer.c | 628 +++++ src/mesa/pipe/xlib/xm_image.c | 133 + src/mesa/pipe/xlib/xm_image.h | 77 src/mesa/pipe/xlib/xm_span.c | 4573 ++++++++++++++++++++++++++++++++++++++++ src/mesa/pipe/xlib/xm_surface.c | 244 ++ src/mesa/pipe/xlib/xm_winsys.c | 368 +++ src/mesa/pipe/xlib/xmesaP.h | 562 ++++ src/mesa/sources | 20 17 files changed, 14789 insertions(+), 12 deletions(-)
commit diffs at http://gitweb.freedesktop.org/?p=mesa/mesa.git;a=summary New commits: commit 1e3651569b3395d38e1d343f894844c043a66a6f Author: Brian <[EMAIL PROTECTED]> Date: Wed Oct 31 16:01:18 2007 -0600 remove some extension #defines commit 3feca9b5fc0577fc81eef822c5e4e8ee500203af Author: Brian <[EMAIL PROTECTED]> Date: Wed Oct 31 16:00:14 2007 -0600 Obsolete commit b60f88aec62da7c12f8e93b339826967733e0b9c Author: Brian <[EMAIL PROTECTED]> Date: Wed Oct 31 15:59:47 2007 -0600 remove xm_dd.c from build commit 869318db646e8a1e040cc56f271936f0c94762dc Author: Brian <[EMAIL PROTECTED]> Date: Wed Oct 31 15:59:24 2007 -0600 move few remaining bits of xm_dd.c into xm_api.c commit 3023756684eb54642477802757eeb9fb5da433cc Author: Brian <[EMAIL PROTECTED]> Date: Wed Oct 31 15:57:57 2007 -0600 move dither kernels/tables to xm_span.c commit a778d60076f0255caff5237fb40dadfaa9e406e4 Author: Brian <[EMAIL PROTECTED]> Date: Wed Oct 31 15:32:16 2007 -0600 Remove xmesa_update_state(), which was called by ctx->Driver.UpdateState() commit 8d0d6f04a15f31c4491966767c547fe1ffbeb362 Author: Brian <[EMAIL PROTECTED]> Date: Wed Oct 31 15:27:09 2007 -0600 move surface clear functions to xm_buffer.c commit 30fb4c43b02f4105944453e48d7a0f878746595d Author: Brian <[EMAIL PROTECTED]> Date: Wed Oct 31 15:16:22 2007 -0600 clean-up includes commit e5ff772523e73dcc8b79270d680a8de1a7bad7bc Author: Brian <[EMAIL PROTECTED]> Date: Wed Oct 31 15:13:29 2007 -0600 remove HPCR support commit 017d08a5e040ee476b19d672c17090eaca7fa918 Author: Brian <[EMAIL PROTECTED]> Date: Wed Oct 31 15:08:19 2007 -0600 get rid of xmesa_clear_buffers() commit 4411614fed938ba9495f43c01de1c3099febd860 Author: Brian <[EMAIL PROTECTED]> Date: Wed Oct 31 15:01:25 2007 -0600 don't pass x,y,width,height to clear functions commit c1f11891dfc5df6ea0bcbb809f3f4ad2b81a1f6e Author: Brian <[EMAIL PROTECTED]> Date: Wed Oct 31 14:53:55 2007 -0600 remove get_string, test_proxy_teximage commit b345c9258b91d8a1eb86dc4c109964e060ad3ee9 Author: Brian <[EMAIL PROTECTED]> Date: Wed Oct 31 14:51:15 2007 -0600 remove timer_query, s3tc extension bits commit f36372f0b27bdb7f99c3e5615eaf156b492dbd1d Author: Brian <[EMAIL PROTECTED]> Date: Wed Oct 31 14:49:46 2007 -0600 Start removing old driver funcs like ColorMask, ClearColor, etc. commit 4a13a550e0f0fc12072f117229230175af30de24 Author: Brian <[EMAIL PROTECTED]> Date: Wed Oct 31 14:33:49 2007 -0600 remove FX/glide stuff commit 7398272d4b43a42a57fd28a68194c5f6058696b3 Author: Brian <[EMAIL PROTECTED]> Date: Wed Oct 31 14:32:16 2007 -0600 remove tnl/swrast code commit 751d7a74ca00df44dbefee628b2a305e68638479 Author: Brian <[EMAIL PROTECTED]> Date: Wed Oct 31 14:30:20 2007 -0600 Obsolete commit 68a38b58537280dada02f4451d56268f064e59bb Author: Brian <[EMAIL PROTECTED]> Date: Wed Oct 31 14:29:36 2007 -0600 remove dead swrast/tnl code commit e0e8cf1346513eb52771924e7efd8f19e935dd0a Author: Brian <[EMAIL PROTECTED]> Date: Wed Oct 31 14:28:05 2007 -0600 disable swrast/tnl stuff commit 5d6b314bcf64d3949038bdd5845793ce7dd0ecd0 Author: Brian <[EMAIL PROTECTED]> Date: Wed Oct 31 14:27:38 2007 -0600 remove Draw/CopyPixels functions commit 12f3f6cb2ac012c111d046e77772acd5561ebbf6 Author: Brian <[EMAIL PROTECTED]> Date: Wed Oct 31 14:22:49 2007 -0600 omit X point/line/triangle routines commit 87560bc10f57fd523d3317dfa1ff98d40099eb39 Author: Brian <[EMAIL PROTECTED]> Date: Wed Oct 31 14:19:31 2007 -0600 switch to Xlib driver in pipe/xlib/ commit ef25c496d52f4f6c45816b64b4c0999321476cd7 Author: Brian <[EMAIL PROTECTED]> Date: Wed Oct 31 14:19:09 2007 -0600 Copy of xlib driver. This will get trimmed down a lot for Gallium. _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
