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
*
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
*
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
4
-8
/
+15
*
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
*
Make gles2_c_lib depend on command_buffer_client
thakis@chromium.org
2012-03-08
1
-0
/
+2
*
Add support for GL_EXT_occlusion_query_boolean
gman@chromium.org
2012-03-08
37
-411
/
+2524
*
Refactor Pickle Read methods to use higher performance PickleIterator.
jbates@chromium.org
2012-03-07
2
-3
/
+3
*
GPU: Fix the component build when the incremental linker is used.
rvargas@google.com
2012-03-07
1
-1
/
+1
*
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
35
-304
/
+478
*
Revert 124702 - GPU: Buld most of the gpu as a single DLL.
rvargas@google.com
2012-03-02
34
-474
/
+302
*
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
34
-302
/
+474
*
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
5
-0
/
+184
*
GPU: Split some of the GPU projects to individual gypi files.
rvargas@google.com
2012-02-17
7
-149
/
+211
*
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
5
-185
/
+0
*
Use shared memory to update the renderer's view of the command buffer state.
jbauman@chromium.org
2012-02-15
5
-0
/
+185
*
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
*
Fix OpenGL ES 2.0 conformance test support
gman@chromium.org
2012-02-08
2
-2
/
+3
*
Swizzle Uniform Locations
gman@chromium.org
2012-02-07
10
-165
/
+377
*
Cleanup: Remove even more dead switches.
thestig@chromium.org
2012-02-07
1
-2
/
+2
*
Fix TexImage2D clearing too agressively
gman@chromium.org
2012-02-07
5
-12
/
+125
[next]