diff options
author | Vincent Torri <vincent.torri@gmail.com> | 2012-06-19 17:06:44 +0000 |
---|---|---|
committer | Vincent Torri <vincent.torri@gmail.com> | 2012-06-19 17:06:44 +0000 |
commit | e68d4430d9324a7964c52463ab5f693507d75e15 (patch) | |
tree | f6c963d6c36b08cf2261e2f197c9f8e1f27094ae /legacy/evas/NEWS | |
parent | 2b5e064c7fa5cd1c955a92b79f87b670d0e61f2b (diff) |
Evas: remove software DirectDraw 16 bits engine
Nowadays, this engine is completely useless. Windows users (>= XP) use
only 32 bits depth color, so let's kill that engine. Less code to
maintain for me.
SVN revision: 72494
Diffstat (limited to 'legacy/evas/NEWS')
-rw-r--r-- | legacy/evas/NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/legacy/evas/NEWS b/legacy/evas/NEWS index e6474fbf71..3ec27d8cc6 100644 --- a/legacy/evas/NEWS +++ b/legacy/evas/NEWS | |||
@@ -22,6 +22,7 @@ Fixes: | |||
22 | Removal: | 22 | Removal: |
23 | * Remove EVAS_FRAME_QUEUING, EVAS_SLI, METRIC_CACHE and WORD_CACHE. | 23 | * Remove EVAS_FRAME_QUEUING, EVAS_SLI, METRIC_CACHE and WORD_CACHE. |
24 | * Remove librsvg svg loader (If you want to use it, use the evas_generic_loader variant). | 24 | * Remove librsvg svg loader (If you want to use it, use the evas_generic_loader variant). |
25 | * Remove software DirectDraw 16 bits engine | ||
25 | 26 | ||
26 | Evas 1.2.0 | 27 | Evas 1.2.0 |
27 | 28 | ||