summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/x11/xm_api.c
Commit message (Expand)AuthorAgeFilesLines
* removed some old DRI-ismsBrian Paul2001-05-291-18/+2
* minor clean-ups and warning fixesBrian Paul2001-05-031-2/+2
* changed xmesa_visual and xmesa_buffer structs to directly include GLvisual an...Brian Paul2001-04-271-68/+54
* Added IROUND_POS() macro to mmath.h and use where appropriate. (Klaus Niederk...Brian Paul2001-04-101-5/+6
* Split driver struct into swrast/tnl/core components.Keith Whitwell2001-03-191-5/+8
* More g++ warning fixes. Fixes for CHAN_BITS==16, it seems to work.Brian Paul2001-03-081-3/+4
* lots of gl_*() to _mesa_*() namespace clean-upBrian Paul2001-03-031-4/+4
* Replaced struct gl_visual with struct __GLcontextModesRec from glcore.h.Brian Paul2001-01-231-28/+28
* revert XMesaCreateContext changesKeith Whitwell2001-01-081-65/+64
* Modify X11 driver and fake glx to store a GLcontextKeith Whitwell2001-01-081-64/+65
* Major rework of tnl moduleKeith Whitwell2000-12-261-2/+4
* 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
* Committing in .Jouk Jansen2000-11-221-16/+16
* 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-161-6/+3
* Removed Driver.Color() and Driver.Index() functions.Brian Paul2000-11-141-12/+5
* Use the new software rasterizer. Reworked optimized line,tri,pointKeith Whitwell2000-11-051-25/+32
* Moved the software rasterizer to a new directory.Keith Whitwell2000-10-311-1/+2
* Replace the flags Mesa was using for ctx->NewState with a new setKeith Whitwell2000-10-301-1/+17
* Committing in .Jouk Jansen2000-10-301-2/+2
* First batch of OpenGL SI related changes:Brian Paul2000-09-261-26/+26
* newly organized Xlib driver filesBrian Paul2000-09-071-0/+2624