Wes Kocher
|
a774349143
|
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
|
df0c006a7c
|
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
|
8c401a23b7
|
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
|
2b32dd27bb
|
Back out changesets from bug 910754 due to build bustage
|
2014-02-18 17:54:04 -05:00 |
|
George Wright
|
612ed9a7d5
|
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
|
dc28f1ce88
|
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
|
7b82ee95c1
|
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
|
c296158df3
|
Bug 969632 - More const cleanup in gfx/gl. - r=bjacob
|
2014-02-13 15:02:03 -08:00 |
|
Benoit Jacob
|
62136dc55f
|
Bug 958256 - Mark standard_derivatives as unsupported on Vivante drivers - r=jgilbert,snorp
|
2014-01-10 14:50:25 -05:00 |
|
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 |
|