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
*
GLES2Decoder: Remove redundant || expression
hans@chromium.org
2013-03-17
1
-2
/
+2
*
Change CHECK that context is current to DCHECK.
jbauman@chromium.org
2013-03-16
1
-1
/
+1
*
gpu: Implement idle async pixel transfers.
reveman@chromium.org
2013-03-16
6
-1
/
+42
*
Set the GL implementation during unit tests.
gman@chromium.org
2013-03-15
4
-6
/
+26
*
Chromium style checker cleanup
rsleevi@chromium.org
2013-03-15
1
-2
/
+2
*
Android: Extend QualComm scissor bug workaround
sievers@chromium.org
2013-03-14
1
-0
/
+3
*
Don't actually call glGetShaderPrecisionFormat unless running either on a GL...
kbr@chromium.org
2013-03-14
2
-2
/
+9
*
Implement EXT_draw_buffers WebGL extention support in command buffer.
zmo@chromium.org
2013-03-14
30
-33
/
+642
*
Add detection to FeatureInfo to see if samplers are available.
dsinclair@chromium.org
2013-03-14
6
-12
/
+52
*
gpu: Clean up pending async transfers.
epenner@chromium.org
2013-03-13
5
-133
/
+89
*
Add per-profile disk caching of complied GPU shaders.
dsinclair@chromium.org
2013-03-13
21
-42
/
+390
*
Delete memory manager dead code.
ccameron@chromium.org
2013-03-12
2
-7
/
+0
*
gpu: Selectively define GL_FRAGMENT_PRECISION_HIGH
brianderson@chromium.org
2013-03-12
1
-31
/
+42
*
add __FILE__, __LINE__ to GL error functions
gman@chromium.org
2013-03-11
10
-660
/
+933
*
Refactor GPU code. Renderbuffer* info to Renderbuffer* renderbuffer
gman@chromium.org
2013-03-10
5
-135
/
+131
*
Refactor GPU code. Framebuffer* info to Framebuffer* framebuffer
gman@chromium.org
2013-03-09
4
-252
/
+261
*
Refactor a bunch of Texture related GPU code
gman@chromium.org
2013-03-09
10
-1106
/
+1209
*
Added CheckBoundFramebuffersValid to DoBlitFramebufferEXT
bajones@chromium.org
2013-03-08
1
-0
/
+5
*
Refactor GPU code: VertexAttrib* info -> VertexAttrib* attrib
gman@chromium.org
2013-03-08
5
-191
/
+171
*
Refactor GPU code. Buffer* info to Buffer* buffer
gman@chromium.org
2013-03-08
5
-59
/
+58
*
Refactor GPU code: Shader* info -> Shader* shader
gman@chromium.org
2013-03-08
8
-646
/
+626
*
Move InsertSyncPoint to GLES2Interface
piman@chromium.org
2013-03-08
24
-1
/
+72
*
gpu: Process finished async transfers after waiting
skyostil@chromium.org
2013-03-07
2
-7
/
+43
*
Revert 186627
miu@chromium.org
2013-03-07
2
-9
/
+0
*
gpu: Call glGetShaderPrecisionFormat if available.
brianderson@chromium.org
2013-03-07
2
-13
/
+35
*
Use gpu::Mailbox in IPCs instead of std::string
piman@chromium.org
2013-03-07
2
-0
/
+9
*
Revert "Revert 186416"
gman@chromium.org
2013-03-07
23
-248
/
+844
*
Revert 186416
zmo@chromium.org
2013-03-06
22
-835
/
+248
*
Use client side arrays for GL_STREAM_DRAW attributes
gman@chromium.org
2013-03-06
22
-248
/
+835
*
gpu: Add the ability to wait on upload completion.
epenner@chromium.org
2013-03-05
19
-4
/
+129
*
Expose GLES2DecoderImpl error functions
gman@chromium.org
2013-03-05
3
-31
/
+63
*
Enable use of highp precision in GLSL ES shaders.
apatrick@chromium.org
2013-03-05
1
-0
/
+4
*
Move Mailbox from cc to gpu, and its traits to gpu/ipc
piman@chromium.org
2013-03-04
5
-0
/
+89
*
Revert 185269
zmo@chromium.org
2013-03-04
3
-6
/
+6
*
Fix CopyTextureCHROMIUM to handle GL_OES_EGL_image_external missing
gman@chromium.org
2013-03-02
2
-212
/
+189
*
Revert 185521
tommi@chromium.org
2013-03-01
9
-9
/
+12
*
Revert 185332
tommi@chromium.org
2013-03-01
9
-12
/
+9
*
Revert 185518
tommi@chromium.org
2013-03-01
9
-9
/
+12
*
Revert 185332
tommi@chromium.org
2013-03-01
9
-12
/
+9
*
AndroidVDA using Android's MediaCodec API.
dwkang@chromium.org
2013-03-01
3
-16
/
+118
*
GPU: Only allow the UI channel to preempt if all stubs are scheduled.
backer@chromium.org
2013-03-01
2
-12
/
+16
*
Update khronos GLES2/gl2.h header
phajdan.jr@chromium.org
2013-02-28
9
-9
/
+12
*
Turn off shader name hashing by default.
zmo@chromium.org
2013-02-28
3
-6
/
+6
*
Make GPU headers use more forward declarations
gman@chromium.org
2013-02-28
16
-27
/
+61
*
BufferManager::Buffer -> Buffer
gman@chromium.org
2013-02-28
12
-170
/
+173
*
Make CopyTextureCHROMIUM restore its own state
gman@chromium.org
2013-02-28
3
-57
/
+82
*
Refactor/Rename a bunch of GPU stuff
gman@chromium.org
2013-02-27
60
-4617
/
+4861
*
Make WaitSyncPoint go through command buffers.
piman@chromium.org
2013-02-27
22
-0
/
+210
*
do RescheduleTimeOut hack only pre-Vista
scottmg@chromium.org
2013-02-27
1
-8
/
+14
*
Fix GL State Restore functions
gman@chromium.org
2013-02-26
1
-0
/
+2
[next]