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
*
Added check for negative size to CommandBufferService.
apatrick@chromium.org
2010-02-22
2
-1
/
+6
*
Fixed integer overflow.
apatrick@chromium.org
2010-02-19
3
-0
/
+16
*
Pulled out Callback code into base/callback.h. This is the first step toward...
akalin@chromium.org
2010-02-19
11
-2
/
+11
*
Updates many commands to require the client to set the
gman@chromium.org
2010-02-17
7
-23
/
+383
*
Fixes the issues with Jump, JumpRel, Call, CallRel
gman@chromium.org
2010-02-17
2
-2
/
+6
*
Make SharedMemory use uint32 instead of size_t. This removes the remaining s...
jam@chromium.org
2010-02-16
1
-1
/
+1
*
Fix for build breakage
gman@chromium.org
2010-02-16
1
-7
/
+7
*
Adds texture tracking.
gman@chromium.org
2010-02-16
20
-534
/
+1936
*
Reimplemented glShaderSource in preparation for shader
gman@chromium.org
2010-02-12
9
-97
/
+284
*
Fixed GPU unit tests on Mac OS X.
kbr@google.com
2010-02-09
10
-28
/
+67
*
Adds
gman@chromium.org
2010-02-05
16
-507
/
+1359
*
Added support for lost context recovery on the client side. None of our servi...
apatrick@chromium.org
2010-02-03
8
-48
/
+42
*
[GPU] Get GPU process running on the mac
kbr@google.com
2010-02-03
9
-12
/
+361
*
Implements glGetUniformiv and glGetUniformfv.
gman@chromium.org
2010-02-03
6
-28
/
+413
*
This file was missing from the last CL as it was sitting
gman@chromium.org
2010-02-02
2
-2
/
+3
*
Change the GLES2Implementation Flush and Finish functions
gman@chromium.org
2010-02-02
2
-8
/
+17
*
Fixed compile/link errors for gpu unit-tests. I had to mostly fix signed/unsi...
alokp@chromium.org
2010-02-02
5
-27
/
+66
*
Fixed compile error for unit-tests on linux. We do not include any glew file ...
alokp@chromium.org
2010-02-02
3
-5
/
+9
*
Moved the initialization of static variable outside the class declaration. Ne...
alokp@chromium.org
2010-02-02
2
-1
/
+3
*
Fixes a broken build (missing newline).
rohitrao@chromium.org
2010-02-01
1
-1
/
+1
*
Renamed ParseError -> Error, parse_error -> error, kParseNoError -> kNoError,...
apatrick@chromium.org
2010-02-01
28
-1402
/
+1402
*
Remove trailing comma to allow compilation with Native Client's higher warnin...
sehr@google.com
2010-02-01
1
-1
/
+1
*
Redesigned CommandBuffer and NPDevice3D interfaces.
apatrick@chromium.org
2010-01-29
12
-281
/
+209
*
Implements glGetVertexAttribPointerv
gman@chromium.org
2010-01-29
7
-163
/
+185
*
Add commands Jump, Call and Return
gman@chromium.org
2010-01-28
13
-112
/
+265
*
Windows now uses the TLS API instead of __declspec(thread) for client side co...
apatrick@chromium.org
2010-01-27
5
-21
/
+98
*
Call xglMakeCurrent for each command buffer to allow for multiple GL contexts.
apatrick@chromium.org
2010-01-20
6
-28
/
+108
*
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 unit tests for glDrawArrays and glDrawBuffers
gman@chromium.org
2010-01-13
6
-194
/
+778
*
Adds a sync to glFinish and SwapBuffers at the
gman@chromium.org
2010-01-13
3
-8
/
+20
*
linux: dynamically load libGL.so.1, and use glew to dynamically resolve symbols
piman@chromium.org
2010-01-09
2
-1
/
+39
*
Removing the dependency of command-buffer client on base/task.h. This file in...
alokp@chromium.org
2010-01-09
5
-20
/
+19
*
Fixed some bugs that prevented the GPU plugin from shutting down without cras...
apatrick@google.com
2010-01-08
3
-2
/
+7
*
Add missing stdio.h include for printf.
craig.schlenter@chromium.org
2010-01-06
1
-0
/
+3
*
linux: implement gpu plugin
piman@chromium.org
2010-01-06
5
-24
/
+79
*
Minor fix for GLES2
gman@chromium.org
2010-01-06
1
-1
/
+1
*
Revert 35509 - linux: implement gpu plugin
piman@chromium.org
2010-01-05
5
-80
/
+25
*
linux: fix uninitialized variable
piman@chromium.org
2010-01-05
1
-1
/
+1
*
linux: implement gpu plugin
piman@chromium.org
2010-01-05
5
-25
/
+80
*
A bunch of unit tests for GLES2
gman@chromium.org
2010-01-05
17
-889
/
+4526
*
Changes needed to compile command-buffer code with nacl gcc. This CL just add...
alokp@chromium.org
2010-01-04
1
-0
/
+4
*
linux: gles2 client fixes
piman@chromium.org
2009-12-23
2
-5
/
+4
*
Adds a GLMock object so we can check the code is
gman@chromium.org
2009-12-23
11
-104
/
+1130
*
Added Pepper 3D device that instantiates the GPU plugin and sends GLES2 comma...
apatrick@google.com
2009-12-22
26
-243
/
+216
*
Add Immediate command data size validation.
gman@chromium.org
2009-12-22
3
-542
/
+895
*
Added chromium source file preamble.
apatrick@google.com
2009-12-17
55
-1042
/
+121
*
Fixes VertexAttribPointer by allowing null (0) to be
gman@chromium.org
2009-12-17
1
-9
/
+8
*
Implements Validation for all GLenum arguments and
gman@chromium.org
2009-12-16
10
-2632
/
+2397
*
Another round of gcc fixes for GPU command buffers.
scherkus@chromium.org
2009-12-15
4
-666
/
+1216
[next]