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
/
command_buffer
Commit message (
Expand
)
Author
Age
Files
Lines
*
Insert No-ops into the command buffer when glQueryObjectuiv is called.
gman@chromium.org
2012-03-14
1
-0
/
+3
*
Coverity: Initialize member variables.
jhawkins@chromium.org
2012-03-13
2
-1
/
+6
*
Switch query_tracker to use tr1/unordered_map for faster look ups.
nfullagar@google.com
2012-03-13
2
-5
/
+2
*
Move constructor and destructor of GLES2CmdHelper out of line
thakis@chromium.org
2012-03-13
2
-8
/
+13
*
Schedule for pending queries
gman@chromium.org
2012-03-13
7
-13
/
+38
*
Land http://src.chromium.org/viewvc/chrome?view=rev&revision=125984 to trunk.
cevans@chromium.org
2012-03-12
1
-1
/
+2
*
Add support for GL_EXT_occlusion_query_boolean
gman@chromium.org
2012-03-08
34
-411
/
+2518
*
Deschedule command buffer while polling fences
jbauman@chromium.org
2012-03-06
2
-5
/
+8
*
GPU: Build most of the gpu as a single DLL.
rvargas@google.com
2012-03-05
26
-49
/
+103
*
Revert 124702 - GPU: Buld most of the gpu as a single DLL.
rvargas@google.com
2012-03-02
25
-99
/
+47
*
Fails glLinkProgram if two glBindAttribLocation conflicts.
zmo@chromium.org
2012-03-02
4
-1
/
+126
*
GPU: Buld most of the gpu as a single DLL.
rvargas@google.com
2012-03-02
25
-47
/
+99
*
Expose API for GL_EXT_occlusion_query_boolean but as no-ops
gman@chromium.org
2012-02-27
17
-34
/
+753
*
Add Pepper support for several GL extensions
jbauman@chromium.org
2012-02-26
1
-56
/
+169
*
Revert 123696 - Add Pepper support for several GL extensions
jbauman@chromium.org
2012-02-26
1
-169
/
+56
*
Add Pepper support for several GL extensions
jbauman@chromium.org
2012-02-26
1
-56
/
+169
*
Fix gcc 4.6 warnings in gpu.
tony@chromium.org
2012-02-23
1
-1
/
+1
*
Fix fake uniforms for Uniform2i, 3i and 4i
gman@chromium.org
2012-02-23
4
-14
/
+37
*
Map uniform locations to fake locations.
gman@chromium.org
2012-02-22
9
-274
/
+368
*
This is the glue that binds the GpuMemoryManager and the WebKit WebGraphicsCo...
mmocny@chromium.org
2012-02-21
1
-0
/
+1
*
Use shared memory to update the renderer's view of the command buffer state.
jbauman@chromium.org
2012-02-17
4
-0
/
+183
*
GPU: Make gles2_utils a separate component.
rvargas@google.com
2012-02-16
4
-6
/
+40
*
Don't call finish if there is nothing to do
gman@chromium.org
2012-02-15
2
-36
/
+4
*
Revert 122034 - Use shared memory to update the renderer's view of the comman...
zmo@google.com
2012-02-15
4
-184
/
+0
*
Use shared memory to update the renderer's view of the command buffer state.
jbauman@chromium.org
2012-02-15
4
-0
/
+184
*
Add AsyncFlush when transferbuffer is > a certain size
gman@chromium.org
2012-02-14
8
-23
/
+114
*
Add support for ANGLE_instanced_arrays
jbauman@chromium.org
2012-02-14
22
-54
/
+1416
*
Stop using base::rand in GPU process
gman@chromium.org
2012-02-10
1
-2
/
+6
*
Added a flag gles2_cmd_decoder.cc so the unit tests can turn off all the LOG ...
gman@chromium.org
2012-02-10
3
-2
/
+21
*
Combine ANGLE_instanced_arrays pointers with others
jbauman@chromium.org
2012-02-10
1
-9
/
+0
*
Fix use-after-free in ~TextureInfo
piman@chromium.org
2012-02-09
3
-0
/
+33
*
Add gl bindings for ANGLE_instanced_arrays and ARB_instanced_arrays
jbauman@chromium.org
2012-02-09
1
-0
/
+18
*
Swizzle Uniform Locations
gman@chromium.org
2012-02-07
10
-165
/
+377
*
Fix TexImage2D clearing too agressively
gman@chromium.org
2012-02-07
5
-12
/
+125
*
Added CommandBuffer::GetLastError.
apatrick@chromium.org
2012-02-01
2
-2
/
+16
*
Revert "Revert 119430 - Make transferbuffer increase in size dynamically"
gman@chromium.org
2012-01-27
12
-1269
/
+2107
*
Force the GPU process to reschedule itself after a timeout so it responds to ...
apatrick@chromium.org
2012-01-27
2
-4
/
+61
*
Remove placeholder commands
gman@chromium.org
2012-01-27
6
-153
/
+6
*
Revert 119430 - Make transferbuffer increase in size dynamically
kinuko@chromium.org
2012-01-27
12
-2107
/
+1269
*
Make transferbuffer increase in size dynamically
gman@chromium.org
2012-01-27
12
-1269
/
+2107
*
Move cmd buffer functions to txt file.
gman@chromium.org
2012-01-27
2
-173
/
+181
*
Remove command buffer command id tests etc..
gman@chromium.org
2012-01-27
11
-924
/
+209
*
Quick fix to resolve a heap corruption in shader translator.
zmo@chromium.org
2012-01-26
1
-4
/
+12
*
Clear the backbuffer on initialization in GLES2DecoderImpl
gman@chromium.org
2012-01-25
2
-1
/
+9
*
Ask the GLSurface for the real service ID of the backbuffer.
backer@chromium.org
2012-01-20
1
-6
/
+6
*
Do a flip instead of a blit when possible.
backer@chromium.org
2012-01-20
2
-19
/
+43
*
Code cleanup.
backer@chromium.org
2012-01-19
3
-31
/
+5
*
Revert r118525 / Re-land r118240 - the build failure was a flake.
dpranke@chromium.org
2012-01-19
11
-31
/
+63
*
Revert r118240 - gles_2_c_lib as a component.
dpranke@chromium.org
2012-01-19
11
-63
/
+31
*
Fix RenderbufferManager to handle deleted objects
gman@chromium.org
2012-01-19
3
-13
/
+48
[next]