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
*
Revert 187061
sievers@chromium.org
2013-03-09
1
-2
/
+4
*
Adjust DCHECK() for being current in GLSurface::GetExtensions().
sievers@chromium.org
2013-03-08
1
-4
/
+2
*
Android WebView: Subclass GLContext for extension string.
sievers@chromium.org
2013-03-08
1
-1
/
+43
*
Android: Support GPU process
sievers@chromium.org
2013-03-07
1
-0
/
+12
*
Switch all contexts in a share group to be on the same screen as the window t...
jbauman@chromium.org
2013-03-06
4
-25
/
+98
*
gpu: Add the ability to wait on upload completion.
epenner@chromium.org
2013-03-05
4
-32
/
+51
*
Set vertex array object function pointers in GL interfaces used by Skia.
bsalomon@google.com
2013-03-05
1
-0
/
+15
*
Revert 185521
tommi@chromium.org
2013-03-01
2
-3
/
+3
*
Revert 185332
tommi@chromium.org
2013-03-01
2
-3
/
+3
*
Revert 185518
tommi@chromium.org
2013-03-01
2
-3
/
+3
*
Revert 185332
tommi@chromium.org
2013-03-01
2
-3
/
+3
*
Update khronos GLES2/gl2.h header
phajdan.jr@chromium.org
2013-02-28
2
-3
/
+3
*
CrOS: Crash (not hang) on bad vsync refresh interval.
backer@chromium.org
2013-02-27
1
-0
/
+16
*
Move file_path.h to base/files.
brettw@chromium.org
2013-02-24
4
-4
/
+4
*
gpu: Add AtomicFlag to group our atomic ops together.
epenner@chromium.org
2013-02-22
1
-9
/
+30
*
gpu: Add some extra shared memory pool stats.
epenner@chromium.org
2013-02-22
2
-1
/
+18
*
ui: Fix use after free issue.
reveman@chromium.org
2013-02-21
1
-4
/
+5
*
GPU: Use 64-bit abs on 64-bit value.
backer@chromium.org
2013-02-21
1
-2
/
+2
*
ui: Reduce async upload context switching overhead by using atomics instead o...
reveman@chromium.org
2013-02-20
1
-52
/
+90
*
gpu: Use heap-growth-limit now that it is available.
epenner@chromium.org
2013-02-19
1
-2
/
+2
*
Re-land: Mark async texture uploads as completed from the upload thread.
reveman@chromium.org
2013-02-16
4
-22
/
+46
*
Refactor GPU tracing to generate less code.
gman@chromium.org
2013-02-16
1
-1
/
+2
*
Vsync provider: Fix timebase calculation.
hshi@google.com
2013-02-16
1
-15
/
+18
*
Fix win64 breakage due to r182823
jschuh@chromium.org
2013-02-15
1
-2
/
+2
*
gpu: Reduce shared memory duplication.
epenner@chromium.org
2013-02-15
4
-40
/
+259
*
Move missing GL enum from gl_utils.h to gl_bindings.h
gman@chromium.org
2013-02-15
1
-0
/
+135
*
gpu: Remove viewport from Android memory limit.
epenner@chromium.org
2013-02-14
3
-0
/
+46
*
gpu: Enable async uploads again.
nduca@chromium.org
2013-02-13
1
-14
/
+18
*
Revert 181883
reveman@google.com
2013-02-12
4
-51
/
+20
*
cc: Mark async texture uploads as completed from the upload thread.
reveman@chromium.org
2013-02-12
4
-20
/
+51
*
gpu: Change qualcomm work-around.
epenner@chromium.org
2013-02-12
1
-78
/
+60
*
Replace FilePath with base::FilePath in some more top level directories.
brettw@chromium.org
2013-02-10
4
-17
/
+18
*
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
[next]