1
I Use This!
Inactive

Commits : Listings

Analyzed about 21 hours ago. based on code collected about 21 hours ago.
Aug 30, 2024 — Aug 30, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fix presentation lists crash and assign the texture id
SmSpillaz
as Sam Spilsbury
More... over 12 years ago
Fix crashes when removing BaseWindow *
SmSpillaz
as Sam Spilsbury
More... over 12 years ago
Merge from experimental
SmSpillaz
as Sam Spilsbury
More... over 12 years ago
Make the tests pass
SmSpillaz
as Sam Spilsbury
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.
SmSpillaz
as Sam Spilsbury
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
SmSpillaz
as Sam Spilsbury
More... over 12 years ago
Merge lp:nux
SmSpillaz
as Sam Spilsbury
More... over 12 years ago
Remove RemovalList. We don't need it
SmSpillaz
as Sam Spilsbury
More... over 12 years ago
Restore failing tests and remove printfs
SmSpillaz
as Sam Spilsbury
More... over 12 years ago
If a window has its geometry set and then is shown later, we should still mark it for presentation
SmSpillaz
as Sam Spilsbury
More... over 12 years ago
Setting ShowWindow (false) should add it to the removal list if it was previously visible
SmSpillaz
as Sam Spilsbury
More... over 12 years ago
Restore tests
SmSpillaz
as Sam Spilsbury
More... over 12 years ago
We have to reset the draw state too for those tests to pass
SmSpillaz
as Sam Spilsbury
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
SmSpillaz
as Sam Spilsbury
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
SmSpillaz
as Sam Spilsbury
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)
SmSpillaz
as Sam Spilsbury
More... over 12 years ago
Don't let invisible windows add themselves to the presentation list if they use QueueDraw
SmSpillaz
as Sam Spilsbury
More... over 12 years ago
Do not present invisible intersecting windows
SmSpillaz
as Sam Spilsbury
More... over 12 years ago
Request redraw on calling PresentInEmbeddedModeOnThisFrame
SmSpillaz
as Sam Spilsbury
More... over 12 years ago
Added ForeignFrameEnded marker code
SmSpillaz
as Sam Spilsbury
More... over 12 years ago
Added a ForeignFrameEnded method because we may call RenderInterfaceFromForeignCmd more than once a frame
SmSpillaz
as Sam Spilsbury
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
SmSpillaz
as Sam Spilsbury
More... over 12 years ago
Restore tests to passing state
SmSpillaz
as Sam Spilsbury
More... over 12 years ago
DrawList has some strange side-effects so go with a PresentationList instead
SmSpillaz
as Sam Spilsbury
More... over 12 years ago