aboutsummaryrefslogtreecommitdiffstats
path: root/components/gfx/lib.rs
Commit message (Expand)AuthorAgeFilesLines
* fonts: Rework platform font initialization (#32127)Mukilan Thiyagarajan2024-04-221-1/+1
* gfx: Rename `WebrenderSurfman` to `RenderingContext` and move to `gfx` (#31184)Martin Robinson2024-01-271-5/+1
* remove `extern crate` (#30311)Samson2023-09-081-12/+0
* Update MPL license to https (part 4)Jan Andre Ikenmeyer2018-11-191-1/+1
* `cargo fix --edition-idioms`Simon Sapin2018-11-081-59/+0
* Reorder gfx lib createskingdido9992018-09-081-4/+4
* Format the rest of gfx #21373kingdido9992018-09-081-13/+28
* Use the packed_simd crate instead of std::simdSimon Sapin2018-07-271-1/+2
* Upgrade to rustc 1.28.0-nightly (524ad9b9e 2018-05-29)Anthony Ramine2018-05-301-3/+1
* Use std::simd instead of the simd crateSimon Sapin2018-05-241-4/+1
* Auto merge of #20506 - jonleighton:font-fallback, r=emilio,mbrubeckbors-servo2018-05-191-1/+2
|\
| * Implement font fallbackJon Leighton2018-05-191-1/+2
* | Revert "Upgrade to rustc 1.27.0-nightly (8a37c75a3 2018-05-02)"Josh Matthews2018-05-181-0/+3
|/
* Upgrade to rustc 1.27.0-nightly (8a37c75a3 2018-05-02)Simon Sapin2018-05-041-3/+0
* Auto merge of #20420 - pyfisch:corner-clipping, r=emiliobors-servo2018-04-291-6/+0
|\
| * Move DL items from gfx to layoutPyfisch2018-04-221-6/+0
* | Update WebrenderBastien Orivel2018-04-251-1/+1
|/
* Use more WebRender types in gfxPyfisch2018-01-301-1/+0
* Stop relying on linking details of std’s default allocatorSimon Sapin2017-10-191-2/+2
* Replace all uses of the `heapsize` crate with `malloc_size_of`.Nicholas Nethercote2017-10-181-2/+3
* Abuse Vec as an allocator in gfxSimon Sapin2017-10-131-1/+0
* Make usage of simd in gfx optionalSimon Sapin2017-10-131-1/+2
* Remove usage of unstable box syntax, except in the script crateSimon Sapin2017-10-121-1/+0
* Remove usage of unstable range_contains featureSimon Sapin2017-10-111-1/+0
* Stop using unstable 'unique' featureMatt Brubeck2017-09-201-1/+0
* Replace all uses of the style::stylearc alias with servo_arc.Michael Partheil2017-07-191-0/+1
* Use heap API from std rather than the alloc crateSimon Sapin2017-07-131-4/+1
* Update to rustc 1.20.0-nightly (f85579d4a 2017-07-12)Anthony Ramine2017-07-131-4/+2
* Auto merge of #17694 - glennw:webrender-update, r=glennwbors-servo2017-07-121-1/+1
|\
| * Upgrade to the latest version of WebRenderMartin Robinson2017-07-131-1/+1
* | Revert "Auto merge of #17633 - servo:rustup, r=nox"Emilio Cobos Álvarez2017-07-121-2/+4
|/
* Upgrade to rustc 1.20.0-nightly (696412de7 2017-07-06)Simon Sapin2017-07-071-4/+2
* Remove explicit dependencies on serde_deriveSimon Sapin2017-06-161-4/+1
* Ged rid of libfontconfig in Android. Query available fonts from Android syste...Imanol Fernandez2017-06-021-1/+3
* [gfx] [layout] [style] Upgrade unicode-bidi to 0.3Behnam Esfahbod2017-05-221-0/+1
* Kill the plugins crate and its clippy supportAnthony Ramine2017-02-211-3/+0
* Use 'alloc' gate only for platforms which use freetype in gfxTetsuharu OHZEKI2017-02-071-1/+4
* Silent Windows specific warningsUK9922017-02-061-1/+1
* Use SIMD in `gfx` when possibleMátyás Mustoha2017-02-041-2/+3
* Update rustc to 1.16.0-nightly (7821a9b99 2017-01-23).Ms2ger2017-01-241-4/+1
* Implement downloadable fonts on WindowsVladimir Vukicevic2017-01-181-0/+1
* Remove the rustc-serialize dependency from gfx.Ms2ger2017-01-101-1/+0
* Upgrade to rustc 1.16.0-nightly (6f1ae663e 2017-01-06)Simon Sapin2017-01-061-1/+0
* Removed util.Alan Jeffrey2016-12-141-1/+1
* Urlmageddon: Use refcounted urls more often.Emilio Cobos Álvarez2016-11-171-4/+2
* tidy and warning fixesVladimir Vukicevic2016-11-101-4/+1
* DirectWrite font backend for WindowsVladimir Vukicevic2016-11-101-4/+4
* Remove the direct azure dependencies from gfx, layout and layout_thread.Ms2ger2016-11-041-1/+0
* Update to string-cache 0.3Simon Sapin2016-11-031-2/+1
* Remove #![feature(rustc_attrs)]Anthony Ramine2016-11-031-1/+0