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
/
gpu
Commit message (
Expand
)
Author
Age
Files
Lines
*
Implement ThreadTicks::Now on Windows.
fdoray
2015-10-15
1
-0
/
+1
*
Update CopyTexImage2D to do internal format validation in ES3
qiankun.miao
2015-10-15
4
-0
/
+195
*
Fix typo in D3D9 Intel GLES2 test expects.
jmadill
2015-10-14
1
-1
/
+1
*
Added method to wait on fence syncs which do not need to be flushed.
dyen
2015-10-14
28
-34
/
+290
*
Adjust MB/Flush on Adreno from 4MB > 1MB
ericrk
2015-10-13
3
-1
/
+17
*
Re-land: ui: Add GLImage unit test framework.
reveman
2015-10-13
1
-1
/
+1
*
gpu: Use disable_gl_path_rendering workaround only on Linux
kkinnunen
2015-10-13
1
-1
/
+4
*
Blacklist Haswell Intel drivers on kernels <3.19.1
zmo
2015-10-13
2
-1
/
+51
*
Reland: Added SyncToken command buffer trait to help with IPC messages
dyen
2015-10-12
13
-52
/
+156
*
gpu/config: Generalise Imagination workaround
rufus.hamade
2015-10-12
1
-5
/
+2
*
Revert of Added SyncToken command buffer trait to help with IPC messages. (pa...
jbudorick
2015-10-10
14
-190
/
+47
*
gpu: Remove GL_TEXTURE_POOL_CHROMIUM
ccameron
2015-10-09
18
-260
/
+92
*
Suppress failing cosine test on Intel D3D9.
jmadill
2015-10-09
1
-0
/
+2
*
Make all target compile on GN & Android
pkotwicz
2015-10-09
1
-7
/
+9
*
gpu: Add CreateGpuMemoryBufferFromHandle to GpuMemoryBufferManager interface.
reveman
2015-10-09
1
-0
/
+6
*
ui: Add GetSize() function to gfx::GpuMemoryBuffer API.
reveman
2015-10-09
1
-5
/
+3
*
Update CopyTexImage2D to support new formats and types in ES3
qiankun.miao
2015-10-09
4
-276
/
+365
*
Crash fix for when running under the Android emulator
davve
2015-10-09
1
-2
/
+4
*
Fix array out of bounds access in loop iteration in gpu ipc log
r.kasibhatla
2015-10-09
1
-4
/
+4
*
gpu: Enable virtual contexts with nvidia drivers only
hendrikw
2015-10-09
1
-2
/
+3
*
Added SyncToken command buffer trait to help with IPC messages.
dyen
2015-10-08
14
-47
/
+190
*
Fixed DCHECK when Transform Feedback Varyings don't cache properly.
bajones
2015-10-08
1
-1
/
+1
*
Support ANGLE unittests on Android
yang.gu
2015-10-08
1
-0
/
+20
*
command_buffer: Return command buffer error instead of gl error for missing e...
kkinnunen
2015-10-07
6
-156
/
+73
*
command_buffer: Return invalid args error for uninitialized results error in ...
kkinnunen
2015-10-07
1
-12
/
+8
*
Implemented new fence syncs which replaces the old sync points.
dyen
2015-10-07
45
-157
/
+1740
*
Revert of Re-land: ui: Add GLImage unit test framework. (patchset #18 id:3400...
ksakamoto
2015-10-07
1
-1
/
+1
*
Re-land: ui: Add GLImage unit test framework.
reveman
2015-10-07
1
-1
/
+1
*
Revert of ui: Add GLImage unit test framework. (patchset #17 id:320001 of htt...
ksakamoto
2015-10-07
1
-1
/
+1
*
ui: Add GLImage unit test framework.
reveman
2015-10-07
1
-1
/
+1
*
gpu: Remove Skia Runner
hendrikw
2015-10-05
9
-657
/
+0
*
Revert of gpu: Add flag to disable virtual contexts (patchset #2 id:20001 of ...
hendrikw
2015-10-03
6
-19
/
+3
*
Fixes a small memory leak in the Mac GPU info collector
charliea
2015-10-02
1
-2
/
+4
*
Blacklist MSAA for GPU Raster on Intel GPUs
ericrk
2015-10-01
14
-70
/
+141
*
Add a temporary supression for SRGB issues on the Windows Intel FYI bot with ...
geofflang
2015-10-01
1
-0
/
+1
*
command_buffer: Remove redundant extension checks from two decoder functions
kkinnunen
2015-09-30
1
-13
/
+0
*
Check if ids were inserted in gpu tests
martina.kollarova
2015-09-30
2
-20
/
+22
*
Fixed issue with vertex attrib divisors of 0 not tracking correctly.
bajones
2015-09-30
3
-2
/
+20
*
Disallow gl[Compressed]Tex[Sub]Image2D for GL_TEXTURE_RECTANGLE_ARB
ccameron
2015-09-29
3
-20
/
+33
*
Isolate gl_tests and gpu_unittests.
stip
2015-09-29
3
-1
/
+67
*
Cleanup: IWYU for base/gtest_prod_util.h.
thestig
2015-09-25
1
-1
/
+0
*
[Chromecast] Disable libpci on Chromecast builds by default.
slan
2015-09-25
1
-1
/
+1
*
Added a way to disable workarounds using --workaround_name=0.
dyen
2015-09-24
1
-23
/
+29
*
Enforce marking "override" for functions overriding Blink in gpu/.
avi
2015-09-24
2
-823
/
+825
*
Mandoline: WebGL: Fill WebGLInfo during creating a WebGL context
penghuang
2015-09-24
1
-1
/
+4
*
gpu: Use GpuPreference to determine what contexts are safe to force gpu switc...
reveman
2015-09-24
1
-7
/
+0
*
Revert of Mandoline: WebGL: Fill WebGLInfo during creating a WebGL context. (...
msw
2015-09-24
1
-4
/
+1
*
Mandoline: WebGL: Fill WebGLInfo during creating a WebGL context
penghuang
2015-09-23
1
-1
/
+4
*
command_buffer: Add support for creating non-WebGL ES 3 contexts
kkinnunen
2015-09-23
21
-141
/
+208
*
Added global order numbers to in process command buffers.
dyen
2015-09-22
4
-6
/
+229
[next]