summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/x11/xmesaP.h
Commit message (Collapse)AuthorAgeFilesLines
* some initial work for fbconfigs/pbuffersBrian Paul2002-05-271-3/+10
|
* Lots of changes related to framebuffer/window buffer resizing. Basically,Brian Paul2002-03-161-2/+4
| | | | | | | instead of passing a GLcontext* to ResizeBuffers(), pass a GLframebuffer*. The idea is that a window can be resized without it being bound to a rendering context. This makes for a nice clean-up in the XFree86 server-side GLX code. Renamed ctx->Driver.ResizeBuffersMESA() to ctx->Driver.ResizeBuffers().
* Removed the xm_context field from XMesaBuffer. It was preventing N threadsBrian Paul2002-03-121-2/+1
| | | | from rendering into one window in parallel and wasn't really needed anyway.
* use separate GC for SwapBuffers to avoid colormask problemBrian Paul2002-02-151-3/+4
|
* prototype work for Pbuffer supportBrian Paul2001-09-011-1/+2
|
* removed some old DRI-ismsBrian Paul2001-05-291-30/+3
|
* minor XFree86 changeBrian Paul2001-05-011-1/+5
|
* changed xmesa_visual and xmesa_buffer structs to directly include GLvisual ↵Brian Paul2001-04-271-5/+5
| | | | and GLframebuffer structs instead of pointers
* Split driver struct into swrast/tnl/core components.Keith Whitwell2001-03-191-1/+4
|
* Modify X11 driver and fake glx to store a GLcontextKeith Whitwell2001-01-081-2/+2
| | | | | | | (ie a 'struct __GLcontextRec *') instead of an 'XMesaContext'. This is to fix conflicts in XFree86 where both the indirect XMesaContext and the GLcontext were calling themselves __GLcontextRec's.
* Major rework of tnl moduleKeith Whitwell2000-12-261-2/+2
| | | | | | | New array_cache module Support 8 texture units in core mesa (now support 8 everywhere) Rework core mesa statechange operations to avoid flushing on many noop statechanges.
* Modified Files:Jouk Jansen2000-11-221-9/+9
| | | | | | | | | | | | | | | | | | Mesa/src/Allegro/amesa.c Mesa/src/DOS/dosmesa.c Mesa/src/FX/fxdd.c Mesa/src/FX/fxdrv.h Mesa/src/FX/fxfastpath.c Mesa/src/GGI/include/ggi/mesa/ggimesa.h Mesa/src/OSmesa/osmesa.c Mesa/src/SVGA/svgamesa.c Mesa/src/Trace/tr_control.c Mesa/src/Windows/wgl.c Mesa/src/X/xmesaP.h Mesa/src/X86/3dnow.c Mesa/src/X86/katmai.c Mesa/src/X86/x86.c Removed Files: Mesa/src/mms_depend Oops,... all files containing Caps in directory name or file name were missing in my types->mtypes commit. ----------------------------------------------------------------------
* * More work on the auto* build systemJon Taylor2000-11-191-2/+2
| | | | | * Added missing #includes all over the place * Added GGI-style debugging harness to GGIMesa
* Removed Driver.Color() and Driver.Index() functions.Brian Paul2000-11-141-6/+2
| | | | | | Pass color or color index directly to WriteMono*() span functions. Updated current s/w drivers accordingly. Clean-up of X gc handling in XMesa driver.
* Use the new software rasterizer. Reworked optimized line,tri,pointKeith Whitwell2000-11-051-5/+10
| | | | | functions to fit into the framework provided for extending the software rasterizer.
* First batch of OpenGL SI related changes:Brian Paul2000-09-261-2/+2
| | | | | | | Renamed struct gl_context to struct __GLcontextRec. Include glcore.h, setup GL imports/exports. Replaced gl_ prefix with _mesa_ prefix in context.[ch] functions. GLcontext's Visual field is no longer a pointer.
* added xmesa_update_span_funcs()Brian Paul2000-09-071-2/+6
|
* a bunch of thread-safety changesBrian Paul2000-07-191-1/+4
|
* Pass pixel format to xmesa_color_to_pixel(). Compute clearpixel without ditherBrian Paul2000-05-191-3/+4
|
* updates for separate R/G/B/A accum buffer sizesBrian Paul2000-03-311-1/+2
|
* inserted a tabBrian Paul2000-02-251-2/+2
|
* fixed bug in 24bpp ximage pixel addressingBrian Paul2000-02-221-3/+3
|
* added BitsPerPixel to XMesaVisual structBrian Paul2000-01-071-2/+3
|
* updated Clear function for new mask bitsBrian Paul2000-01-061-1/+9
|
* bunch of changes for separate read buffer featureBrian Paul1999-11-251-12/+13
|
* added support for separate read/draw buffers per contextBrian Paul1999-11-241-7/+5
|
* Fixed includes & added a few hooks for the DRI.Keith Whitwell1999-10-081-10/+47
|
* Initial revisionjtg1999-08-191-0/+499