Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-10-22 | cosmetics and memos | Daniel Borca | |
2003-10-21 | cosmetics; translated asm routines for use with ASSYNTAX.H | Daniel Borca | |
2003-10-09 | FEATURE_ARB_vertex_buffer_object | Daniel Borca | |
2003-09-18 | s/_backface_sign/_BackfaceSign/ | Brian Paul | |
2003-08-28 | Updates from Daniel Borca | Brian Paul | |
2003-08-22 | updates from Daniel Borca | Brian Paul | |
2003-08-19 | DOS and glide driver updates from Daniel Borca | Brian Paul | |
2003-07-17 | more DOS updates from Daniel Borca | Brian Paul | |
2003-07-11 | DOS updates from Daniel Borca | Brian Paul | |
2003-06-30 | DOS updates (Daniel Borca) | Brian Paul | |
2003-06-16 | DOS updates for new tree (Daniel Borca) | Brian Paul | |
2003-03-29 | DOS updates from Daniel Borca | Brian Paul | |
2003-03-08 | DOS update (Daniel Borca) | Brian Paul | |
2003-03-01 | Killed mmath.[ch]. Moved low-level functions/assembly code into imports.[ch] | Brian Paul | |
Moved type conversion and interpolation macros into macros.h Updated all the files that used to include mmath.h | |||
2003-02-20 | latest DOS updates (Daniel Borca) | Brian Paul | |
2003-02-04 | DOS updates (Daniel Borca) | Brian Paul | |
2002-12-19 | obsolete | Brian Paul | |
2002-12-19 | DOS updates | Brian Paul | |
2002-12-18 | DOS updates from Daniel Borca. | Brian Paul | |
2002-11-18 | enable 1.4 extensions | Brian Paul | |
2002-11-13 | moved function declaration into the template, define the NAME to specify the ↵ | Brian Paul | |
function names | |||
2002-11-05 | Updates for DOS driver from Daniel Borca. | Brian Paul | |
2002-10-24 | Header file clean-up: | Brian Paul | |
1. Remove all.h and PC_HEADER junk. 2. Rolled mem.c and mem.h into imports.c and imports.h 3. Include imports.h instead of mem.h Restore _mesa_create/initialize_context() to be like they were in 4.0.4 New wrappers for a few std C functions: _mesa_atoi(), _mesa_strstr(), etc. | |||
2002-10-14 | context-related cleanups (ex: _mesa_notifySwapBuffers instead of ↵ | Brian Paul | |
_mesa_swapbuffers) | |||
2002-10-08 | finally get rid of ctx->Texture._ReallyEnabled field | Brian Paul | |
2002-10-04 | Changed a number of context fields from GLchan to GLfloat (such as ClearColor). | Brian Paul | |
Also changed parameter types for some driver functions (like ctx->Driver.Clear- Color). Updated all the device drivers. Someday, we want to support 8, 16 and 32-bit channels dynamically at runtime. | |||
2002-09-27 | new texture compression infrastructure | Brian Paul | |
2002-09-03 | updates from Daniel Borca | Brian Paul | |
2002-07-09 | Overhaul of glRead/DrawBuffer() code. Now, swrast->Driver.SetBuffer() | Brian Paul | |
indicates the read AND draw color buffer for all software rasterization. Lots of related clean-ups. See RELNOTES-4.1 for details. | |||
2002-06-15 | Implemented GL_NV_texture_rectangle extension. | Brian Paul | |
Replace struct gl_texure_object's Dimension w/ Target field. Added _EnabledUnits to struct gl_texture_attrib - the _ReallyEnabled field is obsolete, but still present for now. This effectively removes the 8-texture units limit, 32 units now possible, but unlikely! New TEXTURE_1D/2D/3D/CUBE/RECT_BIT tokens for unit->_ReallyEnabled field. Updated device drivers to use ctx->Texture._EnabledUnits. | |||
2002-06-15 | Added ctx parameter to _mesa_debug() | Brian Paul | |
Added _mesa_printf() Updated SetDrawBuffer() function in all drivers (ala 4.0.3) Import 4.0.3/DRI changes. | |||
2002-06-13 | New _mesa_debug() function to replace fprintf() calls. | Brian Paul | |
Some source files updated to call _mesa_debug(), but not finished. Added __GLimports as a parameter to _mesa_create/init_context() and updated drivers accordingly. Fleshed-out more of the __GLimports and __GLexports functionality. Removed run-time config file support (config.c) | |||
2002-04-01 | DOS driver update | Brian Paul | |
2002-03-23 | DOS/Mesa driver updates (Daniel Borca) | Brian Paul | |
2002-03-16 | Lots of changes related to framebuffer/window buffer resizing. Basically, | Brian Paul | |
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(). | |||
2002-03-11 | obsolete | Brian Paul | |
2002-03-08 | DOS driver updates from Daniel Borca | Brian Paul | |
2002-03-08 | new DOS driver files from Daniel Borca | Brian Paul | |
2002-02-23 | DOS updates from Daniel Borca | Brian Paul | |
2002-02-15 | obsolete | Brian Paul | |
2002-02-12 | Daniel Borca's new DOS/DJGPP driver. | Brian Paul | |
2001-03-03 | lots of gl_*() to _mesa_*() namespace clean-up | Brian Paul | |
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-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. | |||
1999-08-19 | Initial revision | jtg | |