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
*
Remove some deprecated Android surface code
sievers@chromium.org
2012-12-13
3
-150
/
+2
*
Remove call to glXCreateWindow
ccameron@chromium.org
2012-12-13
2
-18
/
+3
*
Plumb glDiscardFramebufferEXT entry point through command buffer
jamesr@chromium.org
2012-12-12
2
-0
/
+10
*
Always use either glXCreateNewContext or glXCreateContextAttribsARB for GLX
ccameron@chromium.org
2012-12-10
3
-78
/
+59
*
Make more GL stuff auto-generated
gman@chromium.org
2012-12-07
5
-631
/
+149
*
Basic pixel tests for cc
jamesr@chromium.org
2012-12-07
1
-0
/
+4
*
Revert 171679
xiyuan@chromium.org
2012-12-07
3
-37
/
+81
*
Explicitly create the GLX window for onscreen surfaces.
ccameron@chromium.org
2012-12-07
3
-81
/
+37
*
Revert 171544
miket@chromium.org
2012-12-06
1
-4
/
+0
*
Basic pixel tests for cc
jamesr@chromium.org
2012-12-06
1
-0
/
+4
*
Advertise extensions for virtual GL api.
sievers@chromium.org
2012-12-05
4
-13
/
+45
*
Linux: include system Mesa headers when using system Mesa.
phajdan.jr@chromium.org
2012-11-30
9
-9
/
+9
*
Avoid actual MakeCurrent() calls with virtual contexts.
sievers@chromium.org
2012-11-30
3
-15
/
+21
*
Support creating virtual contexts.
sievers@chromium.org
2012-11-29
2
-1
/
+21
*
Disambiguate 'headers' targets in khronos and mesa.
bauerb@chromium.org
2012-11-28
1
-2
/
+2
*
Android: SurfaceTexture-based image transport
sievers@chromium.org
2012-11-16
2
-3
/
+12
*
Encapsulate mesa include paths in mesa.gyp,
phajdan.jr@chromium.org
2012-11-16
1
-1
/
+4
*
Remove calling into CGLQueryRendererInfo to decide dual gpu supporting.
zmo@google.com
2012-11-14
2
-56
/
+11
*
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
[next]