George Wright
|
9f3f2796ec
|
Bug 902483 - Expose missing GLES2 extensions to SkiaGL r=mattwoodrow
|
2013-07-31 20:10:55 -04:00 |
|
James Willcox
|
f336c23ebd
|
Bug 887318 - Fix SkiaGL readback when BGRA unavailable r=jgilbert
|
2013-06-27 10:20:21 -04:00 |
|
George Wright
|
09e0ff6d4f
|
Bug 889969 - Inform Skia whether we support GL_OES_rgb8_rgba8 or not r=mattwoodrow
---
gfx/gl/GLContextSkia.cpp | 4 ++++
1 file changed, 4 insertions(+)
|
2013-07-03 14:34:33 -04:00 |
|
Benoit Jacob
|
f429d28a81
|
Bug 875218 - Make sGLContext thread-local r=mattwoodrow
|
2013-06-17 15:45:56 -04:00 |
|
Benoit Jacob
|
f0a1c91ea8
|
Bug 875218 - Refactor the ownership model under DrawTargetSkia, so that DrawTargetSkia now owns a GLContext, and the only reference that the Skia GrGLInterface gets to the non-Skia world is a pointer back to the DrawTargetSkia r=mattwoodrow
|
2013-06-16 22:07:18 -04:00 |
|
Jacek Caban
|
98db3116eb
|
Bug 849207 - Use __declspec(dllexport) for exporting skia C++ symbols. r=gwright
--HG--
extra : rebase_source : 333c7fcc334db6f6969995f0ff5fac8bb9607e74
|
2013-03-12 11:33:36 +01:00 |
|
George Wright
|
84976a0a1e
|
[PATCH 6/9] Bug 751418 - Add a GrGLInterface for Mozilla's GLContext r=mattwoodrow
From cfd2ab8845e4f1ae7e93d293662b9519346694d2 Mon Sep 17 00:00:00 2001
---
gfx/gl/GLContextSkia.cpp | 802 ++++++++++++++++++++++++++++++++++++++++++++
gfx/gl/GLContextSkia.h | 14 +
gfx/gl/Makefile.in | 5 +
layout/media/symbols.def.in | 7 +
4 files changed, 828 insertions(+)
create mode 100644 gfx/gl/GLContextSkia.cpp
create mode 100644 gfx/gl/GLContextSkia.h
|
2012-10-27 16:47:58 -04:00 |
|