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
*
Modify the base::JSONReader interface to take a set of options rather than a ...
rsesek@chromium.org
2012-04-11
1
-1
/
+1
*
Add GL_EXT_unpack_subimage support to command buffer client code.
bsalomon@google.com
2012-04-10
9
-225
/
+512
*
Revert 131177 - aura: Change shared context to be offscreen for arm
mazda@chromium.org
2012-04-10
6
-35
/
+28
*
Always write data to new buffer in SimulateAttrib0
gman@chromium.org
2012-04-10
1
-9
/
+10
*
Optimize GetBucketContents
gman@chromium.org
2012-04-09
6
-109
/
+285
*
Build fix: change the code, forget to change the test.
zmo@chromium.org
2012-04-09
1
-3
/
+3
*
Change the glGetShaderPrecisionFormat emulated values.
zmo@chromium.org
2012-04-09
1
-5
/
+7
*
Hanlde long attribute name mapping in bindAttribLocation.
zmo@chromium.org
2012-04-07
5
-2
/
+58
*
Delete renderbuffers when no longer referenced
gman@chromium.org
2012-04-06
4
-16
/
+43
*
aura: Change shared context to be offscreen for arm
piman@chromium.org
2012-04-06
6
-28
/
+35
*
Allow |msg| to be NULL
tbreisacher@chromium.org
2012-04-06
1
-1
/
+2
*
Delete framebuffers when no longer referenced.
gman@chromium.org
2012-04-06
4
-21
/
+56
*
Delete Programs when no longer referenced
gman@chromium.org
2012-04-05
9
-32
/
+82
*
Don't delete textures until they're no longer referenced.
gman@chromium.org
2012-04-05
4
-18
/
+46
*
Prevent Mipmap generation for compressed textures.
gman@chromium.org
2012-04-05
2
-2
/
+5
*
Make buffer not get deleted until the last reference is released.
gman@chromium.org
2012-04-05
4
-19
/
+40
*
Remove TOOLKIT_USES_GTK and consolidate it into TOOLKIT_GTK
oshima@chromium.org
2012-04-05
2
-6
/
+6
*
Revert "Revert 130737 - Make contexts actually use ShareGroup for shared cont...
gman@chromium.org
2012-04-04
7
-228
/
+152
*
Revert 130737 - Make contexts actually use ShareGroup for shared contexts.
binji@chromium.org
2012-04-04
6
-149
/
+143
*
Make contexts actually use ShareGroup for shared contexts.
gman@chromium.org
2012-04-04
6
-143
/
+149
*
Revert "Revert 130384 - Broke a few Mac bots"
gman@chromium.org
2012-04-04
10
-309
/
+563
*
Revert 130384 - Broke a few Mac bots
rsleevi@chromium.org
2012-04-03
10
-564
/
+309
*
Revert "Revert "Make ShareGroup thread safe" http://crrev.com/130034."
gman@chromium.org
2012-04-03
10
-309
/
+564
*
Limit max texture size to 4096x4096 on intel mac
gman@chromium.org
2012-04-03
1
-0
/
+2
*
PpapiCommandBufferProxy implements CommandBufferProxy.
fsamuel@chromium.org
2012-04-02
3
-0
/
+72
*
Revert "Make ShareGroup thread safe" http://crrev.com/130034.
apavlov@chromium.org
2012-03-31
10
-564
/
+309
*
Make ShareGroup thread safe
gman@chromium.org
2012-03-31
10
-309
/
+564
*
Revert 129879 - Revert 129819 - Add CHECK on non-generated ids in command buf...
zmo@google.com
2012-03-30
2
-19
/
+16
*
Revert 129819 - Add CHECK on non-generated ids in command buffer.
zmo@google.com
2012-03-30
2
-16
/
+19
*
Fix GL resource sharing
gman@chromium.org
2012-03-30
3
-95
/
+111
*
Add CHECK on non-generated ids in command buffer.
gman@chromium.org
2012-03-30
2
-19
/
+16
*
Add ShareGroup to GLES2Implemenation
gman@chromium.org
2012-03-29
5
-0
/
+20
*
Add ShareGroup stub
gman@chromium.org
2012-03-28
6
-0
/
+114
*
Move gpu hash_tables and atomicops stuff
gman@chromium.org
2012-03-28
6
-18
/
+67
*
Disable flushers on CrOS to improve GPU process saturation during bulk textur...
nduca@google.com
2012-03-28
2
-1
/
+8
*
make disable-glsl-translator work again
gman@chromium.org
2012-03-26
4
-7
/
+28
*
Fix some GPU logging prints
gman@chromium.org
2012-03-24
1
-8
/
+10
*
Chromium implementation of discardBackbuffer WebGraphicsContext3D extension.
mmocny@chromium.org
2012-03-23
1
-0
/
+1
*
Modify gpu::gles2::FeatureInfo::AddFeatures to enable feature flags based on ...
bsalomon@google.com
2012-03-23
1
-3
/
+3
*
Fix OES_texture_float test failure.
zmo@chromium.org
2012-03-20
1
-8
/
+38
*
Increase reschedule timeout to 1 second.
jbauman@chromium.org
2012-03-20
1
-1
/
+1
*
Check that attachments are the correct type for the attachment type
gman@chromium.org
2012-03-19
4
-19
/
+87
*
Remove unused code in StrictSharedIdHandler
gman@chromium.org
2012-03-19
1
-10
/
+0
*
Add OpenGL occlusion query support to pepper.
jbauman@chromium.org
2012-03-16
1
-1
/
+10
*
clang: Fix two -Wbool-conversion warnings
thakis@chromium.org
2012-03-16
1
-2
/
+2
*
JSONWriter cleanup: integrate pretty print into write options.
ericdingle@chromium.org
2012-03-16
1
-2
/
+3
*
Make Occlusion Query Sample
gman@chromium.org
2012-03-15
5
-7
/
+342
*
Plumb client side synthesized GL messages to JS Console
gman@chromium.org
2012-03-15
2
-1
/
+18
*
Add support for GL_COMMANDS_ISSUED_CHROMIUM fence like query.
gman@chromium.org
2012-03-14
15
-442
/
+649
*
Insert No-ops into the command buffer when glQueryObjectuiv is called.
gman@chromium.org
2012-03-14
1
-0
/
+3
[next]