1. 34b66f3 Use D3D11 Renderer for ANGLE Tests. by Jamie Madill · 10 years ago
  2. 6b19b00 Removing D3D-isms from gl::Texture by Brandon Jones · 10 years ago
  3. 07d49ef Fix Clang warning with preloaded D3DCompiler string. by Jamie Madill · 10 years ago
  4. a09403c Fix masked ClearBuffer. by Jamie Madill · 10 years ago
  5. bfdea66 Remove try-catch blocks from entry points. by Geoff Lang · 10 years ago
  6. cafa210 Fix Clang warnings. by Jamie Madill · 10 years ago
  7. 5063f55 Add a MemoryBuffer type to safely allocate large user data buffers. by Geoff Lang · 10 years ago
  8. 142ec42 Refactored Texture2DArray, separated out D3D logic by Brandon Jones · 10 years ago
  9. 2f5469c Export include directories to dependents in GN. by Brett Wilson · 10 years ago
  10. 493daf5 Update the format table to check support for filtering and rendering. by Geoff Lang · 10 years ago
  11. 4836d22 Fix ASSERT when rewriting else-if blocks with no else. by Jamie Madill · 10 years ago
  12. 048c4fe Fix buffer tests. by Jamie Madill · 10 years ago
  13. e04a5b7 Remove sh::InterfaceBlock member info. by Jamie Madill · 10 years ago
  14. 28f70c3 Remove sh::Uniform::registerIndex and elementIndex. by Jamie Madill · 10 years ago
  15. bf9cce2 Use the block encoder class to store uniform offsets. by Jamie Madill · 10 years ago
  16. 9fe25e9 Add a uniform register query to the translator. by Jamie Madill · 10 years ago
  17. 18fe429 Added virtual destructors to VertexArrayImpl and BufferImpl by Brandon Jones · 10 years ago
  18. 6cf8e1b Reduce the number of TextureFormatCaps members. by Geoff Lang · 10 years ago
  19. ad8636e Fix missing EGL extension function exports. by Geoff Lang · 10 years ago
  20. f0955f1 Update the samples and tests to use eglGetPlatformDisplayEXT. by Geoff Lang · 10 years ago
  21. 591e6af Add support for ANGLE_platform_angle. by Geoff Lang · 10 years ago
  22. 78b1acd Refactored Texture3D, separated out D3D logic by Brandon Jones · 10 years ago
  23. 0511e80 Refactored TextureCubeMap, separated out D3D logic by Brandon Jones · 10 years ago
  24. 11c26b9 Refresh generated projects. by Jamie Madill · 10 years ago
  25. 04bac60 Explicitly list files for the build. by Brett Wilson · 10 years ago
  26. e40d1e9 Fix style violations. by Zhenyao Mo · 10 years ago
  27. b759a74 Fix test class names to reflect their class-ness. by Jamie Madill · 10 years ago
  28. 75ec7c5 Fix "error: extra qualification 'rx::ImageD3D::' on member 'makeImageD3D'" by Andrew Knight · 10 years ago
  29. 5b130dc Do not create dummy variables when linking uniforms. by Jamie Madill · 10 years ago
  30. 66d43d2 Refactor ProgramBinary uniform linking code. by Jamie Madill · 10 years ago
  31. cd68fe7 Add a compiler option to rewrite vec/mat constructors by Zhenyao Mo · 10 years ago
  32. fc43d27 Remove the sh::InterfaceBlock::dataSize member. by Jamie Madill · 10 years ago
  33. d4116ff Remove sh::InterfaceBlock::registerIndex. by Jamie Madill · 10 years ago
  34. f47bebc Refactored Texture2D, separated out D3D logic by Brandon Jones · 10 years ago
  35. 53a94a8 Refactors State to be a fully-qualified class by Shannon Woods · 10 years ago
  36. 1da3cf6 Removes sub-entry-point Framebuffer validations by Shannon Woods · 10 years ago
  37. aa2ab7d Cache bound FBO and VAO objects themselves in State by Shannon Woods · 10 years ago
  38. a1851e8 Fixes for re-enabling more MSVC level 4 warnings: angle/ edition by Peter Kasting · 10 years ago
  39. 6518fe2 Moved TextureStorage and Image into d3d by Brandon Jones · 10 years ago
  40. d4cfa57 Move more draw call validation to the API. by Jamie Madill · 10 years ago
  41. f6d38b0 Fix CollectVariablesTest GCC/Clang compile errors. by Jamie Madill · 10 years ago
  42. 4e1fd41 Store a map of interface block registers. by Jamie Madill · 10 years ago
  43. 829e89e Add a default constructor to sh::ShaderVariable. by Jamie Madill · 10 years ago
  44. d5512cd Collect shader outputs and interface block information. by Jamie Madill · 10 years ago
  45. 0b7e5d8 Fix 64-bit warnings. by Geoff Lang · 10 years ago
  46. c0b9ef4 Split Caps into Caps, Extensions and TextureFormatCaps. by Geoff Lang · 10 years ago
  47. 57f9b6d Clean up generatemip.h. by Geoff Lang · 10 years ago
  48. 86846e2 Clean up the functions in loadimage.h/cpp. by Geoff Lang · 10 years ago
  49. 2a6564e Fix build errors in validationES.cpp. by Jamie Madill · 10 years ago
  50. e92a354 Remove redundant FBO query methods. by Jamie Madill · 10 years ago
  51. 55ec3b1 Refactor common attachment validation to base method. by Jamie Madill · 10 years ago
  52. 23a8a43 Store compact and expanded shader variables. by Jamie Madill · 10 years ago
  53. aae65a4 Add caps for texture size limits and other caps in the 6.28 table. by Geoff Lang · 10 years ago
  54. 77f7485 Add a GetVariableInfo helper method. by Jamie Madill · 10 years ago
  55. 93455eb Add missing limits include to angleutils.h by Jamie Madill · 10 years ago
  56. 4667c45 Refactor style in VariableInfo.cpp. by Jamie Madill · 10 years ago
  57. 53cb14d Share ArrayString and Str helper methods. by Jamie Madill · 10 years ago
  58. b23375f Fixed an issue with Streaming Vertex data overflowing it's buffer. by Brandon Jones · 10 years ago
  59. aa7e166 Improve the const correctness. by Ehsan Akhgari · 10 years ago
  60. b447227 Add a ValidateAttachmentTarget helper method. by Jamie Madill · 10 years ago
  61. 570f7c8 Add helper methods for FBO attachment validation. by Jamie Madill · 10 years ago
  62. a328d56 Removed sampler state getters and setters from gl::Texture by Brandon Jones · 10 years ago
  63. 787fc03 Fix HLSL compiler error with else-rewriting in functions. by Jamie Madill · 10 years ago
  64. 4cfb1e8 Add a new TIntermRaw node type to translator. by Jamie Madill · 10 years ago
  65. ed3eef1 Fix not rewriting else-if blocks. by Jamie Madill · 10 years ago
  66. 10530c3 Add ANGLE_NO_EXCEPTIONS macro by Ehsan Akhgari · 10 years ago
  67. c1cc4c4 Support building angle with clang-cl by Ehsan Akhgari · 10 years ago
  68. 47cdb2a Allow ConvertPrecision to return undefined. by Jamie Madill · 10 years ago
  69. 1da63af Fix ConvertPrecision. by Jamie Madill · 10 years ago
  70. 5079c88 Fix GCC warning about initialization order. by Jamie Madill · 10 years ago
  71. ed27c72 Consolidate shader variable storage in Compiler. by Jamie Madill · 10 years ago
  72. a718c1e Use shader variable types for variable collection. by Jamie Madill · 10 years ago
  73. 47149b1 Add GLES 3 types to the VariablePacker test. by Jamie Madill · 10 years ago
  74. 865d145 Consolidate varying packing sort order methods. by Jamie Madill · 10 years ago
  75. aa72d78 Remove duplicate SH and GL functions. by Jamie Madill · 10 years ago
  76. 183bde5 Return shader variable information using GLenum values. by Jamie Madill · 10 years ago
  77. 2b5f3b3 Add support for EGL_EXT_client_extensions. by Geoff Lang · 10 years ago
  78. 8747afe Fix d3dcompiler_46.dll case to be consistent, unblocks swarming. by Vincent Scheib · 10 years ago
  79. e8cda37 Revert "Move more draw call validation to the API." by Shannon Woods · 10 years ago
  80. ce50555 Revert "Return variable type queries using GLenum values." by Jamie Madill · 10 years ago
  81. 53221f5 Return variable type queries using GLenum values. by Jamie Madill · 10 years ago
  82. 6dc7f36 Fix null pointer dereference in glGetBufferPointerv by Shannon Woods · 10 years ago
  83. 28bedaf Fix double delete in Framebuffer.cpp. by Jamie Madill · 10 years ago
  84. d38f926 Refactoring Buffers by Brandon Jones · 10 years ago
  85. e4a492b Remove the clientVersion parameter from the format utils. by Geoff Lang · 10 years ago
  86. 72f5b5e Add the BUILD.gn file to the ANGLE source. by Jamie Madill · 10 years ago
  87. f51639a Use a common include for GL headers. by Jamie Madill · 10 years ago
  88. d4a3a31 Rename ShHandle.h to Compiler.h. by Jamie Madill · 10 years ago
  89. f257598 Use the sh namespace for shader variables. by Jamie Madill · 10 years ago
  90. bb94f34 Remove gl::IsInternalTextureTarget. by Jamie Madill · 10 years ago
  91. e261b44 Remove obsolete Renderbuffer types. by Jamie Madill · 10 years ago
  92. c7a4104 Moved D3D specific files and folders under the D3D folder. by Brandon Jones · 10 years ago
  93. 4fd75c1 Fix npot Texture level 0 validation. by Jamie Madill · 10 years ago
  94. e26c307 Regenerate project files by Shannon Woods · 10 years ago
  95. 2b31af2 Remove the ES version check for buffer to texture copies in D3D11. by Geoff Lang · 10 years ago
  96. 13f7d7d Move FBO check from applyRenderTarget to the API. by Jamie Madill · 10 years ago
  97. 1aeb131 Move draw call primitive type check to the API. by Jamie Madill · 10 years ago
  98. 9efa581 Move more draw call validation to the API. by Jamie Madill · 10 years ago
  99. ac52801 Move stencil mask validation to before the draw. by Jamie Madill · 10 years ago
  100. 21c0553 Clean up libEGL.def. by Geoff Lang · 10 years ago