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
/
gl
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use GLX_SGI_video_sync to get a vblank signal.
backer@chromium.org
2012-11-09
5
-85
/
+358
*
Virtual GL
gman@chromium.org
2012-11-07
22
-6
/
+1159
*
Don't spam the console with warnings.
jochen@chromium.org
2012-11-06
1
-1
/
+1
*
Fix gcc 4.7 build problem.
shenhan@google.com
2012-11-05
1
-1
/
+2
*
First step towards component build for Android.
yfriedman@chromium.org
2012-11-01
2
-2
/
+3
*
Send vsync timebase updates to the browser compositor
ajuma@chromium.org
2012-11-01
5
-0
/
+125
*
Add GpuSurfaceTracker::SetNativeWidget() method.
sievers@chromium.org
2012-11-01
1
-2
/
+2
*
gl: Move egl_util* into ui namespace.
tfarina@chromium.org
2012-10-28
5
-4
/
+10
*
Fix output targets to avoid rebuilds.
piman@chromium.org
2012-10-25
1
-5
/
+5
*
Revert "Revert 164047 - Make GL calls go through subclassable class."
gman@chromium.org
2012-10-25
24
-88
/
+701
*
Revert 164047 - Make GL calls go through subclassable class.
bartfab@chromium.org
2012-10-25
24
-661
/
+88
*
Make GL calls go through subclassable class.
gman@chromium.org
2012-10-25
24
-88
/
+661
*
Explicitly empty the pipes on teardown to prevent cross process races.
backer@chromium.org
2012-10-22
1
-0
/
+2
*
gpu: Add support for GLX_EXT_texture_from_pixmap extension.
reveman@google.com
2012-10-18
13
-0
/
+491
*
Revert 162654 - gpu: Add support for GLX_EXT_texture_from_pixmap extension.
fischman@chromium.org
2012-10-18
13
-488
/
+0
*
gpu: Add support for GLX_EXT_texture_from_pixmap extension.
reveman@chromium.org
2012-10-18
13
-0
/
+488
*
gl: Move GpuSwitchingManager into ui namespace.
tfarina@chromium.org
2012-10-08
4
-19
/
+17
*
Move force_discrete GPU on older MacBookPro models to GpuBlacklist
zmo@google.com
2012-10-01
13
-163
/
+173
*
Added support for OES_vertex_array_object to the command buffer
bajones@google.com
2012-09-27
2
-0
/
+40
*
Revert 158211 - Revert 158076 - Implement blacklist's force GPU capability in...
tzik@chromium.org
2012-09-23
6
-19
/
+26
*
Revert 158076 - Implement blacklist's force GPU capability in dual GPU machines.
tzik@chromium.org
2012-09-23
6
-26
/
+19
*
Honor --gpu-switching=force_discrete to always stay on discrete GPU.
zmo@google.com
2012-09-22
7
-11
/
+32
*
Implement blacklist's force GPU capability in dual GPU machines.
zmo@chromium.org
2012-09-21
8
-19
/
+110
*
Get real GPU memory values on NV+Linux and OS X. Add an interface to GLContex...
ccameron@chromium.org
2012-09-21
7
-15
/
+93
*
Recreate egl surface on resize.
jbauman@chromium.org
2012-09-19
1
-1
/
+18
*
Fixed the warnings while compiling ui with clang.
michaelbai@chromium.org
2012-09-10
1
-1
/
+2
*
gl: Put ScopedMakeCurrent into ui namespace.
tfarina@chromium.org
2012-09-09
2
-21
/
+29
*
gl: Fix more clang warnings about missing virtual and OVERRIDE annotations.
tfarina@chromium.org
2012-09-06
1
-2
/
+2
*
Override Resize() in NativeViewGLSurfaceEGL.
sievers@chromium.org
2012-08-17
2
-0
/
+5
*
Exclude more files from Android build
wangxianzhu@chromium.org
2012-08-14
1
-0
/
+1
*
Do not CHECK that handle returned by eglQuerySurfacePointerANGLE is non-null.
apatrick@chromium.org
2012-07-31
1
-2
/
+0
*
Use EXT_robustness where available on GLES2 platforms to detect and respond t...
kbr@chromium.org
2012-07-27
13
-20
/
+78
*
ui: No need to typedef testing::Test in unittests.
tfarina@chromium.org
2012-07-27
7
-7
/
+7
*
gpu in-memory program cache implementation with a memory limit + lru eviction.
dmurph@chromium.org
2012-07-23
2
-0
/
+29
*
Make NativeViewGLSurfaceEGL directly usable on Android.
sievers@chromium.org
2012-07-23
1
-11
/
+0
*
Revert 147328 - Current status of patch:
gman@chromium.org
2012-07-19
2
-19
/
+0
*
Revert 147474 - Added ARB_get_program_binary extension to the bindings, now w...
gman@chromium.org
2012-07-19
1
-4
/
+2
*
Added ARB_get_program_binary extension to the bindings, now we check that for...
dmurph@chromium.org
2012-07-19
1
-2
/
+4
*
Current status of patch:
dmurph@chromium.org
2012-07-18
2
-0
/
+19
*
Remove ChromiumOS/ARM work around for mali drivers
anush@chromium.org
2012-07-13
1
-7
/
+0
*
Remove the rest of #pragma once in one big CL.
ajwong@chromium.org
2012-07-11
29
-29
/
+0
*
Remove DirectX SDK path from include list
cpu@chromium.org
2012-07-07
1
-3
/
+0
*
Remove references to <d3dx9.h> in chrome
cpu@chromium.org
2012-07-04
1
-26
/
+6
*
Add workaround ATI/AMD bug with gl_PointCoord
gman@chromium.org
2012-06-30
2
-46
/
+50
*
Fix latency tests.
jbates@chromium.org
2012-06-29
1
-0
/
+3
*
Revert 144832 - Fix latency tests.
jbates@chromium.org
2012-06-29
1
-3
/
+0
*
Fix latency tests.
jbates@chromium.org
2012-06-28
1
-0
/
+3
*
CHECK that eglQuerySurfacePointerANGLE always returns a valid handle.
apatrick@chromium.org
2012-06-28
2
-3
/
+10
*
Defer descheduling of GPU commands until draw or swap
jbates@chromium.org
2012-06-28
2
-0
/
+28
*
Aura: Fix partial swaps in the UI
backer@chromium.org
2012-06-26
3
-16
/
+17
[next]