Dan Glastonbury
|
6b1362b328
|
Bug 1024256 - Blacklist S3TC extension on OSX 10.9 Intel HD 3000 driver because of buggy glCompressedTexSubImage2D with sub-image update; r=jgilbert
|
2014-06-16 09:30:04 +10:00 |
|
Jeff Gilbert
|
d05a5159cc
|
Bug 980178 - Clean up context loss handling code. - r=kamidphish
|
2014-06-02 14:40:15 -07:00 |
|
Ryan VanderMeulen
|
7e970bd782
|
Backed out changeset 441137505200 (bug 980178) for causing various TBPL crashes.
|
2014-05-29 14:33:28 -04:00 |
|
Jeff Gilbert
|
d17ff957ba
|
Bug 980178 - Clean up context loss handling code. - r=kamidphish
|
2014-05-27 20:01:33 -07:00 |
|
Andreas Gal
|
f78d29b988
|
Bug 1001885: Support NPOT texture wrap modes on older PowerVR drivers (r=mattwoodrow).
|
2014-05-22 15:05:03 -04:00 |
|
Wes Kocher
|
2a39b6c319
|
Backed out changeset 350f36f463d5 (bug 980178) to fix webgl bustage on a CLOSED TREE
|
2014-05-12 19:11:08 -07:00 |
|
Jeff Gilbert
|
e137b6ef97
|
Bug 980178 - Clean up context loss handling code. - r=kamidphish
|
2014-05-12 17:56:31 -07:00 |
|
Peter Chang
|
b9eb78db67
|
Bug 1006336 - Change OwningThreadId in GLContext to PlatformThread::CurrentId(). r=bjacob
|
2014-05-09 00:18:00 -04:00 |
|
Benoit Jacob
|
f789513539
|
Bug 1005658 - Don't pass stack pointers to the GL for buffers, and have GLContext try to guard against it - r=jgilbert
|
2014-05-08 21:03:37 -04:00 |
|
Jeff Gilbert
|
db332a112a
|
Bug 1004702 - Use KHR_debug in DebugMode(). - r=bjacob
|
2014-05-06 13:59:18 -07:00 |
|
Kartikaya Gupta
|
281d788259
|
Bug 997380 - Resolve ambiguous reference to strdup. r=bjacob
|
2014-04-16 20:56:21 -04:00 |
|
Tatiana Meshkova
|
0dbaa9d653
|
Bug 994856 - Add support for Gecko rendering via GLScreenBuffer into external GL Context. r=bjacob,jgilbert
|
2014-04-15 07:57:26 -07:00 |
|
Jonathan Watt
|
200e95e9eb
|
Bug 996901 - Remove lots of gfxASurface.h and gfxImageSurface.h includes and forward declarations that are no longer needed. r=mattwoodrow
|
2014-04-16 01:41:40 +01:00 |
|
Benoit Jacob
|
b8b30aeafd
|
Bug 990233 - Back out Bug 978479 and Bug 980364 because of a 5% tresize regression on Mac OSX 10.6 - no review, just a backout on a CLOSED TREE
|
2014-03-31 22:31:24 -04:00 |
|
Benoit Jacob
|
deb0120079
|
Bug 987828 - 4/4 - Remove IsGLES2 - r=jgilbert
|
2014-03-31 05:10:49 -04:00 |
|
Benoit Jacob
|
dcf7236aab
|
Bug 987828 - 3/4 - Use IsGLES instead of IsGLES2 - r=jgilbert
|
2014-03-31 05:10:49 -04:00 |
|
Andreas Gal
|
260e56ecba
|
Bug 980364 - Add GLDrawRectHelper and use it from GLBlitTextureImageHelper. r=bjacob
|
2014-03-30 17:37:00 +02:00 |
|
Jeff Gilbert
|
e74ceb3aeb
|
Bug 985685 - DrawRangeElements should call Before/AfterGLDrawCall(). - r=kamidphish
|
2014-03-20 21:20:02 -07:00 |
|
Jeff Gilbert
|
18eef3b4d4
|
Bug 982960 - Add GLContext support for draw_range_elements. r=kamidphish
|
2014-03-17 10:50:15 -04:00 |
|
Jeff Gilbert
|
6027388cd9
|
Bug 980684 - Actually use IOSurfaces on Mac. - r=snorp
|
2014-03-10 19:08:50 -07:00 |
|
Jeff Gilbert
|
8f53ae3993
|
Bug 976813 - Separate ShSurf::Texture for Prod and Cons. - r=snorp
|
2014-03-10 19:08:49 -07:00 |
|
Jeff Gilbert
|
7e236f76f8
|
Bug 943190 - Implement WEBGL_compressed_texture_et1. - r=kamidphish
|
2014-03-10 15:42:58 -07:00 |
|
Jeff Gilbert
|
77c841f7fd
|
Bug 843666 - Implement color-buffer-(half-)float for WebGL. - r=kamidphish
|
2014-03-07 13:26:17 -08:00 |
|
Jeff Gilbert
|
6ca9eaaa7d
|
Bug 980108 - GLContext.h should not use GLAPIENTRY decls. - r=kamidphish
|
2014-03-05 17:35:40 -08:00 |
|
Dan Glastonbury
|
105377fc80
|
Bug 975824 - Disable S3TC compressed texture support on VMware Gallium 0.4 with
llvmpipe. r=jgilbert
|
2014-02-28 16:57:03 +10:00 |
|
Jeff Gilbert
|
ecac7faae3
|
Bug 978414 - Mark GLContext virtuals const and MOZ_OVERRIDE where appropriate. - r=bjacob
|
2014-03-03 18:47:43 -08:00 |
|
George Wright
|
2e2e65e7e1
|
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
|
309648f662
|
Back out changesets from bug 910754 due to build bustage
|
2014-02-18 17:54:04 -05:00 |
|
George Wright
|
ee3c883bbb
|
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
|
ee6f816ed1
|
Bug 969632 - More const cleanup in gfx/gl. - r=bjacob
|
2014-02-13 15:02:03 -08:00 |
|
Jeff Gilbert
|
6c7fc28cfd
|
Bug 823454 - Implement EXT_frag_depth for WebGL. - r=kamidphish
|
2014-02-13 15:00:12 -08:00 |
|
Jeff Gilbert
|
337c3608dc
|
Bug 912280 - Implement OES_texture_half_float_linear for WebGL. r=kamidphish
|
2014-02-13 09:53:53 -05:00 |
|
Benoit Girard
|
15b0d7e7f7
|
Bug 971154 - Implement APPLE_texture_range. r=jrmuizel
|
2013-12-12 13:27:10 -05:00 |
|
Jeff Gilbert
|
24c4ab9d4d
|
Bug 968469 - Add check for ARB_half_float_pixel to GLFeature::texture_half_float. r=kamidphish
|
2014-02-10 18:03:12 -05:00 |
|
Jeff Gilbert
|
823f3fef45
|
Bug 969632 - Make GLContext::fDeleteFoo funcs const-correct. r=bjacob
|
2014-02-08 21:06:08 -05:00 |
|
Ryan VanderMeulen
|
2b2cf89a68
|
Backed out changeset 8d885b139d7d (bug 912280) for bustage.
|
2014-02-07 10:38:27 -05:00 |
|
Jeff Gilbert
|
0db3af46b0
|
Bug 912280 - Implement OES_texture_half_float_linear for WebGL. r=kamidphish
|
2014-02-07 10:21:49 -05:00 |
|
Vladimir Vukicevic
|
9d5d5dab4a
|
b=738872, implement WebGL OES_texture_half_float; part 1 - GLContext; r=jgilbert
|
2014-01-23 12:47:56 -05:00 |
|
Benoit Jacob
|
af24b2af27
|
Bug 958256 - Mark standard_derivatives as unsupported on Vivante drivers - r=jgilbert,snorp
|
2014-01-10 14:50:25 -05:00 |
|
Benoit Jacob
|
4374a80063
|
Bug 958369 - 5/5 - Make ContextType a typed enum - r=jgilbert
|
2014-01-10 13:55:24 -05:00 |
|
Benoit Jacob
|
f02a9b87ea
|
Bug 958369 - 2/5 - Make GLVendor and GLRenderer typed enums - r=jgilbert
|
2014-01-10 13:55:23 -05:00 |
|
Benoit Jacob
|
b05e26dc69
|
Bug 958369 - 1/5 - Make GLFeature a typed enum - r=jgilbert
|
2014-01-10 13:55:23 -05:00 |
|
Benoit Jacob
|
7bf05f5074
|
Bug 956401 - 9/9 - Optimization: cache the scissor rect in GLContext - r=vladv
|
2014-01-07 15:02:19 -05:00 |
|
Benoit Jacob
|
6d0a696864
|
Bug 956401 - 8/9 - Remove GLContext's scissor stack - r=jgilbert
|
2014-01-07 15:02:19 -05:00 |
|
Benoit Jacob
|
36c0991352
|
Bug 956154 - 2/2 - Optimization: cache the viewport rect - r=vladv
|
2014-01-07 15:02:18 -05:00 |
|
Benoit Jacob
|
4d8fcc24c1
|
Bug 956154 - 1/2 - Remove GLContext's viewport stack - r=jgilbert
|
2014-01-07 15:02:18 -05:00 |
|
Benoit Jacob
|
bb2984e1eb
|
Bug 956141 - Move y-flipping feature out of GLContext, into CompositorOGL - r=jgilbert,nrc
|
2014-01-07 15:02:18 -05:00 |
|
Benoit Jacob
|
ba93ad0ec2
|
Bug 950903 - 6/8 - Remove GLContext::GetNativeData - r=jgilbert
|
2014-01-07 15:02:18 -05:00 |
|
Benoit Jacob
|
1c4c105204
|
Bug 949819 - Move remaining ReadPixels and GetTexImage helpers out of GLContext - r=jgilbert
|
2014-01-02 10:17:29 -05:00 |
|
Benoit Jacob
|
277b7c507a
|
Bug 949816 - Move override-EGLSurface feature out of GLContext - r=jgilbert
|
2014-01-02 10:17:28 -05:00 |
|