Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fixed a bug in clear routine | Daniel Borca | 2004-07-21 | 1 | -4/+3 |
| | |||||
* | workaround for crash-upon-exit in verbose mode | Daniel Borca | 2004-03-02 | 1 | -38/+1 |
| | | | | | fxMesa now uses grQueryResolution minor fixes to X11 and DOS drivers | ||||
* | fixed back fxMesaGetCurrentContext to match MakeCurrent | Daniel Borca | 2004-02-10 | 1 | -9/+30 |
| | |||||
* | reorganized DMesa to fxMesa wrapper | Daniel Borca | 2004-02-09 | 1 | -47/+46 |
| | |||||
* | removed MGA driver from DMesa | Daniel Borca | 2004-02-07 | 8 | -3036/+0 |
| | |||||
* | added NUL driver for DMesa | Daniel Borca | 2004-02-07 | 4 | -51/+325 |
| | |||||
* | accomodated new driver_func initialization | Daniel Borca | 2004-01-23 | 1 | -98/+79 |
| | | | | | | added DMesaGetProcAddress some other minor fixes updated documentation | ||||
* | fixed a bug in VGA initialization routine | Daniel Borca | 2004-01-20 | 1 | -3/+19 |
| | |||||
* | fixed refresh rate control in Glide wrapper | Daniel Borca | 2004-01-16 | 1 | -3/+5 |
| | |||||
* | _mesa_delete_texture_object and some other updates | Daniel Borca | 2004-01-15 | 1 | -0/+9 |
| | |||||
* | updated FX wrapper | Daniel Borca | 2004-01-13 | 1 | -0/+5 |
| | |||||
* | DMesa: removed MGA2064W driver | Daniel Borca | 2003-12-19 | 6 | -424/+117 |
| | | | | | | DMesa: added capability to query visuals fxMesa: WGL_3DFX_gamma_control fxMesa: minor fixes to interface (fxQueryHardware vs fxMesaSelect...) | ||||
* | cosmetics and memos | Daniel Borca | 2003-10-22 | 1 | -10/+0 |
| | |||||
* | cosmetics; translated asm routines for use with ASSYNTAX.H | Daniel Borca | 2003-10-21 | 3 | -389/+40 |
| | |||||
* | FEATURE_ARB_vertex_buffer_object | Daniel Borca | 2003-10-09 | 1 | -2/+13 |
| | |||||
* | s/_backface_sign/_BackfaceSign/ | Brian Paul | 2003-09-18 | 1 | -4/+4 |
| | |||||
* | Updates from Daniel Borca | Brian Paul | 2003-08-28 | 2 | -23/+44 |
| | |||||
* | updates from Daniel Borca | Brian Paul | 2003-08-22 | 1 | -2/+2 |
| | |||||
* | DOS and glide driver updates from Daniel Borca | Brian Paul | 2003-08-19 | 1 | -20/+12 |
| | |||||
* | more DOS updates from Daniel Borca | Brian Paul | 2003-07-17 | 1 | -0/+3 |
| | |||||
* | DOS updates from Daniel Borca | Brian Paul | 2003-07-11 | 1 | -13/+16 |
| | |||||
* | DOS updates (Daniel Borca) | Brian Paul | 2003-06-30 | 1 | -0/+75 |
| | |||||
* | DOS updates for new tree (Daniel Borca) | Brian Paul | 2003-06-16 | 20 | -7489/+7540 |
| | |||||
* | DOS updates from Daniel Borca | Brian Paul | 2003-03-29 | 1 | -101/+90 |
| | |||||
* | DOS update (Daniel Borca) | Brian Paul | 2003-03-08 | 20 | -24/+25 |
| | |||||
* | Killed mmath.[ch]. Moved low-level functions/assembly code into imports.[ch] | Brian Paul | 2003-03-01 | 2 | -4/+3 |
| | | | | | Moved type conversion and interpolation macros into macros.h Updated all the files that used to include mmath.h | ||||
* | latest DOS updates (Daniel Borca) | Brian Paul | 2003-02-20 | 20 | -211/+4121 |
| | |||||
* | DOS updates (Daniel Borca) | Brian Paul | 2003-02-04 | 6 | -96/+194 |
| | |||||
* | obsolete | Brian Paul | 2002-12-19 | 2 | -139/+0 |
| | |||||
* | DOS updates | Brian Paul | 2002-12-19 | 3 | -0/+467 |
| | |||||
* | DOS updates from Daniel Borca. | Brian Paul | 2002-12-18 | 8 | -403/+1376 |
| | |||||
* | enable 1.4 extensions | Brian Paul | 2002-11-18 | 1 | -1/+1 |
| | |||||
* | moved function declaration into the template, define the NAME to specify the ↵ | Brian Paul | 2002-11-13 | 1 | -46/+24 |
| | | | | function names | ||||
* | Updates for DOS driver from Daniel Borca. | Brian Paul | 2002-11-05 | 2 | -131/+116 |
| | |||||
* | Header file clean-up: | Brian Paul | 2002-10-24 | 1 | -4/+0 |
| | | | | | | | | 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. | ||||
* | context-related cleanups (ex: _mesa_notifySwapBuffers instead of ↵ | Brian Paul | 2002-10-14 | 1 | -1/+1 |
| | | | | _mesa_swapbuffers) | ||||
* | finally get rid of ctx->Texture._ReallyEnabled field | Brian Paul | 2002-10-08 | 1 | -1/+1 |
| | |||||
* | Changed a number of context fields from GLchan to GLfloat (such as ClearColor). | Brian Paul | 2002-10-04 | 1 | -1/+6 |
| | | | | | | 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. | ||||
* | new texture compression infrastructure | Brian Paul | 2002-09-27 | 1 | -4/+7 |
| | |||||
* | updates from Daniel Borca | Brian Paul | 2002-09-03 | 9 | -420/+881 |
| | |||||
* | Overhaul of glRead/DrawBuffer() code. Now, swrast->Driver.SetBuffer() | Brian Paul | 2002-07-09 | 1 | -16/+3 |
| | | | | | indicates the read AND draw color buffer for all software rasterization. Lots of related clean-ups. See RELNOTES-4.1 for details. | ||||
* | Implemented GL_NV_texture_rectangle extension. | Brian Paul | 2002-06-15 | 1 | -1/+1 |
| | | | | | | | | | 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. | ||||
* | Added ctx parameter to _mesa_debug() | Brian Paul | 2002-06-15 | 1 | -6/+4 |
| | | | | | | Added _mesa_printf() Updated SetDrawBuffer() function in all drivers (ala 4.0.3) Import 4.0.3/DRI changes. | ||||
* | New _mesa_debug() function to replace fprintf() calls. | Brian Paul | 2002-06-13 | 1 | -1/+4 |
| | | | | | | | | 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) | ||||
* | DOS driver update | Brian Paul | 2002-04-01 | 5 | -27/+48 |
| | |||||
* | DOS/Mesa driver updates (Daniel Borca) | Brian Paul | 2002-03-23 | 3 | -13/+8 |
| | |||||
* | Lots of changes related to framebuffer/window buffer resizing. Basically, | Brian Paul | 2002-03-16 | 1 | -2/+7 |
| | | | | | | | 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(). | ||||
* | obsolete | Brian Paul | 2002-03-11 | 6 | -2377/+0 |
| | |||||
* | DOS driver updates from Daniel Borca | Brian Paul | 2002-03-08 | 1 | -105/+68 |
| | |||||
* | new DOS driver files from Daniel Borca | Brian Paul | 2002-03-08 | 7 | -0/+2318 |
| |