summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/x11/xmesaP.h
AgeCommit message (Expand)Author
2003-01-24renamed dither-related preprocessor symbols (bug 536406)Brian Paul
2002-11-10changes to vishandle usage to prevent segfault in some circumstancesBrian Paul
2002-10-05Pbuffers seem to work!Brian Paul
2002-10-05more work on fbconfig/pbuffer supportBrian Paul
2002-07-09Overhaul of glRead/DrawBuffer() code. Now, swrast->Driver.SetBuffer()Brian Paul
2002-05-27some initial work for fbconfigs/pbuffersBrian Paul
2002-03-16Lots of changes related to framebuffer/window buffer resizing. Basically,Brian Paul
2002-03-12Removed the xm_context field from XMesaBuffer. It was preventing N threadsBrian Paul
2002-02-15use separate GC for SwapBuffers to avoid colormask problemBrian Paul
2001-09-01prototype work for Pbuffer supportBrian Paul
2001-05-29removed some old DRI-ismsBrian Paul
2001-05-01minor XFree86 changeBrian Paul
2001-04-27changed xmesa_visual and xmesa_buffer structs to directly include GLvisual an...Brian Paul
2001-03-19Split driver struct into swrast/tnl/core components.Keith Whitwell
2001-01-08Modify X11 driver and fake glx to store a GLcontextKeith Whitwell
2000-12-26Major rework of tnl moduleKeith Whitwell
2000-11-22 Modified Files:Jouk Jansen
2000-11-19* More work on the auto* build systemJon Taylor
2000-11-14Removed Driver.Color() and Driver.Index() functions.Brian Paul
2000-11-05Use the new software rasterizer. Reworked optimized line,tri,pointKeith Whitwell
2000-09-26First batch of OpenGL SI related changes:Brian Paul
2000-09-07added xmesa_update_span_funcs()Brian Paul
2000-07-19a bunch of thread-safety changesBrian Paul
2000-05-19Pass pixel format to xmesa_color_to_pixel(). Compute clearpixel without ditherBrian Paul
2000-03-31updates for separate R/G/B/A accum buffer sizesBrian Paul
2000-02-25inserted a tabBrian Paul
2000-02-22fixed bug in 24bpp ximage pixel addressingBrian Paul
2000-01-07added BitsPerPixel to XMesaVisual structBrian Paul
2000-01-06updated Clear function for new mask bitsBrian Paul
1999-11-25bunch of changes for separate read buffer featureBrian Paul
1999-11-24added support for separate read/draw buffers per contextBrian Paul
1999-10-08Fixed includes & added a few hooks for the DRI.Keith Whitwell
1999-08-19Initial revisionjtg