summaryrefslogtreecommitdiffstats
path: root/ui/gfx/gl
Commit message (Expand)AuthorAgeFilesLines
* Revert 111170 - Move GL headers from gpu to third_party/khronosabodenha@chromium.org2011-11-222-7/+7
* Move GL headers from gpu to third_party/khronosskyostil@google.com2011-11-222-7/+7
* Allow GLSurface to indicate that it supports a specific extension.backer@chromium.org2011-11-227-16/+45
* One less lock.backer@chromium.org2011-11-221-13/+0
* GPU compositing on OSX canary brokendhollowa@chromium.org2011-11-221-10/+9
* Fix preferred order of GL implementations.derat@chromium.org2011-11-221-1/+3
* wayland: Fix GL extension binding init to work again for use_waylandmsb@chromium.org2011-11-211-1/+5
* Upstream: GL implementation on Androidmichaelbai@chromium.org2011-11-217-3/+177
* compositor_unittests target is unimplmented on Macdhollowa@chromium.org2011-11-217-7/+283
* use-gl=desktop mode got broken in r109111. GL proc addresses were not being f...alokp@chromium.org2011-11-171-4/+22
* Add OVERRIDE to gpu/ and gl/.avi@chromium.org2011-11-167-54/+54
* Allow linker initialization of lazy instancejoth@chromium.org2011-11-153-3/+3
* Plumb through EGL_NV_post_sub_buffer and GLX_MESA_copy_sub_buffer.backer@chromium.org2011-11-117-3/+67
* Fix --use-gl=any command-line option. The current implementation only checks ...alokp@chromium.org2011-11-0812-241/+270
* Fix bug where wglGetExtensionsStringEXT was being called instead of wglGetExt...apatrick@chromium.org2011-11-082-25/+21
* Change LOG(INFO) to DVLOG(1) in gl_implementation.ccisherman@chromium.org2011-11-071-3/+3
* Remove the remaining 6 exit time destructors and 2 static initializers from ui/thakis@chromium.org2011-11-042-6/+18
* Add command-line option to enable swiftshaderjbauman@chromium.org2011-11-045-14/+41
* Fix missing GL binding for skia with in-process GLpiman@chromium.org2011-11-031-0/+1
* Make LazyInstance managed Locks leaky.thestig@chromium.org2011-11-011-1/+3
* Added booleans that indicate which GL extensions are available.apatrick@chromium.org2011-11-011-6/+18
* Split GL binding init into core and extension partjoth@chromium.org2011-10-2716-37/+361
* Reland 107243 - Added GLSurfaceAdapter, an implementation of GLSurface that f...apatrick@chromium.org2011-10-2616-48/+217
* on OpenBSD libGL.so has to be loaded instead of libGL.so.1robert.nagy@gmail.com2011-10-261-0/+4
* Revert 107243 - Added GLSurfaceAdapter, an implementation of GLSurface that f...apatrick@chromium.org2011-10-2516-217/+48
* Added GLSurfaceAdapter, an implementation of GLSurface that forwards all call...apatrick@chromium.org2011-10-2516-48/+217
* Roll skia to r2506.bsalomon@google.com2011-10-203-1/+93
* Fixed bugs with Pepper 3D under dynamic GPU switching.kbr@chromium.org2011-10-191-4/+6
* Check for extensions in order to fail early.backer@chromium.org2011-10-177-8/+30
* Grant the GL bindings permission to do file I/O during their initialization.kbr@chromium.org2011-10-143-0/+21
* Adding gl command to change surface visibility, so that the gpu process can a...mmocny@chromium.org2011-10-142-0/+5
* Roll skia to r2478.bsalomon@google.com2011-10-141-2/+1
* Support dynamic switching between integrated and discrete GPUs on Mac OS X.kbr@chromium.org2011-10-1320-44/+253
* Implement 'ANGLE_translated_shader_source' extension in command-buffer.zmo@google.com2011-10-052-0/+7
* Changed assertion about current OpenGL context to work in the face ofkbr@chromium.org2011-09-295-5/+20
* Revert 102978 - Change X11 error handler override to allow easy X11 error che...dominich@chromium.org2011-09-272-6/+6
* Change X11 error handler override to allow easy X11 error checking.dominich@chromium.org2011-09-272-6/+6
* Implement --use-gl=anyzmo@google.com2011-09-271-1/+11
* Implements OSMesaImageTransportSurface in the GPU for sending GLSurface from ...wjmaclean@google.com2011-09-232-2/+3
* Roll skia to 2303bsalomon@google.com2011-09-223-3/+15
* Compile gl/ and surface/ on Android.zhenghao@google.com2011-09-212-1/+5
* Fixes issues where WGC3D based on OSMesa GL implementation isn't allowing OES...bsalomon@google.com2011-09-212-0/+9
* Reland 101545 - Moved code not relating to GPU scheduling out of GpuScheduler...apatrick@chromium.org2011-09-202-28/+2
* Revert 101545 - Moved code not relating to GPU scheduling out of GpuScheduler...rsimha@chromium.org2011-09-162-2/+28
* Moved code not relating to GPU scheduling out of GpuScheduler and into GpuCom...apatrick@chromium.org2011-09-162-28/+2
* Make gfx::GLSurfaceOSMesa usable in the component build.danakj@chromium.org2011-09-161-1/+1
* Add myself to OWNERS.backer@chromium.org2011-09-151-0/+1
* Updated Wayland API in Chromiumdnicoara@chromium.org2011-09-151-2/+0
* Coverity: Initialize member variables.jhawkins@chromium.org2011-09-121-1/+1
* Check return value of XGetWindowAttributes.reveman@google.com2011-09-123-8/+27