[go: up one dir, main page]

  1. 2ae614e Fixes sign mismatch warning in comparison. by Shannon Woods · 12 years ago legacy
  2. 0b78533 Fix additional overflow and underflow issues with line loops. by Geoff Lang · 12 years ago
  3. 74fe319 Fix handling of null displays in eglMakeCurrent by Shannon Woods · 12 years ago
  4. e2be248 Bump ANGLE version by Shannon Woods · 12 years ago
  5. d767f41 Remove intrinsic parameter names. by Nicolas Capens · 12 years ago
  6. 58aa4e4 Eliminate isVariableBuiltIn. by Nicolas Capens · 12 years ago
  7. d4ceab1 Detect redefinition of functions and variables. by Nicolas Capens · 12 years ago
  8. 5d1cffd Bump ANGLE version by Shannon Woods · 12 years ago
  9. 07dda95 Protect against integer overflows in the IndexBuffer class by validating that the new write position will not overflow. by Geoff Lang · 12 years ago
  10. 27a1020 Protect against integer overflows in the VertexBuffer class by validating the reserved space. by Geoff Lang · 12 years ago
  11. 2426d5f Protect against integer overflows when generating index buffers for line loop and triangle fan drawing. by Geoff Lang · 12 years ago
  12. a240a2f9 Initialize the symbol table without invoking the parser. by Shannon Woods · 12 years ago
  13. 407c6a5 Bumps ANGLE build revision by Shannon Woods · 12 years ago
  14. 65c9b48 Revert "Diverges version for legacy branch from mainline." by Shannon Woods · 12 years ago
  15. 16b7ae6 Only discard the storage texture when there is a mismatch with its mipmap chain by Nicolas Capens · 12 years ago
  16. 63d5e35 Diverges version for legacy branch from mainline. by Shannon Woods · 12 years ago
  17. df0ad9b Adds README.chromium for third-party integration. by Shannon Woods · 12 years ago
  18. e880236 Add 64bit safety patch step to generate_parser.sh scripts. by Shannon Woods · 12 years ago
  19. 0dc4670 Adds patch files for 64 bit safety fixes by Shannon Woods · 12 years ago
  20. 7335d55 Makes generate_parser.sh executable by Shannon Woods · 12 years ago
  21. c0ca7b4 Use new symbol table initization for vertex shader. by acleung@chromium.org · 12 years ago
  22. 18f50f7 Less memory intensive initializing of builtins. by acleung@chromium.org · 12 years ago
  23. b07ec5b Fixed line endings to Unix style. by alokp@chromium.org · 12 years ago
  24. 7155092 Simplified TType class by carving out TStructure and TField. by alokp@chromium.org · 12 years ago
  25. 41fc482 Regenerated glslang_tab.cpp to fix compile errors by bajones@chromium.org · 12 years ago
  26. 7f694d9 Added support for EXT_frag_depth by bajones@chromium.org · 12 years ago
  27. 4b721cd Removed checks for zero-length arrays because you can never define such arrays. by alokp@chromium.org · 12 years ago
  28. 91627bc Removed code for unsupported pack-unpack language. by alokp@chromium.org · 12 years ago
  29. 19aa926 Fix linker issue on Windows by gman@chromium.org · 12 years ago
  30. c25e84d Fix compiler warning on Windows by gman@chromium.org · 12 years ago
  31. a3bd525 bump version to 2243 by gman@chromium.org · 12 years ago
  32. ada17c2 Add expression complexity and call stack depth limits. by gman@chromium.org · 12 years ago
  33. 5abbd86 Enable base address randomization. by shannonwoods@chromium.org · 12 years ago
  34. b0c3fb3 Bumped VERSION number. by alokp@chromium.org · 12 years ago
  35. ac42933 Used size_t for object size instead of signed int. by alokp@chromium.org · 12 years ago
  36. fd8e0e6 Add adapter LUID to EGL vendor string. by apatrick@chromium.org · 12 years ago
  37. 0ca4a82 Retrieve the texture serial from the incomplete texture when sampler-incomplete. by nicolas%transgaming.com@gtempaccount.com · 12 years ago
  38. 0c3f31c Delete the old texture storage first so that 0x0 textures have no stale data. by nicolas%transgaming.com@gtempaccount.com · 12 years ago
  39. aebb555 Clamped negative index access. by alokp@chromium.org · 12 years ago
  40. 1397dd3 Refactor location tracking. by alokp@chromium.org · 12 years ago
  41. ebc93e0 Remove dead code left over from the old preprocessor. by alokp@chromium.org · 12 years ago
  42. 92ba779 Refactor class to represent structure. by alokp@chromium.org · 12 years ago
  43. bdb34e8 Delete dead code for cloning various types. by alokp@chromium.org · 12 years ago
  44. fd35e3d We don't need to keep the param variable around for function prototypes. by alokp@chromium.org · 12 years ago
  45. e0b8416 A special state to track field selection is not necessary. by alokp@chromium.org · 12 years ago
  46. 9061319 Lexer does not need to handle unknown-char case. by alokp@chromium.org · 12 years ago
  47. 8e57884 Lexer does not need a state stack now that it does not handle comments. by alokp@chromium.org · 12 years ago
  48. c22501d Revert "A special state to track field selection is not necessary." by alokp@chromium.org · 12 years ago
  49. 12e9eeb A special state to track field selection is not necessary. by alokp@chromium.org · 12 years ago
  50. 02064be Robust distinction between IDENTIFIER and TYPE_NAME tokens. by alokp@chromium.org · 12 years ago
  51. 368610c Delete dead-code for handling comments and invalid octal integers. These are already handled by the preprocessor. by alokp@chromium.org · 12 years ago
  52. dad18f3 Deleted unnecessary TParseContext::AfterEOF. by alokp@chromium.org · 12 years ago
  53. 8b7feb7 Reformat tokenizer. No functional changes. by alokp@chromium.org · 12 years ago
  54. e86dc83 Validate allocation size in PoolAllocator. by alokp@chromium.org · 12 years ago
  55. 0da83f6 Fixed compile error for translator sample app. by alokp@chromium.org · 12 years ago
  56. 24d28e7 Update version.h to 2184. Review URL: https://codereview.appspot.com/8833047 by apatrick@chromium.org · 12 years ago
  57. e4ebeb9 Do not call GetAdapterDisplayMode after Display has been initialized. by apatrick@chromium.org · 12 years ago
  58. 1cae6d2 Adds Jamie and Geoff to CONTRIBUTORS file by shannon.woods%transgaming.com@gtempaccount.com · 13 years ago
  59. 5abc937 Delete Surface::recreateAdditionalSwapChain. by apatrick@chromium.org · 13 years ago
  60. f4e85ed Do not attempt to recover from device lost masked by present occluded or display mode changed. by apatrick@chromium.org · 13 years ago
  61. 0e9f56c Remove dependency on dwmapi.dll. by apatrick@chromium.org · 13 years ago
  62. 65a8b8c When CheckDeviceState returns S_PRESENT_OCCLUDED, Present a dummy frame and try again. by apatrick@chromium.org · 13 years ago
  63. d64134c Avoid crash in createDevice() if it is called on a Display that did not initialize (e.g. Direct3DCreate9 returned NULL). by apatrick@chromium.org · 13 years ago
  64. 60ea683 Add a fast path for BGRA to RGBA conversion inside readPixels. Already covered by shannon.woods%transgaming.com@gtempaccount.com · 13 years ago
  65. 6416ba4 Safely promote uninitialized constants. by shannon.woods%transgaming.com@gtempaccount.com · 13 years ago
  66. 88de0c7 Don't assume unary operations on constants will be folded into a constant. by shannon.woods%transgaming.com@gtempaccount.com · 13 years ago
  67. c00c04f Ignore constants that have not been initialized. by shannon.woods%transgaming.com@gtempaccount.com · 13 years ago
  68. 14d4dc5 Provide safer and more convenient constant union accessors. by shannon.woods%transgaming.com@gtempaccount.com · 13 years ago
  69. bb4ae7e Bump version.h Review URL: https://codereview.appspot.com/7798044 by apatrick@chromium.org · 13 years ago
  70. 9f0d91d Fix crash after reseting device. by apatrick@chromium.org · 13 years ago
  71. ce2d402 Bump ANGLE_SH_VERSION to 110. by apatrick@chromium.org · 13 years ago
  72. 7566efc When CheckDeviceStats returns S_PRESENT_MODE_CHANGED, reset display mode and retest for device lost. by apatrick@chromium.org · 13 years ago
  73. 5a5b3db Enabled FRAGMENT_PRECISION_HIGH unconditionally for ANGLE. by alokp@chromium.org · 13 years ago
  74. 42988ed Added preprocessor support for GL_FRAGMENT_PRECISION_HIGH. by alokp@chromium.org · 13 years ago
  75. 47449f3 Fixed compile error for preprocessor tests. by alokp@chromium.org · 13 years ago
  76. 0bfd552 Updates ANGLE_depth_texture to reflect proposed changes in requirements for g and b channels. by shannon.woods@transgaming.com · 13 years ago
  77. 0be14ce Ensure nested ternary operator unfolding uses a new scope to avoid redefinition of the same temporary variable. by shannon.woods@transgaming.com · 13 years ago
  78. 2576f07 Revert r1829: Fix failure to recover from GPU hang. by apatrick@chromium.org · 13 years ago
  79. 8390870 Build fix for qt-wk2 Review URL: https://codereview.appspot.com/7381049 by zmo@google.com · 13 years ago
  80. 43c9feb Fix ANGLE patching/building issues. by zmo@google.com · 13 years ago
  81. 99a7f61 This pulls in mvujovic's build fix in WebKit ANGLE. by zmo@google.com · 13 years ago
  82. ca23ae5 Add support for extension EXT_draw_buffers. by zmo@google.com · 13 years ago
  83. cc05a56 Fix failure to recover from device hang. by apatrick@chromium.org · 13 years ago
  84. 216e289 Fix signed / unsigned warning in ParseHelper.cpp. by apatrick@chromium.org · 13 years ago
  85. d91136a Fixed one remaining 64-bit truncation issue missed in the last CL. by kbr@chromium.org · 13 years ago
  86. 8e77853 Fixed 64-bit integer truncation issues in shader translator. by kbr@chromium.org · 13 years ago
  87. d64a53f Fix a 64-bit error in ProgramBinary::load by apatrick@chromium.org · 13 years ago
  88. 70a7629 Check that the incoming type to a default precision qualifier statement is valid. by kbr@chromium.org · 13 years ago
  89. 5909413 Updates to extensions from public registry by daniel@transgaming.com · 13 years ago
  90. a821958 Update ANGLE_texture_compression_dxt by daniel@transgaming.com · 13 years ago
  91. 9b6c98a Fix version. by zmo@google.com · 13 years ago
  92. 899c7e9 Do not hash mapping field names of a reserved struct. by zmo@google.com · 13 years ago
  93. 37a51db Rename ANGLE_multiple_render_targets to EXT_draw_buffers by daniel@transgaming.com · 13 years ago
  94. 59c2f7d Updates to MRT extension. by daniel@transgaming.com · 13 years ago
  95. 6126798 Fix mat2 packing to use 2 rows as per spec. by gman@chromium.org · 13 years ago
  96. 7cfde1c Fix version. Review URL: https://codereview.appspot.com/7221045 by zmo@google.com · 13 years ago
  97. 7bc1d59 Fix a memory out-of-bound visit bug. by zmo@google.com · 13 years ago
  98. 665dcdc Attempt different fix for unknown #pragma on Linux. by kbr@chromium.org · 13 years ago
  99. c93e3c8 Changed optimization level to D3DCOMPILE_OPTIMIZATION_LEVEL1. With by kbr@chromium.org · 13 years ago
  100. 1ba403c Incorporated patch from haixia@ changing the default implementation of by kbr@chromium.org · 13 years ago