1. a8e7f25a Add a shallow command buffer flush that doesn't glFlush by [email protected] · 13 years ago
  2. 8acca58 Adding necessary plumbing for bindUniformLocationCHROMIUM extension. by [email protected] · 13 years ago
  3. 6c75c71 Addition of an unpremultiplied-alpha setting for the GL_CHROMIUM_copy_texture command buffer GL extension. by [email protected] · 13 years ago
  4. c91f494 remove WEBKIT_USING_SKIA by [email protected] · 13 years ago
  5. d191b13 Addition of texture-state and fbo-state tests for GL_CHROMIUM_copy_texture. by [email protected] · 13 years ago
  6. 0a1e9ad by [email protected] · 13 years ago
  7. a6e59b1f Implement GetShaderPrecisionFormat by [email protected] · 13 years ago
  8. 251622e Chromium implementation of discardBackbuffer WebGraphicsContext3D extension. by [email protected] · 13 years ago
  9. 1097c3a1 WebKit support for EXT_occlusion_query. by [email protected] · 13 years ago
  10. 33a9c76 Remove dead WebGraphicsContext3D initialization code by [email protected] · 13 years ago
  11. 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
  12. 56200f01 Refactor WebGraphicsContext3DInProcess and TestWebGraphicsContext3D by [email protected] · 13 years ago
  13. 52dd2f84 Change PluginWindowHandle to AcceleratedWidget in ui/gfx/gl by [email protected] · 13 years ago
  14. 97dc7cbe Adds support for the GL_ANGLE_texture_usage and GL_EXT_texture_storage by [email protected] · 14 years ago
  15. 3034b681 Update these includes to use the new header locations by [email protected] · 14 years ago
  16. e51bdf3 Added minimal support to command buffer for GL_ARB_texture_rectangle by [email protected] · 14 years ago
  17. 1c75a370 Plumb through EGL_NV_post_sub_buffer and GLX_MESA_copy_sub_buffer. by [email protected] · 14 years ago
  18. c02a52e Add entry points for compressed textures. by [email protected] · 14 years ago
  19. 6c8bbcb Removed old code related to unimplemented GL_CHROMIUM_copy_texture_to_parent_texture and GL_CHROMIUM_latch. by [email protected] · 14 years ago
  20. 55ebe2f Rename setVisibility to setVisibilityCHROMIUM and expose as GL_CHROIMIUM_set_visibility extension. by [email protected] · 14 years ago
  21. 52ee7cf Allow specification of the share group in WebGraphicsContext3DInProcessImpl by [email protected] · 14 years ago
  22. 8cc980c5 Adding gl command to change surface visibility, so that the gpu process can appropriately release/reacquire resources. by [email protected] · 14 years ago
  23. 16e2521 Allow a window to be passed to WebGraphicsContext3DInProcessImpl by [email protected] · 14 years ago
  24. 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
  25. 1620073 Allow each WGC3D subclass to determine the correct GrGLInterface for its GrContext. by [email protected] · 14 years ago
  26. c0c0046 Add WebGraphicsContext support for readbacks from any framebuffer. by [email protected] · 14 years ago
  27. d2b155a Expose SwapBuffersCallback to WebGraphicsContext3D by [email protected] · 14 years ago
  28. 08bd43bd Removed vestigial GL_latch_CHROMIUM code. by [email protected] · 14 years ago
  29. 9a5afa43 Reland 93106 - Reparenting of RendererGLContexts supports going from no parent to having a parent. by [email protected] · 14 years ago
  30. 5435e93 Revert 93106 - Reparenting of RendererGLContexts supports going from no parent to having a parent. by [email protected] · 14 years ago
  31. ebcc462 Reparenting of RendererGLContexts supports going from no parent to having a parent. by [email protected] · 14 years ago
  32. 38d139d Detect and expose loss of OpenGL context using GL_ARB_robustness. by [email protected] · 14 years ago
  33. 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
  34. 8d2c157 Detect and expose loss of OpenGL context using GL_ARB_robustness. by [email protected] · 14 years ago
  35. fbe2037 Reland 87371 - Support for glSetSurfaceCHROMIUM. by [email protected] · 14 years ago
  36. 0b7a2fff Revert 87371 - Broke Compile - Support for glSetSurfaceCHROMIUM. by [email protected] · 14 years ago
  37. 9d75688 Support for glSetSurfaceCHROMIUM. by [email protected] · 14 years ago
  38. f62a5ab GLContext no longer holds a pointer to a GLSurface. by [email protected] · 14 years ago
  39. 31fe0b6 Implement GL_CHROMIUM_rate_limit_offscreen_context by [email protected] · 14 years ago
  40. 6522577 Drive compositor scheduling with the swapbuffers callback. by [email protected] · 14 years ago
  41. 91b1040 Fix the incorrect method name override. by [email protected] · 14 years ago
  42. ce9eea60 implemented latch support in renderer process. this corresponds with a webkit patch. by [email protected] · 14 years ago
  43. 3b63f8f4 Move some files from base to base/memory. by [email protected] · 14 years ago
  44. 36681ea Added context lost callback. by [email protected] · 14 years ago
  45. 09fb387 Cleanup everything but net/ for our first clang plugins. by [email protected] · 14 years ago
  46. f2208c32 Remove behind-the-flag outdated code in WebGraphicsContext's two implementations after webkit rev roll pass 76876. by [email protected] · 14 years ago
  47. 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
  48. df3aa6c06 Revert 72807 - Refactor WebGraphicsContext3D to use WGC3D types which match corresponding GL types. by [email protected] · 14 years ago
  49. d51d373 Refactor WebGraphicsContext3D to use WGC3D types which match corresponding GL types. by [email protected] · 14 years ago
  50. b6dbdc0 Add GL_CHROMIUM_framebuffer_multisample support to Chromium's by [email protected] · 14 years ago
  51. 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
  52. de06f68 Change namespace of WebGraphicsContext3DInProcessImpl based on review feedback. by [email protected] · 14 years ago
  53. 49861ff Move the in-process WebGL implementation from the WebKit to the by [email protected] · 14 years ago