Age | Commit message (Expand) | Author |
2004-11-08 | Remove need for defining _MSC_VER when building Mesa for windows with | Brian Paul |
2004-11-01 | cleaned up the mess a bit | Daniel Borca |
2004-10-31 | don't advertise GL_ARB_vertex/fragment_shader until they're done | Brian Paul |
2004-10-31 | added a cast to ADD_POINTERS macro | Brian Paul |
2004-10-31 | indentation fix | Brian Paul |
2004-10-31 | Use the _mesa_scale_and_bias_rgba() function in the convolution functions. | Brian Paul |
2004-10-31 | PBO support for gl[Get]PixelMap functions | Brian Paul |
2004-10-31 | PBO support for glColorTable, glColorSubTable, glGetColorTable, etc. | Brian Paul |
2004-10-31 | PBO support for glConvolutionFilter1D/2D, glGetConvolutionFilter, etc. | Brian Paul |
2004-10-31 | updated for PBOs | Brian Paul |
2004-10-31 | glPolygonStipple() and glGetPolygonStipple() updated for PBOs. | Brian Paul |
2004-10-31 | PBO support for glGetCompressedTexImage(). | Brian Paul |
2004-10-31 | glGetTexImage() now works with PBOs. | Brian Paul |
2004-10-31 | Map/Unmap PBO as needed so that the texstore routines can work with | Brian Paul |
2004-10-31 | Remove redundant error checking. | Brian Paul |
2004-10-29 | decoder "width" parameter represents "stride-in-pixels" | Daniel Borca |
2004-10-29 | VertexAttrib3svNV was incorrect | Brian Paul |
2004-10-28 | Use the generic __amd64__, instead of __AMD64__ which has to be defined by hand. | Eric Anholt |
2004-10-27 | fill api entries for ARB_shader_objects and ARB_vertex_shader | Michal Krol |
2004-10-27 | add entries for extensions ARB_shader_objects, ARB_fragment_shader and | Michal Krol |
2004-10-27 | add FEATURE flags for ARB_shader_objects, ARB_vertex_shader and | Michal Krol |
2004-10-24 | Bug #1682: Mesa core code that gets linked into DRI drivers should never call | Adam Jackson |
2004-10-18 | changed _mesa_rescale_teximage2d to allow rescaling of padded images | Daniel Borca |
2004-10-18 | added dstRowStride to dxtCompressTexFuncExt; | Daniel Borca |
2004-10-18 | use RowStride instead of Width in texel fetchers. | Daniel Borca |
2004-10-16 | Add support for OES_read_format. As soon as glext.h is updated with the | Ian Romanick |
2004-10-12 | add more mess to the dynamic linking system | Daniel Borca |
2004-10-08 | Reject unsupported texture formats passed to glCompressedTexImage?D. This | Ian Romanick |
2004-10-07 | Add Roland Scheidegger's S3TC patch. This patch does not implement the | Eric Anholt |
2004-10-02 | added support for GL_ARB_draw_buffers | Brian Paul |
2004-10-02 | fix a comment | Brian Paul |
2004-10-02 | bump version to 6.3 | Brian Paul |
2004-09-27 | VBO RefCount fix (David Reveman) | Brian Paul |
2004-09-23 | don't test for NULL pixels pointer here, do that in the 'store' routines afte... | Brian Paul |
2004-09-23 | added a comment in BindTexture | Brian Paul |
2004-09-15 | in _mesa_problem() include version number in error message | Brian Paul |
2004-09-14 | also fix possible delete bugs with buffer objects and vertex/fragment programs | Brian Paul |
2004-09-14 | Repeatedly deleting a texture ID with glDeleteTextures() could lead to a crash. | Brian Paul |
2004-09-13 | Handle GL_MAX_VERTEX_ATTRIBS_ARB in glGet*(). | Brian Paul |
2004-09-13 | remove ARB_texture_non_power_of_two from _mesa_enable_1_5_extensions() | Brian Paul |
2004-09-13 | changes towards GL_ARB_point_sprite (two-zero) | Daniel Borca |
2004-09-10 | updated error msg | Brian Paul |
2004-09-10 | More updates for Doxygen. | Brian Paul |
2004-09-09 | Update the doxygen configuration file. | Jose Fonseca |
2004-09-01 | also test for __arm__ for setting USE_IEEE (X bug 1155) | Brian Paul |
2004-08-30 | remove CR | Daniel Borca |
2004-08-30 | revived unused code, but got rid of warnings | Daniel Borca |
2004-08-25 | Silence gcc 3.4 warnings on ReactOS. Mostly unused var warnings. (patch 101... | Brian Paul |
2004-08-25 | Windows ICD driver code (patch 1014800) | Brian Paul |
2004-08-25 | fix a couple bad casts | Brian Paul |