1. 8ce2f8f Implement larger bounds for viewports and scissor rectangles in D3D11. by shannon.woods@transgaming.com · 11 years ago
  2. 1abd797 Enable anisotropic filtering support on the D3D11 path. by shannon.woods@transgaming.com · 11 years ago
  3. 291266b Implemented Renderer11::getLuminance*TextureSupport by shannon.woods@transgaming.com · 11 years ago
  4. ea4a0c6 Changed the rectangle arguments of Renderer11::blitRect from pointers to const references since they are never null or modified. by shannon.woods@transgaming.com · 11 years ago
  5. 1e1deda Implemented Renderer11::blitRect for render targets. by shannon.woods@transgaming.com · 11 years ago
  6. 7e23285 Added a texture object to RenderTarget11. by shannon.woods@transgaming.com · 11 years ago
  7. d67f9ce Added a helper Renderer11::resolveMultisampledTexture method. by shannon.woods@transgaming.com · 11 years ago
  8. c25537e Fixed a rounding bug in copyTexture and removed a redundant parameter blend state setting. by shannon.woods@transgaming.com · 11 years ago
  9. 88fbd0f Added a Renderer11::getNearestSupportedSamples method. by shannon.woods@transgaming.com · 11 years ago
  10. df2fd57 Implemented Renderer11::getMaxSupportedSamples. by shannon.woods@transgaming.com · 11 years ago
  11. ddd6c80 Add the ability to recover from a removed device (TDR or driver removal) to the D3D11 code path. by shannon.woods@transgaming.com · 11 years ago
  12. 779aa26 Enclose error(GLint) and error(EGLint) into gl and egl namespaces. by shannon.woods@transgaming.com · 11 years ago
  13. eb049e2 Move the call to notify device lost to the Renderer. by shannon.woods@transgaming.com · 11 years ago
  14. dd2524c Fix regressions in the unit tests related to setting gl_PointSize, and using other draw modes. by shannon.woods@transgaming.com · 11 years ago
  15. 43db795 Use the D3D11 adapter LUID for our adapter identifier check in ProgramBinary. by shannon.woods@transgaming.com · 11 years ago
  16. eec5c63 Add support for more depth buffer formats in our EGLConfigs. by shannon.woods@transgaming.com · 11 years ago
  17. 25950ea Fix the order of the channels in readPixelColor, which was messing up BGRA to RGBA readPixels. by shannon.woods@transgaming.com · 11 years ago
  18. be58aa0 Created Fence11. by shannon.woods@transgaming.com · 11 years ago
  19. 8b7606a Created Query11. by shannon.woods@transgaming.com · 11 years ago
  20. cfe787e Added a fence creation method to Renderer. by shannon.woods@transgaming.com · 11 years ago
  21. 50df6c5 Added query creation methods to Renderer. by shannon.woods@transgaming.com · 11 years ago
  22. 09fd945 Add support for derivative instructions in D3D11. by shannon.woods@transgaming.com · 11 years ago
  23. bdf787f Implemented Renderer11::sync. by daniel@transgaming.com · 12 years ago
  24. fe32464 Fix D3D11 instancing support check to test against the current feature level. by daniel@transgaming.com · 12 years ago
  25. 8b400b1 Do not use dynamic_cast if RTTI is disabled. by apatrick@chromium.org · 12 years ago
  26. 0b236e2 Removed the programBinary argument from Renderer::setViewport. by shannon.woods@transgaming.com · 12 years ago
  27. 03951cf Implemented D3D11 non-pow2 texture support. by shannon.woods@transgaming.com · 12 years ago
  28. 00032cb Implement instancing support in D3D11. by shannon.woods@transgaming.com · 12 years ago
  29. 3e773bb Implement gl_PointSize point sprite emulation using D3D11 geometry shaders. by shannon.woods@transgaming.com · 12 years ago
  30. 69ff776 Add a new internal enum for shader type, instead of re-using GL enums. by shannon.woods@transgaming.com · 12 years ago
  31. 76cd88c Avoid calling getContext() for resource limits. by shannon.woods@transgaming.com · 12 years ago
  32. 28d268e Increase the varying register count to what the feature level supports. by shannon.woods@transgaming.com · 12 years ago
  33. 4e48204 Increase DX11 uniform count to 1024. by shannon.woods@transgaming.com · 12 years ago
  34. 254317d Retrieve the maximum uniform register count from the renderer. by shannon.woods@transgaming.com · 12 years ago
  35. c60c521 Implemented D3D11 offscreen texture share handle support. by shannon.woods@transgaming.com · 12 years ago
  36. bec04bf Implement proper BGRA extension support on D3D11. by shannon.woods@transgaming.com · 12 years ago
  37. 21ba647 Only update a constant buffer when any of its uniforms are dirty. by shannon.woods@transgaming.com · 12 years ago
  38. 5929ef2 Reuse the constant buffers of the shader executable. by shannon.woods@transgaming.com · 12 years ago
  39. 358e88d Add constant buffers to ShaderExecutable11. by shannon.woods@transgaming.com · 12 years ago
  40. 5fb979d Use a single set of constant buffers for the driver uniforms. by shannon.woods@transgaming.com · 12 years ago
  41. 46a5b87 Store DX11 driver uniforms in a separate constant buffer. by shannon.woods@transgaming.com · 12 years ago
  42. 2b132f4 Implements generateMipmap for CPU-side textures by shannon.woods@transgaming.com · 12 years ago
  43. fdeacb8 Adds a function to get the texture resource of a framebuffer's color render target. by shannon.woods@transgaming.com · 12 years ago
  44. 34f507c Implemented masked clearing in Renderer11. by shannon.woods@transgaming.com · 12 years ago
  45. 81c5ef9 Reordered the logic of Renderer11::clear to determine earlier if a masked clear is required. by shannon.woods@transgaming.com · 12 years ago
  46. 233fe95 Added support for vertex texure fetch in DX11 mode. by shannon.woods@transgaming.com · 12 years ago
  47. 9d971ff Implemented Renderer11::copyImage. by shannon.woods@transgaming.com · 12 years ago
  48. 664916b Renderer::copyImage now uses the ANGLE rectangle structure instead of the windows one. by shannon.woods@transgaming.com · 12 years ago
  49. 183408d RenderTarget11 now stores a shader resource. by shannon.woods@transgaming.com · 12 years ago
  50. 4d03645 Remove all possible libEGL includes from libGLESv2 by daniel@transgaming.com · 12 years ago
  51. ed36abd Move dirty DX constant tracking from Context to the Renderers. by daniel@transgaming.com · 12 years ago
  52. ca1ac1f Add D3D version and shader models to renderer string reported by GetString. by daniel@transgaming.com · 12 years ago
  53. 4fd1f98 Implemented DX11 GL_TRIANGLE_FAN emulation, using a scratch index buffer. by daniel@transgaming.com · 12 years ago
  54. 7629bb6 Disable GL_OES_standard_derivatives when ps_2_x or later is not available. by daniel@transgaming.com · 12 years ago
  55. e33c8bf Moved applied texture and sampler caching from Context into the Renderers. by daniel@transgaming.com · 12 years ago
  56. d5df4e8 D3D11 device context clears and flushes the state to release internal references before destruction. by daniel@transgaming.com · 12 years ago
  57. 1ef0967 Completed D3D11 line loop rendering. by daniel@transgaming.com · 12 years ago
  58. 2eb7ab7 Renderer11::readPixels queries the RenderTarget11 for the correct subresource to read from. by daniel@transgaming.com · 12 years ago
  59. e76b64b Implemented support for DX11 integer and boolean uniforms. by daniel@transgaming.com · 12 years ago
  60. a390e1e Implemented support for DX11 driver uniforms by assigning fixed register slots. by daniel@transgaming.com · 12 years ago
  61. 7fbf486 Fixed applied index buffer offset not being cached. by daniel@transgaming.com · 12 years ago
  62. ee42a0a Implemented Renderer11::readPixels. by daniel@transgaming.com · 12 years ago
  63. c9a501d Implements Renderer11::createRenderTarget by daniel@transgaming.com · 12 years ago
  64. c06ccb2 Made the D3D objects returned by RenderStateCache into weak pointers. by daniel@transgaming.com · 12 years ago
  65. 36670db Adds Renderer11::createTexture functions. by daniel@transgaming.com · 12 years ago
  66. 0785fad Implemented Renderer11::setTexture. by daniel@transgaming.com · 12 years ago
  67. 0f9b320 Fixed a typo in an error message. by daniel@transgaming.com · 12 years ago
  68. 54de24f Implemented Renderer11::setSamplerState. by daniel@transgaming.com · 12 years ago
  69. 22ada2c DX11 index buffer offset is in bytes. by daniel@transgaming.com · 12 years ago
  70. 9f7ede6 Fixed the number of vertices for DrawIndexed to draw. by daniel@transgaming.com · 12 years ago
  71. e9cf5e7 Patch fixes that should have made it into prior patch for renderable migration. by daniel@transgaming.com · 12 years ago
  72. b1c208f Migrates textures to render targets with copyToRenderTarget in DX11. by daniel@transgaming.com · 12 years ago
  73. 2275f91 Eliminated D3DConstantTable. by daniel@transgaming.com · 12 years ago
  74. da8d380 Implemented support for DX11 sampler uniforms. by daniel@transgaming.com · 12 years ago
  75. e6d12e9 Implemented support for DX11 uniform arrays. by daniel@transgaming.com · 12 years ago
  76. 873f28a Implemented basic applying of uniform values for DX11. by daniel@transgaming.com · 12 years ago
  77. d0f82bc Fixed a bug in Renderer11::clear where the wrong render target is fetched. by daniel@transgaming.com · 12 years ago
  78. c511430 Implemented Renderer11::drawElements. by daniel@transgaming.com · 12 years ago
  79. 413d271 Moves creation of renderer-specific texture storage objects to the renderer. by daniel@transgaming.com · 12 years ago
  80. 87705f8 Renames classes in the TextureStorage heirarchy for clarity by daniel@transgaming.com · 12 years ago
  81. c5431eb Implemented Renderer11::applyVertexBuffer and Renderer11::applyIndexBuffer. by daniel@transgaming.com · 12 years ago
  82. 11c2af5 Implemented IndexBuffer11. by daniel@transgaming.com · 12 years ago
  83. 0b6d774 Added an IndexBuffer creation method to Renderer. by daniel@transgaming.com · 12 years ago
  84. 2c4d070 Implemented VertexBuffer11. by daniel@transgaming.com · 12 years ago
  85. ab1c146 Provide a stub for Renderer11::applyUniforms. by daniel@transgaming.com · 12 years ago
  86. a8aac67 Creates Image11 class by daniel@transgaming.com · 12 years ago
  87. 3f255b4 Added vertex buffer creation methods to renderer. by daniel@transgaming.com · 12 years ago
  88. 88853c5 Don't expose DX constants as GL uniforms. by daniel@transgaming.com · 12 years ago
  89. 1298518 Combine dx_Depth and dx_FrontCCW into dx_DepthFront. by daniel@transgaming.com · 12 years ago
  90. e499141 Move program binary serial caching to renderer by daniel@transgaming.com · 12 years ago
  91. 9a06737 Ensure state caching variables are handled consistently in markAllStateDirty by daniel@transgaming.com · 12 years ago
  92. f721fdb Moves GenerateMipmap function to the Renderer by daniel@transgaming.com · 12 years ago
  93. 244e183 Adds a function to the Renderer which will return a newly created Image. by daniel@transgaming.com · 12 years ago
  94. d55e8c1 Scissor test state is set as part of the Renderer::setScissor method. by daniel@transgaming.com · 12 years ago
  95. 3124048 Changed D3DConstant table, IndexDataManager,VertexDataManager and vertexconversion namespaces. by daniel@transgaming.com · 12 years ago
  96. 25e16af Move HLSL compilation to Renderer. by daniel@transgaming.com · 12 years ago
  97. d4cf251 Implemented Renderer11::drawArrays. by daniel@transgaming.com · 12 years ago
  98. d4b2db2 Implement Renderer11::applyShaders. by daniel@transgaming.com · 12 years ago
  99. c52be63 Apply the input topology. by daniel@transgaming.com · 12 years ago
  100. 7b18d0c Store the shader bytecode in ShaderExecutable to pass it to CreateInputLayout. by daniel@transgaming.com · 12 years ago