1. 8790210c Move EmptyString, kWhitespace and the BOM to base. by [email protected] · 12 years ago
  2. 65f7efe Implemented failIfMajorPerformanceCaveat WebGL context creation attribute. by [email protected] · 12 years ago
  3. 3c58012 gpu: Allow TEXTURE_RECTANGLE_ARB and other targets to be used with CHROMIUM_texture_from_image. by [email protected] · 12 years ago
  4. 3110b12 Revert 235428 "Revert 234915 "Revert 234758 "gpu: Remove redunda..." by [email protected] · 12 years ago
  5. f42f05b gpu: Support ES3 msaa and depth/stencil formats by [email protected] · 12 years ago
  6. 82c6632 Revert 234915 "Revert 234758 "gpu: Remove redundant calls from C..." by [email protected] · 12 years ago
  7. 345ba90 gpu: Remove set_testing_force_is_angle by [email protected] · 12 years ago
  8. 3dc0a5eb Revert 234758 "gpu: Remove redundant calls from CommandBufferHel..." by [email protected] · 12 years ago
  9. efe3d22c Rename MultisampledRenderToTextureTest to fit existing heapcheck exclusion filter. by [email protected] · 12 years ago
  10. 49cabed Split incompatible MSAA extensions. by [email protected] · 12 years ago
  11. e51f786 gpu: Remove redundant calls from CommandBufferHelper::GetSpace() and optimize it. by [email protected] · 12 years ago
  12. 40245ccf [Android] Add workaround to unbind gpu memory buffer only on NVIDIA by [email protected] · 12 years ago
  13. 1d51882f Fixes for -Wunused-function on Linux, Android and ChromeOS by [email protected] · 12 years ago
  14. 1461bbd Fix win64 compilation error by [email protected] · 12 years ago
  15. 4159e7f mac: Prepare for -Wunused-functions. by [email protected] · 12 years ago
  16. 17486bd Delete gpu/command_buffer/client/atomicops.h by [email protected] · 12 years ago
  17. ef74db9 command_buffer: Remove hash_tables.h, simplify atomicops.h by [email protected] · 12 years ago
  18. cf1aa98 Delete gpu/command_buffer/common/logging.h by [email protected] · 12 years ago
  19. 1c96e2d Delete gpu/command_buffer/common/compiler_specific.h by [email protected] · 12 years ago
  20. 3b8dedf4 Remove apatrick@ from OWNERS by [email protected] · 12 years ago
  21. 4aada5a9 gpu: Use std::vector instead of ObserverList. by [email protected] · 12 years ago
  22. 0b8ef284 Do not give GPU memory to backgrounded compositors. by [email protected] · 12 years ago
  23. 680aa41 Don't call into driver for unsupported extensions. by [email protected] · 12 years ago
  24. de222677 Add a basic test for GL_CHROMIUM_framebuffer_multisample by [email protected] · 12 years ago
  25. f44d555 Move memory allocation/stats structs to gpu:: and remove bazillion copies by [email protected] · 12 years ago
  26. 68d170c Make command buffer handles the situation that unused uniform array elements can be optimized out. by [email protected] · 12 years ago
  27. ce29689 Break the dependency of BackTexture on the entire Decoder. Part 2 because a change submitted near the same time caused this to break the build. by [email protected] · 12 years ago
  28. fdc9828 Replace --trace-gl with TRACE_DISABLED_BY_DEFAULT("cb_command") by [email protected] · 12 years ago
  29. a7f3568 Add delegated rendering support for software renderer. by [email protected] · 12 years ago
  30. 91c94eb Re-land: gpu: Add Will/DidUseTexImage to GLImage API. by [email protected] · 12 years ago
  31. 6ffaaf31 Expose Signal(Query|SyncPoint) via gpu::ContextSupport* instead of WGC3D by [email protected] · 12 years ago
  32. d38a7d24 Revert 229532 "gpu: Add Will/DidUseTexImage to GLImage API." by [email protected] · 12 years ago
  33. 621a27b android: Enable -Wunused-const-variable. by [email protected] · 12 years ago
  34. be814b0b Revert 229640 "Break the dependency BackTexture had on the entir..." by [email protected] · 12 years ago
  35. 389d929 Break the dependency BackTexture had on the entire Decoder. by [email protected] · 12 years ago
  36. 8a48e732 gpu: Add Will/DidUseTexImage to GLImage API. by [email protected] · 12 years ago
  37. 69a517c Remove BindAttribLocationImmediate, BufferSubDataImmediate, CompressedTexSubImage2DImmediate and BindUniformLocationCHROMIUMImmediate. by [email protected] · 12 years ago
  38. c01ab13 Add renderbuffer BGRA8 format extension and support in cmd buffer for desktop GL. This enables development of a canvas2d msaa flag on desktop systems that use BGRA for canvas2d. by [email protected] · 12 years ago
  39. e8dc566 Work around broken GL_TEXTURE_BINDING_EXTERNAL_OES query by [email protected] · 12 years ago
  40. f0c8760 Apply shader short circuit workaround on MacOSX by [email protected] · 12 years ago
  41. caa1b06 Set immediate to false for DestroyImageCHROMIUM (seems to have no effect - but getting ready to remove it). by [email protected] · 12 years ago
  42. e421391 Removed HandleBufferDataImmediate. by [email protected] · 12 years ago
  43. d5a28e45 Break BackRenderbuffer dependency on the decoder. by [email protected] · 12 years ago
  44. 13388d4 Remove GetAttribLocationImmediate and GetUniformLocationImmediate. by [email protected] · 12 years ago
  45. 3f0855c0 Move in process SignalQuery implementation to service side by [email protected] · 12 years ago
  46. db144e7c Make ConvertableToTraceFormat ref-counted by [email protected] · 12 years ago
  47. 09c9afc Remove TexSubImage2DImmediate, TexImage2DImmediate, CompressedTexImage2D. by [email protected] · 12 years ago
  48. 18e785a ScopedRenderBufferBinder no longer depends on the Decoder. by [email protected] · 12 years ago
  49. 40621eb5 Move the ScopedGLErrorSuprressor to only take ErrorState. by [email protected] · 12 years ago
  50. 82fb6c974 Remove TexImage2DImmediate as a first example of removing an immediate function. They are not currently used and no plans to do so. by [email protected] · 12 years ago
  51. 1d3072f Support GL_TEXTURE_EXTERNAL_OES in ScopedTextureBinder. by [email protected] · 12 years ago
  52. b88a48cc Add SignalQuery to GpuControl interface by [email protected] · 12 years ago
  53. ee881f40 GTTF: move the test launcher files to base/test/launcher by [email protected] · 12 years ago
  54. fff7cb3 Move Insert/SignalSyncPoint() to GpuControl by [email protected] · 12 years ago
  55. 9d3b2e1 Move more framebuffer state out of ContextState and into FramebufferState. by [email protected] · 12 years ago
  56. baed42c Route GenMailboxCHROMIUM through GpuControl by [email protected] · 12 years ago
  57. 4dfeae6 GTTF: enable new test launcher for gpu_unittests by [email protected] · 12 years ago
  58. 4e46a73 PPAPI: Make GLES2 calls resilient to bad/dead resources. by [email protected] · 12 years ago
  59. 744e079 Make *CommandBufferProxy* implement GpuControl by [email protected] · 12 years ago
  60. 7fdd175 [Android] set the mapped_memory_limit for the browser compositor. This ensures we use smaller shared memory chunks when we upload resources. by [email protected] · 12 years ago
  61. 3ecc105 Allow rendering from non-stream GL_TEXTURE_EXTERNAL_OES by [email protected] · 12 years ago
  62. 9afc14e2 Clean up a few more unused globals. by [email protected] · 12 years ago
  63. 07a8501 gpu: [Android] Use 1MB as the MappedMemoryManager chunk size instead of 2MB for low-end devices. by [email protected] · 12 years ago
  64. 8e102e10 gpu: Upgrade DEPTH_COMPONENT16 to DEPTH_COMPONENT24 if possible by [email protected] · 12 years ago
  65. 959e907 Expose real VENDOR/RENDERER strings for WEBGL_debug_renderer_info. by [email protected] · 12 years ago
  66. 9493d9e Revert 224117 "gpu: Upgrade DEPTH_COMPONENT16 to DEPTH_COMPONENT..." by [email protected] · 12 years ago
  67. 50bcb3c gpu: Upgrade DEPTH_COMPONENT16 to DEPTH_COMPONENT24 if possible by [email protected] · 12 years ago
  68. 27a41fe cc: Reland r233830. "Adding support for RGBA_4444 tile textures". r223830 had a bug in async_pixel_transfer_manager_egl.cc that wasn't directly related to the 4444 support. This patch includes the rest of the files in r223830. Changes to async_pixel_transfer_manager_egl.cc have been moved to the separate patch after fixing the bug: https://codereview.chromium.org/23533067/ by [email protected] · 12 years ago
  69. ad71a0fc Removing the IsMailboxNameValid check in MailboxManager::ConsumeTexture for perf. by [email protected] · 12 years ago
  70. 465f6e8 gpu: Remove DCHECKs in AsyncPixelTransferManagerEGL about egl_image_ not being EGL_NO_IMAGE_KHR as with the upcoming 4444 texture support that assumption will no longer hold. by [email protected] · 12 years ago
  71. b992782 Revert "Adding support for RGBA_4444 tile textures" by [email protected] · 12 years ago
  72. 8e6d158 Adding support for RGBA_4444 tile textures by [email protected] · 12 years ago
  73. 8ebb4e4 gpu: Disable EXT_discard_framebuffer on ARM GPUs and expose it for pre-ES3 by [email protected] · 12 years ago
  74. 4a4c18b Moved multisample buffer verification to the command buffer by [email protected] · 12 years ago
  75. 8f9b8dd gpu: Record GL state to trace by [email protected] · 12 years ago
  76. d49c540 cc: Invalidate appropriate FBO attachment for offscreen rendering by [email protected] · 12 years ago
  77. d7c7a484 Remove the problematic call to GLSurface::GetBackingFrameBufferObject. by [email protected] · 12 years ago
  78. 81187c6 Roll in ANGLE and turn on gl_Position init workaround. by [email protected] · 12 years ago
  79. d7f083e Uniforms and attributes name conflicts should cause link failure by [email protected] · 12 years ago
  80. a6739bc Add driver bug workaround for SH_INIT_GL_POSITION. by [email protected] · 12 years ago
  81. 7185d6d gpu: Map glDiscardFramebufferEXT to glInvalidateFramebuffer by [email protected] · 12 years ago
  82. 956aec5 FeatureInfo: Remove allowed_extensions and init workarounds early by [email protected] · 12 years ago
  83. 487ce43 Apply varying packing rule. by [email protected] · 12 years ago
  84. cd8f189 Set MaxDrawBuffers to 1 if WEBGL_draw_buffers is not enabled in WebGL. by [email protected] · 12 years ago
  85. bc2df5d9 Android: Add gl_tests to FYI bot by [email protected] · 12 years ago
  86. dc2b85c Android: Don't update StreamTexture from CopyTextureCHROMIUM by [email protected] · 12 years ago
  87. 0fc0a2d4 [Android] Rename SurfaceTextureBridge to just SurfaceTexture. by [email protected] · 12 years ago
  88. d48f33cc Android bot issue were fixed by infrastructure team, so reland this. by [email protected] · 12 years ago
  89. 6eb77535 GPU: Avoid generating a crash report when the GPU process quits. by [email protected] · 12 years ago
  90. 5537605d Rename async upload/readback queries to avoid mix-ups by [email protected] · 12 years ago
  91. e585f9e2 Support async readbacks on OpenGL ES 3.0 drivers by [email protected] · 12 years ago
  92. 524a69c11 Re-order fields of gpu::gles2::Buffer. by [email protected] · 12 years ago
  93. 77ecd32 Added gpu driver workaround for disabling ANGLE_instanced_arrays by [email protected] · 12 years ago
  94. 2f632ca Create an OWNERS file in gpu/command_buffer and add a few owners. by [email protected] · 12 years ago
  95. 4604ad61 Revert 219501 "Validate varying varibales matching for vertex/fr..." by [email protected] · 12 years ago
  96. 28a33e3 Validate varying varibales matching for vertex/fragment shaders. by [email protected] · 12 years ago
  97. f43d0a2 Fix shader uniform precision bug. by [email protected] · 12 years ago
  98. b52fa34 Remove redundant newlib builds of untrusted libraries by [email protected] · 12 years ago
  99. 3a59bb9 Support stream textures with the synchronous compositor by [email protected] · 12 years ago
  100. f9b9cce60 Enforce a memory limit on MappedMemoryManager by [email protected] · 12 years ago