summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/x11/xm_dd.c
AgeCommit message (Expand)AuthorFilesLines
2009-10-08mesa: remove a bunch of gl_renderbuffer fieldsBrian Paul1-2/+2
2009-09-30mesa: remove GLchan-based formats; use hw 8-bit/channel formats insteadBrian Paul1-2/+2
2009-09-30mesa: replace gl_texture_format with gl_formatBrian Paul1-3/+3
2009-09-19mesa: rename functions to be more consistant with rest of mesaBrian Paul1-5/+5
2009-09-06xlib: test _mesa_meta_bitmap()Brian Paul1-0/+1
2009-09-06xlib: move misplaced braceBrian Paul1-1/+1
2009-08-31xlib: plug in more meta functions, if TEST_META_FUNCS is setBrian Paul1-13/+15
2009-08-31xlib: option to enable/test meta functions (disabled)Brian Paul1-4/+11
2009-05-01mesa: in glReadBufer() set _NEW_BUFFERS, not _NEW_PIXELBrian Paul1-1/+2
2008-09-21mesa: improved driver query interfaceKeith Whitwell1-4/+4
2008-09-18mesa: prefix more #includes with "main/"Brian Paul1-18/+18
2008-02-16Fix potential glDrawPixels(GL_DEPTH_COMPONENT) crashes (bug 13915)Brian1-99/+166
2008-01-22Fix some issues with glDrawBuffer(GL_NONE), bug 14198Brian1-7/+20
2008-01-06Simplify ctx->_NumColorDrawBuffers, _ColorDrawBuffers and fix bug 13835.Brian1-3/+3
2007-10-22don't apply ColorMask to main gcBrian1-7/+6
2007-05-02fix some renderbuffer/wrapper bugsBrian1-6/+6
2007-03-30Clean and update XMesa/XFree86 interface.George Sapountzis1-4/+0
2006-11-02merge current trunk into vbo branchAlan Hourihane1-9/+7
2006-10-30switch several dri drivers overKeith Whitwell1-0/+1
2006-10-29switch over to vbo moduleKeith Whitwell1-2/+0
2006-10-18Don't use x/y/w/h params given to Clear().Brian Paul1-158/+58
2006-10-17Remove get_buffer_size()Brian Paul1-10/+1
2006-10-14Big re-org of buffer size management.Brian Paul1-87/+13
2006-10-11In xmesa_DrawPixels_8R8G8B() check if drawing into a window system buffer,Brian Paul1-16/+17
2006-09-10don't use xmesa_DrawPixels_8R8G8B() if there's a software alpha channelBrian Paul1-1/+2
2006-04-27assorted clean-ups, fixesBrian Paul1-10/+18
2006-04-26minor clean-upBrian Paul1-3/+3
2006-03-28a little code movement so we don't make invalid casts from gl_renderbuffers t...Brian Paul1-1/+6
2006-02-24need to check for _NEW_BUFFERS in xmesa_update_state()Brian Paul1-8/+4
2006-01-26New comments, clean-up of fields related to point/line/triangle validation.Brian Paul1-4/+7
2006-01-09only call xmesa_set_renderbuffer_funcs() when really necessaryBrian Paul1-41/+47
2006-01-09check XGetGeometry() return valueBrian Paul1-1/+13
2005-12-07Updates for GL_EXT_timer_query:Brian Paul1-13/+8
2005-10-21fix GLX server resize/crash when resizing windowsBrian Paul1-1/+0
2005-09-28Initial work for GL_EXT_packed_depth_stencil extension.Brian Paul1-8/+10
2005-09-26Added XMesaDrawable to xmesa_renderbuffer. Use it in a few places insteadBrian Paul1-2/+2
2005-09-08 Committing in .Jouk Jansen1-0/+3
2005-09-07some clean-up and re-org for renderbuffersBrian Paul1-22/+31
2005-09-02Prototype implementation of new GL_EXT_timer_query extension (not finalized y...Brian Paul1-3/+81
2005-07-01Remove NEW_RENDERBUFFER stuff.Brian Paul1-8/+0
2005-06-23Remove the xmesa_set_buffer() function. No longer needed since theBrian Paul1-68/+0
2005-05-06remove bad assertion, added new ones in clear_pixmap()Brian Paul1-2/+6
2005-05-04Major check-in of changes for GL_EXT_framebuffer_object extension.Brian Paul1-384/+361
2005-04-18comments and clean-upBrian Paul1-25/+27
2004-11-27Remove _mesa_ResizeBuffersMESA() call from _mesa_set_viewport().Brian Paul1-0/+19
2004-11-27Remove the redundant width, height fields in xmesa_buffer struct. Just useBrian Paul1-37/+30
2004-11-25Use __GLXextFuncPtr type instead of void * for generic functions toBrian Paul1-0/+2
2004-11-10GL_(UN)PACK_SKIP_IMAGES should only be applied to 3D texture pack/unpackingBrian Paul1-2/+2
2004-11-09Removed _swrast_clip_pixelrect(). Use _mesa_clip_drawpixels() instead.Brian Paul1-3/+3
2004-10-31Removed _swrast_validate_pbo_access().Brian Paul1-8/+52