summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/x11/xm_dd.c
Commit message (Expand)AuthorAgeFilesLines
* mesa: Use assert() instead of ASSERT wrapper.Matt Turner2015-02-231-9/+9
* meta: Split _swrast_BlitFramebuffer out of the meta blit path.Kenneth Graunke2014-05-191-1/+1
* xlib: switch to c11 mutex functionsBrian Paul2014-03-031-2/+2
* mesa: allow buffers to be mapped multiple timesMarek Olšák2014-02-251-12/+8
* mesa: Eliminate parameters to dd_function_table::ViewportIan Romanick2014-01-151-5/+1
* mesa: Remove Driver.GetBufferSize and its callers.Eric Anholt2013-06-251-1/+0
* mesa: remove outdated version lines in commentsRico Schüller2013-06-051-1/+0
* mesa: Restore 78-column wrapping of license text in C-style comments.Kenneth Graunke2013-04-231-3/+4
* mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability.Kenneth Graunke2013-04-231-1/+1
* mesa: Change "BRIAN PAUL" to "THE AUTHORS" in license text.Kenneth Graunke2013-04-231-1/+1
* xlib: use _mesa_generate_mipmap() for mipmap generation, not metaBrian Paul2013-01-291-0/+3
* Remove OpenVMS supportMatt Turner2012-11-161-3/+0
* xlib: remove texture compression hackeryBrian Paul2012-08-241-25/+0
* xlib: use _mesa_is_winsys/user_fbo() helpersBrian Paul2012-05-011-5/+6
* xlib: remove clear_color() functionBrian Paul2012-03-121-25/+11
* xlib: derive xmesa_renderbuffer from swrast_renderbufferBrian Paul2012-01-241-5/+5
* xlib: remove xm_span.c and related codeBrian Paul2012-01-241-4/+0
* mesa: remove gl_renderbuffer::WrappedBrian Paul2012-01-241-8/+8
* xlib: remove a ton of old xlib driver cruftBrian Paul2011-11-151-172/+0
* xlib: implement renderbuffer mapping/unmappingBrian Paul2011-11-071-0/+3
* mesa/colormac: introduce inline helper for 4 unclamped float to ubyte.Dave Airlie2011-09-141-12/+3
* mesa: introduce a clear color union to be used for int/unsigned buffersDave Airlie2011-09-141-17/+20
* x11: add missing comma to fix compilationBrian Paul2011-08-241-1/+1
* mesa: Eliminate dd_function_table::MapBufferIan Romanick2011-08-231-7/+8
* 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