summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/x11
Commit message (Expand)AuthorAgeFilesLines
* Removed fixed.h (GLfixed now in mtypes.h, fixed-pt macros in mmath.h)Brian Paul2001-01-022-2/+4
* Major rework of tnl moduleKeith Whitwell2000-12-263-13/+15
* added more GLX extension function stubsBrian Paul2000-12-153-94/+702
* added some more GLX extension entrypoints (fix GLUT link problems when using ...Brian Paul2000-12-143-11/+147
* use inverted Y coordinate for choosing dither value (conformance fixes)Brian Paul2000-12-132-23/+31
* tweaked truecolor dither kernel setup codeBrian Paul2000-12-131-6/+6
* fixed bug 123918: glXCopySubBuffer() y position off by oneBrian Paul2000-12-081-3/+3
* Support for swappable t&l modules, including an example one in the FXKeith Whitwell2000-11-241-3/+3
* Modified Files:Jouk Jansen2000-11-221-9/+9
* Committing in .Jouk Jansen2000-11-226-99/+99
* * More work on the auto* build systemJon Taylor2000-11-192-3/+4
* Replaced Texture.CurrentD[] with separate Texture.Current1/2/3D vars.Brian Paul2000-11-192-153/+153
* Minor header file changes to silence warnings.Brian Paul2000-11-171-4/+2
* Move the transform and lighting code to two new directoriesKeith Whitwell2000-11-165-15/+10
* Removed Driver.Color() and Driver.Index() functions.Brian Paul2000-11-146-340/+249
* Cleanup of derived state calculation prior to seperating software T&LKeith Whitwell2000-11-131-2/+2
* patched to silence compiler warnings (Martin Lindhe)Brian Paul2000-11-102-4/+4
* test ctx->RenderMode in chooser functions, removed dead codeBrian Paul2000-11-062-205/+36
* 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-055-417/+489
* Moved the software rasterizer to a new directory.Keith Whitwell2000-10-313-65/+73
* Replace the flags Mesa was using for ctx->NewState with a new setKeith Whitwell2000-10-302-2/+40
* Committing in .Jouk Jansen2000-10-301-2/+2
* better handling of GLX_DEPTH_SIZE in glXChooseVisual()Brian Paul2000-10-051-6/+7
* removed ctx->Texture.Enabled, use ctx->Texture.ReallyEnabled insteadBrian Paul2000-09-282-5/+5
* renamed gl_copy_context to _mesa_copy_contextBrian Paul2000-09-261-2/+2
* First batch of OpenGL SI related changes:Brian Paul2000-09-264-33/+33
* added some casts (Takaaki Nomura)Brian Paul2000-09-122-32/+32
* removed ctx->Driver.Dither functionBrian Paul2000-09-081-18/+21
* added xmesa_update_span_funcs()Brian Paul2000-09-071-2/+6
* newly organized Xlib driver filesBrian Paul2000-09-075-0/+10515
* Committing in .Jouk Jansen2000-08-223-3/+12
* removed all dependencies on XMesaBrian Paul2000-08-131-21/+5
* fixed segfault problem when using MESA_GLX_FXBrian Paul2000-08-131-11/+8
* updated version to 3.5Brian Paul2000-08-081-3/+3
* updated Phil's email addressBrian Paul2000-08-021-2/+2
* a bunch of thread-safety changesBrian Paul2000-07-191-1/+4
* variety of updates to better conform to real GLXBrian Paul2000-06-083-64/+59
* Pass pixel format to xmesa_color_to_pixel(). Compute clearpixel without ditherBrian Paul2000-05-191-3/+4
* minor clean-upBrian Paul2000-04-193-25/+53
* added glXGetFBConfigs(), fixed glXChooseFBConfig()Brian Paul2000-04-103-6/+25
* new arguments to XMesaCreateVisual()Brian Paul2000-04-051-7/+7
* fixed mistake in glXGetConfig(GLX_VISUAL_CAVEAT_EXT)Brian Paul2000-03-311-2/+6
* added rest of GLX_EXT_visual_rating extensionBrian Paul2000-03-311-3/+12
* minor tweak to GLX_VISUAL_CAVEAT_EXT queryBrian Paul2000-03-311-2/+3
* updates for separate R/G/B/A accum buffer sizesBrian Paul2000-03-312-21/+69
* silence some warningsBrian Paul2000-03-171-1/+4
* runtime selectable depth buffer depthBrian Paul2000-03-031-4/+25
* changed glXCopyContext() mask to unsigned long, per GLX specBrian Paul2000-02-273-6/+6
* inserted a tabBrian Paul2000-02-251-2/+2