~ubuntu-branches/ubuntu/vivid/grass/vivid-proposed

« back to all changes in this revision

Viewing changes to raster3d/r3.showdspf/r3.showdspf_opengl_mods.html

  • Committer: Package Import Robot
  • Author(s): Bas Couwenberg
  • Date: 2015-02-20 23:12:08 UTC
  • mfrom: (8.2.6 experimental)
  • Revision ID: package-import@ubuntu.com-20150220231208-1u6qvqm84v430b10
Tags: 7.0.0-1~exp1
* New upstream release.
* Update python-ctypes-ternary.patch to use if/else instead of and/or.
* Drop check4dev patch, rely on upstream check.
* Add build dependency on libpq-dev to grass-dev for libpq-fe.h.
* Drop patches applied upstream, refresh remaining patches.
* Update symlinks for images switched from jpg to png.

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
 
9
9
<body bgcolor="#ffffff">
10
10
 
11
 
<p>
12
 
<font size="4"><b>Description of modifications made to r3.showdspf directory during conversion of code from
 
11
<p><font size="4"><b>Description of modifications made to r3.showdspf directory during conversion of code from
13
12
IrisGL (running only on SGI workstations) to OpenGL (running on any OpenGL-capable UNIX workstation)</b>
14
13
 
15
 
<p>
16
 
The following files were changed (and perhaps renamed during conversion)<br>
 
14
<p>The following files were changed (and perhaps renamed during conversion)<br>
17
15
</font><tt>do_color.c -&gt; do_color_ogl.c<br>
18
16
draw_cap.c -&gt; draw_cap_ogl.c<br>
19
17
draw_polys.c -&gt; draw_polys_ogl.c<br>