[cairo-commit] glitz/src/glx Makefile.am, NONE, 1.1 glitz-glx.h, NONE, 1.1 glitz-glx.man, NONE, 1.1 glitz-glx.pc.in, NONE, 1.1 glitz_glx_context.c, NONE, 1.1 glitz_glx_drawable.c, NONE, 1.1 glitz_glx_extension.c, NONE, 1.1 glitz_glx_format.c, NONE, 1.1 glitz_glx_info.c, NONE, 1.1 glitz_glx_pbuffer.c, NONE, 1.1 glitz_glxext.h, NONE, 1.1 glitz_glxint.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/glx
In directory gabe:/tmp/cvs-serv31664a/src/glx

Added Files:
	Makefile.am glitz-glx.h glitz-glx.man glitz-glx.pc.in 
	glitz_glx_context.c glitz_glx_drawable.c glitz_glx_extension.c 
	glitz_glx_format.c glitz_glx_info.c glitz_glx_pbuffer.c 
	glitz_glxext.h glitz_glxint.h 
Log Message:
Source tree restructuring and switch to new drawable interface

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

INCLUDES =	      \
	$(GLITZ_INC)  \
	$(GLX_CFLAGS)

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

libglitz_glx_la_SOURCES =     \
	glitz-glx.h	      \
	glitz_glx_drawable.c  \
	glitz_glx_format.c    \
	glitz_glx_info.c      \
	glitz_glx_extension.c \
	glitz_glx_context.c   \
	glitz_glx_pbuffer.c   \
	glitz_glxext.h	      \
	glitz_glxint.h

libglitz_glx_la_LDFLAGS = -version-info @VERSION_INFO@ -no-undefined
libglitz_glx_la_LIBADD = $(GLITZ_LIB) $(GLX_LIBS)

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

endif

EXTRA_DIST =		      \
	glitz-glx.h	      \
	glitz_glx_drawable.c  \
	glitz_glx_format.c    \
	glitz_glx_info.c      \
	glitz_glx_extension.c \
	glitz_glx_context.c   \
	glitz_glx_pbuffer.c   \
	glitz_glxext.h	      \
	glitz_glxint.h	      \
	glitz-glx.pc.in	      \
	glitz-glx.man

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

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

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

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

GLX interface to glitz.

.SH AUTHOR
David Reveman

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

Name: libglitz-glx
Description: OpenGL compositing library (GLX backend)
Version: @VERSION@
Requires: glitz
Libs: -L${libdir} -lglitz-glx @GLX_LIBS@
Cflags: -I${includedir} @GLX_CFLAGS@

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

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

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

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

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

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

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

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




More information about the cairo-commit mailing list