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
*
Add an option to show ANGLE's interm output
oetuaho
2014-12-04
1
-0
/
+6
*
gn format // (the rest, except mojo)
scottmg
2014-12-03
4
-24
/
+29
*
gpu: Update nvidia workaround to cover Android 5.0.1
boliu
2014-12-03
1
-2
/
+2
*
Disable GPU raster and canvas on PowerVR Rogue for pre-L.
aelias
2014-12-03
1
-1
/
+18
*
Add mouse input forwarding to gpu service
orglofch
2014-12-03
26
-92
/
+264
*
mac: Don't limit GL_MAX_TEXTURE_SIZE on 10.9.0+.
erikchen
2014-12-03
1
-3
/
+11
*
gpu: Added IPC traits for new texture_rg flag
hendrikw
2014-12-02
1
-0
/
+1
*
Converted angle_, gl_ and content_gl_unittests to the new test launcher
sergiyb
2014-12-02
6
-23
/
+41
*
gpu: Exposed GL_EXT_texture_rg to gpu::gles2::Capabilities
hendrikw
2014-12-02
4
-1
/
+24
*
gpu: Added the feature flag for GL_EXT_texture_rg to FeatureInfo
hendrikw
2014-12-02
4
-11
/
+180
*
Re-land: gpu: Make in-process default service global
boliu
2014-11-27
2
-26
/
+8
*
Add unsafe ES3 APIs to command buffer: glTexStorage3D
zmo
2014-11-27
25
-127
/
+1046
*
Revert of gpu: fix CopyTextureCHROMIUM for immutable texture. (patchset #4 id...
kbr
2014-11-27
2
-42
/
+13
*
gpu: Add support for GL_RED_EXT and GL_RG_EXT to GLES2Util
hendrikw
2014-11-26
1
-0
/
+6
*
Revert of gpu: Make in-process default service global (patchset #1 id:1 of ht...
boliu
2014-11-26
2
-8
/
+26
*
Explicitly check for sRGB extension support with GLES3.
kalyan.kondapally
2014-11-26
2
-3
/
+30
*
gpu: Make in-process default service global
boliu
2014-11-26
2
-26
/
+8
*
Add unsafe ES3 APIs: uniforms and attributes.
zmo
2014-11-26
21
-147
/
+3913
*
Avoid using MSVC alias analysis workaround on clang.
jbauman
2014-11-25
1
-1
/
+2
*
Add unsafe ES3 API glGetInternalformativ to command buffer.
zmo
2014-11-25
22
-146
/
+443
*
Fixed gl_uniform_arrays WebGL conformance test
sugoi
2014-11-25
2
-4
/
+12
*
Add a second unsafe ES3 API in command buffer.
zmo
2014-11-24
22
-285
/
+459
*
Fix unused function build error when USE_LIBPCI unset
jamescook
2014-11-24
1
-0
/
+2
*
Add first ES3 Unsafe APIs behind a commandline switch.
zmo
2014-11-23
23
-180
/
+481
*
gpu: fix CopyTextureCHROMIUM for immutable texture.
dongseong.hwang
2014-11-21
2
-13
/
+42
*
Enable MSVC warning for unused locals.
Peter Kasting
2014-11-20
4
-21
/
+15
*
gpu: Change the hex code of conflicted _CHROMIUM macro
dongseong.hwang
2014-11-20
3
-9
/
+35
*
Fix a crash in GLES2Implementation::~GLES2Implementation
penghuang
2014-11-19
2
-8
/
+25
*
Move SyncPointManager into gpu/command_buffer/service
abarth
2014-11-18
4
-0
/
+150
*
GPU: Add const modifier to two members of GLES2Implementation.
penghuang
2014-11-18
2
-3
/
+3
*
gpu: fix CopyTextureCHROMIUM for GL_ARB_texture_rectangle
dongseong.hwang
2014-11-18
1
-2
/
+2
*
cc: Add UMA stats for texture copy latency.
reveman
2014-11-18
3
-9
/
+16
*
gpu: Un-blacklist ARB_sync on MacOSX.
reveman
2014-11-18
1
-11
/
+0
*
gpu: Implement shader glClear() blit for broken IMG drivers
sievers
2014-11-18
13
-2
/
+511
*
Enable asynchronous glReadPixels on Windows.
miu
2014-11-15
6
-10
/
+22
*
Workaround NVidia eglWaitSyncKHR bug
boliu
2014-11-14
3
-1
/
+27
*
Add UMA histogram for D3D shader model.
jmadill
2014-11-13
1
-0
/
+39
*
command_buffer: Avoid uninitialized read in ShaderTranslatorCache
kkinnunen
2014-11-12
4
-12
/
+75
*
gpu: remove round trip at context initialization
piman
2014-11-12
26
-929
/
+269
*
gpu: Make sure sync queries complete on service side when calling glFinish.
reveman
2014-11-11
8
-42
/
+50
*
Add GL_APPLE_fence support, enabling asynchronous glReadPixels for Mac.
miu
2014-11-11
2
-1
/
+3
*
Remove a few unused typedefs. No behavior change.
thakis
2014-11-10
2
-11
/
+0
*
Check if drivers support GL_OES_texture_float even with GLES3 context.
kalyan.kondapally
2014-11-08
2
-1
/
+27
*
gn win: disable 4267 (need for win x64)
scottmg
2014-11-08
1
-0
/
+3
*
Add subscribeUniform extension pipeline
orglofch
2014-11-07
45
-38
/
+2075
*
Implement PpapiCommandBufferProxy::GetCapabilities
piman
2014-11-07
3
-1
/
+50
*
Revert of Add subscribeUniform extension pipeline (patchset #7 id:460001 of h...
orglofch
2014-11-07
45
-2074
/
+38
*
Remove num_entries and put_offset from CommandBuffer::State
piman
2014-11-06
13
-33
/
+34
*
gpu: Match autogen files to code style.
dongseong.hwang
2014-11-06
12
-1421
/
+860
*
Add subscribeUniform extension pipeline
orglofch
2014-11-06
45
-38
/
+2074
[next]