summaryrefslogtreecommitdiff
path: root/src/mesa/main
AgeCommit message (Expand)Author
2010-04-22mesa: fix conversion errors in signed_rgba8888[rev] texel fetchBrian Paul
2010-04-19mesa: Fix build with gcc 3.3.Matthieu Herrb
2010-04-08texenvprogram: fix for ARB_draw_buffers.Dave Airlie
2010-04-05mesa: set version string to 7.8.1Ian Romanick
2010-04-05mesa: update_arrays() depends on program state.Henri Verbeet
2010-03-28mesa: set version string to 7.8Ian Romanick
2010-03-27mesa: move/update hash function commentsBrian Paul
2010-03-27mesa: fix deadlock in _mesa_HashFindFreeKeyBlock()Brian Paul
2010-03-22mesa: set version string to 7.8-rc2Ian Romanick
2010-03-22mesa: Add end of line to the end of a debug output.Pauli Nieminen
2010-03-17mesa: rename params in prototype to match implementationBrian Paul
2010-03-16mesa: set version string to 7.8-rc1Ian Romanick
2010-03-15Replace _mesa_strtod with _mesa_strtof.Marcin Baczyński
2010-03-12Grammar and spelling fixesJeff Smith
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-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