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
*
Separate management of shared memory from CmdBufService to separate class
gman@chromium.org
2012-05-26
8
-231
/
+378
*
Add more GPU process trace events.
apatrick@chromium.org
2012-05-26
2
-28
/
+29
*
Move GpuScheduler descheduled trace event to GpuScheduler for better coverage.
jbates@chromium.org
2012-05-26
1
-0
/
+3
*
Defer initializing the CopyTextureCHROMIUMResourceManager
apatrick@chromium.org
2012-05-25
3
-137
/
+11
*
Add more trace events to GPU process.
apatrick@chromium.org
2012-05-24
1
-0
/
+1
*
Check for null GLES2DecoderImpl::copy_texture_CHROMIUM_
apatrick@chromium.org
2012-05-23
1
-1
/
+4
*
RefCounted types should not have public destructors, media/ and gpu/ edition
rsleevi@chromium.org
2012-05-18
10
-78
/
+93
*
Rename nacl::RefCounted to nacl::RefCountedThreadSafe, to make it easier to a...
rsleevi@chromium.org
2012-05-18
1
-6
/
+2
*
RefCounted types should not have public destructors, Linux fixes
rsleevi@chromium.org
2012-05-18
1
-1
/
+3
*
Correctly identify INTEL on Linux
gman@chromium.org
2012-05-17
4
-19
/
+69
*
Allow GLES2CmdDecoder to change the GLSurface associated with the default FBO.
apatrick@chromium.org
2012-05-17
12
-38
/
+122
*
Make StrictIdHandler mark IDs as used
piman@chromium.org
2012-05-17
1
-41
/
+4
*
Correct the clear semantics for textures used by the GL_CHROMIUM_clopy_textur...
twiz@chromium.org
2012-05-15
1
-0
/
+2
*
Don't enable occlusion query on Linux with Intel drivers.
gman@chromium.org
2012-05-15
8
-29
/
+84
*
Change the way _EXPORT macros look.
thakis@chromium.org
2012-05-15
4
-0
/
+16
*
Make genereteMipmap clear uncleared level 0
gman@chromium.org
2012-05-14
3
-2
/
+35
*
Add more warnings for GL programs.
gman@chromium.org
2012-05-14
1
-27
/
+64
*
Implement GL_EXT_occlusion_query_boolean on OSX
gman@chromium.org
2012-05-14
8
-27
/
+158
*
Cache more GL state client side
gman@chromium.org
2012-05-12
5
-98
/
+254
*
ui: Move gl/ directory out of gfx/, up to ui/.
tfarina@chromium.org
2012-05-12
25
-53
/
+54
*
Fix cmd buf impl of glIsEnabled to return cached value
gman@chromium.org
2012-05-12
10
-18
/
+66
*
Make glGenerateMipmap handle out of memory
gman@chromium.org
2012-05-12
3
-1
/
+44
*
Consolidate GPU unit test expectiation functions.
gman@chromium.org
2012-05-10
5
-377
/
+235
*
make GLboolean print GL_TRUE, GL_FALSE when debugging.
gman@chromium.org
2012-05-10
1
-1
/
+1
*
Add GL_SAMPLER_3D_OES and GL_SAMPLER_2D_RECT_ARB to ClearUniforms
gman@chromium.org
2012-05-10
4
-0
/
+153
*
Initialize GL attribs
gman@chromium.org
2012-05-09
4
-0
/
+24
*
Coverity: Fix a pass-by-value.
jhawkins@chromium.org
2012-05-09
2
-5
/
+6
*
Work around graphics hangs on MacBook Airs with Intel GPUs by calling glFinis...
kbr@chromium.org
2012-05-09
2
-0
/
+7
*
Addition of texture-state and fbo-state tests for GL_CHROMIUM_copy_texture.
twiz@chromium.org
2012-05-09
3
-4
/
+128
*
Make GL_VENDOR and GL_RENDERER always return 'Chromium'
gman@chromium.org
2012-05-09
2
-0
/
+21
*
Fix Noop bug
gman@chromium.org
2012-05-09
3
-2
/
+16
*
Add more disable-workaround checks
gman@chromium.org
2012-05-08
6
-8
/
+30
*
Make unit test to check glCopyTextureCHROMIUM works with deleted programs
gman@chromium.org
2012-05-08
13
-109
/
+285
*
Move gles2 extensions out of dev.
nfullagar@google.com
2012-05-07
2
-8
/
+8
*
Move GL_GLEXT_PROTOTYPES to gyp file
gman@chromium.org
2012-05-07
4
-13
/
+1
*
Adjust the constant pixel color values so that premultiplied alpha operations...
twiz@chromium.org
2012-05-05
1
-3
/
+4
*
Addition of break statement to prevent accidental switch fall-through in the ...
twiz@chromium.org
2012-05-05
1
-0
/
+1
*
Addition of a set of basic unit tests for the GL_CHROMIUM_copy_texture extens...
twiz@chromium.org
2012-05-04
15
-69
/
+368
*
Limit the number of GL errors logged
gman@chromium.org
2012-05-04
3
-7
/
+29
*
ui: Move surface/ directory out of gfx/, up to ui/.
tfarina@chromium.org
2012-05-03
4
-4
/
+5
*
Update gl2.h and gl2ext.h headers from Khronos.
nfullagar@google.com
2012-05-03
1
-0
/
+1
*
WebGraphicsContext3DInProcessCommandBuffer should report that it does not sup...
vollick@chromium.org
2012-05-02
2
-2
/
+5
*
generate INVALID_VALUE if calling Uniform1i/v on sampler > MAX_IMAGE_TEXTURE_...
gman@chromium.org
2012-05-02
4
-6
/
+44
*
Add Occlusion Query test to gl_tests
gman@chromium.org
2012-05-02
6
-8
/
+393
*
Added documentation for GL_CHROMIUM_texture_mailbox GL extension.
apatrick@chromium.org
2012-05-02
1
-0
/
+119
*
Allow textures to be moved from one GL context group to another.
apatrick@chromium.org
2012-05-01
34
-43
/
+1627
*
Clear uniforms
gman@chromium.org
2012-04-28
5
-8
/
+186
*
Don't make checkdeps ignore includes to directories that are brought in via d...
jam@chromium.org
2012-04-27
1
-0
/
+1
*
Add trace around DoTexStorage2DExt
nduca@chromium.org
2012-04-26
1
-0
/
+1
*
aura: Change shared context to be offscreen for arm
piman@chromium.org
2012-04-25
7
-28
/
+36
[next]