1. 9d7698c mesa: implement EXT_texture_shared_exponent by Marek Olšák · 13 years ago
  2. 15f99d1 mesa: finish up ARB_texture_float by Marek Olšák · 14 years ago
  3. c7339d4 mesa: Guard against null pointer deref in fbo validation by Fabian Bieler · 14 years ago
  4. db0f9e7 mesa: added _mesa_get_attachment_teximage() helpers by Brian Paul · 14 years ago
  5. 0be3699 mesa: initial EXT_texture_snorm support by Marek Olšák · 14 years ago
  6. 4f94e0b mesa: Add missing parentheses in glBlitFramebufferEXT error strings. by Vinson Lee · 14 years ago
  7. a674ef7 mesa: return after invalidating renderbuffer by Marek Olšák · 14 years ago
  8. df818d5 mesa: invalidate framebuffer if internal format of renderbuffer is changed by Marek Olšák · 14 years ago
  9. c699143 mesa: consolidate framebuffer target lookup code by Brian Paul · 14 years ago
  10. ca1b551 mesa: s/mesaFormat/attFormat/ by Brian Paul · 14 years ago
  11. 6364d75 mesa: MESA_VERBOSE logging for glRead/Draw/CopyPixels, glBlitFramebuffer by Brian Paul · 14 years ago
  12. 88ffa9c mesa/965: add support for GL_EXT_framebuffer_sRGB (v2) by Dave Airlie · 14 years ago
  13. b3cfcdf mesa: fix typo, wrap long line by Brian Paul · 14 years ago
  14. d301565 mesa: add red, red/green formats in _mesa_base_fbo_format() by Brian Paul · 14 years ago
  15. 62c66b3 mesa: plug in fallback function for ctx->Driver.ValidateFramebuffer() by Brian Paul · 14 years ago
  16. 976ea9d mesa: new cases in _mesa_base_fbo_format() by Brian Paul · 14 years ago
  17. f41bbc7 Revert "mesa: Simplify _mesa_base_fbo_format by making it exceptions to teximages." by Brian Paul · 14 years ago
  18. 81ae8c6 mesa: return GL_LINEAR for ..COLOR_ENCODING if framebuffer_sRGB is unsupported by Marek Olšák · 14 years ago
  19. 65c41d5 mesa: Simplify _mesa_base_fbo_format by making it exceptions to teximages. by Eric Anholt · 14 years ago
  20. 7f652fc srgb: fix fbo base format picking. by Dave Airlie · 14 years ago
  21. 8c8e26d mesa/fbo: prevent assert trigger on i965 with piglit fbo-srgb test. by Dave Airlie · 14 years ago
  22. dd973cd mesa: check for dummy renderbuffer in _mesa_FramebufferRenderbufferEXT() by Brian Paul · 14 years ago
  23. db61b9c mesa: Directly include mfeatures.h in files that perform feature tests. by Vinson Lee · 14 years ago
  24. 0117da4 mesa: Include mtypes.h in files that use gl_context struct. by Vinson Lee · 14 years ago
  25. 5f13c39 mesa: Also report the number of renderbuffer alpha bits for GL_LUMINANCE_ALPHA. by Eric Anholt · 14 years ago
  26. f45aea0 mesa: Also report renderbuffer red/green size for GL_RED and GL_RG. by Eric Anholt · 14 years ago
  27. 059cca9 mesa: Use the common logic for "is this baseformat a color format?" by Eric Anholt · 14 years ago
  28. beac6ee mesa: Allow color renderbuffers besides just RGB and RGBA. by Eric Anholt · 14 years ago
  29. ecb7cc3 mesa: test for cube map completeness in glGenerateMipmap() by Brian Paul · 14 years ago
  30. 6d13ec7 mesa: return GL_FRAMEBUFFER_DEFAULT as FBO attachment type by Brian Paul · 14 years ago
  31. 20cf185 mesa: fix GL_FRAMEBUFFER_ATTACHMENT_OBJECT_NAME query by Brian Paul · 14 years ago
  32. 412b960 mesa: rename function to _mesa_is_format_integer_color() by Brian Paul · 14 years ago
  33. 6e61853 mesa: allow FBO attachments of formats LUMINANCE, LUMINANCE_ALPHA, and INTENSITY by Marek Olšák · 14 years ago
  34. c7d1837 mesa: compute _IntegerColor field in _mesa_test_framebuffer_completeness() by Brian Paul · 14 years ago
  35. e67f6ee mesa: simplify fbo format checking code by Brian Paul · 14 years ago
  36. f928854 mesa: 80-column wrapping by Brian Paul · 14 years ago
  37. f9995b3 Drop GLcontext typedef and use struct gl_context instead by Kristian Høgsberg · 14 years ago
  38. 421f4d8 ARB_texture_rg: Allow RED and RG textures as FBO color buffer attachments by Ian Romanick · 14 years ago
  39. 144356f mesa: Don't reuse DummyFramebuffer as the incomplete framebuffer by Kristian Høgsberg · 14 years ago
  40. 50a3349 mesa: Set the base format of GL_ALPHA FBOs and teach swrast about it. by Eric Anholt · 14 years ago
  41. c5dde53 mesa: Fix printf-like warnings. by Vinson Lee · 14 years ago
  42. 0731701 mesa: initialize dummy framebuffer and renderbuffer mutexes by Vladimir Vukicevic · 14 years ago
  43. 9456e22 intel: Implement EGL_KHR_surfaceless extension by Kristian Høgsberg · 14 years ago
  44. da7bd6a mesa: initial support for ARB_geometry_shader4 by Zack Rusin · 14 years ago
  45. 61ec205 mesa: fix attachment error checking for glGetFramebufferAttachmentParameteriv() by Brian Paul · 14 years ago
  46. 80dfec3 mesa: Allow querying the system FBO in GetFramebufferAttachmentParameteriv by Kristian Høgsberg · 14 years ago
  47. 262cdbd mesa: Allow GL_ALPHA FBOs with ARB_framebuffer_object. by Eric Anholt · 14 years ago
  48. 23c5b21 mesa: whitespace and 80 column wrapping by Brian Paul · 14 years ago
  49. a504f23 mesa: fix incorrect GL_DEPTH_STENCIL_ATTACHMENT format check by Brian Paul · 14 years ago
  50. e88cef3 mesa: Reenable check for GL_FRAMEBUFFER_INCOMPLETE_DRAW_BUFFER_EXT by Kristian Høgsberg · 14 years ago
  51. 8ea6148 mesa: use GL_RGBA16_SNORM for accum buffer by Brian Paul · 14 years ago
  52. 61d94dd mesa: Move GL_RGB565 workaround into fbobject.c by Kristian Høgsberg · 14 years ago
  53. 2002e4d0 mesa: Add OES_EGL_image to extension list. by Chia-I Wu · 15 years ago
  54. 066477a mesa: Add missing features. by Chia-I Wu · 15 years ago
  55. 8829e06 mesa: added GL3 buffer attachment aliases by Brian Paul · 15 years ago
  56. 7a2e32d mesa: raise an error when trying to bind non-existant texture to FBO by Brian Paul · 15 years ago
  57. a8dafe7 mesa: remove redundant call to _mesa_base_fbo_format() by Brian Paul · 15 years ago
  58. 51b7992 mesa: put declaration before code by Brian Paul · 15 years ago
  59. d1dc5b1 core: Implement GL_OES_EGL_image entry points by Kristian Høgsberg · 15 years ago
  60. 298be2b Replace the _mesa_*printf() wrappers with the plain libc versions by Kristian Høgsberg · 15 years ago
  61. ca0d048 mesa: fix int/uint comparison warnings by Brian Paul · 15 years ago
  62. 43867ac Merge branch 'mesa_7_7_branch' by Brian Paul · 15 years ago
  63. 68ca19a mesa: Don't bind DRAW/READ_FRAMEBUFFER separately without FBO blit support by Erik Wien · 15 years ago
  64. cd8614b Merge branch 'mesa_7_7_branch' by Brian Paul · 15 years ago
  65. 031f23a mesa: added comment about future FBO formats by Brian Paul · 15 years ago
  66. 536e3c9 mesa: Remove unnecessary headers from fbobject.c. by Vinson Lee · 15 years ago
  67. 652828e mesa: check BaseLevel, MaxLevel in _mesa_GenerateMipmapEXT() by Brian Paul · 15 years ago
  68. a719395 mesa: use _mesa_get_current_tex_object() by Brian Paul · 15 years ago
  69. a65b84d mesa: fix some begin/end render-to-texture logic by brian · 15 years ago
  70. bc569cd mesa: move check_begin/end_texture_render() calls by brian · 15 years ago
  71. d96e55f mesa: new vars: oldDrawFb, oldReadFb in _mesa_BindFramebufferEXT() by brian · 15 years ago
  72. e6f60d3 mesa: rename vars in _mesa_BindFramebufferEXT() by brian · 15 years ago
  73. a492ab7 mesa: added comment for check_begin_texture_render() by brian · 15 years ago
  74. 6b68482 mesa: Attempt to pair up Driver.RenderTexture and FinishRenderTexture() by Eric Anholt · 15 years ago
  75. 800e553 mesa: clean-up, remove some flushing in FBO functions by Brian Paul · 15 years ago
  76. 4de18fb mesa: fix indentation by Brian Paul · 15 years ago
  77. 18af75e mesa: avoid extraneous _NEW_BUFFER changes in _mesa_BindFramebufferEXT() by Brian Paul · 15 years ago
  78. 9927d7f mesa: Fix compilation errors and warnings when features are disabled. by Chia-I Wu · 15 years ago
  79. 1f196b7 Merge branch 'texformat-rework' by Brian Paul · 15 years ago
  80. 21f8d31 mesa: debug code for glBlitFramebuffer() by Brian Paul · 15 years ago
  81. 46a784b Merge branch 'mesa_7_6_branch' by Brian Paul · 15 years ago
  82. 26f1ad6 mesa: simplify att->CubeMapFace assignment by Brian Paul · 15 years ago
  83. 9b50cea mesa: more detailed error messages in fbo code by Brian Paul · 15 years ago
  84. dc8b139 mesa: remove FBO texture depth/stencil test by Brian Paul · 15 years ago
  85. b5d6a8e mesa: minor clean up in check_begin_texture_render() by Brian Paul · 15 years ago
  86. 45e76d2 mesa: remove a bunch of gl_renderbuffer fields by Brian Paul · 15 years ago
  87. 6d0fc3c mesa: Remove another unexplained Flush call, this time from BindFramebuffer. by Eric Anholt · 15 years ago
  88. f019577 Revert "Flush driver, not just tnl module." by Eric Anholt · 15 years ago
  89. 1f7c914 mesa: replace gl_texture_format with gl_format by Brian Paul · 15 years ago
  90. eb82373 mesa: use _mesa_get_current_tex_unit() helper by Brian Paul · 15 years ago
  91. 5cf5d4b mesa: use more format helper functions by Brian Paul · 15 years ago
  92. ef6ee07 mesa: minor clean-up by Brian Paul · 15 years ago
  93. c26c200 mesa: clean-up fbo debug code by Brian Paul · 15 years ago
  94. 3ffaa11 mesa: move assertions in test_attachment_completeness() by Brian Paul · 15 years ago
  95. dcebe22 mesa: generate GL_INVALID_OPERATION for missing z/stencil when blitting by Brian Paul · 15 years ago
  96. 957f3c8 mesa: Mark FBOs with compressed color attachments as FBO-incomplete. by Eric Anholt · 15 years ago
  97. 042d9a5 mesa: allow depth/stencil textures to be attached to GL_STENCIL_ATTACHMENT by Mathias Fröhlich · 15 years ago
  98. 009749b mesa: protect driver.flush() with FLUSH_CURRENT by Keith Whitwell · 15 years ago
  99. 1614463 mesa: avoid extraneous calls to ctx->Driver.BindFramebuffer() by Brian Paul · 16 years ago
  100. 9f731c8 mesa: add some debug code to help diagnose incomplete FBO attachments (disabled) by Brian Paul · 16 years ago