Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | some clean-up and re-org for renderbuffers | Brian Paul | 2005-09-07 | 1 | -12/+10 | |
| | ||||||
* | Prototype implementation of new GL_EXT_timer_query extension (not finalized ↵ | Brian Paul | 2005-09-02 | 1 | -1/+6 | |
| | | | | | | yet). Extends the query mechanism to query elapsed time while rendering. | |||||
* | Remove the xmesa_set_buffer() function. No longer needed since the | Brian Paul | 2005-06-23 | 1 | -4/+0 | |
| | | | | | | | | span functions pass in a gl_renderbuffer to indicate which color buffer should be drawn into. Optimized line/triangle routines are smart enough to know which buffer to draw into as well. The swrast->SetBuffer() routine should eventually be removed from all drivers. | |||||
* | Major check-in of changes for GL_EXT_framebuffer_object extension. | Brian Paul | 2005-05-04 | 1 | -50/+67 | |
| | | | | | | | Main driver impacts: - new code for creating the Mesa GLframebuffer - new span/pixel read/write code Some drivers not yet updated/tested. | |||||
* | PF_8A8R8G8B pixel format (Dave Reveman) | Brian Paul | 2005-04-12 | 1 | -1/+8 | |
| | ||||||
* | Remove the redundant width, height fields in xmesa_buffer struct. Just use | Brian Paul | 2004-11-27 | 1 | -2/+0 | |
| | | | | | the values in the contained GLframebuffer. Removed some other unneeded code. | |||||
* | SWTC trick (disabled for now) | Daniel Borca | 2004-10-12 | 1 | -0/+3 | |
| | ||||||
* | a bunch of assorted clean-ups, etc to fix warnings, etc | Brian Paul | 2004-03-04 | 1 | -53/+28 | |
| | ||||||
* | Refactored several variables out of XMesaVisual in favor of identical | Ian Romanick | 2004-02-19 | 1 | -10/+5 | |
| | | | | | fields in __GLcontextModes (the base type). Removed the need to keep the XMesaVisualInfo pointer when building inside the X-server. | |||||
* | Before calling _mesa_create_context(), initialize a dd_function_table struct | Brian Paul | 2004-01-20 | 1 | -4/+7 | |
| | | | | | | | | | | by calling _mesa_init_driver_functions() and then plugging in the driver- specific functions. In particular, make sure ctx->Driver.NewTextureObject points to the appropriate driver function so that _all_ texture objects are augmented with the driver-specific data. Put in a bunch of assertions in the texture-related driver functions that texObj->DriverData is valid. Remove old dead code in near future. | |||||
* | glide driver (wip) | Daniel Borca | 2003-10-13 | 1 | -1/+1 | |
| | ||||||
* | Removed all RCS / CVS tags (Id, Header, Date, etc.) from everything. | Ian Romanick | 2003-06-05 | 1 | -1/+0 | |
| | ||||||
* | use structure containment to derive xmesa_context from GLcontext | Brian Paul | 2003-04-01 | 1 | -2/+11 | |
| | ||||||
* | fix-up pixel_format enum stuff | Brian Paul | 2003-02-25 | 1 | -23/+24 | |
| | ||||||
* | Replace some #defines with enums. (Klaus Niederkrueger) | Brian Paul | 2003-02-17 | 1 | -18/+20 | |
| | ||||||
* | renamed dither-related preprocessor symbols (bug 536406) | Brian Paul | 2003-01-24 | 1 | -37/+32 | |
| | ||||||
* | changes to vishandle usage to prevent segfault in some circumstances | Brian Paul | 2002-11-10 | 1 | -4/+4 | |
| | ||||||
* | Pbuffers seem to work! | Brian Paul | 2002-10-05 | 1 | -1/+3 | |
| | ||||||
* | more work on fbconfig/pbuffer support | Brian Paul | 2002-10-05 | 1 | -1/+2 | |
| | ||||||
* | Overhaul of glRead/DrawBuffer() code. Now, swrast->Driver.SetBuffer() | Brian Paul | 2002-07-09 | 1 | -6/+4 | |
| | | | | | indicates the read AND draw color buffer for all software rasterization. Lots of related clean-ups. See RELNOTES-4.1 for details. | |||||
* | some initial work for fbconfigs/pbuffers | Brian Paul | 2002-05-27 | 1 | -3/+10 | |
| | ||||||
* | Lots of changes related to framebuffer/window buffer resizing. Basically, | Brian Paul | 2002-03-16 | 1 | -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 threads | Brian Paul | 2002-03-12 | 1 | -2/+1 | |
| | | | | from rendering into one window in parallel and wasn't really needed anyway. | |||||
* | use separate GC for SwapBuffers to avoid colormask problem | Brian Paul | 2002-02-15 | 1 | -3/+4 | |
| | ||||||
* | prototype work for Pbuffer support | Brian Paul | 2001-09-01 | 1 | -1/+2 | |
| | ||||||
* | removed some old DRI-isms | Brian Paul | 2001-05-29 | 1 | -30/+3 | |
| | ||||||
* | minor XFree86 change | Brian Paul | 2001-05-01 | 1 | -1/+5 | |
| | ||||||
* | changed xmesa_visual and xmesa_buffer structs to directly include GLvisual ↵ | Brian Paul | 2001-04-27 | 1 | -5/+5 | |
| | | | | and GLframebuffer structs instead of pointers | |||||
* | Split driver struct into swrast/tnl/core components. | Keith Whitwell | 2001-03-19 | 1 | -1/+4 | |
| | ||||||
* | Modify X11 driver and fake glx to store a GLcontext | Keith Whitwell | 2001-01-08 | 1 | -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 module | Keith Whitwell | 2000-12-26 | 1 | -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 Jansen | 2000-11-22 | 1 | -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 system | Jon Taylor | 2000-11-19 | 1 | -2/+2 | |
| | | | | | * Added missing #includes all over the place * Added GGI-style debugging harness to GGIMesa | |||||
* | Removed Driver.Color() and Driver.Index() functions. | Brian Paul | 2000-11-14 | 1 | -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,point | Keith Whitwell | 2000-11-05 | 1 | -5/+10 | |
| | | | | | functions to fit into the framework provided for extending the software rasterizer. | |||||
* | First batch of OpenGL SI related changes: | Brian Paul | 2000-09-26 | 1 | -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 Paul | 2000-09-07 | 1 | -2/+6 | |
| | ||||||
* | a bunch of thread-safety changes | Brian Paul | 2000-07-19 | 1 | -1/+4 | |
| | ||||||
* | Pass pixel format to xmesa_color_to_pixel(). Compute clearpixel without dither | Brian Paul | 2000-05-19 | 1 | -3/+4 | |
| | ||||||
* | updates for separate R/G/B/A accum buffer sizes | Brian Paul | 2000-03-31 | 1 | -1/+2 | |
| | ||||||
* | inserted a tab | Brian Paul | 2000-02-25 | 1 | -2/+2 | |
| | ||||||
* | fixed bug in 24bpp ximage pixel addressing | Brian Paul | 2000-02-22 | 1 | -3/+3 | |
| | ||||||
* | added BitsPerPixel to XMesaVisual struct | Brian Paul | 2000-01-07 | 1 | -2/+3 | |
| | ||||||
* | updated Clear function for new mask bits | Brian Paul | 2000-01-06 | 1 | -1/+9 | |
| | ||||||
* | bunch of changes for separate read buffer feature | Brian Paul | 1999-11-25 | 1 | -12/+13 | |
| | ||||||
* | added support for separate read/draw buffers per context | Brian Paul | 1999-11-24 | 1 | -7/+5 | |
| | ||||||
* | Fixed includes & added a few hooks for the DRI.kw-mesa-1 | Keith Whitwell | 1999-10-08 | 1 | -10/+47 | |
| | ||||||
* | Initial revision | jtg | 1999-08-19 | 1 | -0/+499 | |