mesa: Changes to 'master'
The branch, master has been updated Commits at: http://cgit.freedesktop.org/mesa/mesa/log/?h=master Summary of changes: src/mesa/drivers/dri/common/dri_util.h |1 - 1 files changed, 0 insertions(+), 1 deletions(-) via 55270310c5040a0821fef3cfb3b620dc6c0320a9 (commit) from f56b569e9af356c11869ee49a4669bb01b75397e (commit) - Commits --- commit 55270310c5040a0821fef3cfb3b620dc6c0320a9 Author: Michel Dänzer <[EMAIL PROTECTED]> Date: Mon Sep 1 11:43:29 2008 +0200 Fix build by removing #include of removed dri_sarea.h. Thanks to JohnFlux on IRC for pointing out the problem. - ___ mesa-commit mailing list mesa-commit@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/mesa-commit
mesa: Changes to 'gallium-0.1'
The branch, gallium-0.1 has been updated Commits at: http://cgit.freedesktop.org/mesa/mesa/log/?h=gallium-0.1 Summary of changes: Makefile |1 + src/gallium/auxiliary/util/Makefile|3 +- src/gallium/auxiliary/util/u_time.c| 20 ++ src/gallium/auxiliary/util/u_time.h|3 + src/gallium/auxiliary/util/u_timed_winsys.c| 346 .../util/u_timed_winsys.h} | 37 +-- 6 files changed, 380 insertions(+), 30 deletions(-) create mode 100644 src/gallium/auxiliary/util/u_timed_winsys.c copy src/gallium/{state_trackers/python/st_hardpipe_winsys.c => auxiliary/util/u_timed_winsys.h} (66%) via 5e184894d24fbf01ed826c39ea921c01ae6d9caf (commit) via c118c654fa238f983f1550149466727fa81e51ab (commit) via a4d04d71a46c88c5cbe08336111267ae9d0b7f11 (commit) via a9345511d8c9f0707b0dc49f772b3740878f1bd3 (commit) from 8c092def6c8f59048341c585af9b752bfa1f0236 (commit) - Commits --- commit 5e184894d24fbf01ed826c39ea921c01ae6d9caf Author: Keith Whitwell <[EMAIL PROTECTED]> Date: Mon Sep 1 14:24:07 2008 +0100 util: make timed_winsys os independent commit c118c654fa238f983f1550149466727fa81e51ab Author: Keith Whitwell <[EMAIL PROTECTED]> Date: Mon Sep 1 14:23:47 2008 +0100 util: add func to return time as uint64 microseconds commit a4d04d71a46c88c5cbe08336111267ae9d0b7f11 Author: Keith Whitwell <[EMAIL PROTECTED]> Date: Mon Sep 1 14:11:12 2008 +0100 add u_timed_winsys.[ch] commit a9345511d8c9f0707b0dc49f772b3740878f1bd3 Author: Keith Whitwell <[EMAIL PROTECTED]> Date: Fri Aug 29 11:17:24 2008 +0100 remove depend.bak in realclean - ___ mesa-commit mailing list mesa-commit@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/mesa-commit
mesa: Changes to 'gallium-0.1'
The branch, gallium-0.1 has been updated Commits at: http://cgit.freedesktop.org/mesa/mesa/log/?h=gallium-0.1 Summary of changes: scons/gallium.py | 10 +- src/gallium/auxiliary/draw/draw_pt_vcache.c | 149 - src/gallium/auxiliary/pipebuffer/pb_bufmgr_slab.c | 104 +++ 3 files changed, 170 insertions(+), 93 deletions(-) via 5c198f660a1812d9b3970408695d04bdd74a5d1e (commit) via a6c725839482f3d0f2af0eb15e5b6ab80184fb6c (commit) via f4d707b40e8dde8cdf68f5c4595b838c138fcf9b (commit) from 5e184894d24fbf01ed826c39ea921c01ae6d9caf (commit) - Commits --- commit 5c198f660a1812d9b3970408695d04bdd74a5d1e Author: José Fonseca <[EMAIL PROTECTED]> Date: Tue Sep 2 02:16:43 2008 +0900 pipebuffer: Comment the slab code. Remove the freeSlabs list. The freeSlabs list is not really needed as we free empty slabs immediately. Time based cached is done separately. commit a6c725839482f3d0f2af0eb15e5b6ab80184fb6c Author: José Fonseca <[EMAIL PROTECTED]> Date: Mon Sep 1 09:47:40 2008 +0900 scons: Optimize for speed, not size, with MSVC. commit f4d707b40e8dde8cdf68f5c4595b838c138fcf9b Author: José Fonseca <[EMAIL PROTECTED]> Date: Sun Aug 31 23:56:59 2008 +0900 draw: Put INLINES where appropriate. In the hope of MSVC inline some more functions, but without much result. - ___ mesa-commit mailing list mesa-commit@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/mesa-commit
mesa: Changes to 'gallium-0.1'
The branch, gallium-0.1 has been updated Commits at: http://cgit.freedesktop.org/mesa/mesa/log/?h=gallium-0.1 Summary of changes: src/gallium/auxiliary/pipebuffer/pb_bufmgr_cache.c | 20 ++-- 1 files changed, 14 insertions(+), 6 deletions(-) via 038d53cbdb9e504388141c25859bce12f7e8f87e (commit) from 5c198f660a1812d9b3970408695d04bdd74a5d1e (commit) - Commits --- commit 038d53cbdb9e504388141c25859bce12f7e8f87e Author: José Fonseca <[EMAIL PROTECTED]> Date: Tue Sep 2 02:51:06 2008 +0900 pipebuffer: Add missing break statement to cache lookup logic. Second loop was never run. Spotted by Keith. - ___ mesa-commit mailing list mesa-commit@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/mesa-commit
mesa: Changes to 'gallium-0.1'
The branch, gallium-0.1 has been updated Commits at: http://cgit.freedesktop.org/mesa/mesa/log/?h=gallium-0.1 Summary of changes: src/egl/drivers/xdri/egl_xdri.c| 230 +++- src/egl/main/eglsurface.c | 75 +-- src/egl/main/eglsurface.h |1 + src/mesa/main/arrayobj.c |2 +- src/mesa/state_tracker/st_cb_fbo.h |4 + src/mesa/state_tracker/st_cb_texture.c |7 - src/mesa/state_tracker/st_public.h | 13 ++ src/mesa/state_tracker/st_texture.c| 92 + src/mesa/state_tracker/st_texture.h|6 + 9 files changed, 409 insertions(+), 21 deletions(-) via 39e8860e45fae2968917bdb7fe572c8793bbce30 (commit) via c074b86cbc664e973486caaca0817b9a1654be3d (commit) via 9d9143d88985e69835b374ff330bab929275d68e (commit) via 102529cf1b6ab860d47e92a0bb58a0dce8b31cbc (commit) via b36f90657370296b45c27d33d60c89fa31dc1d76 (commit) from 038d53cbdb9e504388141c25859bce12f7e8f87e (commit) - Commits --- commit 39e8860e45fae2968917bdb7fe572c8793bbce30 Author: Brian Paul <[EMAIL PROTECTED]> Date: Mon Sep 1 13:10:23 2008 -0600 mesa: use CALLOC instead of MALLOC to fix valgrind warning commit c074b86cbc664e973486caaca0817b9a1654be3d Author: Brian Paul <[EMAIL PROTECTED]> Date: Mon Sep 1 13:10:00 2008 -0600 gallium: added st_bind/release_teximage() functions commit 9d9143d88985e69835b374ff330bab929275d68e Author: Brian Paul <[EMAIL PROTECTED]> Date: Mon Sep 1 13:09:31 2008 -0600 gallium: move st_texture_image() cast wrapper to header file commit 102529cf1b6ab860d47e92a0bb58a0dce8b31cbc Author: Brian Paul <[EMAIL PROTECTED]> Date: Mon Sep 1 13:08:44 2008 -0600 egl: CreatePbufferSurface, Bind/ReleaseTexImage functions commit b36f90657370296b45c27d33d60c89fa31dc1d76 Author: Brian Paul <[EMAIL PROTECTED]> Date: Mon Sep 1 13:08:12 2008 -0600 egl: additional error checking in _eglBind/ReleaseTexImage() - ___ mesa-commit mailing list mesa-commit@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/mesa-commit
mesa: Changes to 'gallium-0.1'
The branch, gallium-0.1 has been updated Commits at: http://cgit.freedesktop.org/mesa/mesa/log/?h=gallium-0.1 Summary of changes: src/gallium/auxiliary/rtasm/rtasm_x86sse.c |2 +- src/gallium/include/pipe/p_pointer.h | 95 --- src/gallium/winsys/drm/intel/common/glthread.h | 359 3 files changed, 1 insertions(+), 455 deletions(-) delete mode 100644 src/gallium/include/pipe/p_pointer.h delete mode 100644 src/gallium/winsys/drm/intel/common/glthread.h via 28b4090922f45e90804a21f83c04ec8b781cdf96 (commit) via e54f1abca7369542c802ef531ff524caedfbcf65 (commit) via f3a7463feefcf1f22c1309e1f5b0bfe381859686 (commit) from 39e8860e45fae2968917bdb7fe572c8793bbce30 (commit) - Commits --- commit 28b4090922f45e90804a21f83c04ec8b781cdf96 Author: Brian Paul <[EMAIL PROTECTED]> Date: Mon Sep 1 15:32:40 2008 -0600 gallium: remove glthread.h file (not used) commit e54f1abca7369542c802ef531ff524caedfbcf65 Author: Brian Paul <[EMAIL PROTECTED]> Date: Mon Sep 1 15:31:18 2008 -0600 gallium: removed p_pointer.h (use util/u_pointer.h instead) commit f3a7463feefcf1f22c1309e1f5b0bfe381859686 Author: Brian Paul <[EMAIL PROTECTED]> Date: Mon Sep 1 15:30:26 2008 -0600 gallium: include u_pointer,h, not p_pointer.h - ___ mesa-commit mailing list mesa-commit@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/mesa-commit