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
*
Refactored glGet commands to use a SizedResult for
gman@chromium.org
2010-03-17
1
-48
/
+48
*
Change a couple of LOG/CHECK macros to GPU_LOG/GPU_CHECK, which means I can
dspringer@google.com
2010-03-16
1
-2
/
+2
*
Fixed bugs in glActiveTexture. Added real implementation
gman@chromium.org
2010-03-16
3
-8
/
+12
*
Another #include of <string.h> so that the nacl-g++ compiler will build Native
dspringer@google.com
2010-03-10
1
-0
/
+2
*
Minor tweaks to get the NaCl tool-chain to build with the latest GPU stuff.
dspringer@google.com
2010-03-09
1
-0
/
+1
*
Add command buffer test for case where command inserted
gman@chromium.org
2010-03-09
1
-1
/
+25
*
Rearrange GLES2 files so they are easier to use
gman@chromium.org
2010-03-08
14
-32
/
+38
*
Fixed a command buffer wrap around bug.
gman@chromium.org
2010-03-08
1
-0
/
+4
*
Change gl2.h to default to C bindings
gman@chromium.org
2010-03-08
1
-0
/
+1
*
Added SafeMultiply and SafeAdd to check for overflows
gman@chromium.org
2010-03-05
2
-36
/
+77
*
Attempt to submit this CL for the 3rd time. No changes.
gman@chromium.org
2010-03-02
4
-74
/
+275
*
Revert http://codereview.chromium.org/660238
gman@chromium.org
2010-02-27
4
-275
/
+74
*
Try again.
gman@chromium.org
2010-02-27
1
-1
/
+1
*
Resumitting reverted CL
gman@chromium.org
2010-02-27
4
-74
/
+275
*
Fix for GL break on Linux build.
gman@chromium.org
2010-02-27
1
-1
/
+1
*
"/b/slave/chromium-rel-linux/build/src/gpu/command_buffer/client/gles2_demo_c...
thakis@chromium.org
2010-02-27
4
-275
/
+74
*
Added support for glGetString, glGetShaderSource,
gman@chromium.org
2010-02-27
4
-74
/
+275
*
Fixes ReadPixel to have a result so the client
gman@chromium.org
2010-02-24
2
-8
/
+24
*
Client side implementation of ReadPixels
gman@chromium.org
2010-02-24
1
-4
/
+58
*
Add 3D support for the Mac on Leopard (OS X 10.5) and earlier. This CL uses
dspringer@google.com
2010-02-23
1
-12
/
+25
*
Pulled out Callback code into base/callback.h. This is the first step toward...
akalin@chromium.org
2010-02-19
3
-0
/
+3
*
Reimplemented glShaderSource in preparation for shader
gman@chromium.org
2010-02-12
2
-11
/
+11
*
Fixed GPU unit tests on Mac OS X.
kbr@google.com
2010-02-09
2
-0
/
+4
*
Adds
gman@chromium.org
2010-02-05
4
-45
/
+251
*
Added support for lost context recovery on the client side. None of our servi...
apatrick@chromium.org
2010-02-03
6
-46
/
+41
*
[GPU] Get GPU process running on the mac
kbr@google.com
2010-02-03
1
-1
/
+39
*
Implements glGetUniformiv and glGetUniformfv.
gman@chromium.org
2010-02-03
1
-3
/
+8
*
This file was missing from the last CL as it was sitting
gman@chromium.org
2010-02-02
1
-1
/
+1
*
Change the GLES2Implementation Flush and Finish functions
gman@chromium.org
2010-02-02
2
-8
/
+17
*
Renamed ParseError -> Error, parse_error -> error, kParseNoError -> kNoError,...
apatrick@chromium.org
2010-02-01
4
-26
/
+26
*
Redesigned CommandBuffer and NPDevice3D interfaces.
apatrick@chromium.org
2010-01-29
4
-59
/
+50
*
Implements glGetVertexAttribPointerv
gman@chromium.org
2010-01-29
3
-77
/
+79
*
Add commands Jump, Call and Return
gman@chromium.org
2010-01-28
3
-59
/
+21
*
Windows now uses the TLS API instead of __declspec(thread) for client side co...
apatrick@chromium.org
2010-01-27
3
-20
/
+35
*
Added pglGetCurrentContext. Make gles2 implementation pointer global variable...
apatrick@chromium.org
2010-01-19
2
-11
/
+12
*
Fixed gles2 demo by switching it from a console application to a windowed one...
apatrick@chromium.org
2010-01-19
1
-11
/
+18
*
Adds a sync to glFinish and SwapBuffers at the
gman@chromium.org
2010-01-13
2
-6
/
+12
*
Fixed some bugs that prevented the GPU plugin from shutting down without cras...
apatrick@google.com
2010-01-08
2
-0
/
+6
*
A bunch of unit tests for GLES2
gman@chromium.org
2010-01-05
4
-51
/
+68
*
linux: gles2 client fixes
piman@chromium.org
2009-12-23
2
-5
/
+4
*
Added Pepper 3D device that instantiates the GPU plugin and sends GLES2 comma...
apatrick@google.com
2009-12-22
10
-53
/
+35
*
Added chromium source file preamble.
apatrick@google.com
2009-12-17
21
-291
/
+39
*
Another round of gcc fixes for GPU command buffers.
scherkus@chromium.org
2009-12-15
1
-1
/
+1
*
Added CommandBufferProxy, CommandBufferStub. Replaced NPAPI with IPC for sync...
apatrick@google.com
2009-12-12
17
-92
/
+79
*
First batch of GCC fixes for GPU code.
scherkus@chromium.org
2009-12-10
1
-4
/
+7
*
Update initialization of gles2_demo.cc to match
gman@chromium.org
2009-12-08
1
-2
/
+10
*
TEST=none
gman@chromium.org
2009-12-08
1
-0
/
+6
*
Removed command buffer's last dependency on NPAPI.
apatrick@google.com
2009-12-08
4
-21
/
+6
*
Merged in recent changes to command buffer code.
apatrick@google.com
2009-11-25
9
-245
/
+497
*
Landing the GPU process and command buffer code again, this time with a DEPS ...
apatrick@google.com
2009-11-25
25
-0
/
+5007
[next]