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
*
Avoid actual MakeCurrent() calls with virtual contexts.
sievers@chromium.org
2012-11-30
1
-1
/
+13
*
Fix VAOs and client side arrays
gman@chromium.org
2012-11-29
17
-763
/
+1245
*
Support creating virtual contexts.
sievers@chromium.org
2012-11-29
7
-21
/
+31
*
Disambiguate 'headers' targets in khronos and mesa.
bauerb@chromium.org
2012-11-28
9
-14
/
+14
*
Use DISABLED_ instead of FAILS for two failing tests.
zmo@chromium.org
2012-11-27
2
-4
/
+3
*
Disable PointCoordTest.RenderTo on Linux Release
zmo@chromium.org
2012-11-27
2
-3
/
+10
*
Skip DepthTextureTest.RenderTo on a few bots to keep them green
zmo@chromium.org
2012-11-27
1
-1
/
+9
*
Revert "Revert 169641 - Cache resource bindings on client"
gman@chromium.org
2012-11-27
5
-61
/
+149
*
Revert 169641 - Cache resource bindings on client
joi@chromium.org
2012-11-27
5
-147
/
+50
*
Cache resource bindings on client
gman@chromium.org
2012-11-27
5
-50
/
+147
*
Only check for context lost when finishing a batch of flushed commands.
jbauman@chromium.org
2012-11-26
4
-10
/
+10
*
Fix GLES2CmdDecoder::DoTexStorage2DEXT so it can handle multiple levels.
apatrick@chromium.org
2012-11-26
4
-2
/
+163
*
Cache GL state.
gman@chromium.org
2012-11-26
17
-971
/
+1369
*
gpu: Don't put BindBuffer commands with PIXEL_UNPACK_TRANSFER_BUFFER target i...
reveman@chromium.org
2012-11-25
3
-11
/
+15
*
Add support for GL_CHROMIUM_pixel_transfer_buffer_object.
reveman@chromium.org
2012-11-21
17
-5
/
+500
*
Revert 168165 - Revert "Revert 167613 - Cache more GL state both service and ...
gman@chromium.org
2012-11-21
18
-1506
/
+1009
*
Encapsulate khronos include paths in khronos.gyp,
phajdan.jr@chromium.org
2012-11-21
10
-64
/
+27
*
Update Chrome's GLES2 Headers
gman@chromium.org
2012-11-20
3
-244
/
+355
*
Add support for eglGetProcAddress
gman@chromium.org
2012-11-20
5
-2
/
+379
*
Fix getting GL_TEXTURE_IMMUTABLE_FORMAT parameter.
apatrick@chromium.org
2012-11-19
1
-0
/
+2
*
Needed to allow querying the current VAO binding
gman@chromium.org
2012-11-19
5
-0
/
+20
*
Add glTraceBeginCHROMIUM and glTraceEndCHROMIUM.
dsinclair@chromium.org
2012-11-16
21
-1
/
+308
*
Revert "Revert 167613 - Cache more GL state both service and client side."
gman@chromium.org
2012-11-16
18
-1009
/
+1506
*
Remove extra DoCommonCommand call.
dsinclair@chromium.org
2012-11-16
2
-2
/
+4
*
Revert 167613 - Cache more GL state both service and client side.
shawnsingh@chromium.org
2012-11-14
18
-1504
/
+1009
*
add shared resource test
gman@chromium.org
2012-11-14
14
-78
/
+146
*
Cache more GL state both service and client side.
gman@chromium.org
2012-11-14
18
-1009
/
+1504
*
Remove --enable-accelerated-plugins flag.
derat@chromium.org
2012-11-13
1
-2
/
+0
*
Hook up ANGLE with CityHash.
zmo@google.com
2012-11-13
7
-1
/
+27
*
cache fbo combos
gman@chromium.org
2012-11-09
11
-3
/
+386
*
Virtual GL
gman@chromium.org
2012-11-07
18
-52
/
+510
*
gpu: Update calls froms RunAllPending() to RunUntilIdle().
tfarina@chromium.org
2012-11-07
5
-8
/
+8
*
IPC to generate mailbox names on the GPU process IO thread.
apatrick@chromium.org
2012-11-07
2
-3
/
+8
*
Fix querying GLfloat state
gman@chromium.org
2012-10-31
5
-138
/
+462
*
Fix Auto-genearated GL state
gman@chromium.org
2012-10-30
4
-5
/
+7
*
automate more GL state handling
gman@chromium.org
2012-10-30
17
-807
/
+1638
*
Fix layering violation where content is included by gpu.
ccameron@chromium.org
2012-10-28
1
-39
/
+0
*
Cache more GL state
gman@chromium.org
2012-10-27
7
-148
/
+459
*
Revert "Revert 164047 - Make GL calls go through subclassable class."
gman@chromium.org
2012-10-25
2
-2
/
+2
*
Fix latency test on windows
gman@chromium.org
2012-10-25
1
-1
/
+1
*
Revert 164047 - Make GL calls go through subclassable class.
bartfab@chromium.org
2012-10-25
2
-2
/
+2
*
Make GL calls go through subclassable class.
gman@chromium.org
2012-10-25
2
-2
/
+2
*
Move workarounds to one spot.
gman@chromium.org
2012-10-23
6
-217
/
+155
*
Add CommandLatencyQuery to the gpu command buffer
brianderson@chromium.org
2012-10-23
21
-71
/
+243
*
Work around NVidia's glLinkProgram bug
gman@chromium.org
2012-10-23
3
-1
/
+173
*
Allow cubemaps <= 1024 in size on 10.7.3 Macs
jbauman@chromium.org
2012-10-22
1
-2
/
+11
*
Move a bunch of code in content\common (as well as a few left in renderer) to...
jam@chromium.org
2012-10-22
1
-2
/
+5
*
Flush after GenXXX commands
gman@chromium.org
2012-10-18
2
-0
/
+7
*
gpu: Add support for GLX_EXT_texture_from_pixmap extension.
reveman@google.com
2012-10-18
25
-77
/
+656
*
Revert 162654 - gpu: Add support for GLX_EXT_texture_from_pixmap extension.
fischman@chromium.org
2012-10-18
25
-656
/
+77
[next]