diff options
author | scuri <scuri> | 2010-06-24 20:32:39 +0000 |
---|---|---|
committer | scuri <scuri> | 2010-06-24 20:32:39 +0000 |
commit | 1ad72d5276b1876bf218336a1ff47f086a0834c9 (patch) | |
tree | 6d66a57e994c21b579e8e600859365d363d57c34 /html/en/to_do.html | |
parent | 3ba2df20bc93a97c479c4021a9218eadcf5d850f (diff) |
*** empty log message ***
Diffstat (limited to 'html/en/to_do.html')
-rw-r--r-- | html/en/to_do.html | 11 |
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 "WINDOWRGN" 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 > 1.</li> |