Age | Commit message (Expand) | Author |
2010-03-10 | mesa: raise an error when trying to bind non-existant texture to FBO | Brian Paul |
2010-03-10 | mesa: added new function comments | Brian Paul |
2010-03-08 | Merge branch '7.8' | Brian Paul |
2010-03-08 | mesa: add additional missing z formats for render to texture | Brian Paul |
2010-03-08 | mesa: add render-to-texture case for MESA_FORMAT_S8_Z24 | Brian Paul |
2010-03-08 | mesa: s/GL_DEPTH_STENCIL/GL_DEPTH_COMPONENT/ for MESA_FORMAT_Z16 renderbuffer | Brian Paul |
2010-03-05 | mesa: bump version to 7.9 | Brian Paul |
2010-03-05 | Always return VOLATILE for ObjectPurgeable(VOLATILE) | Chris Wilson |
2010-03-05 | mesa: minor reformatting, new comments | Brian Paul |
2010-03-05 | mesa: whitespace fixes, 80-column wrapping, etc. | Brian Paul |
2010-03-05 | Merge branch 'object-purgeable' | Chris Wilson |
2010-03-05 | APPLE_object_purgeable: core | Chris Wilson |
2010-03-05 | Fix comparison of unsigned value against < 0. | Michel Dänzer |
2010-03-04 | APPLE_object_purgeable: autogenerated files | Chris Wilson |
2010-03-04 | Revert "mesa: Fix unsigned comparison." | Vinson Lee |
2010-03-04 | mesa: Fix unsigned comparison. | Vinson Lee |
2010-03-04 | mesa: Add asserts to check inputs to memcpy. | Vinson Lee |
2010-03-03 | Fix unmatched parenthesis introduce by previous commits | Ian Romanick |
2010-03-03 | Remove support for GCC older than 3.3.0 | Ian Romanick |
2010-03-03 | mesa: Remove unused RasterIndex field | Ian Romanick |
2010-03-03 | mesa: Always return default value for CURRENT_RASTER_INDEX | Ian Romanick |
2010-03-03 | mesa: Eliminate index parameter to _mesa_feedback_vertex | Ian Romanick |
2010-03-03 | mesa: Remove ClearIndex and IndexMask from device-driver interface | Ian Romanick |
2010-03-03 | mesa: Remove _mesa_add_color_index_renderbuffers | Ian Romanick |
2010-03-03 | mesa: Remove checks of Visual.rgbMode in Get paths | Ian Romanick |
2010-03-03 | mesa: Remove checks of Visual.rgbMode | Ian Romanick |
2010-03-03 | mesa: Remove support for creating color-index visuals | Ian Romanick |
2010-03-02 | mesa: Add asserts to check inputs to memcpy. | Vinson Lee |
2010-02-27 | mesa: Add asserts to check inputs to memcpy. | Vinson Lee |
2010-02-27 | mesa: Add assert to check input to memcpy is not null. | Vinson Lee |
2010-02-26 | mesa: Remove unnecessary header. | Vinson Lee |
2010-02-26 | Set API dispatch pointers for OES_EGL_image functions | Kristian Høgsberg |
2010-02-26 | mesa: fix _BaseFormat assignment in _mesa_soft_renderbuffer_storage() | Brian Paul |
2010-02-25 | mesa: enable GL_EXT_texture_array for sw drivers | Brian Paul |
2010-02-25 | mesa: added new extension flag for GL_EXT_texture_array | Brian Paul |
2010-02-25 | mesa: remove redundant call to _mesa_base_fbo_format() | Brian Paul |
2010-02-25 | mesa: added renderbuffer->_BaseFormat assertion | Brian Paul |
2010-02-26 | drop stray src/mesa/main/sources | George Sapountzis |
2010-02-25 | mesa: use simplified _BaseFormat value in render-to-texture code | Brian Paul |
2010-02-25 | mesa: Move src/mesa/glapi/dispatch.h to mesa. | Chia-I Wu |
2010-02-25 | glapi: Move src/mesa/main/dispatch.c to glapi and rename. | Chia-I Wu |
2010-02-25 | mesa: Remove unused Makefile.{ugl,win}. | Chia-I Wu |
2010-02-25 | mesa: Remove dead error condition. | Vinson Lee |
2010-02-24 | mesa: Fix SCons build. | Vinson Lee |
2010-02-24 | mesa: put declaration before code | Brian Paul |
2010-02-24 | core: Implement GL_OES_EGL_image entry points | Kristian Høgsberg |
2010-02-24 | glapi: GL_OES_EGL_image autogenerated files | Kristian Høgsberg |
2010-02-23 | mesa: Assert that array index is not negative. | Vinson Lee |
2010-02-21 | mesa: Add assert to check for null pointer dereference. | Vinson Lee |
2010-02-19 | mesa: restore _mesa_snprintf() - it's needed for Windows | Brian Paul |