summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortwoerner <twoerner@web>2019-05-10 16:16:52 +0200
committerIkiWiki <ikiwiki.info>2019-05-10 16:16:52 +0200
commit2642a65723fb06eab0f602481671d956b52fc4a5 (patch)
tree3ae6e413d701166f5abeb2232c0124418142c2e0
parent88de9bcc22bf1f52f5b9e2a754896a2feacf0af1 (diff)
removed "textured tiling" idea since it is being worked on for GSoC 2019
-rw-r--r--SummerOfCodeIdeas.mdwn9
1 files changed, 0 insertions, 9 deletions
diff --git a/SummerOfCodeIdeas.mdwn b/SummerOfCodeIdeas.mdwn
index 49566cb1..fe5ff308 100644
--- a/SummerOfCodeIdeas.mdwn
+++ b/SummerOfCodeIdeas.mdwn
@@ -108,15 +108,6 @@ Possible mentor: Julien Isorce (capOM on IRC/freenode)
See also our [Trello board](https://trello.com/b/VC0IXzrq/freedreno).
-#### Texture Tiling
-
-* _Difficulty:_ Medium
-* _Skills Required:_ C
-* _Useful skills:_
-* _Hardware/Software required:_ Adreno 3xx, 4xx, or 5xx GPU
-* _Where to ask questions:_ [[freedreno@lists.freedesktop.org|mailto:freedreno@lists.freedesktop.org]], #freedreno on irc.freenode.net
-* _Description:_ Add support for tiled textures. This will involve adding transfer handlers to perform the tiling, figuring out the various tiling options and when to use them, and to update all uses.
-
#### Compressed Textures
* _Difficulty:_ Medium