| Commit message (Expand) | Author | Age | Files | Lines |
* | cc: Flush after context switch (Qualcomm WAR) | brianderson@chromium.org | 2013-01-31 | 3 | -0/+6 |
* | gpu: Don't send noop Flush | piman@chromium.org | 2013-01-30 | 2 | -3/+5 |
* | Cleanups to enable clang warning about protected non-virtual RefCounted destr... | jamesr@chromium.org | 2013-01-30 | 1 | -2/+1 |
* | Delete GPU channel on failure to reallocate backbuffer. | apatrick@chromium.org | 2013-01-30 | 1 | -1/+1 |
* | GPU: Fix negation on PreemptionFlag::IsSet | backer@chromium.org | 2013-01-28 | 2 | -4/+4 |
* | Aura: Less MakeCurrents on UI preemption. | backer@chromium.org | 2013-01-27 | 2 | -9/+18 |
* | GPU: Fix lint errors | backer@chromium.org | 2013-01-26 | 1 | -1/+1 |
* | Fix typo in tracing of transfer buffer memory | nduca@chromium.org | 2013-01-26 | 1 | -1/+1 |
* | Aura: Throttle --ui-prioritize-in-gpu-process | backer@chromium.org | 2013-01-26 | 2 | -20/+21 |
* | Re-enable array index clamping on all platforms now that hshi@'s new strategy... | kbr@chromium.org | 2013-01-26 | 1 | -6/+0 |
* | Use a more flexible methord to search for hashed names in webgl program log. | zmo@google.com | 2013-01-26 | 1 | -3/+7 |
* | Enforce GLSL packing restrictions | gman@chromium.org | 2013-01-26 | 1 | -1/+1 |
* | GPU: Remove some dead code. | backer@chromium.org | 2013-01-25 | 1 | -3/+0 |
* | Add MapBuffer prototypes to gl2extchromium.h | gman@chromium.org | 2013-01-25 | 1 | -0/+8 |
* | Send token to client immediately | gman@chromium.org | 2013-01-25 | 1 | -0/+1 |
* | Make Fenced Allocator report all the memory it can use immediately | gman@chromium.org | 2013-01-25 | 1 | -0/+1 |
* | Add CommandBuffer::GetLastToken | gman@chromium.org | 2013-01-25 | 7 | -1/+19 |
* | Clean up the mess left supporting 'use system libs' | gman@chromium.org | 2013-01-25 | 7 | -88/+13 |
* | Process webgl program log, replacing hashed name with original name. | zmo@google.com | 2013-01-25 | 9 | -1/+112 |
* | Add two MemoryBarrier calls and transform the Acquire_Store() calls to Releas... | glider@chromium.org | 2013-01-24 | 1 | -4/+6 |
* | Fix some bug in shader name hashing. | zmo@chromium.org | 2013-01-24 | 1 | -3/+4 |
* | Remove unused SRPC proxy code from gpu. | bbudge@chromium.org | 2013-01-24 | 2 | -33/+0 |
* | ARM Chrome OS: do not clamp GLSL array indices to array bounds. | hshi@chromium.org | 2013-01-23 | 1 | -1/+3 |
* | Add calls to EnsureGPUMemoryAvailable into GLES2DecoderImpl | gman@chromium.org | 2013-01-23 | 10 | -59/+461 |
* | Fix gles2_cmd_format overflow | jschuh@chromium.org | 2013-01-23 | 1 | -4/+7 |
* | Disabling nacl_win64 targets when building in target_arch!=ia32 mode. | bradnelson@google.com | 2013-01-21 | 1 | -1/+1 |
* | Make gpu build on Win64 | jschuh@chromium.org | 2013-01-21 | 1 | -0/+8 |
* | Use EGL headers to pick up EGL definitions. | sheu@chromium.org | 2013-01-19 | 1 | -5/+0 |
* | Make GPU process crash if the GLES2CmdDecode Resize callback changes the curr... | apatrick@chromium.org | 2013-01-19 | 1 | -1/+1 |
* | Remove NaCl SRPC proxy source files. | bbudge@chromium.org | 2013-01-18 | 1 | -59/+0 |
* | Windows: do not clamp GLSL array indices to array bounds. | apatrick@chromium.org | 2013-01-18 | 1 | -1/+8 |
* | Add more tests for MemoryTracker usage. | gman@chromium.org | 2013-01-18 | 3 | -104/+211 |
* | Fix GPU asserts to account for context loss in debug | piman@chromium.org | 2013-01-18 | 1 | -3/+3 |
* | Make MemoryTypeTracker::UpdateMemRepresented private | gman@chromium.org | 2013-01-18 | 6 | -35/+26 |
* | Disambiguate texture target/face in TextureManager | sheu@chromium.org | 2013-01-17 | 2 | -16/+16 |
* | Revert 177054 | sievers@chromium.org | 2013-01-16 | 2 | -24/+8 |
* | Move code around to fix build with system mesa. | phajdan.jr@chromium.org | 2013-01-16 | 6 | -4/+88 |
* | Explicitly free shared memory buffers on destruction. | sievers@chromium.org | 2013-01-16 | 2 | -8/+24 |
* | Add tests for TextureManager and MemoryTracker | gman@chromium.org | 2013-01-15 | 4 | -321/+413 |
* | Enable array index clamping in shader translator. | kbr@chromium.org | 2013-01-15 | 1 | -1/+2 |
* | Allow incomplete 0x0 offscreen saved framebuffers to work. | jbauman@chromium.org | 2013-01-14 | 1 | -16/+20 |
* | Only define ERROR on windows builds | joth@chromium.org | 2013-01-10 | 1 | -5/+5 |
* | Refactor so chromium only GL extensions require gl2extchromium.h | gman@chromium.org | 2013-01-09 | 13 | -1/+14 |
* | Aura: A little lighter GL synchronization | backer@chromium.org | 2013-01-09 | 3 | -47/+8 |
* | Restore gl scissor state when switching FBO targets on Qualcomm | brianderson@chromium.org | 2013-01-09 | 3 | -0/+21 |
* | GPU: Fix some linter errors. | backer@chromium.org | 2013-01-08 | 1 | -9/+9 |
* | gpu: Report time spent performing async texture uploads. | reveman@chromium.org | 2013-01-08 | 2 | -2/+6 |
* | Refactor FeatureInfo so you can't request features. | gman@chromium.org | 2013-01-08 | 4 | -196/+94 |
* | Removing the JumpRelative, Call, CallRelative and Return commands. | dsinclair@chromium.org | 2013-01-04 | 7 | -444/+26 |
* | Fix crash when translated ANGLE shader source has length zero. | apatrick@chromium.org | 2013-01-04 | 1 | -1/+1 |