Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-08-25 | remove stray references to ctx->Depth.OcclusionTest | Brian Paul | |
2005-05-04 | Major check-in of changes for GL_EXT_framebuffer_object extension. | Brian Paul | |
Main driver impacts: - new code for creating the Mesa GLframebuffer - new span/pixel read/write code Some drivers not yet updated/tested. | |||
2004-11-10 | GL_(UN)PACK_SKIP_IMAGES should only be applied to 3D texture pack/unpacking | Brian Paul | |
and ignored for 1D and 2D images. Need to pass in image dimensions (1,2,3) to the _mesa_image_address() function. This change gets propogated to some other routines. Also added new _mesa_image_address[123]d() convenience functions. | |||
2004-10-02 | added support for GL_ARB_draw_buffers | Brian Paul | |
2003-12-04 | add tdfx DRI driver | Alan Hourihane | |