summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/x11/xm_dd.c
AgeCommit message (Expand)Author
2006-10-17Remove get_buffer_size()Brian Paul
2006-10-14Big re-org of buffer size management.Brian Paul
2006-10-11In xmesa_DrawPixels_8R8G8B() check if drawing into a window system buffer,Brian Paul
2006-09-10don't use xmesa_DrawPixels_8R8G8B() if there's a software alpha channelBrian Paul
2006-04-27assorted clean-ups, fixesBrian Paul
2006-04-26minor clean-upBrian Paul
2006-03-28a little code movement so we don't make invalid casts from gl_renderbuffers t...Brian Paul
2006-02-24need to check for _NEW_BUFFERS in xmesa_update_state()Brian Paul
2006-01-26New comments, clean-up of fields related to point/line/triangle validation.Brian Paul
2006-01-09only call xmesa_set_renderbuffer_funcs() when really necessaryBrian Paul
2006-01-09check XGetGeometry() return valueBrian Paul
2005-12-07Updates for GL_EXT_timer_query:Brian Paul
2005-10-21fix GLX server resize/crash when resizing windowsBrian Paul
2005-09-28Initial work for GL_EXT_packed_depth_stencil extension.Brian Paul
2005-09-26Added XMesaDrawable to xmesa_renderbuffer. Use it in a few places insteadBrian Paul
2005-09-08 Committing in .Jouk Jansen
2005-09-07some clean-up and re-org for renderbuffersBrian Paul
2005-09-02Prototype implementation of new GL_EXT_timer_query extension (not finalized y...Brian Paul
2005-07-01Remove NEW_RENDERBUFFER stuff.Brian Paul
2005-06-23Remove the xmesa_set_buffer() function. No longer needed since theBrian Paul
2005-05-06remove bad assertion, added new ones in clear_pixmap()Brian Paul
2005-05-04Major check-in of changes for GL_EXT_framebuffer_object extension.Brian Paul
2005-04-18comments and clean-upBrian Paul
2004-11-27Remove _mesa_ResizeBuffersMESA() call from _mesa_set_viewport().Brian Paul
2004-11-27Remove the redundant width, height fields in xmesa_buffer struct. Just useBrian Paul
2004-11-25Use __GLXextFuncPtr type instead of void * for generic functions toBrian Paul
2004-11-10GL_(UN)PACK_SKIP_IMAGES should only be applied to 3D texture pack/unpackingBrian Paul
2004-11-09Removed _swrast_clip_pixelrect(). Use _mesa_clip_drawpixels() instead.Brian Paul
2004-10-31Removed _swrast_validate_pbo_access().Brian Paul
2004-10-12SWTC trick (disabled for now)Daniel Borca
2004-10-02added support for GL_ARB_draw_buffersBrian Paul
2004-04-09fix max buffer size test (Kyle Bateman, bug 912828)Brian Paul
2004-03-21Implemented support for software-based AUX color buffers.Brian Paul
2004-03-13Implementation of GL_EXT_pixel_buffer_object extension.Brian Paul
2004-03-04a bunch of assorted clean-ups, etc to fix warnings, etcBrian Paul
2004-02-19Refactored several variables out of XMesaVisual in favor of identicalIan Romanick
2004-01-20Before calling _mesa_create_context(), initialize a dd_function_table structBrian Paul
2003-12-12check swrast->NewState in Draw/CopyPixels functionsBrian Paul
2003-12-05Fix a front/back CopyPixels glitch.Brian Paul
2003-12-04use _swrast_CopyPixels for XFree86Alan Hourihane
2003-12-04don't use new glDrawPixel routines in XserverBrian Paul
2003-12-04Port over changes from XFree86/Mesa 5.0.2, mostly to silence compiler warnings.Brian Paul
2003-11-29Use XPutImage() for glDrawPixels() and XCopyArea() for glCopyPixels() whenBrian Paul
2003-10-19Move initialization of default ctx->Driver.buffer-object-functions intoBrian Paul
2003-10-15initialize GetBufferSubData pointerBrian Paul
2003-09-17GL_ARB_vertex_buffer_object working now, at least for non-indexedBrian Paul
2003-07-03Implemented GL_ARB_texture_non_power_of_two (except for auto mipmap generation).Brian Paul
2003-04-04Rework gl[Copy]Tex[Sub]Image() error checking so that all level, width, heightBrian Paul
2003-04-01use structure containment to derive xmesa_context from GLcontextBrian Paul
2003-04-01New device driver hooks for texture object and texture image creation toBrian Paul