Wes Kocher
|
09174e398b
|
Backed out changeset cf6a31bca4e0 (bug 939276) for webgl reftest crash
--HG--
rename : gfx/gl/SkiaGLGlue.cpp => gfx/gl/GLContextSkia.cpp
|
2014-02-20 15:23:52 -08:00 |
|
James Willcox
|
1715424e2c
|
Bug 939276 - Use a single GLContext for all SkiaGL canvases r=vlad,gwright,bjacob
--HG--
rename : gfx/gl/GLContextSkia.cpp => gfx/gl/SkiaGLGlue.cpp
extra : rebase_source : 8e85dd34a67c2e193480e9f1f5baf68a898790fe
|
2014-02-20 16:20:28 -06:00 |
|
George Wright
|
317b3b869a
|
Bug 910754 - Add a bunch more required OpenGL functions for SkiaGL when using desktop OpenGL r=vlad
|
2013-06-07 23:11:58 -04:00 |
|
George Wright
|
a523e57437
|
Back out changesets from bug 910754 due to build bustage
|
2014-02-18 17:54:04 -05:00 |
|
George Wright
|
d92ed9779c
|
Bug 910754 - Add a bunch more required OpenGL functions for SkiaGL when using desktop OpenGL r=vlad
|
2013-06-07 23:11:58 -04:00 |
|
Ehsan Akhgari
|
de8052b706
|
Backed out 2 changesets (bug 939276) because of build bustage
Backed out changeset 1cedc759f877 (bug 939276)
Backed out changeset 61cef3b533ba (bug 939276)
--HG--
rename : gfx/gl/SkiaGLGlue.cpp => gfx/gl/GLContextSkia.cpp
|
2014-02-14 18:48:05 -05:00 |
|
James Willcox
|
48175fc2e0
|
Bug 939276 - Use a single GLContext for all SkiaGL canvases r=bjacob,gwright,dglastonbury
--HG--
rename : gfx/gl/GLContextSkia.cpp => gfx/gl/SkiaGLGlue.cpp
|
2014-02-14 15:55:58 -06:00 |
|
Jeff Gilbert
|
38115d3bf8
|
Bug 969632 - More const cleanup in gfx/gl. - r=bjacob
|
2014-02-13 15:02:03 -08:00 |
|
Benoit Jacob
|
c1099f27c0
|
Bug 958256 - Mark standard_derivatives as unsupported on Vivante drivers - r=jgilbert,snorp
|
2014-01-10 14:50:25 -05:00 |
|
George Wright
|
657b9b1b9c
|
Bug 902483 - Expose missing GLES2 extensions to SkiaGL r=mattwoodrow
|
2013-07-31 20:10:55 -04:00 |
|
James Willcox
|
951263c282
|
Bug 887318 - Fix SkiaGL readback when BGRA unavailable r=jgilbert
|
2013-06-27 10:20:21 -04:00 |
|
George Wright
|
5f25d4e7f8
|
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
|
2f0f679880
|
Bug 875218 - Make sGLContext thread-local r=mattwoodrow
|
2013-06-17 15:45:56 -04:00 |
|
Benoit Jacob
|
019e7f80e4
|
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
|
d708ac8932
|
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
|
3a0697a27c
|
[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 |
|