aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/gfx/buffer_map.rs
Commit message (Expand)AuthorAgeFilesLines
* Cargoify servoJack Moffitt2014-09-081-156/+0
* Changes reflecting the latest version of rust-layersMartin Robinson2014-07-161-9/+9
* Changes to support latest rust-layersMartin Robinson2014-07-151-1/+1
* Refactor compositor layer tree designMartin Robinson2014-07-021-1/+1
* Upgrade to latest Rust.Manish Goregaokar2014-06-271-3/+3
* Changes based on reviewMatt Murphy2014-05-041-1/+1
* Convert Vec::new() to vec!()Matt Murphy2014-05-041-1/+1
* ~[] to Vec in FontStyle and FontGroupMatt Murphy2014-05-041-2/+2
* This batch of changes upgrades Servo to work with the Rust upgrade as ofLars Bergstrom2014-04-271-7/+2
* Fix some private type in public signature warnings.Josh Matthews2014-04-161-1/+1
* Destroy LayerBuffers before dropping themMatt Brubeck2014-04-081-0/+1
* Remove trailing whitespace.Ms2ger2014-04-071-3/+3
* Upgrade rust.Ms2ger2014-04-041-0/+6
* Rust upgradesLars Bergstrom2014-03-181-12/+16
* Implement CPU rendering. Replace texture sharing with native OS surface sharing.Patrick Walton2013-10-251-6/+21
* Add buffer_map.rs; implement LayerBuffer recyclingeschweic2013-08-201-0/+135