Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Cargoify servo | Jack Moffitt | 2014-09-08 | 1 | -0/+0 |
| | |||||
* | Start using more typed units in the compositor | Martin Robinson | 2014-08-27 | 1 | -0/+0 |
| | | | | | | Now that rust-layers is starting to support typed units, we can use them more thoroughly in the compositor. This is a step toward removing as many untyped units as possible. | ||||
* | Temporarily revert rust-layers, as the most recent change broke the acid2 ↵ | Glenn Watson | 2014-08-25 | 1 | -0/+0 |
| | | | | test on mac/travis. | ||||
* | Update to latest rust-layers | Martin Robinson | 2014-08-20 | 1 | -0/+0 |
| | | | | This should reduce memory usage along layer boundaries. | ||||
* | Update to latest rust-layers | Martin Robinson | 2014-08-15 | 1 | -0/+0 |
| | | | | | We now need to pass through the content age of the LayerBuffer when creating it. | ||||
* | Update rust-layers with android glsl fix. | Glenn Watson | 2014-08-11 | 1 | -0/+0 |
| | |||||
* | Upgrade Rust. | Jack Moffitt | 2014-08-08 | 1 | -0/+0 |
| | |||||
* | Generate rustdoc documenation for submodules. | Simon Sapin | 2014-08-05 | 1 | -0/+0 |
| | |||||
* | Upgrade Rust. | Jack Moffitt | 2014-08-02 | 1 | -0/+0 |
| | |||||
* | Update to rust-layers master | Matt Brubeck | 2014-08-01 | 1 | -0/+0 |
| | | | | Fixes accidental revert of servo/rust-layers#92. | ||||
* | Push get_buffer_requests_recursively into rust-layers | Martin Robinson | 2014-07-31 | 1 | -0/+0 |
| | | | | | Also do some reorganization and abstraction in IOCompositor now that we do not have to borrow self.scene.root. | ||||
* | Update to latest rust-layers | Matt Brubeck | 2014-07-30 | 1 | -0/+0 |
| | |||||
* | Bump submodule ptr to get texture filter fixes in rust-layers. | Glenn Watson | 2014-07-29 | 1 | -0/+0 |
| | |||||
* | Layer bounds and buffer requests should use layer coordinates | Martin Robinson | 2014-07-28 | 1 | -0/+0 |
| | | | | | | | | Instead of passing a scaling factor down to rust-layers and keeping all layers in page coordinates, work in layer coordinates. This is much more natural, as the compositor and rust-layer should really need to care about any potential contents zoom. It will also allow us to move more code into rust-layers in a later commit. | ||||
* | Add support for showing debug borders | Martin Robinson | 2014-07-23 | 1 | -0/+0 |
| | | | | | This can help debug issues with the compositor and show when a page is creating layers. | ||||
* | Update to reflect rust-layers changes | Martin Robinson | 2014-07-18 | 1 | -0/+0 |
| | | | | | It is no longer necessary to flush pending buffer requests when adding buffers nor to manually create textures for layers. | ||||
* | Rename Scene constructor to Scene::new | Cameron Zwarich | 2014-07-16 | 1 | -0/+0 |
| | |||||
* | Changes reflecting the latest version of rust-layers | Martin Robinson | 2014-07-16 | 1 | -0/+0 |
| | | | | | | The Tile trait has been removed and TileGrid now keeps Tile structs with Textures embedded instead of simply buffers. rust-layers now creates its own textures instead of relying on Servo to do it. | ||||
* | Changes to support latest rust-layers | Martin Robinson | 2014-07-15 | 1 | -0/+0 |
| | | | | | Now tiles are stored in TileGrid and layer methods are simple instance methods. | ||||
* | Update to latest rust-layers | Martin Robinson | 2014-07-09 | 1 | -0/+0 |
| | |||||
* | Update to latest rust-layers | Martin Robinson | 2014-07-09 | 1 | -0/+0 |
| | | | | | Layers now store their complete boundaries, so we can eliminate the various ways these were stored in Servo. | ||||
* | Update rust-layers | Martin Robinson | 2014-07-09 | 1 | -0/+0 |
| | | | | | | This fixes the Quadtree tests in check-rust-layers. Fixes #2768. | ||||
* | Update to latest rust-layers | Martin Robinson | 2014-07-04 | 1 | -0/+0 |
| | |||||
* | Refactor compositor layer tree design | Martin Robinson | 2014-07-02 | 1 | -0/+0 |
| | | | | | | Instead of having two parallel trees of CompositorLayers and ContainerLayers, transform CompositorLayer to CompositorData and move tiling logic to rust-layers. | ||||
* | Upgrade to latest Rust. | Manish Goregaokar | 2014-06-27 | 1 | -0/+0 |
| | |||||
* | Update layers submodule for AMD GPU fix. | Glenn Watson | 2014-06-13 | 1 | -0/+0 |
| | |||||
* | Update submodules and ~str/String, to_owned/to_string, & cast/mem to get ↵ | Luqman Aden | 2014-06-10 | 1 | -0/+0 |
| | | | | android building. | ||||
* | Upgrade Rust. | Jack Moffitt | 2014-06-05 | 1 | -0/+0 |
| | |||||
* | Remove all old layers when creating a new root. | Matt Brubeck | 2014-06-04 | 1 | -0/+0 |
| | | | | Fixes #2259. | ||||
* | Eliminate some warnings | Brian Anderson | 2014-06-02 | 1 | -0/+0 |
| | |||||
* | Update submodules for #2492 | Matt Brubeck | 2014-05-27 | 1 | -0/+0 |
| | |||||
* | Update rust-layers submodule | Martin Robinson | 2014-05-26 | 1 | -0/+0 |
| | | | | | | This should fix rendering issues on NVidia and perhaps Catalyst drivers. Fixes #2315. | ||||
* | Update Rust. | Ms2ger | 2014-05-22 | 1 | -0/+0 |
| | |||||
* | Update rust-opengles. | Ms2ger | 2014-05-03 | 1 | -0/+0 |
| | | | | This includes changes to move from ~[T] to Vec<T>. | ||||
* | This batch of changes upgrades Servo to work with the Rust upgrade as of | Lars Bergstrom | 2014-04-27 | 1 | -0/+0 |
| | | | | | | April 10, 2014. The main changes are to privacy, to work around the issues with incorrect bounds on the libstd `Arc<Mutex<T>>`, and the various API changes strewn throughout the libraries. | ||||
* | Update the configuration files to properly build rust. Revert rust-stb-image ↵ | Lars Bergstrom | 2014-04-10 | 1 | -0/+0 |
| | | | | submodule misupdate. | ||||
* | fix android for rust update | aydin.kim | 2014-04-10 | 1 | -0/+0 |
| | |||||
* | Update to merged commits in submodules. | Ms2ger | 2014-04-04 | 1 | -0/+0 |
| | |||||
* | Upgrade rust. | Ms2ger | 2014-04-04 | 1 | -0/+0 |
| | |||||
* | servo: Implement stacking contexts and allow multiple layers per | Patrick Walton | 2014-04-03 | 1 | -0/+0 |
| | | | | pipeline. This handles fixed positioning mostly correctly. | ||||
* | Clean files associated with static linking | Lars Bergstrom | 2014-03-19 | 1 | -0/+0 |
| | |||||
* | Rust upgrade for new master rebase | Lars Bergstrom | 2014-03-18 | 1 | -0/+0 |
| | |||||
* | Rust upgrades | Lars Bergstrom | 2014-03-18 | 1 | -0/+0 |
| | |||||
* | Rust upgrade for android | Lars Bergstrom | 2014-03-18 | 1 | -0/+0 |
| | |||||
* | Update submodules for warning police. | Josh Matthews | 2014-03-18 | 1 | -0/+0 |
| | |||||
* | Rust upgrades | Lars Bergstrom | 2014-03-18 | 1 | -0/+0 |
| | |||||
* | Update rust-layers submodule | Lars Bergstrom | 2014-02-21 | 1 | -0/+0 |
| | |||||
* | NVidia submodule updates | Lars Bergstrom | 2014-01-13 | 1 | -0/+0 |
| | |||||
* | Upgrade to latest Rust. | Jack Moffitt | 2014-01-12 | 1 | -0/+0 |
| | |||||
* | update submodules | aydin.kim | 2013-12-31 | 1 | -0/+0 |
| |