[cairo-commit] glitz/src/agl Makefile.am, NONE, 1.1 glitz-agl.h, NONE, 1.1 glitz-agl.man, NONE, 1.1 glitz-agl.pc.in, NONE, 1.1 glitz_agl_context.c, NONE, 1.1 glitz_agl_drawable.c, NONE, 1.1 glitz_agl_extension.c, NONE, 1.1 glitz_agl_format.c, NONE, 1.1 glitz_agl_info.c, NONE, 1.1 glitz_agl_pbuffer.c, NONE, 1.1 glitz_aglint.h, NONE, 1.1

David Reveman commit at pdx.freedesktop.org
Wed Nov 3 14:51:00 PST 2004


Committed by: davidr

Update of /cvs/cairo/glitz/src/agl
In directory gabe:/tmp/cvs-serv31664a/src/agl

Added Files:
	Makefile.am glitz-agl.h glitz-agl.man glitz-agl.pc.in 
	glitz_agl_context.c glitz_agl_drawable.c glitz_agl_extension.c 
	glitz_agl_format.c glitz_agl_info.c glitz_agl_pbuffer.c 
	glitz_aglint.h 
Log Message:
Source tree restructuring and switch to new drawable interface

--- NEW FILE: Makefile.am ---
if GLITZ_BUILD_AGL_BACKEND

INCLUDES =	      \
	$(GLITZ_INC)  \
	$(AGL_CFLAGS)

lib_LTLIBRARIES = libglitz-agl.la
include_HEADERS = glitz-agl.h

libglitz_agl_la_SOURCES =     \
	glitz-agl.h	      \
	glitz_agl_drawable.c  \
	glitz_agl_format.c    \
	glitz_agl_info.c      \
	glitz_agl_extension.c \
	glitz_agl_context.c   \
	glitz_agl_pbuffer.c   \
	glitz_aglint.h

libglitz_agl_la_LDFLAGS = -version-info @VERSION_INFO@
libglitz_agl_la_LIBADD = $(GLITZ_LIB) $(AGL_LIBS)

pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = glitz-agl.pc

endif

EXTRA_DIST =		      \
	glitz-agl.h	      \
	glitz_agl_drawable.c  \
	glitz_agl_format.c    \
	glitz_agl_info.c      \
	glitz_agl_extension.c \
	glitz_agl_context.c   \
	glitz_agl_pbuffer.c   \
	glitz_aglint.h	      \
	glitz-agl.pc.in	      \
	glitz-agl.man

--- NEW FILE: glitz-agl.h ---
(This appears to be a binary file; contents omitted.)

--- NEW FILE: glitz-agl.man ---
.\"
.\"
.de TQ
.br
.ns
.TP
\\$1
..
.TH GLITZ-AGL 3 "Version 1.0"

.SH NAME
GLITZ-AGL \- AGL interface to glitz

.SH SYNOPSIS
.nf
.B #include <glitz-agl.h>
.fi
.SH DESCRIPTION

AGL interface to glitz.

.SH AUTHOR
David Reveman

.SH "SEE ALSO"
.BR GLITZ (3)
--- NEW FILE: glitz-agl.pc.in ---
prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@

Name: libglitz-agl
Description: OpenGL compositing library (AGL backend)
Version: @VERSION@
Requires: glitz
Libs: -L${libdir} -lglitz-agl @AGL_LIBS@
Cflags: -I${includedir} @AGL_CFLAGS@

--- NEW FILE: glitz_agl_context.c ---
(This appears to be a binary file; contents omitted.)

--- NEW FILE: glitz_agl_drawable.c ---
(This appears to be a binary file; contents omitted.)

--- NEW FILE: glitz_agl_extension.c ---
(This appears to be a binary file; contents omitted.)

--- NEW FILE: glitz_agl_format.c ---
(This appears to be a binary file; contents omitted.)

--- NEW FILE: glitz_agl_info.c ---
(This appears to be a binary file; contents omitted.)

--- NEW FILE: glitz_agl_pbuffer.c ---
(This appears to be a binary file; contents omitted.)

--- NEW FILE: glitz_aglint.h ---
(This appears to be a binary file; contents omitted.)




More information about the cairo-commit mailing list