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
*
[Coverity] Fix uninitialized scalar variable.
kmadhusu@chromium.org
2012-10-05
1
-0
/
+1
*
Add back in code to flush command buffer every 3 ms
jbauman@chromium.org
2012-10-04
1
-0
/
+15
*
Fix SetRange bounds check.
gman@chromium.org
2012-10-03
3
-2
/
+24
*
Support GL_OES_compressed_ETC1_RGB8_texture where available.
sievers@chromium.org
2012-10-03
6
-7
/
+183
*
gpu: Fix clang warnings about missing virtual and OVERRIDE annotations.
tfarina@chromium.org
2012-09-30
3
-100
/
+132
*
GLES2DecoderImpl::DoCompileShader() fails for GL_OES_EGL_image_external on an...
qinmin@chromium.org
2012-09-29
1
-0
/
+2
*
Cleanup: avoid foo ? true : false, part 1.
thestig@chromium.org
2012-09-27
1
-2
/
+1
*
gpu: Measure processing commands time per command buffer.
reveman@chromium.org
2012-09-27
4
-4
/
+16
*
Aura: Keep scheduling in line with other platforms.
backer@chromium.org
2012-09-27
1
-0
/
+3
*
Temporarily disable timestamping of decoding time
nduca@chromium.org
2012-09-27
1
-3
/
+0
*
Added support for OES_vertex_array_object to the command buffer
bajones@google.com
2012-09-27
35
-82
/
+1592
*
Defend against NULL pointer dereferences in buggy OpenGL drivers.
kbr@chromium.org
2012-09-25
1
-16
/
+3
*
Allow immutable textures into mailboxes
piman@chromium.org
2012-09-25
6
-12
/
+14
*
Simplify tracing of gpu memory
nduca@chromium.org
2012-09-17
6
-45
/
+7
*
Remove {base,net}_java dependencies from GYP client targets on Android.
pliard@chromium.org
2012-09-10
1
-1
/
+0
*
gpu: Fix more clang warnings about missing virtual and OVERRIDE annotations.
tfarina@chromium.org
2012-09-08
2
-33
/
+35
*
Fix SafeAdd and SafeMultiply
gman@chromium.org
2012-09-07
4
-31
/
+83
*
Report texture upload time in renderingStats.
reveman@chromium.org
2012-09-06
3
-1
/
+61
*
Enable GPU acceleration for Aura on Windows
scottmg@chromium.org
2012-09-06
1
-1
/
+5
*
Add support to test harness EGL for OpenGL ES 1.1 tests on Regal
gman@chromium.org
2012-09-06
3
-8
/
+66
*
Add ENUM value to synthesized GL_INVALID_ENUM errors
gman@chromium.org
2012-08-31
5
-199
/
+178
*
Add WARN_UNUSED_RESULT to scoped_refptr::release.
xiaomings@google.com
2012-08-28
1
-5
/
+1
*
Fix gyp --checked violations.
mkosiba@chromium.org
2012-08-28
1
-1
/
+1
*
PPAPI/NaCl: Make NaClIPCAdapter transfer handles more generally
dmichael@chromium.org
2012-08-27
5
-1
/
+54
*
Remove left over debug line from cmd-buf script.
gman@chromium.org
2012-08-27
1
-1
/
+0
*
Make glGetQueryObjectuivEXT return true for GL_QUERY_RESULT_AVAILABLE_EXT
gman@chromium.org
2012-08-25
6
-17
/
+29
*
Make NaCl IPC-based PPAPI proxy build on ARM.
bbudge@chromium.org
2012-08-23
2
-2
/
+2
*
Free the command buffer on destruction.
gman@chromium.org
2012-08-23
4
-2
/
+20
*
Remove overly agressive ASSERTs on output GL parameters.
gman@chromium.org
2012-08-23
5
-135
/
+199
*
fix for incorrectly recording gpu binary cache hit time
dmurph@chromium.org
2012-08-22
1
-11
/
+14
*
Fix Uniform Name Parsing
gman@chromium.org
2012-08-22
6
-37
/
+174
*
Fixed in-memory gpu program cache size flag interpretation
dmurph@chromium.org
2012-08-21
1
-3
/
+3
*
GPU program cache - switched to high res timings, and time report binary cach...
dmurph@chromium.org
2012-08-20
1
-21
/
+23
*
Fix a misuse of framebuffer target in GLHelper (2)
sheu@chromium.org
2012-08-15
2
-23
/
+26
*
Fix scons build of gpu command buffer.
binji@chromium.org
2012-08-14
2
-2
/
+2
*
Implement GL_EXT_debug_marker
gman@chromium.org
2012-08-12
22
-108
/
+689
*
Fix transfer buffer accounting
ccameron@chromium.org
2012-08-10
1
-5
/
+7
*
Clean-up inline members of nested classes (gpu/)
hans@chromium.org
2012-08-09
10
-105
/
+130
*
Make java.gypi export jar path to input_jars_paths variable
cjhopman@chromium.org
2012-08-09
1
-1
/
+0
*
Add gpu targets to untrusted build, and add Graphics3D code to untrusted build.
bbudge@chromium.org
2012-08-07
8
-312
/
+492
*
Revert 150343 - Add gpu targets to untrusted build, and add Graphics3D code t...
bbudge@chromium.org
2012-08-07
8
-488
/
+312
*
Add gpu targets to untrusted build, and add Graphics3D code to untrusted build.
bbudge@chromium.org
2012-08-07
8
-312
/
+488
*
Purge ImplementsThreadSafeReferenceCounting() from the codebase now that Task...
fischman@chromium.org
2012-08-07
3
-38
/
+0
*
make egl_native.cc compile on OSX
gman@chromium.org
2012-08-04
1
-2
/
+2
*
Adjust Query code to handle context lost
gman@chromium.org
2012-08-03
4
-5
/
+6
*
If the context is lost allocation of query may fail so
gman@chromium.org
2012-08-03
2
-2
/
+35
*
Lowered the min bound for gpu program cache timing histograms
dmurph@chromium.org
2012-08-02
1
-5
/
+5
*
added 'UMA' to gpu program cache histograms
dmurph@chromium.org
2012-08-01
1
-12
/
+12
*
Add logging for shaders that don't compile
gman@chromium.org
2012-08-01
1
-2
/
+6
*
histograms for gpu program cache
dmurph@chromium.org
2012-07-31
2
-0
/
+39
[next]