summaryrefslogtreecommitdiffstats
path: root/ui/gl
Commit message (Expand)AuthorAgeFilesLines
* 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
* Move missing GL enum from gl_utils.h to gl_bindings.hgman@chromium.org2013-02-151-0/+135
* gpu: Remove viewport from Android memory limit.epenner@chromium.org2013-02-143-0/+46
* gpu: Enable async uploads again.nduca@chromium.org2013-02-131-14/+18
* Revert 181883reveman@google.com2013-02-124-51/+20
* cc: Mark async texture uploads as completed from the upload thread.reveman@chromium.org2013-02-124-20/+51
* gpu: Change qualcomm work-around.epenner@chromium.org2013-02-121-78/+60
* Replace FilePath with base::FilePath in some more top level directories.brettw@chromium.org2013-02-104-17/+18
* Add TRACE calls for all gpu driver callsgman@chromium.org2013-02-0713-3/+158
* Linux/ChromeOS Chromium style checker cleanup, ui/ edition.rsleevi@chromium.org2013-02-062-5/+5
* Windows: Use D3DCompiler_46.dll instead of D3DCompiler_43.dll where possible.apatrick@chromium.org2013-02-061-7/+10
* gpu: Work around Mali-400 driver bug.epenner@chromium.org2013-02-051-14/+8
* gpu: Disable async uploads on IMG again.epenner@chromium.org2013-02-041-1/+13
* Android webview fix gpu crashes after destroyboliu@chromium.org2013-01-302-2/+7
* Delete GPU channel on failure to reallocate backbuffer.apatrick@chromium.org2013-01-302-5/+6
* gpu: Fix async upload race on Qualcomm.epenner@chromium.org2013-01-291-19/+5
* gpu: Diagnose crash in async uploads.epenner@chromium.org2013-01-291-4/+8
* Fix bug where no context would be made current on failure to create pbuffer s...apatrick@chromium.org2013-01-261-11/+15
* GPU: Remove some dead code.backer@chromium.org2013-01-252-14/+0