summaryrefslogtreecommitdiffstats
path: root/ui/gl
Commit message (Expand)AuthorAgeFilesLines
* CrOS: Look for consistency between successive vsync intervals.backer@chromium.org2013-04-102-18/+47
* Force GPU switch with CGLSetVirtualScreen only for compositorccameron@chromium.org2013-04-104-26/+46
* -Move #define for EGL_BUFFER_NATIVE_ANDROID within gl_bindings.hkaanb@chromium.org2013-04-092-3/+5
* Change Map() API to take in a mode for read/write/read-or-write, also pass gf...kaanb@chromium.org2013-04-091-4/+9
* Rewrite std::string("") to std::string(), Linux edition.dcheng@chromium.org2013-04-091-1/+1
* Revert "Rewrite std::string("") to std::string(), Linux edition."dcheng@chromium.org2013-04-091-1/+1
* Rewrite std::string("") to std::string(), Linux edition.dcheng@chromium.org2013-04-091-1/+1
* GLImage support for Android zero-copy pixel bufferskaanb@chromium.org2013-04-099-10/+200
* android_webview: changes to support Android GraphicBufferskaanb@chromium.org2013-04-082-0/+51
* Fix GL virtualization warnings on OS Xccameron@chromium.org2013-04-032-0/+5
* [Android] Fix remaining linker errors for components buildyfriedman@chromium.org2013-04-031-0/+5
* ui: Update the includes of base/shared_memory.h to its new location.tfarina@chromium.org2013-04-024-4/+4
* Implement client side PBOs for glReadPixelhubbe@chromium.org2013-04-021-0/+2
* Add a |scope| argument to TRACE_EVENT_INSTANT* and require its presence.simonjam@chromium.org2013-03-261-2/+3
* Wait some time before switching to integrated GPU.jbauman@chromium.org2013-03-231-1/+6
* Remove DCHECK() for being current in GLSurface::GetExtensions().sievers@chromium.org2013-03-211-4/+0
* ui: Async upload queries should always complete in the order they are issued.reveman@chromium.org2013-03-212-66/+76
* CrOS: Sanitize driver values from GLX_OML_sync_controlbacker@chromium.org2013-03-211-6/+12
* CrOS: Add more instrumentation to LOG(FATAL) vsync message.backer@chromium.org2013-03-191-1/+9
* gpu: Implement idle async pixel transfers.reveman@chromium.org2013-03-167-18/+465
* Set the GL implementation during unit tests.gman@chromium.org2013-03-151-1/+1
* Implement EXT_draw_buffers WebGL extention support in command buffer.zmo@chromium.org2013-03-141-1/+1
* gpu: Clean up pending async transfers.epenner@chromium.org2013-03-134-94/+121
* Don't migrate contexts that require the discrete GPU off it.jbauman@chromium.org2013-03-131-2/+6
* gpu: Finish after EGLImage creation on Qualcommskyostil@chromium.org2013-03-111-1/+17
* Revert 187061sievers@chromium.org2013-03-091-2/+4
* Adjust DCHECK() for being current in GLSurface::GetExtensions().sievers@chromium.org2013-03-081-4/+2
* Android WebView: Subclass GLContext for extension string.sievers@chromium.org2013-03-081-1/+43
* Android: Support GPU processsievers@chromium.org2013-03-071-0/+12
* Switch all contexts in a share group to be on the same screen as the window t...jbauman@chromium.org2013-03-064-25/+98
* gpu: Add the ability to wait on upload completion.epenner@chromium.org2013-03-054-32/+51
* Set vertex array object function pointers in GL interfaces used by Skia.bsalomon@google.com2013-03-051-0/+15
* Revert 185521tommi@chromium.org2013-03-012-3/+3
* Revert 185332tommi@chromium.org2013-03-012-3/+3
* Revert 185518tommi@chromium.org2013-03-012-3/+3
* Revert 185332tommi@chromium.org2013-03-012-3/+3
* Update khronos GLES2/gl2.h headerphajdan.jr@chromium.org2013-02-282-3/+3
* CrOS: Crash (not hang) on bad vsync refresh interval.backer@chromium.org2013-02-271-0/+16
* Move file_path.h to base/files.brettw@chromium.org2013-02-244-4/+4
* gpu: Add AtomicFlag to group our atomic ops together.epenner@chromium.org2013-02-221-9/+30
* gpu: Add some extra shared memory pool stats.epenner@chromium.org2013-02-222-1/+18
* ui: Fix use after free issue.reveman@chromium.org2013-02-211-4/+5
* GPU: Use 64-bit abs on 64-bit value.backer@chromium.org2013-02-211-2/+2
* ui: Reduce async upload context switching overhead by using atomics instead o...reveman@chromium.org2013-02-201-52/+90
* gpu: Use heap-growth-limit now that it is available.epenner@chromium.org2013-02-191-2/+2
* Re-land: Mark async texture uploads as completed from the upload thread.reveman@chromium.org2013-02-164-22/+46
* Refactor GPU tracing to generate less code.gman@chromium.org2013-02-161-1/+2
* Vsync provider: Fix timebase calculation.hshi@google.com2013-02-161-15/+18
* Fix win64 breakage due to r182823jschuh@chromium.org2013-02-151-2/+2
* gpu: Reduce shared memory duplication.epenner@chromium.org2013-02-154-40/+259