summaryrefslogtreecommitdiff
path: root/src/mesa/main
AgeCommit message (Expand)Author
2010-03-12Merge branch '7.8'Michel Dänzer
2010-03-12Grammar and spelling fixesJeff Smith
2010-03-10mesa: raise an error when trying to bind non-existant texture to FBOBrian Paul
2010-03-10mesa: added new function commentsBrian Paul
2010-03-08Merge branch '7.8'Brian Paul
2010-03-08mesa: add additional missing z formats for render to textureBrian Paul
2010-03-08mesa: add render-to-texture case for MESA_FORMAT_S8_Z24Brian Paul
2010-03-08mesa: s/GL_DEPTH_STENCIL/GL_DEPTH_COMPONENT/ for MESA_FORMAT_Z16 renderbufferBrian Paul
2010-03-05mesa: bump version to 7.9Brian Paul
2010-03-05Always return VOLATILE for ObjectPurgeable(VOLATILE)Chris Wilson
2010-03-05mesa: minor reformatting, new commentsBrian Paul
2010-03-05mesa: whitespace fixes, 80-column wrapping, etc.Brian Paul
2010-03-05Merge branch 'object-purgeable'Chris Wilson
2010-03-05APPLE_object_purgeable: coreChris Wilson
2010-03-05Fix comparison of unsigned value against < 0.Michel Dänzer
2010-03-04APPLE_object_purgeable: autogenerated filesChris Wilson
2010-03-04Revert "mesa: Fix unsigned comparison."Vinson Lee
2010-03-04mesa: Fix unsigned comparison.Vinson Lee
2010-03-04mesa: Add asserts to check inputs to memcpy.Vinson Lee
2010-03-03Fix unmatched parenthesis introduce by previous commitsIan Romanick
2010-03-03Remove support for GCC older than 3.3.0Ian Romanick
2010-03-03mesa: Remove unused RasterIndex fieldIan Romanick
2010-03-03mesa: Always return default value for CURRENT_RASTER_INDEXIan Romanick
2010-03-03mesa: Eliminate index parameter to _mesa_feedback_vertexIan Romanick
2010-03-03mesa: Remove ClearIndex and IndexMask from device-driver interfaceIan Romanick
2010-03-03mesa: Remove _mesa_add_color_index_renderbuffersIan Romanick
2010-03-03mesa: Remove checks of Visual.rgbMode in Get pathsIan Romanick
2010-03-03mesa: Remove checks of Visual.rgbModeIan Romanick
2010-03-03mesa: Remove support for creating color-index visualsIan Romanick
2010-03-02mesa: Add asserts to check inputs to memcpy.Vinson Lee
2010-02-27mesa: Add asserts to check inputs to memcpy.Vinson Lee
2010-02-27mesa: Add assert to check input to memcpy is not null.Vinson Lee
2010-02-26mesa: Remove unnecessary header.Vinson Lee
2010-02-26Set API dispatch pointers for OES_EGL_image functionsKristian Høgsberg
2010-02-26mesa: fix _BaseFormat assignment in _mesa_soft_renderbuffer_storage()Brian Paul
2010-02-25mesa: enable GL_EXT_texture_array for sw driversBrian Paul
2010-02-25mesa: added new extension flag for GL_EXT_texture_arrayBrian Paul
2010-02-25mesa: remove redundant call to _mesa_base_fbo_format()Brian Paul
2010-02-25mesa: added renderbuffer->_BaseFormat assertionBrian Paul
2010-02-26drop stray src/mesa/main/sourcesGeorge Sapountzis
2010-02-25mesa: use simplified _BaseFormat value in render-to-texture codeBrian Paul
2010-02-25mesa: Move src/mesa/glapi/dispatch.h to mesa.Chia-I Wu
2010-02-25glapi: Move src/mesa/main/dispatch.c to glapi and rename.Chia-I Wu
2010-02-25mesa: Remove unused Makefile.{ugl,win}.Chia-I Wu
2010-02-25mesa: Remove dead error condition.Vinson Lee
2010-02-24mesa: Fix SCons build.Vinson Lee
2010-02-24mesa: put declaration before codeBrian Paul
2010-02-24core: Implement GL_OES_EGL_image entry pointsKristian Høgsberg
2010-02-24glapi: GL_OES_EGL_image autogenerated filesKristian Høgsberg
2010-02-23mesa: Assert that array index is not negative.Vinson Lee