summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/x11/xm_dd.c
Commit message (Expand)AuthorAgeFilesLines
* mesa: Remove target parameter from dd_function_table::MapBufferIan Romanick2011-08-231-1/+0
* mesa: Remove target parameter from dd_function_table::UnmapBufferIan Romanick2011-08-231-4/+2
* Squashed commit of the following:Brian Paul2011-04-261-5/+5
* mesa: move PBO-related functions into a new fileBrian Paul2011-02-281-0/+1
* drivers/x11: unifdef XFree86ServerAdam Jackson2010-11-291-16/+0
* x11: remove test_proxy_teximage() functionBrian Paul2010-11-241-38/+1
* x11: fix breakage from gl_config::visualType removalBrian Paul2010-10-131-1/+1
* Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg2010-10-131-29/+29
* mesa: Remove ClearIndex and IndexMask from device-driver interfaceIan Romanick2010-03-031-34/+0
* mesa: replace old MEMSET macro with memsetBrian Paul2010-02-191-5/+5
* Remove _mesa_memset in favor of plain memset.Kenneth Graunke2010-02-191-1/+1
* mesa: implement per-buffer color maskingBrian Paul2009-12-291-1/+1
* mesa: remove a bunch of gl_renderbuffer fieldsBrian Paul2009-10-081-2/+2
* mesa: remove GLchan-based formats; use hw 8-bit/channel formats insteadBrian Paul2009-09-301-2/+2
* mesa: replace gl_texture_format with gl_formatBrian Paul2009-09-301-3/+3
* mesa: rename functions to be more consistant with rest of mesaBrian Paul2009-09-191-5/+5
* xlib: test _mesa_meta_bitmap()Brian Paul2009-09-061-0/+1
* xlib: move misplaced braceBrian Paul2009-09-061-1/+1
* xlib: plug in more meta functions, if TEST_META_FUNCS is setBrian Paul2009-08-311-13/+15
* xlib: option to enable/test meta functions (disabled)Brian Paul2009-08-311-4/+11
* mesa: in glReadBufer() set _NEW_BUFFERS, not _NEW_PIXELBrian Paul2009-05-011-1/+2
* mesa: improved driver query interfaceKeith Whitwell2008-09-211-4/+4
* mesa: prefix more #includes with "main/"Brian Paul2008-09-181-18/+18
* Fix potential glDrawPixels(GL_DEPTH_COMPONENT) crashes (bug 13915)Brian2008-02-161-99/+166
* Fix some issues with glDrawBuffer(GL_NONE), bug 14198Brian2008-01-221-7/+20
* Simplify ctx->_NumColorDrawBuffers, _ColorDrawBuffers and fix bug 13835.Brian2008-01-061-3/+3
* don't apply ColorMask to main gcBrian2007-10-221-7/+6
* fix some renderbuffer/wrapper bugsBrian2007-05-021-6/+6
* Clean and update XMesa/XFree86 interface.George Sapountzis2007-03-301-4/+0
* merge current trunk into vbo branchAlan Hourihane2006-11-021-9/+7
* switch several dri drivers overKeith Whitwell2006-10-301-0/+1
* switch over to vbo moduleKeith Whitwell2006-10-291-2/+0
* Don't use x/y/w/h params given to Clear().Brian Paul2006-10-181-158/+58
* Remove get_buffer_size()Brian Paul2006-10-171-10/+1
* Big re-org of buffer size management.Brian Paul2006-10-141-87/+13
* In xmesa_DrawPixels_8R8G8B() check if drawing into a window system buffer,Brian Paul2006-10-111-16/+17
* don't use xmesa_DrawPixels_8R8G8B() if there's a software alpha channelBrian Paul2006-09-101-1/+2
* assorted clean-ups, fixesBrian Paul2006-04-271-10/+18
* minor clean-upBrian Paul2006-04-261-3/+3
* a little code movement so we don't make invalid casts from gl_renderbuffers t...Brian Paul2006-03-281-1/+6
* need to check for _NEW_BUFFERS in xmesa_update_state()Brian Paul2006-02-241-8/+4
* New comments, clean-up of fields related to point/line/triangle validation.Brian Paul2006-01-261-4/+7
* only call xmesa_set_renderbuffer_funcs() when really necessaryBrian Paul2006-01-091-41/+47
* check XGetGeometry() return valueBrian Paul2006-01-091-1/+13
* Updates for GL_EXT_timer_query:Brian Paul2005-12-071-13/+8
* fix GLX server resize/crash when resizing windowsBrian Paul2005-10-211-1/+0
* Initial work for GL_EXT_packed_depth_stencil extension.Brian Paul2005-09-281-8/+10
* Added XMesaDrawable to xmesa_renderbuffer. Use it in a few places insteadBrian Paul2005-09-261-2/+2
* Committing in .Jouk Jansen2005-09-081-0/+3
* some clean-up and re-org for renderbuffersBrian Paul2005-09-071-22/+31