summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/x11/xm_line.c
Commit message (Expand)AuthorAgeFilesLines
* mesa: Drop _EnabledUnits.Eric Anholt2014-04-301-2/+2
* 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
* Replace gl_frag_attrib enum with gl_varying_slot.Paul Berry2013-03-151-4/+4
* mesa: remove gl_renderbuffer::WrappedBrian Paul2012-01-241-2/+2
* xlib: remove a ton of old xlib driver cruftBrian Paul2011-11-151-145/+0
* xlib: remove software alpha buffer supportBrian Paul2011-11-151-2/+0
* drivers/x11: unifdef XFree86ServerAdam Jackson2010-11-291-4/+0
* Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg2010-10-131-5/+5
* mesa: prefix more #includes with "main/"Brian Paul2008-09-181-3/+3
* Replace gl_framebuffer's _ColorDrawBufferMask with _ColorDrawBufferIndexesBrian2008-01-061-3/+3
* Simplify ctx->_NumColorDrawBuffers, _ColorDrawBuffers and fix bug 13835.Brian2008-01-061-3/+3
* Overhaul/simplify SWvertex and SWspan attribute handling.Brian2007-05-201-4/+4
* If using PF_8A8B8G8R, be sure alpha is correctly handled.Brian2007-04-011-10/+9
* added some CHAN_BITS testsBrian Paul2006-05-191-0/+9
* added CHAN_BITS != 8 testBrian Paul2006-05-071-0/+3
* assorted clean-ups, fixesBrian Paul2006-04-271-5/+3
* a little code movement so we don't make invalid casts from gl_renderbuffers t...Brian Paul2006-03-281-3/+6
* fix another renderbuffer wrapping bugBrian Paul2005-10-201-4/+3
* Added a fast xor_line() function. Uses XDrawLine with GXxor mode.Brian Paul2005-09-231-3/+56
* Add Wrapper field to gl_renderbuffer. Used for wrapping one renderbufferBrian Paul2005-09-231-1/+1
* Major check-in of changes for GL_EXT_framebuffer_object extension.Brian Paul2005-05-041-59/+70
* PF_8A8R8G8B pixel format (Dave Reveman)Brian Paul2005-04-121-0/+44
* added support for GL_ARB_draw_buffersBrian Paul2004-10-021-4/+3
* Implemented support for software-based AUX color buffers.Brian Paul2004-03-211-0/+2
* a bunch of assorted clean-ups, etc to fix warnings, etcBrian Paul2004-03-041-3/+0
* Removed all RCS / CVS tags (Id, Header, Date, etc.) from everything.Ian Romanick2003-06-051-1/+0
* use structure containment to derive xmesa_context from GLcontextBrian Paul2003-04-011-22/+22
* Killed mmath.[ch]. Moved low-level functions/assembly code into imports.[ch]Brian Paul2003-03-011-2/+1
* Replace some #defines with enums. (Klaus Niederkrueger)Brian Paul2003-02-171-9/+9
* Overhaul of line drawing template code. Make better use of sw_span mechanism.Brian Paul2002-11-141-156/+98
* Implemented GL_NV_texture_rectangle extension.Brian Paul2002-06-151-3/+3
* Added ctx parameter to _mesa_debug()Brian Paul2002-06-151-1/+2
* minor re-orgBrian Paul2001-09-121-37/+1
* changed xmesa_visual and xmesa_buffer structs to directly include GLvisual an...Brian Paul2001-04-271-2/+2
* Replaced struct gl_visual with struct __GLcontextModesRec from glcore.h.Brian Paul2001-01-231-2/+2
* Remove 'pv' parameter from Line/Tri/Point funcs. The provoking vertexKeith Whitwell2001-01-051-19/+19
* Removed fixed.h (GLfixed now in mtypes.h, fixed-pt macros in mmath.h)Brian Paul2001-01-021-1/+2
* use inverted Y coordinate for choosing dither value (conformance fixes)Brian Paul2000-12-131-2/+8
* Committing in .Jouk Jansen2000-11-221-14/+14
* Replaced Texture.CurrentD[] with separate Texture.Current1/2/3D vars.Brian Paul2000-11-191-20/+20
* Move the transform and lighting code to two new directoriesKeith Whitwell2000-11-161-2/+1
* Removed Driver.Color() and Driver.Index() functions.Brian Paul2000-11-141-34/+2
* test ctx->RenderMode in chooser functions, removed dead codeBrian Paul2000-11-061-110/+31
* added buffer test to xmesa_choose_point(), fixes X protocol errorBrian Paul2000-11-061-4/+6
* Use the new software rasterizer. Reworked optimized line,tri,pointKeith Whitwell2000-11-051-106/+127
* Moved the software rasterizer to a new directory.Keith Whitwell2000-10-311-19/+22
* removed ctx->Texture.Enabled, use ctx->Texture.ReallyEnabled insteadBrian Paul2000-09-281-3/+3