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
*
Add TRACE calls for all gpu driver calls
gman@chromium.org
2013-02-07
13
-3
/
+158
*
Linux/ChromeOS Chromium style checker cleanup, ui/ edition.
rsleevi@chromium.org
2013-02-06
2
-5
/
+5
*
Windows: Use D3DCompiler_46.dll instead of D3DCompiler_43.dll where possible.
apatrick@chromium.org
2013-02-06
1
-7
/
+10
*
gpu: Work around Mali-400 driver bug.
epenner@chromium.org
2013-02-05
1
-14
/
+8
*
gpu: Disable async uploads on IMG again.
epenner@chromium.org
2013-02-04
1
-1
/
+13
*
Android webview fix gpu crashes after destroy
boliu@chromium.org
2013-01-30
2
-2
/
+7
*
Delete GPU channel on failure to reallocate backbuffer.
apatrick@chromium.org
2013-01-30
2
-5
/
+6
*
gpu: Fix async upload race on Qualcomm.
epenner@chromium.org
2013-01-29
1
-19
/
+5
*
gpu: Diagnose crash in async uploads.
epenner@chromium.org
2013-01-29
1
-4
/
+8
*
Fix bug where no context would be made current on failure to create pbuffer s...
apatrick@chromium.org
2013-01-26
1
-11
/
+15
*
GPU: Remove some dead code.
backer@chromium.org
2013-01-25
2
-14
/
+0
*
Clean up the mess left supporting 'use system libs'
gman@chromium.org
2013-01-25
5
-2
/
+64
*
gpu: Async texture uploads for imagination drivers
epenner@chromium.org
2013-01-24
1
-55
/
+207
*
cc: Set ui/gpu/cc/ipc/upload/raster thread priorities.
epenner@chromium.org
2013-01-24
1
-0
/
+7
*
Use ui/gl/gl_bindings.h for content/common/gpu/media/
sheu@chromium.org
2013-01-22
1
-3
/
+8
*
Use EGL headers to pick up EGL definitions.
sheu@chromium.org
2013-01-19
7
-57
/
+4
*
ui: Convert scoped_arrays to the new scoped_ptr style.
tfarina@chromium.org
2013-01-16
2
-2
/
+2
*
Move code around to fix build with system mesa.
phajdan.jr@chromium.org
2013-01-16
3
-2
/
+10
*
Linux: use generated shim headers for system mesa.
phajdan.jr@chromium.org
2013-01-15
2
-19
/
+63
*
CrOS: Plumb through vsync info to compositor on EGL stacks
backer@chromium.org
2013-01-14
11
-119
/
+262
*
gpu: Wait on EGLImage creation to complete on the GPU.
epenner@chromium.org
2013-01-11
1
-40
/
+71
*
Reland 175201 with fixes for installer.
apatrick@chromium.org
2013-01-10
1
-3
/
+1
*
gpu: Report time spent performing async texture uploads.
reveman@chromium.org
2013-01-08
4
-55
/
+99
*
Revert 175201 due to failures in official build.
dharani@google.com
2013-01-06
1
-1
/
+3
*
Calculate the refresh period from GLX_OML_sync_control.
backer@chromium.org
2013-01-04
1
-35
/
+40
*
Windows: Remove content's dependency on d3dx9_43.dll.
apatrick@chromium.org
2013-01-04
1
-3
/
+1
*
Revert "Linux: include system Mesa headers when using system Mesa."
phajdan.jr@chromium.org
2012-12-28
9
-9
/
+9
*
gpu: Fixup and enable async allocations.
epenner@chromium.org
2012-12-21
1
-77
/
+127
*
gpu: Android async transfers using EGLImage
epenner@chromium.org
2012-12-18
4
-0
/
+537
*
gpu: Add async pixel transfers.
epenner@chromium.org
2012-12-17
6
-0
/
+329
*
Make most of VirtualGL auto-generated
gman@chromium.org
2012-12-16
11
-987
/
+133
*
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
[next]