summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/x11/xm_api.c
AgeCommit message (Expand)Author
2007-03-06formatting fixBrian
2007-03-06Fix/improve framebuffer object reference counting.Brian
2007-02-26Rewrite code related to buffer destruction.Brian
2007-02-02Merge branch 'vbo-0.2'Keith Whitwell
2007-01-26Override Const.CheckArrayBounds for Xserver in XMesaCreateContext().George Sapountzis
2006-10-30switch several dri drivers overKeith Whitwell
2006-10-29switch over to vbo moduleKeith Whitwell
2006-10-17Remove get_buffer_size()Brian Paul
2006-10-14Big re-org of buffer size management.Brian Paul
2006-10-14assorted clean-upsBrian Paul
2006-08-30Use XAddExtension() to register an XCloseDisplay() callback function.Brian Paul
2006-03-30When creating front/back renderbuffers, init the Red/Green/Blue/AlphaBits fieldsBrian Paul
2006-03-16Moved _glapi_check_multithread() call into drivers, instead of inBrian Paul
2006-01-10added a couple new assertions to help debug XGL problemBrian Paul
2005-12-02Fix two failures encountered when running out of memory during XImageBrian Paul
2005-09-26Added XMesaDrawable to xmesa_renderbuffer. Use it in a few places insteadBrian Paul
2005-09-23improve the test for using software alpha bufferBrian Paul
2005-09-12added a return upon out-of-memory, remove a needless assignmentBrian Paul
2005-09-12restore brace lost in previous check-inBrian Paul
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-08-09_mesa_free_framebuffer_data() call frees the renderbuffers, no need to call t...Brian Paul
2005-07-19include driverfuncs.hBrian Paul
2005-07-16XMesaResizeBuffers needs separate paths for client and server buildsAdam Jackson
2005-07-01Remove NEW_RENDERBUFFER stuff.Brian Paul
2005-06-08check for double-buffered buffer in XMesaDestroyBuffer() (Dave Reveman)Brian Paul
2005-05-09fix some typos in FX codeDaniel Borca
2005-05-04Major check-in of changes for GL_EXT_framebuffer_object extension.Brian Paul
2005-04-20clean up buffer creation codeBrian Paul
2005-04-12PF_8A8R8G8B pixel format (Dave Reveman)Brian Paul
2005-04-04updated warning string to match patch in bug report 2868Brian Paul
2005-03-03When building in the X-Server, attr.depth doesn't exist. Instead, useIan Romanick
2005-02-18XMesaGetDepthBuffer() returned wrong bytesPerValue (Karl Schultz)Brian Paul
2005-02-07improved warning messageBrian Paul
2005-01-17fix compilation error for fx/MesaDaniel Borca
2004-11-28fix missing width/height errorBrian Paul
2004-11-27Remove the redundant width, height fields in xmesa_buffer struct. Just useBrian Paul
2004-10-12SWTC trick (disabled for now)Daniel Borca
2004-10-02added support for GL_ARB_draw_buffersBrian Paul
2004-04-30If we can't allocate the rowimage - bailAlan Hourihane
2004-04-26remove DitherValuesAlan Hourihane
2004-04-26bring over build fixes from stable branchAlan Hourihane
2004-04-21check return values of _swrast_CreateContext, etcBrian Paul
2004-03-21Implemented support for software-based AUX color buffers.Brian Paul
2004-03-04a bunch of assorted clean-ups, etc to fix warnings, etcBrian Paul
2004-03-02workaround for crash-upon-exit in verbose modeDaniel Borca
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
2004-01-12Glide driver (windowed mode) fix for Voodoo2Daniel Borca
2003-12-19DMesa: removed MGA2064W driverDaniel Borca