1. 4e8aa4b mesa: add KHR_no_error support for FramebufferTexture by Timothy Arceri · 7 years ago
  2. f622928 mesa: add *FramebufferTexture() support to frame_buffer_texture helper by Timothy Arceri · 7 years ago
  3. 4e125c4 mesa: add KHR_no_error support for NamedFramebufferTextureLayer by Timothy Arceri · 7 years ago
  4. e75e8d6 mesa: add KHR_no_error support for FramebufferTextureLayer by Timothy Arceri · 7 years ago
  5. f6198e9 mesa: add no error support to frame_buffer_texture_layer() helper by Timothy Arceri · 7 years ago
  6. 01081c6 mesa: add frame_buffer_texture_layer() helper by Timothy Arceri · 7 years ago
  7. 276166c mesa: add KHR_no_error support for FramebufferTexture*D functions by Timothy Arceri · 7 years ago
  8. 20cabc2 mesa: add no error version of framebuffer_texture_with_dims() by Timothy Arceri · 7 years ago
  9. 304058a mesa: add error version of get_texture_for_framebuffer() by Timothy Arceri · 7 years ago
  10. 69ca1ef mesa: pass rb attachment to _mesa_framebuffer_texture() by Timothy Arceri · 7 years ago
  11. d90ced4 mesa: add _mesa_get_and_validate_attachment() helper by Timothy Arceri · 7 years ago
  12. 786b9ad mesa: remove _mesa_problem() from a few locations by Timothy Arceri · 7 years ago
  13. 8b00630 mesa: make _mesa_get_framebuffer_attachment_parameter() static by Timothy Arceri · 7 years ago
  14. a754e4c mesa: fix indentation by Timothy Arceri · 7 years ago
  15. e618761 mesa: remove _mesa from static framebuffer object function by Timothy Arceri · 7 years ago
  16. 8046a94 mesa: fix renderbuffer leak by Timothy Arceri · 8 years ago
  17. 7839243 mesa/main: simplify _mesa_IsRenderbuffer() by Samuel Pitoiset · 8 years ago
  18. 32141e5 mesa: tidy up renderbuffer RefCount initialisation by Timothy Arceri · 8 years ago
  19. 88becf7 mesa: Avoid read of uninitialized variable by Robert Foss · 8 years ago
  20. dfb1b54 main/fboject: default_framebuffer allowed for GetFramebufferParameter by Alejandro Piñeiro · 8 years ago
  21. 0fb0c57 main/fbobject: implement new 4.5 pnames for GetFramebufferParameter by Alejandro Piñeiro · 8 years ago
  22. 62b8f49 mesa: use same is_color_attachment trick to discern error cases by Ilia Mirkin · 8 years ago
  23. 9059614 mesa/main: Fix FRAMEBUFFER_ATTACHMENT_OBJECT_TYPE for NONE attachment type by Alejandro Piñeiro · 8 years ago
  24. 84e3e12 main/fbobject: throw invalid operation when get_attachment fails if needed by Alejandro Piñeiro · 8 years ago
  25. c6eb3ae main/fboject: return if it is color_attachment on get_attachment by Alejandro Piñeiro · 8 years ago
  26. 713cd23 mesa: Return LINEAR encoding for winsys FBO depth/stencil. by Kenneth Graunke · 8 years ago
  27. 63318d3 mesa/fbobject: Update CubeMapFace when reusing textures by Nanley Chery · 8 years ago
  28. ff00ab7 mesa: replace gl_framebuffer::_IntegerColor wih _IntegerBuffers by Brian Paul · 8 years ago
  29. a40640f mesa: Raise INVALID_ENUM in FramebufferTexture*D for unknown textargets. by Kenneth Graunke · 8 years ago
  30. aecdb21 mesa: Reorganize check_textarget(). by Kenneth Graunke · 8 years ago
  31. d58a390 mesa: fix glGetFramebufferAttachmentParameteriv w/ on-demand FRONT_BACK alloc by Marek Olšák · 8 years ago
  32. 0e23f37 mesa: print number of samples in renderbuffer_storage error msg by Brian Paul · 8 years ago
  33. 8a10192 mesa: fix crash in driver_RenderTexture_is_safe by Marek Olšák · 8 years ago
  34. 04a7806 mesa: skip level checking for FramebufferTexture*D if texture is zero by Marek Olšák · 8 years ago
  35. 82d756f mesa: allow GL_FRAMEBUFFER_DEFAULT_LAYERS to be queried with ES geometry by Ilia Mirkin · 8 years ago
  36. bdc9c20 mesa: Unlock mutex on error path. by Matt Turner · 8 years ago
  37. 015f220 mesa: Replace uses of Shared->Mutex with hash-table mutexes by Matt Turner · 9 years ago
  38. b40375a mesa: Add comment to framebuffer_parameteri() by Edward O'Callaghan · 9 years ago
  39. 789e096 mesa: Disallow GL_FRAMEBUFFER_ATTACHMENT_OBJECT_NAME on winsys FBO. by Kenneth Graunke · 9 years ago
  40. 19f13b2 mesa: Fix error code for GetFramebufferAttachmentParameter in ES 3.0+. by Kenneth Graunke · 9 years ago
  41. aa849d9 main: call invalidate_framebuffer_storage() with driver's viewport limits by Samuel Iglesias Gonsálvez · 9 years ago
  42. fed9b0e mesa: Refactor bind_framebuffer to make _mesa_bind_framebuffers by Ian Romanick · 9 years ago
  43. 35859d5 mesa/fbobject: propogate Layered when reusing attachments. by Dave Airlie · 9 years ago
  44. 68c4af1 mesa: check fbo completeness based on internal format, not driver format by Ilia Mirkin · 9 years ago
  45. eb5bc62 mesa: Refactor renderbuffer_storage to make _mesa_renderbuffer_storage by Ian Romanick · 9 years ago
  46. 9ae42ab mesa: Refactor _mesa_framebuffer_renderbuffer by Ian Romanick · 9 years ago
  47. 095da3b mesa: invalidate framebuffer when changing parameters by Ilia Mirkin · 9 years ago
  48. 395b53d main: get rid of needless conditional by Erik Faye-Lund · 9 years ago
  49. cf43995 mesa: Fix GL_FRAMEBUFFER_ATTACHMENT_OBJECT_TYPE for default framebuffer. by Iago Toral Quiroga · 10 years ago
  50. f8a9388 mesa: Limit Framebuffer Parameter OpenGL ES 3.1 usage by Marta Lofstedt · 9 years ago
  51. 46684d3 mesa: move non-generic samples validation by Timothy Arceri · 9 years ago
  52. 08f2dfe mesa/es3.1: Allow Multisampled FrameBufferTextures by Marta Lofstedt · 9 years ago
  53. dbefffa mesa: initialize variables to silence compiler warnings by Brian Paul · 9 years ago
  54. 2f11e92 mesa: Rename _mesa_lookup_enum_by_nr() to _mesa_enum_to_string(). by Kenneth Graunke · 9 years ago
  55. 6aa1299 PATCH 03/10] mesa: Complete ARB_framebuffer_no_attachments in Mesa core by Kevin Rogovin · 9 years ago
  56. c9d26f2 mesa: Constants and functions for ARB_framebuffer_no_attachments by Kevin Rogovin · 9 years ago
  57. da81999 mesa: Define infrastructure for ARB_framebuffer_no_attachments by Kevin Rogovin · 9 years ago
  58. 832ea23 mesa: Use the profile instead of an extension bit to validate GL_TEXTURE_CUBE_MAP by Ian Romanick · 9 years ago
  59. 8bcd14f Revert "mesa: Add ARB_direct_state_access checks in FBO functions" by Ian Romanick · 9 years ago
  60. f3e8596 Revert "mesa: Add ARB_direct_state_access checks in renderbuffer functions" by Ian Romanick · 9 years ago
  61. 5a55f68 mesa: Check the lookup_framebuffer return value in NamedFramebufferRenderbuffer by Fredrik Höglund · 9 years ago
  62. cb49940 mesa: Add ARB_direct_state_access checks in renderbuffer functions by Fredrik Höglund · 9 years ago
  63. 6ad0b7e mesa: Add ARB_direct_state_access checks in FBO functions by Fredrik Höglund · 9 years ago
  64. 03420ea mesa: Make GL_TEXTURE_CUBE_MAP valid in FramebufferTextureLayer by Fredrik Höglund · 9 years ago
  65. 9f1db78 main: Add stubs for [Get]NamedFramebufferParameteri[v]. by Laura Ekstrand · 10 years ago
  66. d890fc7 main: Add entry points for InvalidateNamedFramebuffer[Sub]Data. by Laura Ekstrand · 10 years ago
  67. 65d4a20 main: Refactor invalidate_framebuffer_storage. by Laura Ekstrand · 10 years ago
  68. b4368ac main: Complete error conditions for glInvalidate*Framebuffer. by Laura Ekstrand · 10 years ago
  69. f22fa30 main: Add entry point GetNamedFramebufferAttachmentParameteriv. by Laura Ekstrand · 10 years ago
  70. f93f959 main: Add entry point for CheckNamedFramebufferStatus. by Laura Ekstrand · 10 years ago
  71. 80e9bf2 main: Fix indents in former get_texture_for_framebuffer functions. by Laura Ekstrand · 10 years ago
  72. 085c67d main: Major refactor of get_texture_for_framebuffer. by Laura Ekstrand · 10 years ago
  73. d78c831 main: Add entry points for glNamedFramebufferTexture[Layer]. by Laura Ekstrand · 10 years ago
  74. a602b21 main: Fix indentation in get_texture_for_framebuffer. by Laura Ekstrand · 10 years ago
  75. a9f73f7 main: Refactor get_texture_for_framebuffer. by Laura Ekstrand · 10 years ago
  76. a245e3b main: Split framebuffer_texture. by Laura Ekstrand · 10 years ago
  77. 69bdc9d main: Fix an error generated by FramebufferTexture by Laura Ekstrand · 9 years ago
  78. 8ba7ad8 mesa: Generate GL_INVALID_VALUE in framebuffer_texture when layer < 0 by Fredrik Höglund · 9 years ago
  79. f9f5c82 main: Require that the texture exists in framebuffer_texture by Fredrik Höglund · 9 years ago
  80. 8f78c68 main: Fix the indentation in framebuffer_texture by Laura Ekstrand · 10 years ago
  81. a29318b main: Add entry point for NamedFramebufferRenderbuffer. by Laura Ekstrand · 10 years ago
  82. 3d10037 main: Rename framebuffer renderbuffer software fallback. by Laura Ekstrand · 10 years ago
  83. 2bb138e main: Add utility function _mesa_lookup_renderbuffer_err. by Laura Ekstrand · 10 years ago
  84. f868de7 main: Add glCreateFramebuffers. by Laura Ekstrand · 10 years ago
  85. 6d8eff4 main: Add utility function _mesa_lookup_framebuffer_err. by Laura Ekstrand · 10 years ago
  86. 782e71c mesa: finish implementing ARB_texture_stencil8 (v5) by Dave Airlie · 10 years ago
  87. 59af7ed mesa/fbo: lock ctx->Shared->Mutex when allocating renderbuffers by Martin Peres · 10 years ago
  88. fa38321 mesa/fbo: do not assign a value that is never read later on by Martin Peres · 10 years ago
  89. bf11c19 main: Added entry points for NamedRenderbufferStorage/Multisample by Martin Peres · 10 years ago
  90. 245e5c4 main: Added entry point for glGetNamedRenderbufferParameteriv by Martin Peres · 10 years ago
  91. a34669b main: Added entry point for glCreateRenderbuffers by Martin Peres · 10 years ago
  92. 7bd8b48 main: replace tabs by 8 spaces in fbobject.c by Martin Peres · 10 years ago
  93. bfcdb84 mesa: Use assert() instead of ASSERT wrapper. by Matt Turner · 10 years ago
  94. e333035 mesa: fix OES_texture_float texture render target behavior by Tapani Pälli · 10 years ago
  95. 1581e12 mesa: Make renderbuffer FBO attachments not layered by James Legg · 10 years ago
  96. 284bd1e mesa: fix error value in GetFramebufferAttachmentParameteriv for OpenGL ES 3.0 by Samuel Iglesias Gonsalvez · 10 years ago
  97. 3cb10cc mesa: Fix some signed-unsigned comparison warnings by Jan Vesely · 10 years ago
  98. 90d2a85 mesa: Enable GL_RGB/GL_RGBA in GLES3 glGetInternalformativ by Mike Mason · 10 years ago
  99. b6819cd mesa: Fix error reporting for some cases of incomplete FBO attachments by Iago Toral Quiroga · 10 years ago
  100. 2012f62 mesa: Returns a GL_INVALID_VALUE error if num of fbos in glDeleteRenderbuffers is negative by Eduardo Lima Mitev · 10 years ago