1. fed9b0e mesa: Refactor bind_framebuffer to make _mesa_bind_framebuffers by Ian Romanick · 9 years ago
  2. eb5bc62 mesa: Refactor renderbuffer_storage to make _mesa_renderbuffer_storage by Ian Romanick · 9 years ago
  3. 9ae42ab mesa: Refactor _mesa_framebuffer_renderbuffer by Ian Romanick · 9 years ago
  4. c9d26f2 mesa: Constants and functions for ARB_framebuffer_no_attachments by Kevin Rogovin · 9 years ago
  5. 9f1db78 main: Add stubs for [Get]NamedFramebufferParameteri[v]. by Laura Ekstrand · 10 years ago
  6. d890fc7 main: Add entry points for InvalidateNamedFramebuffer[Sub]Data. by Laura Ekstrand · 10 years ago
  7. f22fa30 main: Add entry point GetNamedFramebufferAttachmentParameteriv. by Laura Ekstrand · 10 years ago
  8. f93f959 main: Add entry point for CheckNamedFramebufferStatus. by Laura Ekstrand · 10 years ago
  9. 085c67d main: Major refactor of get_texture_for_framebuffer. by Laura Ekstrand · 10 years ago
  10. d78c831 main: Add entry points for glNamedFramebufferTexture[Layer]. by Laura Ekstrand · 10 years ago
  11. a245e3b main: Split framebuffer_texture. by Laura Ekstrand · 10 years ago
  12. a29318b main: Add entry point for NamedFramebufferRenderbuffer. by Laura Ekstrand · 10 years ago
  13. 3d10037 main: Rename framebuffer renderbuffer software fallback. by Laura Ekstrand · 10 years ago
  14. 2bb138e main: Add utility function _mesa_lookup_renderbuffer_err. by Laura Ekstrand · 10 years ago
  15. f868de7 main: Add glCreateFramebuffers. by Laura Ekstrand · 10 years ago
  16. 6d8eff4 main: Add utility function _mesa_lookup_framebuffer_err. by Laura Ekstrand · 10 years ago
  17. bf11c19 main: Added entry points for NamedRenderbufferStorage/Multisample by Martin Peres · 10 years ago
  18. 245e5c4 main: Added entry point for glGetNamedRenderbufferParameteriv by Martin Peres · 10 years ago
  19. a34669b main: Added entry point for glCreateRenderbuffers by Martin Peres · 10 years ago
  20. 9451281 mesa: make several FBO functions static by Brian Paul · 11 years ago
  21. 3abd4f4 mesa: move glGenerateMipmap() code into new genmipmap.c file by Brian Paul · 11 years ago
  22. bfcb9bb mesa: move glBlitFramebuffer code into new blit.c file by Brian Paul · 11 years ago
  23. 438cc6b mesa: Make detach_renderbuffer available outside fbobject.c by Ian Romanick · 11 years ago
  24. 9f07ca1 mesa: Dispatch ARB_framebuffer_object and EXT_framebuffer_object differently by Tomasz Lis · 11 years ago
  25. 3998cfa mesa: remove outdated version lines in comments by Rico Schüller · 11 years ago
  26. e98c39c mesa: Track the TexImage being rendered to in the gl_renderbuffer. by Eric Anholt · 11 years ago
  27. 749a927 mesa: Make core Mesa allocate the texture renderbuffer wrapper. by Eric Anholt · 12 years ago
  28. 02f2bce mesa: implement glFramebufferTexture by Jordan Justen · 12 years ago
  29. a628080 mesa: add renderbuffer attachment Layered field by Jordan Justen · 12 years ago
  30. 3d8d5b2 mesa: Restore 78-column wrapping of license text in C-style comments. by Kenneth Graunke · 12 years ago
  31. 96ff2ed mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability. by Kenneth Graunke · 12 years ago
  32. dd404bc mesa: Change "BRIAN PAUL" to "THE AUTHORS" in license text. by Kenneth Graunke · 12 years ago
  33. f8855a4 mesa: add helper func for checking combined depthstencil buffers from st/mesa by Marek Olšák · 12 years ago
  34. 413941e gles2: a stub implementation for GL_EXT_discard_framebuffer by Tapani Pälli · 12 years ago
  35. 1a1db17 mesa: Standardize names of OpenGL functions. by Paul Berry · 12 years ago
  36. 4d62cb6 mesa: remove unimplemented FramebufferTextureFaceARB by Jordan Justen · 12 years ago
  37. f625cb5 mesa: remove unimplemented FramebufferTextureARB by Jordan Justen · 12 years ago
  38. 342be8a mesa: Add skeleton implementations of glInvalidate{Sub,}Framebuffer by Ian Romanick · 12 years ago
  39. 36ede89 mesa: use _mesa_is_user_fbo() and _mesa_is_winsys_fbo() functions by Brian Paul · 13 years ago
  40. 9520f48 mesa: s/INLINE/inline/ by Brian Paul · 13 years ago
  41. db0f9e7 mesa: added _mesa_get_attachment_teximage() helpers by Brian Paul · 14 years ago
  42. e9375cd mesa: 80-column wrapping by Brian Paul · 14 years ago
  43. 62c66b3 mesa: plug in fallback function for ctx->Driver.ValidateFramebuffer() by Brian Paul · 14 years ago
  44. 059cca9 mesa: Use the common logic for "is this baseformat a color format?" by Eric Anholt · 14 years ago
  45. 6121730 mesa: Clean up header file inclusion in fbobject.h. by Vinson Lee · 14 years ago
  46. f9995b3 Drop GLcontext typedef and use struct gl_context instead by Kristian Høgsberg · 14 years ago
  47. c6466f5 mesa: Add missing header to fboject.h. by Vinson Lee · 14 years ago
  48. 9456e22 intel: Implement EGL_KHR_surfaceless extension by Kristian Høgsberg · 14 years ago
  49. da7bd6a mesa: initial support for ARB_geometry_shader4 by Zack Rusin · 14 years ago
  50. 61d94dd mesa: Move GL_RGB565 workaround into fbobject.c by Kristian Høgsberg · 15 years ago
  51. d1dc5b1 core: Implement GL_OES_EGL_image entry points by Kristian Høgsberg · 15 years ago
  52. da46db6 mesa: added extern qualifier by Tom Fogal · 16 years ago
  53. 777a2ef mesa: stub for _mesa_RenderbufferStorageMultisample() by Brian Paul · 16 years ago
  54. 3dc6591 mesa: fix problem freeing framebuffer/renderbuffer objects by Brian Paul · 16 years ago
  55. bb372f1 Initial implementation of MESA_texture_array by Ian Romanick · 17 years ago
  56. ea4fe66 merge from texman branch by Brian Paul · 19 years ago
  57. 519b23b Lots of changes/fixes for rendering to framebuffer objects. by Brian Paul · 19 years ago
  58. 59e0faa sync with texmem branch by Brian Paul · 19 years ago
  59. 8471604 Support for combined depth/stencil renderbuffers (GL_EXT_packed_depth_stencil). by Brian Paul · 19 years ago
  60. 0bffb11 some initial work on upcoming GL_EXT_framebuffer_blit extension by Brian Paul · 19 years ago
  61. e4b2356 Major check-in of changes for GL_EXT_framebuffer_object extension. by Brian Paul · 19 years ago
  62. 2c6f911 More GL_EXT_framebuffer_object: rename some things, added device driver hooks. by Brian Paul · 20 years ago
  63. f0bbbf6 implement the 'completeness' tests by Brian Paul · 20 years ago
  64. 1864c7d a bunch of assorted fixes by Brian Paul · 20 years ago
  65. 463642c checkpoint latest work by Brian Paul · 20 years ago
  66. 3deaa01 additional work on GL_EXT_framebuffer_object by Brian Paul · 20 years ago
  67. ddc82ee Some initial work on GL_EXT_framebuffer_object. by Brian Paul · 20 years ago