index
:
chromium_src.git
ignore/bar
ignore/foo
infra/config
lkcr
lkgr
master
replicant-6.0
central chromium sources
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
ui
/
gfx
/
gl
Commit message (
Expand
)
Author
Age
Files
Lines
*
mac: s/UI_EXPORT/GL_EXPORT/ for GLSurfaceCGL
thakis@chromium.org
2012-05-12
1
-1
/
+1
*
Disable dynamic GPU switching on Mac OS X 10.8 (Mountain Lion) to work around...
kbr@chromium.org
2012-05-11
3
-7
/
+23
*
Added gman as OWNER of a few GPU directories and piman as OWNER of a couple o...
kbr@chromium.org
2012-05-11
1
-0
/
+1
*
Upstreaming a class used to wrap Android native windows.
jcivelli@chromium.org
2012-05-11
7
-34
/
+71
*
make GLboolean print GL_TRUE, GL_FALSE when debugging.
gman@chromium.org
2012-05-10
1
-0
/
+5
*
Removed tracing when the context is already current.
kgr@chromium.org
2012-05-09
3
-3
/
+6
*
Add display() getter to GLX context class.
posciak@chromium.org
2012-05-04
2
-1
/
+12
*
RefCounted types should not have public destructors, printing/ and ui/
rsleevi@chromium.org
2012-05-02
14
-73
/
+79
*
ui: Convert VLOGs to DVLOGs.
tfarina@chromium.org
2012-04-23
5
-16
/
+16
*
fix-gl-logging
gman@chromium.org
2012-04-22
1
-1
/
+1
*
Small change which causes ten times fewer trace events to be generated.
kgr@chromium.org
2012-04-19
1
-1
/
+1
*
A few minor fixes and cleanups.
cevans@chromium.org
2012-04-18
1
-2
/
+5
*
Traces on MakeCurrent
nduca@chromium.org
2012-04-11
5
-2
/
+12
*
gl_implementation_win includes d3d9.h, so add the dx sdk to include_dirs
thakis@chromium.org
2012-04-10
1
-0
/
+3
*
Remove WAYLAND port
oshima@chromium.org
2012-04-07
7
-55
/
+6
*
Adding command line switch --gpu-swap-delay to artificially slow down the
junov@google.com
2012-03-29
2
-0
/
+5
*
C++ code generated by generate_bindings.py was assigning a variable withing i...
trprice@gmail.com
2012-03-28
1
-1
/
+3
*
NativeViewGLSurfaceGLX: don't force swap on resize if size didn't change.
piman@chromium.org
2012-03-20
2
-7
/
+10
*
Replacing GLSurface::SetVisibility with SetBufferAllocation for more explicit...
mmocny@chromium.org
2012-03-14
2
-11
/
+11
*
Force a swap on resize to work around Intel driver issues with PostSubBuffer.
piman@chromium.org
2012-03-10
2
-0
/
+10
*
Add support for GL_EXT_occlusion_query_boolean
gman@chromium.org
2012-03-08
2
-7
/
+43
*
Preload ddraw.dll before initializing sandbox.
jbauman@chromium.org
2012-03-02
1
-1
/
+3
*
Call the built product of target gl 'gl_wrapper'.
thakis@chromium.org
2012-02-21
1
-0
/
+1
*
Rolling skia deps from r3180 to r3196.
tomhudson@google.com
2012-02-16
1
-1
/
+1
*
Worked around IOSurface related system lockups on dual NVIDIA/Intel GPU
kbr@chromium.org
2012-02-15
3
-3
/
+40
*
Drop frontbuffers for hibernated tabs using image_transport_surface_win.
mmocny@chromium.org
2012-02-11
2
-5
/
+10
*
Combine ANGLE_instanced_arrays pointers with others
jbauman@chromium.org
2012-02-10
2
-28
/
+3
*
mac: Add _EXPORT macros, ui/.
thakis@chromium.org
2012-02-09
1
-2
/
+2
*
Add gl bindings for ANGLE_instanced_arrays and ARB_instanced_arrays
jbauman@chromium.org
2012-02-09
2
-0
/
+50
*
Loading EGL libs with version in soname, fix proposal for crbug.com/112592
dominik.rottsches@intel.com
2012-02-08
1
-2
/
+2
*
Expose more glQuery functions
gman@chromium.org
2012-02-07
1
-15
/
+16
*
Change PluginWindowHandle to AcceleratedWidget in ui/gfx/gl
piman@chromium.org
2012-02-01
14
-34
/
+34
*
Reland 119457: --test-gl-lib for GpuPixelBrowserTests
backer@chromium.org
2012-01-30
3
-5
/
+21
*
Revert 119457 - --test-gl-lib for GpuPixelBrowserTests
backer@chromium.org
2012-01-27
3
-21
/
+5
*
--test-gl-lib for GpuPixelBrowserTests
backer@chromium.org
2012-01-27
3
-5
/
+21
*
Stronger synchronization for resize on osmesa.
backer@chromium.org
2012-01-25
4
-142
/
+78
*
Coverity: Fix uninitialized member variables.
kmadhusu@chromium.org
2012-01-24
1
-2
/
+3
*
Add a convenience typedef LazyInstance<T>::Leaky to avoid repeating T.
fischman@chromium.org
2012-01-23
2
-10
/
+6
*
Upstream Android's GLSurface implementation.
sievers@chromium.org
2012-01-13
8
-20
/
+316
*
Bind to eglCreateImageKHR and eglDestroyImageKHR when KHR_image_base is adver...
apatrick@chromium.org
2012-01-06
2
-9
/
+20
*
Enable vsync on linux with compositing window managers active
jamesr@chromium.org
2012-01-06
1
-24
/
+1
*
Roll skia to r2967. Add skia bindings for glTexStorage2D.
bsalomon@google.com
2012-01-05
1
-0
/
+6
*
Use USER_LIMITED token level with SwiftShader.
apatrick@chromium.org
2011-12-22
1
-0
/
+1
*
Fixed crashes when running on top of Apple's software OpenGL renderer.
kbr@chromium.org
2011-12-21
4
-36
/
+20
*
Don't tell browser to swap until swap actually executed.
backer@chromium.org
2011-12-16
5
-1
/
+163
*
Win: only use transport surface if EGL_ANGLE_d3d_share_handle_client_buffer i...
apatrick@chromium.org
2011-12-15
1
-9
/
+16
*
Log GLenums as strings in service
gman@chromium.org
2011-12-14
2
-6
/
+24
*
Share X connection between GLSurfaceGLX/EGL and MessagePumpX/GTK
piman@chromium.org
2011-12-09
3
-3
/
+6
*
Refactor generete_bindings.py so per function logging code and be added.
gman@chromium.org
2011-12-09
2
-488
/
+1037
*
GLSurface::Resize implementations release the current context if they are cur...
apatrick@chromium.org
2011-12-08
2
-1
/
+25
[next]