summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/x11/xm_api.c
Commit message (Expand)AuthorAgeFilesLines
* formatting fixBrian2007-03-061-4/+2
* Fix/improve framebuffer object reference counting.Brian2007-03-061-2/+2
* Rewrite code related to buffer destruction.Brian2007-02-261-74/+26
* Merge branch 'vbo-0.2'Keith Whitwell2007-02-021-3/+3
|\
| * switch several dri drivers overKeith Whitwell2006-10-301-1/+1
| * switch over to vbo moduleKeith Whitwell2006-10-291-3/+3
* | Override Const.CheckArrayBounds for Xserver in XMesaCreateContext().George Sapountzis2007-01-261-0/+7
|/
* Remove get_buffer_size()Brian Paul2006-10-171-5/+3
* Big re-org of buffer size management.Brian Paul2006-10-141-354/+228
* assorted clean-upsBrian Paul2006-10-141-56/+38
* Use XAddExtension() to register an XCloseDisplay() callback function.Brian Paul2006-08-301-1/+15
* When creating front/back renderbuffers, init the Red/Green/Blue/AlphaBits fieldsBrian Paul2006-03-301-3/+2
* Moved _glapi_check_multithread() call into drivers, instead of inBrian Paul2006-03-161-1/+6
* added a couple new assertions to help debug XGL problemBrian Paul2006-01-101-0/+2
* Fix two failures encountered when running out of memory during XImageBrian Paul2005-12-021-13/+15
* Added XMesaDrawable to xmesa_renderbuffer. Use it in a few places insteadBrian Paul2005-09-261-36/+50
* improve the test for using software alpha bufferBrian Paul2005-09-231-1/+16
* added a return upon out-of-memory, remove a needless assignmentBrian Paul2005-09-121-2/+2
* restore brace lost in previous check-inBrian Paul2005-09-121-0/+1
* some clean-up and re-org for renderbuffersBrian Paul2005-09-071-65/+52
* Prototype implementation of new GL_EXT_timer_query extension (not finalized y...Brian Paul2005-09-021-1/+4
* _mesa_free_framebuffer_data() call frees the renderbuffers, no need to call t...Brian Paul2005-08-091-4/+0
* include driverfuncs.hBrian Paul2005-07-191-2/+0
* XMesaResizeBuffers needs separate paths for client and server buildsAdam Jackson2005-07-161-0/+7
* Remove NEW_RENDERBUFFER stuff.Brian Paul2005-07-011-7/+7
* check for double-buffered buffer in XMesaDestroyBuffer() (Dave Reveman)Brian Paul2005-06-081-17/+20
* fix some typos in FX codeDaniel Borca2005-05-091-5/+6
* Major check-in of changes for GL_EXT_framebuffer_object extension.Brian Paul2005-05-041-189/+189
* clean up buffer creation codeBrian Paul2005-04-201-106/+75
* PF_8A8R8G8B pixel format (Dave Reveman)Brian Paul2005-04-121-1/+8
* updated warning string to match patch in bug report 2868Brian Paul2005-04-041-2/+4
* When building in the X-Server, attr.depth doesn't exist. Instead, useIan Romanick2005-03-031-1/+4
* XMesaGetDepthBuffer() returned wrong bytesPerValue (Karl Schultz)Brian Paul2005-02-181-2/+3
* improved warning messageBrian Paul2005-02-071-1/+1
* fix compilation error for fx/MesaDaniel Borca2005-01-171-1/+1
* fix missing width/height errorBrian Paul2004-11-281-16/+17
* Remove the redundant width, height fields in xmesa_buffer struct. Just useBrian Paul2004-11-271-48/+29
* SWTC trick (disabled for now)Daniel Borca2004-10-121-0/+7
* added support for GL_ARB_draw_buffersBrian Paul2004-10-021-1/+2
* If we can't allocate the rowimage - bailAlan Hourihane2004-04-301-0/+2
* remove DitherValuesAlan Hourihane2004-04-261-2/+0
* bring over build fixes from stable branchAlan Hourihane2004-04-261-0/+2
* check return values of _swrast_CreateContext, etcBrian Paul2004-04-211-4/+8
* Implemented support for software-based AUX color buffers.Brian Paul2004-03-211-0/+3
* a bunch of assorted clean-ups, etc to fix warnings, etcBrian Paul2004-03-041-4/+0
* workaround for crash-upon-exit in verbose modeDaniel Borca2004-03-021-9/+14
* Refactored several variables out of XMesaVisual in favor of identicalIan Romanick2004-02-191-44/+83
* Before calling _mesa_create_context(), initialize a dd_function_table structBrian Paul2004-01-201-33/+26
* Glide driver (windowed mode) fix for Voodoo2Daniel Borca2004-01-121-2/+6
* DMesa: removed MGA2064W driverDaniel Borca2003-12-191-3/+3