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
*
Update vertexAttribIPointer in GPU command buffer
guanxian.li
2015-04-28
8
-6
/
+130
*
Emulate GL_PRIMITIVE_RESTART_FIXED_INDEX: part I
zmo
2015-04-28
4
-11
/
+18
*
gpu: Fix some context lost marking glitches+leaks and add UMA stats
sievers
2015-04-28
16
-117
/
+482
*
gpu: Disallow zero sized offscreen framebuffers
hendrikw
2015-04-27
1
-0
/
+1
*
Windows GN component build fixes: gpu, gcm
brettw
2015-04-24
1
-2
/
+0
*
gpu: Add missing dependency on xdisplaycheck.
tfarina
2015-04-24
1
-0
/
+9
*
Update {virtual,override} to follow C++11 style in gpu.
nick
2015-04-24
1
-3
/
+3
*
Removed obsolete float_util.h as VS2013 supports standards well enough.
mateuszs
2015-04-24
3
-3
/
+3
*
Add glBlendBarrierKHR to Skia's GL bindings.
bsalomon
2015-04-24
1
-0
/
+1
*
Add glBlendEquation to skia GL bindings
cdalton
2015-04-23
1
-0
/
+1
*
Add ES3 GetIntegeri_v, GetInteger64i_v to GPU command buffer.
zmo
2015-04-23
28
-234
/
+721
*
NaCl/GYP: remove references to prep_toolchain.
ncbray
2015-04-21
2
-6
/
+0
*
Reland: Fix errors found in Mac gn component builds
jiangj
2015-04-18
2
-0
/
+17
*
Add ES3 glGetInteger64v to GPU command buffer.
zmo
2015-04-18
35
-313
/
+925
*
Disable Occlusion Query on older PowerVR SGX 544 drivers
mckev
2015-04-17
1
-1
/
+13
*
gpu_perftests: Use zero size gl surface for offscreen rendering
tiago.vignatti
2015-04-16
1
-1
/
+10
*
Revert of Fix errors found in Mac gn component builds (patchset #10 id:180001...
maniscalco
2015-04-16
2
-17
/
+0
*
Fix errors found in Mac gn component builds
jiangj
2015-04-16
2
-0
/
+17
*
Handle GPU command buffer client side Get* caching.
zmo
2015-04-15
5
-27
/
+344
*
Add MacOS X 10.10 Yosemite support to GPUTestBotConfig.
iceman
2015-04-15
4
-24
/
+116
*
gpu: Minor GpuMemoryBuffer cleanup.
reveman
2015-04-14
1
-11
/
+11
*
gpu_unittests: Add EXECUTABLE_SUFFIX in isolate script
tiago.vignatti
2015-04-14
1
-2
/
+2
*
Enable hardware acceleration for Nouveau and Stage3D
dbdaniel42
2015-04-14
1
-12
/
+6
*
gl_tests: Use zero size gl surface for offscreen rendering
tiago.vignatti
2015-04-13
9
-48
/
+18
*
Change GpuMemoryBuffer::GetStride interface from unsigned to signed.
dcastagna
2015-04-12
2
-3
/
+3
*
We started redesigning GpuMemoryBuffer interface to handle multiple buffers [...
emircan
2015-04-11
6
-2
/
+70
*
Fix Core GL profile detection.
kbr
2015-04-11
1
-93
/
+119
*
gfx namespace cleanup.
dcastagna
2015-04-11
2
-12
/
+12
*
GPU Tracer no longer issue device traces when device category is off.
dyen
2015-04-11
3
-31
/
+70
*
Add VDA supported profile to GPUInfo
henryhsu
2015-04-10
4
-15
/
+48
*
[Android] Move testing/android/ to testing/android/native_test/
jbudorick
2015-04-09
1
-1
/
+1
*
Make ui/gl depend on the necessary runtime targets on Windows.
jam
2015-04-09
1
-8
/
+0
*
Revert of Make ui/gl depend on the necessary runtime targets on Windows. (pat...
engedy
2015-04-09
1
-0
/
+8
*
Make ui/gl depend on the necessary runtime targets on Windows.
jam
2015-04-09
1
-8
/
+0
*
gpu: Add UMA statistic for RG texture support.
reveman
2015-04-08
1
-0
/
+1
*
Add R_8 GPU memory buffers format.
dcastagna
2015-04-08
7
-4
/
+35
*
Add a "Max. MSAA samples" entry to chrome://gpu.
senorblanco
2015-04-08
4
-0
/
+13
*
We started redesigning GpuMemoryBuffer interface to handle multiple buffers [0].
emircan
2015-04-08
3
-5
/
+75
*
Disable framebuffer discarding on Mali-4xx and clean up.
aelias
2015-04-07
5
-27
/
+23
*
GPU workaround to simulate Out of Memory errors with large textures
bajones
2015-04-07
2
-0
/
+11
*
Add reveman@ as owner of *gpu_memory_buffer* files.
dcastagna
2015-04-07
1
-0
/
+4
*
Test gpu memory buffers drawing directly to the backbuffer.
dcastagna
2015-04-07
1
-31
/
+65
*
Disable Occlusion Query on MediaTek MT8135
mckev
2015-04-07
1
-1
/
+17
*
gpu: More specific internalformat requirements for CreateImageCHROMIUM.
reveman
2015-04-07
4
-40
/
+18
*
Work on Windows GN component build.
brettw
2015-04-06
7
-35
/
+108
*
Test gfx::GpuMemoryBuffer::BGRA_8888 GpuMemoryBuffer lifecycle.
dcastagna
2015-04-06
1
-19
/
+99
*
Revert of Work on Windows GN component build. (patchset #8 id:140001 of https...
pkotwicz
2015-04-06
7
-108
/
+35
*
Work on Windows GN component build.
brettw
2015-04-06
7
-35
/
+108
*
Fix a few lints found while working on crrev.com/1051503003.
dcastagna
2015-04-06
5
-16
/
+15
*
Revert of Use the desktop GL core profile on Linux when ES3 support is reques...
marcheu
2015-04-04
5
-36
/
+26
[next]