Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-09-01 | prototype work for Pbuffer support | Brian Paul | |
2001-05-29 | removed some old DRI-isms | Brian Paul | |
2001-05-01 | minor XFree86 change | Brian Paul | |
2001-04-27 | changed xmesa_visual and xmesa_buffer structs to directly include GLvisual ↵ | Brian Paul | |
and GLframebuffer structs instead of pointers | |||
2001-03-19 | Split driver struct into swrast/tnl/core components. | Keith Whitwell | |
2001-01-08 | Modify X11 driver and fake glx to store a GLcontext | Keith Whitwell | |
(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. | |||
2000-12-26 | Major rework of tnl module | Keith Whitwell | |
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. | |||
2000-11-22 | Modified Files: | Jouk Jansen | |
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. ---------------------------------------------------------------------- | |||
2000-11-19 | * More work on the auto* build system | Jon Taylor | |
* Added missing #includes all over the place * Added GGI-style debugging harness to GGIMesa | |||
2000-11-14 | Removed Driver.Color() and Driver.Index() functions. | Brian Paul | |
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. | |||
2000-11-05 | Use the new software rasterizer. Reworked optimized line,tri,point | Keith Whitwell | |
functions to fit into the framework provided for extending the software rasterizer. | |||
2000-09-26 | First batch of OpenGL SI related changes: | Brian Paul | |
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. | |||
2000-09-07 | added xmesa_update_span_funcs() | Brian Paul | |
2000-07-19 | a bunch of thread-safety changes | Brian Paul | |
2000-05-19 | Pass pixel format to xmesa_color_to_pixel(). Compute clearpixel without dither | Brian Paul | |
2000-03-31 | updates for separate R/G/B/A accum buffer sizes | Brian Paul | |
2000-02-25 | inserted a tab | Brian Paul | |
2000-02-22 | fixed bug in 24bpp ximage pixel addressing | Brian Paul | |
2000-01-07 | added BitsPerPixel to XMesaVisual struct | Brian Paul | |
2000-01-06 | updated Clear function for new mask bits | Brian Paul | |
1999-11-25 | bunch of changes for separate read buffer feature | Brian Paul | |
1999-11-24 | added support for separate read/draw buffers per context | Brian Paul | |
1999-10-08 | Fixed includes & added a few hooks for the DRI. | Keith Whitwell | |
1999-08-19 | Initial revision | jtg | |