younker 发表于 2005-6-21 13:41:53

gtk 2.7.0 released

www.gtk.org

you also need to download cairo 0.5.1, there is a bug in cairo 0.5.0.

yangh 发表于 2005-6-21 17:32:02

试试看。 :arrow::arrow:

jcome 发表于 2005-6-21 18:36:43

emerging.

cobranail 发表于 2005-6-21 18:54:03

和gtk2.2/2.4/2.6的兼容性如何?

younker 发表于 2005-6-21 20:29:34

兼容性没有问题, 但是中文字体发虚,不过firefox不受影响,
而且只有X11和Win32后端,没有办法使用opengl作为后端。

blewz 发表于 2005-6-21 21:00:40

cairo 不是用到glitz吗?

x11_yao 发表于 2005-6-21 22:55:46

没有吧,glitz只是后端之一,可用之后速度应该有很大提升

younker中文未有内嵌点阵支持么?

cobranail 发表于 2005-6-21 23:01:12

xorg的结构也该调整一下了,要是整个X都构建在opengl上,那就爽了

younker 发表于 2005-6-22 07:15:03

cairo 不是用到glitz吗?

From mailling list
There are no current plans to make the Cairo backend selectable
for the X11 backend to GTK+

In the view of the GTK+ maintainers (and also of Dave Reveman,
author of glitz), RENDER is the appropriate way to draw on an
X server with Cairo.

There are some cases now in which using glitz in the client
can improve performance, however the architectural plan is
to use glitz in the server to accelerate RENDER rather than
on the client side. This provides similar or even better
performance in most cases and is much simpler and more
robust.

Regards,
                                        Owen

blewz 发表于 2005-6-22 08:56:43

我不懂,能说的详细一点吗?

configure cairo的时候它会告诉我使用了glitz backend

cairo will be compiled with the following surface backends:
Xlib: yes
Quartz: no
XCB: no (requires XCB http://xcb.freedesktop.org)
Win32: no
PostScript: yes
PDF: yes
glitz: yes

the following font backends:
FreeType: yes
Win32: no
ATSUI: no

younker 发表于 2005-6-22 09:47:37

cairo如果使用glitz后端的话,使用的库是libcairo-glx.so
目前gtk使用的是X11作为后端,利用render来处理的。
owen的意思是,使用X11作为后端更为合理,结构上的计划是使用glitz来加速render。

rockmen 发表于 2005-6-22 14:01:34

cairo 不是用到glitz吗?

From mailling list
There are no current plans to make the Cairo backend selectable
for the X11 backend to GTK+

In the view of the GTK+ maintainers (and also of Dave Reveman,
author of glitz), RENDER is the appropriate way to draw on an
X server with Cairo.

There are some cases now in which using glitz in the client
can improve performance, however the architectural plan is
to use glitz in the server to accelerate RENDER rather than
on the client side. This provides similar or even better
performance in most cases and is much simpler and more
robust.

Regards,
                                        Owen

不会是Xgl吧?

cobranail 发表于 2005-6-22 22:57:22


however the architectural plan is
to use glitz in the server to accelerate RENDER rather than
on the client side


很期待……

tany 发表于 2005-6-22 23:24:26

请问cairo是否会取代gdk+?我也在gnome的maillist上看到了很多人报告用了cairo后性能和现在差不多,瓶颈是否在x一端呢?如果是的话cairo-》XRENDER的架构性能不会改观很多,高效的desktop只能等到cairo-》glitz架构成熟了。

dukeduan 发表于 2005-6-23 08:58:20

我所关心的倒不是性能,是原来说的那些AA效果实现了没有?
页: [1] 2
查看完整版本: gtk 2.7.0 released