summaryrefslogtreecommitdiffstats
path: root/ui/gfx/gl
Commit message (Expand)AuthorAgeFilesLines
* mac: s/UI_EXPORT/GL_EXPORT/ for GLSurfaceCGLthakis@chromium.org2012-05-121-1/+1
* Disable dynamic GPU switching on Mac OS X 10.8 (Mountain Lion) to work around...kbr@chromium.org2012-05-113-7/+23
* Added gman as OWNER of a few GPU directories and piman as OWNER of a couple o...kbr@chromium.org2012-05-111-0/+1
* Upstreaming a class used to wrap Android native windows.jcivelli@chromium.org2012-05-117-34/+71
* make GLboolean print GL_TRUE, GL_FALSE when debugging.gman@chromium.org2012-05-101-0/+5
* Removed tracing when the context is already current.kgr@chromium.org2012-05-093-3/+6
* Add display() getter to GLX context class.posciak@chromium.org2012-05-042-1/+12
* RefCounted types should not have public destructors, printing/ and ui/rsleevi@chromium.org2012-05-0214-73/+79
* ui: Convert VLOGs to DVLOGs.tfarina@chromium.org2012-04-235-16/+16
* fix-gl-logginggman@chromium.org2012-04-221-1/+1
* Small change which causes ten times fewer trace events to be generated.kgr@chromium.org2012-04-191-1/+1
* A few minor fixes and cleanups.cevans@chromium.org2012-04-181-2/+5
* Traces on MakeCurrentnduca@chromium.org2012-04-115-2/+12
* gl_implementation_win includes d3d9.h, so add the dx sdk to include_dirsthakis@chromium.org2012-04-101-0/+3
* Remove WAYLAND portoshima@chromium.org2012-04-077-55/+6
* Adding command line switch --gpu-swap-delay to artificially slow down thejunov@google.com2012-03-292-0/+5
* C++ code generated by generate_bindings.py was assigning a variable withing i...trprice@gmail.com2012-03-281-1/+3
* NativeViewGLSurfaceGLX: don't force swap on resize if size didn't change.piman@chromium.org2012-03-202-7/+10
* Replacing GLSurface::SetVisibility with SetBufferAllocation for more explicit...mmocny@chromium.org2012-03-142-11/+11
* Force a swap on resize to work around Intel driver issues with PostSubBuffer.piman@chromium.org2012-03-102-0/+10
* Add support for GL_EXT_occlusion_query_booleangman@chromium.org2012-03-082-7/+43
* Preload ddraw.dll before initializing sandbox.jbauman@chromium.org2012-03-021-1/+3
* Call the built product of target gl 'gl_wrapper'.thakis@chromium.org2012-02-211-0/+1
* Rolling skia deps from r3180 to r3196.tomhudson@google.com2012-02-161-1/+1
* Worked around IOSurface related system lockups on dual NVIDIA/Intel GPUkbr@chromium.org2012-02-153-3/+40
* Drop frontbuffers for hibernated tabs using image_transport_surface_win.mmocny@chromium.org2012-02-112-5/+10
* Combine ANGLE_instanced_arrays pointers with othersjbauman@chromium.org2012-02-102-28/+3
* mac: Add _EXPORT macros, ui/.thakis@chromium.org2012-02-091-2/+2
* Add gl bindings for ANGLE_instanced_arrays and ARB_instanced_arraysjbauman@chromium.org2012-02-092-0/+50
* Loading EGL libs with version in soname, fix proposal for crbug.com/112592dominik.rottsches@intel.com2012-02-081-2/+2
* Expose more glQuery functionsgman@chromium.org2012-02-071-15/+16
* Change PluginWindowHandle to AcceleratedWidget in ui/gfx/glpiman@chromium.org2012-02-0114-34/+34
* Reland 119457: --test-gl-lib for GpuPixelBrowserTestsbacker@chromium.org2012-01-303-5/+21
* Revert 119457 - --test-gl-lib for GpuPixelBrowserTestsbacker@chromium.org2012-01-273-21/+5
* --test-gl-lib for GpuPixelBrowserTestsbacker@chromium.org2012-01-273-5/+21
* Stronger synchronization for resize on osmesa.backer@chromium.org2012-01-254-142/+78
* Coverity: Fix uninitialized member variables.kmadhusu@chromium.org2012-01-241-2/+3
* Add a convenience typedef LazyInstance<T>::Leaky to avoid repeating T.fischman@chromium.org2012-01-232-10/+6
* Upstream Android's GLSurface implementation.sievers@chromium.org2012-01-138-20/+316
* Bind to eglCreateImageKHR and eglDestroyImageKHR when KHR_image_base is adver...apatrick@chromium.org2012-01-062-9/+20
* Enable vsync on linux with compositing window managers activejamesr@chromium.org2012-01-061-24/+1
* Roll skia to r2967. Add skia bindings for glTexStorage2D.bsalomon@google.com2012-01-051-0/+6
* Use USER_LIMITED token level with SwiftShader.apatrick@chromium.org2011-12-221-0/+1
* Fixed crashes when running on top of Apple's software OpenGL renderer.kbr@chromium.org2011-12-214-36/+20
* Don't tell browser to swap until swap actually executed.backer@chromium.org2011-12-165-1/+163
* Win: only use transport surface if EGL_ANGLE_d3d_share_handle_client_buffer i...apatrick@chromium.org2011-12-151-9/+16
* Log GLenums as strings in servicegman@chromium.org2011-12-142-6/+24
* Share X connection between GLSurfaceGLX/EGL and MessagePumpX/GTKpiman@chromium.org2011-12-093-3/+6
* Refactor generete_bindings.py so per function logging code and be added.gman@chromium.org2011-12-092-488/+1037
* GLSurface::Resize implementations release the current context if they are cur...apatrick@chromium.org2011-12-082-1/+25