Commit graph

15 commits

Author SHA1 Message Date
tnn
db051de52c Fix build on IRIX 2008-05-19 13:47:45 +00:00
joerg
1b41b26c08 Fix patch to not include spaces inside filenames... 2007-08-08 22:43:47 +00:00
joerg
5a48dbe004 Explicitly include GL/glxext.h to fix build with Mesa 7.0. 2007-08-08 17:22:45 +00:00
tv
2897aab1f2 Fix uint64_t on Interix. 2007-01-30 20:53:23 +00:00
rillig
aec9f02b0c Just fixing pkglint warnings doesn't help. Sometimes they are just
pointers that something else is wrong. In this case, the file contained
_three_ instances of __sun__, but only two were in the patch, so pkglint
could not warn on the third one.

Now pango really builds on Solaris with SunPro (tested).
2006-08-03 19:33:55 +00:00
rillig
34c63c56b7 Fixed a build failure of devel/pango by replacing __sun__ with __sun in
patch-ab, as told by pkglint. Maybe that warning is really useful. :)

Bumped PKGREVISION.
2006-08-03 18:22:16 +00:00
markd
df196cae30 Don't try and do visibility stuff with gcc on Solaris as the Solaris
gcc/ld doesn't support it.
From Gilles Dauphin in PR pkg/33919.
2006-07-06 23:43:27 +00:00
drochner
099cfd5568 update to 0.5.6
changes:
New GL_EXT_framebuffer_object interface.
Add WGL backend.
New radial gradient.
YV12 surface support.
misc fixes
additional GL support
optimization: avoid context switches
2006-07-04 15:12:58 +00:00
tv
3a3bc64e66 Interix has neither <stdint.h> nor <inttypes.h>. 2005-11-04 17:10:04 +00:00
rillig
203220f2a9 Added a patch that prevents glitz from using -lsunmath on Solaris, as
this library is not provided by the Solaris base system. Thanks to
<grant> for finding the relevant part to patch. Bumped PKGREVISION.
2005-11-03 01:47:08 +00:00
joerg
957ca17ce6 Use platform pthread flags instead of hard coded -lpthread. 2005-10-03 19:46:56 +00:00
drochner
5529e25c20 remove obsolete patch, pointed out by Leonard Schmidt 2005-07-08 10:27:15 +00:00
kristerw
d6ffa1182a Fix a cut-and-paste error that prevented compilation on NetBSD 1.6. 2005-06-18 20:11:01 +00:00
xtraeme
4f57fc7390 Update to 0.4.0.
Some changes:

        Add anti-aliased trapezoids, rectangular clipping, multiple
        geometry arrays, bitmap geometry, mask surface convolution
        filtering.
2005-02-09 21:20:03 +00:00
adam
4277a7c587 Glitz is a portable 2D graphics library that uses OpenGL to render hardware
accelerated graphics.  It supports many of the latest OpenGL features, such as
efficient off-screen rendering using pbuffers. Rendering can be carried out by
arbitrary OpenGL layers, thanks to glitz's extensible backend system.

Glitz is designed to match the X Render Extension semantics and provides
a general way for accelerating this imaging model.  Glitz can be used as
a stand-alone layer above OpenGL but is also designed to act as a backend for
cairo, providing it with OpenGL accelerated output.
2004-04-27 12:11:43 +00:00