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
*
Virtual GL
gman@chromium.org
2012-11-07
18
-52
/
+510
*
gpu: Update calls froms RunAllPending() to RunUntilIdle().
tfarina@chromium.org
2012-11-07
5
-8
/
+8
*
IPC to generate mailbox names on the GPU process IO thread.
apatrick@chromium.org
2012-11-07
2
-3
/
+8
*
Fix querying GLfloat state
gman@chromium.org
2012-10-31
5
-138
/
+462
*
Fix Auto-genearated GL state
gman@chromium.org
2012-10-30
4
-5
/
+7
*
automate more GL state handling
gman@chromium.org
2012-10-30
17
-807
/
+1638
*
Fix layering violation where content is included by gpu.
ccameron@chromium.org
2012-10-28
1
-39
/
+0
*
Cache more GL state
gman@chromium.org
2012-10-27
7
-148
/
+459
*
Revert "Revert 164047 - Make GL calls go through subclassable class."
gman@chromium.org
2012-10-25
2
-2
/
+2
*
Fix latency test on windows
gman@chromium.org
2012-10-25
1
-1
/
+1
*
Revert 164047 - Make GL calls go through subclassable class.
bartfab@chromium.org
2012-10-25
2
-2
/
+2
*
Make GL calls go through subclassable class.
gman@chromium.org
2012-10-25
2
-2
/
+2
*
Move workarounds to one spot.
gman@chromium.org
2012-10-23
6
-217
/
+155
*
Add CommandLatencyQuery to the gpu command buffer
brianderson@chromium.org
2012-10-23
21
-71
/
+243
*
Work around NVidia's glLinkProgram bug
gman@chromium.org
2012-10-23
3
-1
/
+173
*
Allow cubemaps <= 1024 in size on 10.7.3 Macs
jbauman@chromium.org
2012-10-22
1
-2
/
+11
*
Move a bunch of code in content\common (as well as a few left in renderer) to...
jam@chromium.org
2012-10-22
1
-2
/
+5
*
Flush after GenXXX commands
gman@chromium.org
2012-10-18
2
-0
/
+7
*
gpu: Add support for GLX_EXT_texture_from_pixmap extension.
reveman@google.com
2012-10-18
25
-77
/
+656
*
Revert 162654 - gpu: Add support for GLX_EXT_texture_from_pixmap extension.
fischman@chromium.org
2012-10-18
25
-656
/
+77
*
gpu: Add support for GLX_EXT_texture_from_pixmap extension.
reveman@chromium.org
2012-10-18
25
-77
/
+656
*
Disable automatic flushes on compositor contexts.
jbauman@chromium.org
2012-10-17
2
-2
/
+13
*
Make GLES2Implementation based on GLES2Interface
gman@chromium.org
2012-10-16
15
-1623
/
+3411
*
Add the swap size to the PostSubBuffer trace event
danakj@chromium.org
2012-10-16
1
-1
/
+2
*
Implemented OES_element_index_uint in the Chrome GPU command buffer
bajones@chromium.org
2012-10-15
4
-19
/
+187
*
Fix comment in gpu_switches.cc
gman@chromium.org
2012-10-15
1
-1
/
+1
*
Move per context GL state to a separate object.
gman@chromium.org
2012-10-13
5
-378
/
+532
*
Added emulation of the OES_vertex_array_object WebGL extension for devices that
bajones@chromium.org
2012-10-12
8
-192
/
+393
*
DeleteTexturesHelper uses wrong index for texture_units_.
apatrick@chromium.org
2012-10-11
1
-1
/
+1
*
Issue-141903: Rename "descheduled" trace event for gpu swap to something un...
rubentopo@gmail.com
2012-10-09
1
-2
/
+3
*
Make texture manager more strict.
gman@chromium.org
2012-10-08
2
-8
/
+33
*
[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
[next]