Jeff Gilbert
|
ed70412b90
|
Bug 982960 - Add GLContext support for draw_range_elements. r=kamidphish
|
2014-03-17 10:50:15 -04: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 |
|
Jeff Gilbert
|
c296158df3
|
Bug 969632 - More const cleanup in gfx/gl. - r=bjacob
|
2014-02-13 15:02:03 -08:00 |
|
Benoit Girard
|
5630e118c1
|
Bug 971154 - Implement APPLE_texture_range. r=jrmuizel
|
2013-12-12 13:27:10 -05:00 |
|
Jeff Gilbert
|
5591502d99
|
Bug 910429 - Add KHR_debug support to GLContext. - r=bjacob
|
2013-10-08 16:20:24 -07:00 |
|
Guillaume Abadie
|
fd835cd828
|
bug 903481 - step 2 - [WebGL 2.0] transform feedback: add symbols in GLContext - r=jgilbert
|
2013-08-20 11:36:20 -04:00 |
|
Guillaume Abadie
|
55c0e32502
|
bug 893180 - [WebGL 2.0] gl.vertexAttribDivisor (GL_ARB_instanced_array) - r=jgilbert
|
2013-08-06 20:05:51 -04:00 |
|
Guillaume Abadie
|
aa8c3fc910
|
bug 892978 - [WebGL 2.0] Query objects (GL_ARB_occlusion_query_boolean) - r=jgilbert
|
2013-08-06 17:23:46 -04:00 |
|
Guillaume Abadie
|
1c838a60f4
|
bug 892546 - [WebGL 2.0] Instanced Rendering (GL_ARB_draw_instanced) - r=jgilbert
|
2013-07-25 20:38:58 -04:00 |
|
James King
|
6a510d7e7b
|
Bug 738869 - Implement OES_vertex_array_object. r=jgilbert
|
2013-06-17 16:17:59 -04:00 |
|
George Wright
|
89bebda950
|
[PATCH 5/9] Bug 807500 - Add a bunch of required GL wrapper methods to GLContext for use with Skia-GL r=mattwoodrow
From 280a6de21b11d92c287ec8d35daffd34179b6e94 Mon Sep 17 00:00:00 2001
---
gfx/gl/GLContext.cpp | 26 +++++++++++++++++
gfx/gl/GLContext.h | 73 +++++++++++++++++++++++++++++++++++++++++++++++
gfx/gl/GLContextSymbols.h | 20 +++++++++++++
3 files changed, 119 insertions(+)
|
2012-11-01 12:11:42 -04:00 |
|
Jeff Gilbert
|
78f00c0f31
|
Bug 716859 - Streaming GLContext buffers (doublebuffering, etc) - r=bjacob,jrmuizel,vlad
--HG--
extra : rebase_source : 3fb4230127df8a265d930fb779bdc93e05626c8b
|
2013-02-13 15:26:24 -08:00 |
|
Ed Morley
|
23a70898de
|
Backed out changeset 82747d694e7a (bug 716859) for android reftest-2 timeouts
|
2013-02-21 19:54:25 +00:00 |
|
Jeff Gilbert
|
197c718e7b
|
Bug 716859 - Streaming GLContext buffers (doublebuffering, etc) - r=bjacob,jrmuizel,vlad
--HG--
extra : rebase_source : 5dad29809733a54a19cd3e5030498f00597d1dc8
|
2013-02-13 15:26:24 -08:00 |
|
Ryan VanderMeulen
|
b891b80fa0
|
Backed out changeset b46c006a7696 (bug 716859) and changeset 6a14e4c15aa6 (bug 841836) for B2G test failures on a CLOSED TREE.
|
2013-02-20 10:01:20 -05:00 |
|
Jeff Gilbert
|
2187525c49
|
Bug 716859 - Streaming GLContext buffers (doublebuffering, etc) - r=bjacob,jrmuizel,vlad
|
2013-02-13 15:26:24 -08:00 |
|
Jeff Gilbert
|
cb06cece67
|
Bug 766366 - Add GLContext::BlitTextureToTexture - r=bjacob
|
2012-08-21 20:30:20 -07:00 |
|
Jeff Gilbert
|
0ce7717335
|
Bug 774059 - Fix up references to glEGLImageTargetTexture2D - r=bjacob
|
2012-07-19 21:14:14 -07:00 |
|
Jeff Gilbert
|
35740f94a5
|
Backed out changeset d4a04cc38326
|
2012-07-18 15:23:47 -07:00 |
|
Jeff Gilbert
|
3e4b30be56
|
Bug 774059 - Fix up references to glEGLImageTargetTexture2D - r=bjacob
|
2012-07-18 14:17:10 -07:00 |
|
Benoit Jacob
|
ee53ef1ef8
|
Bug 769812 - ATI OpenGL driver renders point sprite upside-down - r=jgilbert
|
2012-07-05 10:13:46 -04:00 |
|
Jeff Gilbert
|
726669562c
|
Bug 762259 - Drop vendor suffixes from EGLImage for internal uses - r=bjacob
|
2012-06-12 14:36:10 -07:00 |
|
Gervase Markham
|
87620f5676
|
Bug 716478 - update licence to MPL 2.
|
2012-05-21 12:12:37 +01:00 |
|
Jon Buckley
|
f4f2e1efb0
|
Bug 728017 - Implement WEBGL_compressed_texture_s3tc - r=bjacob
|
2012-05-08 13:29:31 -04:00 |
|
Ed Morley
|
8a8e40fff3
|
Backout ba7cf6fd10ae (bug 728017) for failing to compile
|
2012-05-08 18:50:45 +01:00 |
|
Jon Buckley
|
56d33b746c
|
Bug 728017 - Implement WEBGL_compressed_texture_s3tc - r=bjacob
|
2012-05-08 13:29:31 -04:00 |
|
Jeff Gilbert
|
120971cba5
|
Bug 739421 - Implement/expose ARB_sync in GLContext - r=bjacob
|
2012-04-06 16:57:55 -07:00 |
|
Matt Woodrow
|
6ec8203d33
|
Bug 700240 - Print display lists to a file. r=roc,bjacob
|
2012-03-01 21:26:09 +13:00 |
|
Doug Sherk
|
797ba840ff
|
Bug 708207: implement WebGL's getShaderPrecisionFormat r=bjacob
|
2011-12-16 13:11:59 -08:00 |
|
Matt Woodrow
|
655a2b090b
|
Bug 703516 - Move GLContext code into a separate folder. r=jrmuizel
--HG--
rename : gfx/thebes/EGLUtils.h => gfx/gl/EGLUtils.h
rename : gfx/thebes/GLContext.cpp => gfx/gl/GLContext.cpp
rename : gfx/thebes/GLContext.h => gfx/gl/GLContext.h
rename : gfx/thebes/GLContextProvider.h => gfx/gl/GLContextProvider.h
rename : gfx/thebes/GLContextProviderCGL.mm => gfx/gl/GLContextProviderCGL.mm
rename : gfx/thebes/GLContextProviderEGL.cpp => gfx/gl/GLContextProviderEGL.cpp
rename : gfx/thebes/GLContextProviderGLX.cpp => gfx/gl/GLContextProviderGLX.cpp
rename : gfx/thebes/GLContextProviderImpl.h => gfx/gl/GLContextProviderImpl.h
rename : gfx/thebes/GLContextProviderNull.cpp => gfx/gl/GLContextProviderNull.cpp
rename : gfx/thebes/GLContextProviderOSMesa.cpp => gfx/gl/GLContextProviderOSMesa.cpp
rename : gfx/thebes/GLContextProviderWGL.cpp => gfx/gl/GLContextProviderWGL.cpp
rename : gfx/thebes/GLContextSymbols.h => gfx/gl/GLContextSymbols.h
rename : gfx/thebes/GLDefs.h => gfx/gl/GLDefs.h
rename : gfx/thebes/GLXLibrary.h => gfx/gl/GLXLibrary.h
rename : gfx/thebes/WGLLibrary.h => gfx/gl/WGLLibrary.h
|
2011-11-18 22:07:49 +13:00 |
|