aboutsummaryrefslogtreecommitdiffstats
path: root/components/gfx/buffer_map.rs
Commit message (Collapse)AuthorAgeFilesLines
* Move LayerBuffer cache to the compositorMartin Robinson2015-07-081-167/+0
| | | | | | | | Now that NativeDisplay can be shared between the compositor and the paint task, we can move the LayerBuffer cache to the compositor. This allows surfaces to be potentially reused between different paint tasks and will eventually allow OpenGL contexts to be preserved between instances of GL rasterization.
* Update to latest rust-layersMartin Robinson2015-06-301-6/+6
| | | | | The compositing context, painting context and display metadata have all been collapsed into a single NativeDisplay class.
* Use euclid from crates.ioecoal952015-06-191-1/+1
|
* Measure paint task buffer maps in the memory profiler.Nicholas Nethercote2015-05-271-0/+4
| | | | | | | | | | | | | | Example output from the memory profiler: ``` | 1.04 MiB -- url(http://en.wikipedia.org/wiki/Main_Page) | 0.26 MiB -- display-list | 0.78 MiB -- paint-task # new output line | 0.78 MiB -- buffer-map # new output line ``` The buffer maps aren't huge, but they're worth measuring, and it's good to get the memory profiler plumbing into PaintTask.
* Stop using IndexMut on HashMap.Ms2ger2015-05-011-1/+1
| | | | This feature was removed in https://github.com/rust-lang/rust/pull/23559.
* Implement Clone for Copy types.Ms2ger2015-04-281-1/+1
|
* Remove some as_slice calls.Ms2ger2015-04-241-1/+1
|
* Remove int_uint feature from gfx.Josh Matthews2015-04-071-10/+10
|
* Upgrade rustc to d3c49d2140fc65e8bb7d7cf25bfe74dda6ce5ecf/rustc-1.0.0-dev.Ms2ger2015-03-181-3/+3
|
* Update rustc to 00b112c45a604fa6f4b59af2a40c9deeadfdb7c6/rustc-1.0.0-dev.Josh Matthews2015-01-281-8/+7
|
* Update rustc to revision 2cfb5acb5a2751c759627377e602bac4f88f2d19.Ms2ger2015-01-081-1/+1
|
* Replace almost "render" to "paint" words in gfx crate.Tetsuharu OHZEKI2014-12-081-1/+1
|
* Rust upgrade to rustc hash b03a2755193cd756583bcf5831cf4545d75ecb8aJack Moffitt2014-11-131-10/+18
|
* Eliminate warningsKeegan McAllister2014-09-201-4/+4
|
* Cargoify servoJack Moffitt2014-09-081-0/+156