summaryrefslogtreecommitdiffstats
path: root/egl-compositor.c
Commit message (Collapse)AuthorAgeFilesLines
...
* Make window prettier again.Kristian Høgsberg2008-11-081-1/+1
|
* Add prototypes warnings, use -fvisibility.Kristian Høgsberg2008-11-081-1/+1
|
* Implement surface copy request, use it for egl gears.Kristian Høgsberg2008-11-081-7/+21
|
* Add copy and damage surface requests.Kristian Høgsberg2008-11-071-1/+26
|
* dlopen the compositor, add a glx compositor.Kristian Høgsberg2008-11-061-11/+16
|
* Add a FIXME for when we have a working fbconfig chooser.Kristian Høgsberg2008-11-061-0/+3
|
* Use eglBindTexImage instead of copying texture data.Kristian Høgsberg2008-11-061-60/+15
|
* Use GL_ONE for the source in glBendFunc instead of pre-unmultiplying.Kristian Høgsberg2008-11-061-1/+3
| | | | Eventually we need to allow both pre-multiplied alpha and not, but for now default to premultiplied.
* Move background drawing to a client.Kristian Høgsberg2008-11-061-6/+0
|
* Add a new client that draws a pointer.Kristian Høgsberg2008-11-061-1/+1
|
* Update for eagle changes.Kristian Høgsberg2008-11-061-4/+5
|
* Use triangle strips for drawing surfaces.Kristian Høgsberg2008-11-061-4/+4
|
* Make test client a little more interesting.Kristian Høgsberg2008-11-061-1/+1
|
* Run compositor fullscreen, repaint when surfaces come and go.Kristian Høgsberg2008-11-061-61/+73
|
* Recomposite screen in idle handler.Kristian Høgsberg2008-11-061-2/+6
|
* Handle multiple clients better.Kristian Høgsberg2008-11-061-32/+61
|
* Add an EGL compositor. Still pretty lame.Kristian Høgsberg2008-11-061-0/+251