1. dcefb75 Port project refator to master. by Geoff Lang · 10 years ago[Renamed (97%) from src/compiler/PoolAlloc.cpp]
  2. 688f78a Fixed memory leak associated with TLS. by Alok Priyadarshi · 11 years ago
  3. 0ae8205 Validate allocation size in PoolAllocator. by shannonwoods@chromium.org · 11 years ago
  4. 79fb101 Ugly hack to fix compile error on windows. VC++ does not support C99 and hence snprintf. by alokp@chromium.org · 12 years ago
  5. ddb6e8e Stop using unsafe sprintf method. by kbr@chromium.org · 12 years ago
  6. 26f6e5d Added missing printf format type. by apatrick@chromium.org · 12 years ago
  7. e431963 Fix printf format specifier in PoolAlloc.cpp. by apatrick@chromium.org · 12 years ago
  8. c742fca Fix warning in PoolAlloc.cpp. by apatrick@chromium.org · 12 years ago
  9. b969cc5 Fix clang warnings in PoolAlloc.cpp by daniel@transgaming.com · 13 years ago
  10. 8392138 rewrite buffers implementation to support static buffers more efficiently by daniel@transgaming.com · 13 years ago
  11. bafcbaa Moved the global-pool-allocator to TCompiler so that all memory allocated by the compiler can be de-allocated. Earlier the global-pool-allocator kept accumulating memory from all compilers (symbol-table in particular). The memory was only de-allocated when gpu-process exited or ShFinalize() was called. This was a problem for Chromium which keeps the GPU process around for the browser session. Now the memory is de-allocated as soon as the compiler is deleted, which happens when a tab is closed. by alokp@chromium.org · 14 years ago
  12. 18895cb Initialized TPoolAllocator::totalBytes. Patch submitted by timeless. by alokp@chromium.org · 14 years ago
  13. 89b0543 Fixed compile error with gcc 4.4. by alokp@chromium.org · 14 years ago
  14. 1bcc3fd Patching changes from thestig@chromium.org for fixing ANGLE build with gcc 4.4 on Karmic. The original CL is here: http://codereview.appspot.com/1255042/show by alokp@chromium.org · 14 years ago
  15. 4e89d23 Cleaned up Common.h. Removed unnecessary includes and typedefs. Removed tabs from PoolAlloc.h and replaced UINT_PTR with uintptr_t. by alokp@chromium.org · 14 years ago
  16. b1e8c6f Getting ready to fix compile-errors on mac. This CL only contains cosmetic changes. Removed SGI_STL blocks. Removed tabs and fixed formatting. by alokp@chromium.org · 14 years ago
  17. ff42c63 Changes to compile translator_glsl on linux. by alokp@chromium.org · 14 years ago
  18. bbf56f7 Use directory qualified #include files by daniel@transgaming.com · 14 years ago
  19. acc5113 mv Compiler/* -> src/compiler/* Trac #11406 Signed-off-by: Nicolas Capens by daniel@transgaming.com · 14 years ago[Renamed from Compiler/PoolAlloc.cpp]
  20. 4f39fd9 Initial import from TransGaming by daniel@transgaming.com · 14 years ago