mesa/src/gallium/winsys
Marek Olšák 1c0e5ba9f1 r300g: drop begin_cs/end_cs
I have had a look at the libdrm sources and they just contain more or less
the same checking we do in macros, and begin_cs may realloc the CS buffer
if we overflow it, which never happens with r300g. So these are pretty
much useless.

There is a small but measurable performance increase by dropping the two
functions.
2010-06-14 12:46:38 +02:00
..
i915 i915g: Rename winsys c file. 2010-06-04 16:19:08 -07:00
i965 drm_api: Remove type argument from create screen callback 2010-05-25 19:05:07 +01:00
nouveau/drm nouveau: Remove left over argument in drm api 2010-06-06 12:12:54 +01:00
r600/drm r600g: RS880 is r6xx-based 2010-05-30 16:08:55 -04:00
radeon/drm r300g: drop begin_cs/end_cs 2010-06-14 12:46:38 +02:00
svga/drm st/xorg, vmware: Make throttling configurable. 2010-05-31 22:34:59 +01:00
sw winsys: Add fbdev software winsys. 2010-06-11 12:23:38 +08:00
Makefile gallium: Improve recursive makefiles 2009-02-20 11:25:55 +00:00
SConscript r600g: Integrate into build 2010-05-27 23:24:12 +02:00