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
/
client
Commit message (
Expand
)
Author
Age
Files
Lines
*
Introduction of CHROMIUM_copy_texture extension that respects pixel-store sem...
twiz@chromium.org
2012-04-19
6
-6
/
+45
*
Add GL_EXT_unpack_subimage support to command buffer client code.
bsalomon@google.com
2012-04-10
3
-136
/
+263
*
Optimize GetBucketContents
gman@chromium.org
2012-04-09
3
-62
/
+129
*
Allow |msg| to be NULL
tbreisacher@chromium.org
2012-04-06
1
-1
/
+2
*
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
9
-305
/
+558
*
Revert 130384 - Broke a few Mac bots
rsleevi@chromium.org
2012-04-03
9
-559
/
+305
*
Revert "Revert "Make ShareGroup thread safe" http://crrev.com/130034."
gman@chromium.org
2012-04-03
9
-305
/
+559
*
Revert "Make ShareGroup thread safe" http://crrev.com/130034.
apavlov@chromium.org
2012-03-31
9
-559
/
+305
*
Make ShareGroup thread safe
gman@chromium.org
2012-03-31
9
-305
/
+559
*
Add ShareGroup to GLES2Implemenation
gman@chromium.org
2012-03-29
3
-0
/
+18
*
Add ShareGroup stub
gman@chromium.org
2012-03-28
4
-0
/
+111
*
Move gpu hash_tables and atomicops stuff
gman@chromium.org
2012-03-28
5
-18
/
+64
*
Disable flushers on CrOS to improve GPU process saturation during bulk textur...
nduca@google.com
2012-03-28
2
-1
/
+8
*
Fix some GPU logging prints
gman@chromium.org
2012-03-24
1
-8
/
+10
*
Remove unused code in StrictSharedIdHandler
gman@chromium.org
2012-03-19
1
-10
/
+0
*
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
1
-4
/
+2
*
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
1
-1
/
+5
*
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
*
Add support for GL_EXT_occlusion_query_boolean
gman@chromium.org
2012-03-08
10
-62
/
+895
*
GPU: Build most of the gpu as a single DLL.
rvargas@google.com
2012-03-05
7
-11
/
+45
*
Revert 124702 - GPU: Buld most of the gpu as a single DLL.
rvargas@google.com
2012-03-02
7
-45
/
+11
*
GPU: Buld most of the gpu as a single DLL.
rvargas@google.com
2012-03-02
7
-11
/
+45
*
Expose API for GL_EXT_occlusion_query_boolean but as no-ops
gman@chromium.org
2012-02-27
3
-0
/
+111
*
Fix gcc 4.6 warnings in gpu.
tony@chromium.org
2012-02-23
1
-1
/
+1
*
Don't call finish if there is nothing to do
gman@chromium.org
2012-02-15
2
-36
/
+4
*
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
6
-6
/
+376
*
Revert "Revert 119430 - Make transferbuffer increase in size dynamically"
gman@chromium.org
2012-01-27
10
-1263
/
+2075
*
Revert 119430 - Make transferbuffer increase in size dynamically
kinuko@chromium.org
2012-01-27
10
-2075
/
+1263
*
Make transferbuffer increase in size dynamically
gman@chromium.org
2012-01-27
10
-1263
/
+2075
*
Remove command buffer command id tests etc..
gman@chromium.org
2012-01-27
1
-1
/
+1
*
Revert r118525 / Re-land r118240 - the build failure was a flake.
dpranke@chromium.org
2012-01-19
6
-14
/
+47
*
Revert r118240 - gles_2_c_lib as a component.
dpranke@chromium.org
2012-01-19
6
-47
/
+14
*
This change makes gles2_c_lib work as a component. It introduces a gles2_c_li...
dpranke@chromium.org
2012-01-19
6
-14
/
+47
*
Revert "Stop freeing the command buffer when a tab goes to the background.
gman@chromium.org
2012-01-18
1
-0
/
+1
*
Revert "Revert 116821 - Make StrictSharedIdHandler free its unused ids."
gman@chromium.org
2012-01-12
2
-2
/
+26
*
Make GLES2Implementation handl failed allocation
gman@chromium.org
2012-01-11
3
-11
/
+203
*
Make GLES2CmdHelper and CommandBufferHelper handle failed allocation
gman@chromium.org
2012-01-11
4
-484
/
+957
*
Revert 116821 - Make StrictSharedIdHandler free its unused ids.
zmo@google.com
2012-01-09
2
-27
/
+3
*
Make StrictSharedIdHandler free its unused ids.
gman@chromium.org
2012-01-07
2
-3
/
+27
*
Fix BufferData so it does not trigger single threaded check.
gman@chromium.org
2011-12-22
2
-1
/
+27
*
Stop freeing the command buffer when a tab goes to the background. This essen...
vangelis@chromium.org
2011-12-22
1
-1
/
+0
*
Fix IsExtensionAvailable so it calls GetStringHelper
gman@chromium.org
2011-12-21
3
-39
/
+68
*
Fix PixelStorei so it does not recursively call GL functions
gman@chromium.org
2011-12-18
4
-11
/
+1693
[next]