summaryrefslogtreecommitdiff
path: root/html/en/to_do.html
diff options
context:
space:
mode:
Diffstat (limited to 'html/en/to_do.html')
-rw-r--r--html/en/to_do.html11
1 files changed, 11 insertions, 0 deletions
diff --git a/html/en/to_do.html b/html/en/to_do.html
index be20e0c..78c0e8b 100644
--- a/html/en/to_do.html
+++ b/html/en/to_do.html
@@ -6,6 +6,11 @@
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<title>To Do</title>
<link rel="stylesheet" type="text/css" href="../style.css">
+<style type="text/css">
+.style1 {
+ color: #FF0000;
+}
+</style>
</head>
<body>
@@ -28,6 +33,12 @@
<li>Shape Extension and XShapeCombineMask to implement &quot;WINDOWRGN&quot; attribute
(non rectangular windows from regions)</li>
</ul>
+<h3>OpenGL</h3>
+<ul>
+ <li class="style1">Use textures to improve image drawing with transformation
+ and patter+stipple support.</li>
+ <li>Use tesselation to support fillmode and non convex polygons.</li>
+</ul>
<h3>Simulation</h3>
<ul>
<li>Implement line styles, line cap and line join for line with &gt; 1.</li>