Matthew Leibowitz

Results 157 issues of Matthew Leibowitz

**Description of Change** This sort of started with #1657 where I was a bit hesitant to decide what to do with this type of thing. I though reflection would be...

**Description of Change** In some situations (or maybe Godot does something) looking for the libc library using the library name without the prefix causes issues. **Bugs Fixed** - Fixes #2200...

**Description of Change** **Bugs Fixed** - Fixes # **API Changes** None. **Behavioral Changes** None. **Required skia PR** None. **PR Checklist** - [ ] Has tests (if omitted, state reason in...

**Description of Change** This PR just updates the benchmarks project and build tooling so that it is easier to run benchmarks. Benchmarks can be run from the IDE or via...

**Description of Change** When trying to make Skottie work better, I noticed a few places where there was a less than ideal code path. One performance improvement that can be...

**Description of Change** This PR makes sure to build any shipping bits on compliant images: - Windows: `AzurePipelinesWindows2022compliant` - macOS: `internal-macos-11` - Linux: `AzurePipelinesUbuntu18.04compliant` More Info: https://eng.ms/docs/initiatives/executive-order/executive-order-requirements/executiveorderoncybersecurity/buildinfraops

Right now just SKCanvas **Description of Change** **Bugs Fixed** - Related to issue # **API Changes** **Behavioral Changes** **PR Checklist** - [ ] Has tests (if omitted, state reason in...

**Description of Change** Adding some things to make GitHub codespaces better **Bugs Fixed** None. **API Changes** None. **Behavioral Changes** None. **PR Checklist** - [ ] Has tests (if omitted, state...

**Description of Change** First steps to getting net6.0-tizen ready **Bugs Fixed** - Related to issue # **API Changes** **Behavioral Changes** **PR Checklist** - [ ] Has tests (if omitted, state...

**Description of Change** Expose the raw pointers for the Next method so consumers can opt into a much more performant run. Benchmark code: https://gist.github.com/mattleibow/7f7f554d8717caa065970081b8ffd115 ![image](https://user-images.githubusercontent.com/1096616/113015848-38377f00-917e-11eb-902e-4e70c2f1249a.png) **Bugs Fixed** - Related to...