summaryrefslogtreecommitdiffstats
path: root/src/mesa/main
Commit message (Expand)AuthorAgeFilesLines
...
* | mesa: added GL3 ContextFlags field and query codeBrian Paul2010-03-203-1/+17
* | Merge branch '7.8'Brian Paul2010-03-171-1/+1
|\|
| * mesa: rename params in prototype to match implementationBrian Paul2010-03-171-1/+1
* | Merge branch '7.8' into masterPauli Nieminen2010-03-172-7/+9
|\|
| * mesa: set version string to 7.8-rc1Ian Romanick2010-03-161-1/+1
| * Replace _mesa_strtod with _mesa_strtof.Marcin Baczyński2010-03-152-7/+9
* | Merge branch '7.8'Michel Dänzer2010-03-122-2/+2
|\|
| * Grammar and spelling fixesJeff Smith2010-03-122-2/+2
* | mesa: raise an error when trying to bind non-existant texture to FBOBrian Paul2010-03-101-0/+8
* | mesa: added new function commentsBrian Paul2010-03-101-0/+8
* | Merge branch '7.8'Brian Paul2010-03-081-12/+85
|\|
| * mesa: add additional missing z formats for render to textureBrian Paul2010-03-081-15/+83
| * mesa: add render-to-texture case for MESA_FORMAT_S8_Z24Brian Paul2010-03-081-0/+5
| * mesa: s/GL_DEPTH_STENCIL/GL_DEPTH_COMPONENT/ for MESA_FORMAT_Z16 renderbufferBrian Paul2010-03-081-1/+1
* | mesa: bump version to 7.9Brian Paul2010-03-051-3/+3
|/
* Always return VOLATILE for ObjectPurgeable(VOLATILE)Chris Wilson2010-03-051-4/+16
* mesa: minor reformatting, new commentsBrian Paul2010-03-051-2/+9
* mesa: whitespace fixes, 80-column wrapping, etc.Brian Paul2010-03-051-84/+102
* Merge branch 'object-purgeable'Chris Wilson2010-03-0510-4554/+4999
|\
| * APPLE_object_purgeable: coreChris Wilson2010-03-058-0/+405
| * APPLE_object_purgeable: autogenerated filesChris Wilson2010-03-042-4554/+4594
* | Fix comparison of unsigned value against < 0.Michel Dänzer2010-03-051-1/+1
|/
* Revert "mesa: Fix unsigned comparison."Vinson Lee2010-03-041-1/+1
* mesa: Fix unsigned comparison.Vinson Lee2010-03-041-1/+1
* mesa: Add asserts to check inputs to memcpy.Vinson Lee2010-03-041-0/+2
* Fix unmatched parenthesis introduce by previous commitsIan Romanick2010-03-031-1/+1
* Remove support for GCC older than 3.3.0Ian Romanick2010-03-032-9/+5
* mesa: Remove unused RasterIndex fieldIan Romanick2010-03-032-2/+0
* mesa: Always return default value for CURRENT_RASTER_INDEXIan Romanick2010-03-032-5/+5
* mesa: Eliminate index parameter to _mesa_feedback_vertexIan Romanick2010-03-033-12/+2
* mesa: Remove ClearIndex and IndexMask from device-driver interfaceIan Romanick2010-03-032-7/+0
* mesa: Remove _mesa_add_color_index_renderbuffersIan Romanick2010-03-032-62/+0
* mesa: Remove checks of Visual.rgbMode in Get pathsIan Romanick2010-03-032-10/+10
* mesa: Remove checks of Visual.rgbModeIan Romanick2010-03-038-119/+48
* mesa: Remove support for creating color-index visualsIan Romanick2010-03-032-15/+6
* mesa: Add asserts to check inputs to memcpy.Vinson Lee2010-03-021-0/+2
* mesa: Add asserts to check inputs to memcpy.Vinson Lee2010-02-271-0/+3
* mesa: Add assert to check input to memcpy is not null.Vinson Lee2010-02-271-0/+1
* mesa: Remove unnecessary header.Vinson Lee2010-02-261-1/+0
* Set API dispatch pointers for OES_EGL_image functionsKristian Høgsberg2010-02-261-0/+5
* mesa: fix _BaseFormat assignment in _mesa_soft_renderbuffer_storage()Brian Paul2010-02-261-1/+1
* mesa: enable GL_EXT_texture_array for sw driversBrian Paul2010-02-251-0/+1
* mesa: added new extension flag for GL_EXT_texture_arrayBrian Paul2010-02-252-0/+2
* mesa: remove redundant call to _mesa_base_fbo_format()Brian Paul2010-02-251-1/+1
* mesa: added renderbuffer->_BaseFormat assertionBrian Paul2010-02-251-0/+1
* drop stray src/mesa/main/sourcesGeorge Sapountzis2010-02-261-158/+0
* mesa: use simplified _BaseFormat value in render-to-texture codeBrian Paul2010-02-251-1/+4
* mesa: Move src/mesa/glapi/dispatch.h to mesa.Chia-I Wu2010-02-2523-23/+60
* glapi: Move src/mesa/main/dispatch.c to glapi and rename.Chia-I Wu2010-02-252-99/+0
* mesa: Remove unused Makefile.{ugl,win}.Chia-I Wu2010-02-252-572/+0