mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-06-18 17:48:25 +02:00
Add s_blit.c
This commit is contained in:
parent
b937c8b066
commit
ad89f1032a
2 changed files with 3 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue