User:DanielDrake/X hacking: Difference between revisions
Jump to navigation
Jump to search
DanielDrake (talk | contribs) No edit summary |
DanielDrake (talk | contribs) No edit summary |
||
Line 1: | Line 1: | ||
= EXA = |
|||
⚫ | |||
⚫ | |||
== Core reading list == |
|||
* [http://keithp.com/~keithp/porterduff/ Porter-Duff academic paper] defines the fundamentals of compositing |
|||
* [http://cgit.freedesktop.org/xorg/proto/renderproto/tree/renderproto.txt The render spec] implements porter-duff fundamentals |
|||
* exa/exa.h defines a layer that allows drivers to hardware-accelerate the render extension |
|||
== Other resources == |
|||
⚫ | |||
⚫ | |||
* [http://lists.x.org/archives/xorg-driver-geode/2010-June/000688.html How to handle out-of-source coordinates with compositing] |
|||
* [http://cgit.freedesktop.org/xorg/app/rendercheck rendercheck] as a render/EXA test suite |
Revision as of 14:57, 5 October 2012
EXA
Core reading list
- Porter-Duff academic paper defines the fundamentals of compositing
- The render spec implements porter-duff fundamentals
- exa/exa.h defines a layer that allows drivers to hardware-accelerate the render extension
Other resources
- exa-driver.txt
- X11 composite tutorial
- How to handle out-of-source coordinates with compositing
- rendercheck as a render/EXA test suite