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
*
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
*
Track memory consumption for decoder-internal resources (backbuffer et al) in...
ccameron@chromium.org
2012-07-31
2
-18
/
+28
*
Add a flag to specify the total amount of memory which may be allocated to GP...
ccameron@chromium.org
2012-07-31
2
-0
/
+5
*
Added null check for shader source when compiling, and fixed re-caching behav...
dmurph@chromium.org
2012-07-31
3
-13
/
+46
*
Add a few stubs so we can link the latest OpenGL ES 2.0 conformance tests
gman@chromium.org
2012-07-31
1
-0
/
+17
*
Delete unused member variable.
thakis@chromium.org
2012-07-28
1
-4
/
+2
*
Add global tracking of GPU memory allocations. Have each ContextGroup push m...
ccameron@chromium.org
2012-07-28
19
-55
/
+180
*
Use EXT_robustness where available on GLES2 platforms to detect and respond t...
kbr@chromium.org
2012-07-27
1
-6
/
+10
*
Re-enabling checkdeps for most of ppapi + nacl.
bradnelson@google.com
2012-07-27
1
-1
/
+1
*
Coverity: Initialize member variables.
jhawkins@chromium.org
2012-07-25
1
-2
/
+5
*
Coverity fix: Big parameter passed by value
arthurhsu@chromium.org
2012-07-25
1
-3
/
+1
*
Removed dead code in program_manager.cc
orenb@chromium.org
2012-07-25
1
-4
/
+0
*
Bug fixes for getTranslatedShader
dmurph@chromium.org
2012-07-23
7
-17
/
+59
*
Add a shallow command buffer flush that doesn't glFlush
brianderson@chromium.org
2012-07-23
6
-2
/
+27
*
gpu in-memory program cache implementation with a memory limit + lru eviction.
dmurph@chromium.org
2012-07-23
31
-90
/
+2200
*
GPU: Fix latency tests
backer@chromium.org
2012-07-23
1
-0
/
+5
*
Make windowless version of OpenGL ES 2.0 conformance tests
gman@chromium.org
2012-07-20
5
-10
/
+112
*
On desktop GL, don't disable vertex attribute 0 when restoring state, or noth...
kbr@chromium.org
2012-07-20
2
-8
/
+10
*
Revert 147328 - Current status of patch:
gman@chromium.org
2012-07-19
33
-2156
/
+95
*
This removes low level flushes in the command buffer on texture upload and ev...
brianderson@chromium.org
2012-07-19
2
-24
/
+0
*
Wire the AMD switchable videcard detection
cpu@chromium.org
2012-07-18
1
-0
/
+1
*
Current status of patch:
dmurph@chromium.org
2012-07-18
33
-95
/
+2156
*
Fix vendor detection code and add gl_PointCoord workaround for Intel GPUs.
kbr@chromium.org
2012-07-17
3
-36
/
+66
*
Allow 1xn and 2xn compressed textures.
jbauman@chromium.org
2012-07-14
2
-26
/
+18
*
Aura: Have ui::Layer implement WebKit::WebExternalTextureLayerClient
backer@chromium.org
2012-07-13
1
-5
/
+0
*
Remove the rest of #pragma once in one big CL.
ajwong@chromium.org
2012-07-11
12
-12
/
+0
*
Fix glGetTexParameter so it works for TEXTURE_CUBE_MAP
gman@chromium.org
2012-07-11
3
-18
/
+3
*
RefCounted types should not have public destructors
rsleevi@chromium.org
2012-07-11
2
-30
/
+38
*
re-enable depth texture gl test
gman@chromium.org
2012-07-10
1
-3
/
+3
*
Enable debugging code for non-official Android builds.
newt@chromium.org
2012-07-09
1
-0
/
+5
*
Add GL_CHROMIUM_get_error_query
gman@chromium.org
2012-07-09
18
-60
/
+314
*
Adding necessary plumbing for bindUniformLocationCHROMIUM extension.
alexst@chromium.org
2012-07-02
1
-0
/
+118
*
Add workaround ATI/AMD bug with gl_PointCoord
gman@chromium.org
2012-06-30
4
-0
/
+159
*
Unreviewed pixel wrangling. Temporarily disable DepthTextureTest.RenderTo bec...
shawnsingh@chromium.org
2012-06-30
1
-1
/
+3
*
Consolidate disable gpu workarounds code.
gman@chromium.org
2012-06-29
4
-22
/
+30
*
Adds switches for enabling the gpu program cache and setting the size of the ...
dmurph@chromium.org
2012-06-29
2
-0
/
+10
*
Roll ANGLE 1046:1168.
apatrick@chromium.org
2012-06-28
1
-1
/
+0
*
Defer descheduling of GPU commands until draw or swap
jbates@chromium.org
2012-06-28
9
-27
/
+47
*
Change GLES2DecoderImpl::UpdateBackbufferMemoryAccounting so that it is not c...
jbates@chromium.org
2012-06-28
1
-12
/
+16
*
Revert 144358 - Roll ANGLE 1046:1164.
jochen@chromium.org
2012-06-27
1
-0
/
+1
*
Roll ANGLE 1046:1164.
apatrick@chromium.org
2012-06-27
1
-1
/
+0
*
Aura: Fix partial swaps in the UI
backer@chromium.org
2012-06-26
2
-20
/
+10
*
Define GL_GLEXT_PROTOTYPES
jbauman@chromium.org
2012-06-26
1
-0
/
+3
*
Add glBindUniformLocationCHROMIUM
gman@chromium.org
2012-06-26
31
-782
/
+1038
[next]