summaryrefslogtreecommitdiffstats
path: root/ui/gl
Commit message (Expand)AuthorAgeFilesLines
* Remove some deprecated Android surface codesievers@chromium.org2012-12-133-150/+2
* Remove call to glXCreateWindowccameron@chromium.org2012-12-132-18/+3
* Plumb glDiscardFramebufferEXT entry point through command bufferjamesr@chromium.org2012-12-122-0/+10
* Always use either glXCreateNewContext or glXCreateContextAttribsARB for GLXccameron@chromium.org2012-12-103-78/+59
* Make more GL stuff auto-generatedgman@chromium.org2012-12-075-631/+149
* Basic pixel tests for ccjamesr@chromium.org2012-12-071-0/+4
* Revert 171679xiyuan@chromium.org2012-12-073-37/+81
* Explicitly create the GLX window for onscreen surfaces.ccameron@chromium.org2012-12-073-81/+37
* Revert 171544miket@chromium.org2012-12-061-4/+0
* Basic pixel tests for ccjamesr@chromium.org2012-12-061-0/+4
* Advertise extensions for virtual GL api.sievers@chromium.org2012-12-054-13/+45
* Linux: include system Mesa headers when using system Mesa.phajdan.jr@chromium.org2012-11-309-9/+9
* Avoid actual MakeCurrent() calls with virtual contexts.sievers@chromium.org2012-11-303-15/+21
* Support creating virtual contexts.sievers@chromium.org2012-11-292-1/+21
* Disambiguate 'headers' targets in khronos and mesa.bauerb@chromium.org2012-11-281-2/+2
* Android: SurfaceTexture-based image transportsievers@chromium.org2012-11-162-3/+12
* Encapsulate mesa include paths in mesa.gyp,phajdan.jr@chromium.org2012-11-161-1/+4
* Remove calling into CGLQueryRendererInfo to decide dual gpu supporting.zmo@google.com2012-11-142-56/+11
* Use GLX_SGI_video_sync to get a vblank signal.backer@chromium.org2012-11-095-85/+358
* Virtual GLgman@chromium.org2012-11-0722-6/+1159
* Don't spam the console with warnings.jochen@chromium.org2012-11-061-1/+1
* Fix gcc 4.7 build problem.shenhan@google.com2012-11-051-1/+2
* First step towards component build for Android.yfriedman@chromium.org2012-11-012-2/+3
* Send vsync timebase updates to the browser compositorajuma@chromium.org2012-11-015-0/+125
* Add GpuSurfaceTracker::SetNativeWidget() method.sievers@chromium.org2012-11-011-2/+2
* gl: Move egl_util* into ui namespace.tfarina@chromium.org2012-10-285-4/+10
* Fix output targets to avoid rebuilds.piman@chromium.org2012-10-251-5/+5
* Revert "Revert 164047 - Make GL calls go through subclassable class."gman@chromium.org2012-10-2524-88/+701
* Revert 164047 - Make GL calls go through subclassable class.bartfab@chromium.org2012-10-2524-661/+88
* Make GL calls go through subclassable class.gman@chromium.org2012-10-2524-88/+661
* Explicitly empty the pipes on teardown to prevent cross process races.backer@chromium.org2012-10-221-0/+2
* gpu: Add support for GLX_EXT_texture_from_pixmap extension.reveman@google.com2012-10-1813-0/+491
* Revert 162654 - gpu: Add support for GLX_EXT_texture_from_pixmap extension.fischman@chromium.org2012-10-1813-488/+0
* gpu: Add support for GLX_EXT_texture_from_pixmap extension.reveman@chromium.org2012-10-1813-0/+488
* gl: Move GpuSwitchingManager into ui namespace.tfarina@chromium.org2012-10-084-19/+17
* Move force_discrete GPU on older MacBookPro models to GpuBlacklistzmo@google.com2012-10-0113-163/+173
* Added support for OES_vertex_array_object to the command bufferbajones@google.com2012-09-272-0/+40
* Revert 158211 - Revert 158076 - Implement blacklist's force GPU capability in...tzik@chromium.org2012-09-236-19/+26
* Revert 158076 - Implement blacklist's force GPU capability in dual GPU machines.tzik@chromium.org2012-09-236-26/+19
* Honor --gpu-switching=force_discrete to always stay on discrete GPU.zmo@google.com2012-09-227-11/+32
* Implement blacklist's force GPU capability in dual GPU machines.zmo@chromium.org2012-09-218-19/+110
* Get real GPU memory values on NV+Linux and OS X. Add an interface to GLContex...ccameron@chromium.org2012-09-217-15/+93
* Recreate egl surface on resize.jbauman@chromium.org2012-09-191-1/+18
* Fixed the warnings while compiling ui with clang.michaelbai@chromium.org2012-09-101-1/+2
* gl: Put ScopedMakeCurrent into ui namespace.tfarina@chromium.org2012-09-092-21/+29
* gl: Fix more clang warnings about missing virtual and OVERRIDE annotations.tfarina@chromium.org2012-09-061-2/+2
* Override Resize() in NativeViewGLSurfaceEGL.sievers@chromium.org2012-08-172-0/+5
* Exclude more files from Android buildwangxianzhu@chromium.org2012-08-141-0/+1
* Do not CHECK that handle returned by eglQuerySurfacePointerANGLE is non-null.apatrick@chromium.org2012-07-311-2/+0
* Use EXT_robustness where available on GLES2 platforms to detect and respond t...kbr@chromium.org2012-07-2713-20/+78