Sign in
chromium
/
chromium
/
src.git
/
47665442852d4e2b03b51cb780fe57316b6613c7
/
webkit
/
gpu
/
webgraphicscontext3d_in_process_impl.h
a8e7f25a
Add a shallow command buffer flush that doesn't glFlush
by
[email protected]
· 13 years ago
8acca58
Adding necessary plumbing for bindUniformLocationCHROMIUM extension.
by
[email protected]
· 13 years ago
6c75c71
Addition of an unpremultiplied-alpha setting for the GL_CHROMIUM_copy_texture command buffer GL extension.
by
[email protected]
· 13 years ago
c91f494
remove WEBKIT_USING_SKIA
by
[email protected]
· 13 years ago
d191b13
Addition of texture-state and fbo-state tests for GL_CHROMIUM_copy_texture.
by
[email protected]
· 13 years ago
0a1e9ad
by
[email protected]
· 13 years ago
a6e59b1f
Implement GetShaderPrecisionFormat
by
[email protected]
· 13 years ago
251622e
Chromium implementation of discardBackbuffer WebGraphicsContext3D extension.
by
[email protected]
· 13 years ago
1097c3a1
WebKit support for EXT_occlusion_query.
by
[email protected]
· 13 years ago
33a9c76
Remove dead WebGraphicsContext3D initialization code
by
[email protected]
· 13 years ago
c5370901
This is the glue that binds the GpuMemoryManager and the WebKit WebGraphicsContext3D GL_CHROMIUM_gpu_memory_manager extension.
by
[email protected]
· 13 years ago
56200f01
Refactor WebGraphicsContext3DInProcess and TestWebGraphicsContext3D
by
[email protected]
· 13 years ago
52dd2f84
Change PluginWindowHandle to AcceleratedWidget in ui/gfx/gl
by
[email protected]
· 13 years ago
97dc7cbe
Adds support for the GL_ANGLE_texture_usage and GL_EXT_texture_storage
by
[email protected]
· 14 years ago
3034b681
Update these includes to use the new header locations
by
[email protected]
· 14 years ago
e51bdf3
Added minimal support to command buffer for GL_ARB_texture_rectangle
by
[email protected]
· 14 years ago
1c75a370
Plumb through EGL_NV_post_sub_buffer and GLX_MESA_copy_sub_buffer.
by
[email protected]
· 14 years ago
c02a52e
Add entry points for compressed textures.
by
[email protected]
· 14 years ago
6c8bbcb
Removed old code related to unimplemented GL_CHROMIUM_copy_texture_to_parent_texture and GL_CHROMIUM_latch.
by
[email protected]
· 14 years ago
55ebe2f
Rename setVisibility to setVisibilityCHROMIUM and expose as GL_CHROIMIUM_set_visibility extension.
by
[email protected]
· 14 years ago
52ee7cf
Allow specification of the share group in WebGraphicsContext3DInProcessImpl
by
[email protected]
· 14 years ago
8cc980c5
Adding gl command to change surface visibility, so that the gpu process can appropriately release/reacquire resources.
by
[email protected]
· 14 years ago
16e2521
Allow a window to be passed to WebGraphicsContext3DInProcessImpl
by
[email protected]
· 14 years ago
29214d31
Create a GrGLInterface per-GrContext in Chrome. We do this so that its per-GL-function callback can be used to set the correct GL context.
by
[email protected]
· 14 years ago
1620073
Allow each WGC3D subclass to determine the correct GrGLInterface for its GrContext.
by
[email protected]
· 14 years ago
c0c0046
Add WebGraphicsContext support for readbacks from any framebuffer.
by
[email protected]
· 14 years ago
d2b155a
Expose SwapBuffersCallback to WebGraphicsContext3D
by
[email protected]
· 14 years ago
08bd43bd
Removed vestigial GL_latch_CHROMIUM code.
by
[email protected]
· 14 years ago
9a5afa43
Reland 93106 - Reparenting of RendererGLContexts supports going from no parent to having a parent.
by
[email protected]
· 14 years ago
5435e93
Revert 93106 - Reparenting of RendererGLContexts supports going from no parent to having a parent.
by
[email protected]
· 14 years ago
ebcc462
Reparenting of RendererGLContexts supports going from no parent to having a parent.
by
[email protected]
· 14 years ago
38d139d
Detect and expose loss of OpenGL context using GL_ARB_robustness.
by
[email protected]
· 14 years ago
35d9007
Revert 92429 - Detect and expose loss of OpenGL context using GL_ARB_robustness. (Regressed static initalizer size on Linux -- will need to reexamine code to understand why.)
by
[email protected]
· 14 years ago
8d2c157
Detect and expose loss of OpenGL context using GL_ARB_robustness.
by
[email protected]
· 14 years ago
fbe2037
Reland 87371 - Support for glSetSurfaceCHROMIUM.
by
[email protected]
· 14 years ago
0b7a2fff
Revert 87371 - Broke Compile - Support for glSetSurfaceCHROMIUM.
by
[email protected]
· 14 years ago
9d75688
Support for glSetSurfaceCHROMIUM.
by
[email protected]
· 14 years ago
f62a5ab
GLContext no longer holds a pointer to a GLSurface.
by
[email protected]
· 14 years ago
31fe0b6
Implement GL_CHROMIUM_rate_limit_offscreen_context
by
[email protected]
· 14 years ago
6522577
Drive compositor scheduling with the swapbuffers callback.
by
[email protected]
· 14 years ago
91b1040
Fix the incorrect method name override.
by
[email protected]
· 14 years ago
ce9eea60
implemented latch support in renderer process. this corresponds with a webkit patch.
by
[email protected]
· 14 years ago
3b63f8f4
Move some files from base to base/memory.
by
[email protected]
· 14 years ago
36681ea
Added context lost callback.
by
[email protected]
· 14 years ago
09fb387
Cleanup everything but net/ for our first clang plugins.
by
[email protected]
· 14 years ago
f2208c32
Remove behind-the-flag outdated code in WebGraphicsContext's two implementations after webkit rev roll pass 76876.
by
[email protected]
· 14 years ago
9cae4ee1
Refactor WebGraphicsContext3D to use WGC3D types which match corresponding GL types. (Land a second time to fix a bug caused by auto-merging.)
by
[email protected]
· 14 years ago
df3aa6c06
Revert 72807 - Refactor WebGraphicsContext3D to use WGC3D types which match corresponding GL types.
by
[email protected]
· 14 years ago
d51d373
Refactor WebGraphicsContext3D to use WGC3D types which match corresponding GL types.
by
[email protected]
· 14 years ago
b6dbdc0
Add GL_CHROMIUM_framebuffer_multisample support to Chromium's
by
[email protected]
· 14 years ago
c1d9cdc
Roll WebKit DEPS past WebKit move. Update gyp files and include paths to reflect the move. Consolidate how we DEPS in WebKit source files. Cross fingers.
by
[email protected]
· 14 years ago
de06f68
Change namespace of WebGraphicsContext3DInProcessImpl based on review feedback.
by
[email protected]
· 14 years ago
49861ff
Move the in-process WebGL implementation from the WebKit to the
by
[email protected]
· 14 years ago