Add s_blit.c

This commit is contained in:
David Reveman 2006-03-06 15:26:53 +00:00
parent b937c8b066
commit ad89f1032a
2 changed files with 3 additions and 0 deletions

View file

@ -1,5 +1,7 @@
2006-03-06 David Reveman <davidr@novell.com>
* GL/symlink-mesa.sh: Add s_blit.c.
* hw/xgl/glxext/xglglxext.c (xglLoseCurrentContext): Make sure that
all preceding drawing commands are finished before switching context.
This should fix GL compositing manager flickering and drawing errors

View file

@ -262,6 +262,7 @@ symlink_mesa_swrast() {
action s_bitmap.c
action s_blend.c
action s_blend.h
action s_blit.c
action s_buffers.c
action s_context.c
action s_context.h