Fix presentation lists crash and assign the texture id |
|
More...
|
over 12 years ago
|
Fix crashes when removing BaseWindow * |
|
More...
|
over 12 years ago
|
Merge from experimental |
|
More...
|
over 12 years ago
|
Make the tests pass |
|
More...
|
over 12 years ago
|
Added the concept of a "frame cutoff", so that all presentation requests go on the next frame instead of this one. |
|
More...
|
over 12 years ago
|
* Fixed logic error in layouts that was preventing the system from achieving a stable sizing solution. |
|
More...
|
over 12 years ago
|
Changed weight total back. |
|
More...
|
over 12 years ago
|
Merge nux.experimental_fix_1091589 |
|
More...
|
over 12 years ago
|
Merge lp:nux |
|
More...
|
over 12 years ago
|
Remove RemovalList. We don't need it |
|
More...
|
over 12 years ago
|
Restore failing tests and remove printfs |
|
More...
|
over 12 years ago
|
If a window has its geometry set and then is shown later, we should still mark it for presentation |
|
More...
|
over 12 years ago
|
Setting ShowWindow (false) should add it to the removal list if it was previously visible |
|
More...
|
over 12 years ago
|
Restore tests |
|
More...
|
over 12 years ago
|
We have to reset the draw state too for those tests to pass |
|
More...
|
over 12 years ago
|
Destroy the XIC when hiding a window, or creating a new XIC. |
|
More...
|
over 12 years ago
|
* Destroy XIC on hide of an X11 window |
|
More...
|
over 12 years ago
|
Remove printf |
|
More...
|
over 12 years ago
|
Added the concept of a RemovalList - which is not quite the same as a presentation list but the compositor should pay attention |
|
More...
|
over 12 years ago
|
Spring cleaning. |
|
More...
|
over 12 years ago
|
Fixed linear sample blur issue. |
|
More...
|
over 12 years ago
|
[ RUN ] EmbeddedContext.NoPresentInvisibleOnQueueDraw [ OK ] EmbeddedContext.NoPresentInvisibleOnQueueDraw (333 ms) |
|
More...
|
over 12 years ago
|
Don't let invisible windows add themselves to the presentation list if they use QueueDraw |
|
More...
|
over 12 years ago
|
Do not present invisible intersecting windows |
|
More...
|
over 12 years ago
|
Request redraw on calling PresentInEmbeddedModeOnThisFrame |
|
More...
|
over 12 years ago
|
Added ForeignFrameEnded marker code |
|
More...
|
over 12 years ago
|
Added a ForeignFrameEnded method because we may call RenderInterfaceFromForeignCmd more than once a frame |
|
More...
|
over 12 years ago
|
Push logic to determine whether or not to present a BaseWindow based on the rendering area up into nux itself |
|
More...
|
over 12 years ago
|
Restore tests to passing state |
|
More...
|
over 12 years ago
|
DrawList has some strange side-effects so go with a PresentationList instead |
|
More...
|
over 12 years ago
|