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
*
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
*
Added CommandBufferProxy, CommandBufferStub. Replaced NPAPI with IPC for sync...
apatrick@google.com
2009-12-12
62
-549
/
+497
*
First batch of GCC fixes for GPU code.
scherkus@chromium.org
2009-12-10
7
-13
/
+19
*
Setting some svn properties for /src/gpu files.
scherkus@chromium.org
2009-12-10
1
-0
/
+0
*
Implements bucket commands and adds unit tests to
gman@chromium.org
2009-12-10
5
-76
/
+673
*
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
2
-1
/
+22
*
Removed command buffer's last dependency on NPAPI.
apatrick@google.com
2009-12-08
11
-61
/
+20
*
Fixed typo.
apatrick@google.com
2009-12-03
1
-1
/
+1
*
TBR=apatrick@chromium.org
gman@chromium.org
2009-12-03
5
-374
/
+847
*
Merged in recent changes to command buffer code.
apatrick@google.com
2009-11-25
19
-1477
/
+1956
[next]