Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | simplistic ICD implementation for fx/Mesa | Daniel Borca | 2004-12-09 | 2 | -0/+164 |
| | |||||
* | fixed an include path | Daniel Borca | 2004-12-07 | 1 | -1/+1 |
| | |||||
* | Remove _mesa_ResizeBuffersMESA() call from _mesa_set_viewport(). | Brian Paul | 2004-11-27 | 1 | -8/+10 |
| | | | | | | | | Now, the driver's Viewport routine should call _mesa_ResizeBuffersMESA() if necessary. Cleaned up code related to GLframebuffer width/height initialization. Set initial viewport/scissor params in _mesa_make_current2(), instead of in the drivers' MakeCurrent functions. | ||||
* | moved windoze specific code outside drivers/glide/ | Daniel Borca | 2004-11-15 | 3 | -0/+2143 |
| | |||||
* | Remove need for defining _MSC_VER when building Mesa for windows with | Brian Paul | 2004-11-08 | 2 | -3/+5 |
| | | | | a non MS C compiler (MinGW). (Gregor Anich) | ||||
* | SWTC trick, enabled new extensions | Daniel Borca | 2004-10-12 | 1 | -2/+32 |
| | |||||
* | rearrange a couple of lines of code to avoid compilation error in VC 6, | Karl Schultz | 2004-09-17 | 1 | -1/+1 |
| | | | | probably due to a compiler bug. | ||||
* | remove CR | Daniel Borca | 2004-08-30 | 1 | -21/+21 |
| | |||||
* | ICD update from Gregor Anich | Brian Paul | 2004-08-25 | 2 | -441/+457 |
| | |||||
* | Silence gcc 3.4 warnings on ReactOS. Mostly unused var warnings. (patch ↵ | Brian Paul | 2004-08-25 | 4 | -34/+106 |
| | | | | 1015696) | ||||
* | Windows ICD driver code (patch 1014800) | Brian Paul | 2004-08-25 | 4 | -2/+779 |
| | |||||
* | Update Visual Studio Project file for src tree updates. | Karl Schultz | 2004-08-14 | 1 | -2/+2 |
| | |||||
* | Rename the various function types in t_context.h to include a tnl_ prefix. | Keith Whitwell | 2004-07-01 | 8 | -47/+47 |
| | |||||
* | fixed bugs in fxddtex.c | Daniel Borca | 2004-05-10 | 1 | -1/+0 |
| | | | | cleaned up win32 definition files | ||||
* | add SciTech's GLDirect driver for Windows. | Alan Hourihane | 2004-04-20 | 56 | -0/+34924 |
| | | | | | | | This code is donated to Mesa which allows the usage of a Direct3D layer (DX7, DX8, DX9 or complete software fallback). No build system exists for this code yet, that will come..... | ||||
* | Add new driverfuncs. | Karl Schultz | 2004-01-27 | 2 | -0/+9 |
| | |||||
* | Before calling _mesa_create_context(), initialize a dd_function_table struct | Brian Paul | 2004-01-20 | 1 | -47/+26 |
| | | | | | | | | | | 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. | ||||
* | Replace with version generated from new python script. | Karl Schultz | 2004-01-14 | 1 | -717/+719 |
| | |||||
* | add new entrypoints | Karl Schultz | 2004-01-13 | 1 | -696/+715 |
| | |||||
* | Mingw3 prototypes | Daniel Borca | 2004-01-07 | 1 | -4/+1 |
| | |||||
* | Import vtx-0-2-branch | Keith Whitwell | 2003-11-24 | 1 | -1/+0 |
| | |||||
* | fix AccessViolation bug (#835861) | Brian Paul | 2003-11-04 | 1 | -2/+9 |
| | |||||
* | Make binary - even though this is a text file, common practice is to store ↵ | Karl Schultz | 2003-09-19 | 1 | -129/+129 |
| | | | | MS studio files as binary | ||||
* | Update with current set of gl* entry points. | Karl Schultz | 2003-09-18 | 1 | -221/+726 |
| | |||||
* | Copy the DLL files to the lib directory instead of libexec. | Karl Schultz | 2003-09-18 | 1 | -2/+2 |
| | |||||
* | Add symbols to export private entry points to osmesa. | Karl Schultz | 2003-09-18 | 1 | -0/+6 |
| | |||||
* | Generate browse info for Debug version. | Karl Schultz | 2003-08-30 | 1 | -1/+1 |
| | |||||
* | Updates from Daniel Borca. | Brian Paul | 2003-08-05 | 1 | -1/+4 |
| | |||||
* | Moved. | Karl Schultz | 2003-07-26 | 4 | -1449/+0 |
| | |||||
* | cleanup - add comments and sort names. | Karl Schultz | 2003-07-25 | 1 | -88/+118 |
| | |||||
* | add symbols needed by osmesa. | Karl Schultz | 2003-07-24 | 1 | -0/+3 |
| | |||||
* | Project file for osmesa | Karl Schultz | 2003-07-24 | 1 | -0/+121 |
| | |||||
* | moved to top of tree. | Karl Schultz | 2003-07-24 | 1 | -104/+0 |
| | |||||
* | fix location of mesa.def | Karl Schultz | 2003-07-24 | 1 | -1/+1 |
| | |||||
* | linker exports defs | Karl Schultz | 2003-07-24 | 1 | -0/+492 |
| | |||||
* | Source code for GDI driver. | Karl Schultz | 2003-07-24 | 4 | -0/+4649 |
| | |||||
* | Project file to build gdi driver and OPENGL32.DLL. | Karl Schultz | 2003-07-24 | 1 | -0/+129 |
| | |||||
* | Project file to build tnl - creates static LIB that is later linked to make ↵ | Karl Schultz | 2003-07-24 | 1 | -0/+252 |
| | | | | a DLL. | ||||
* | Project file to build swrast - creates static LIB that is later linked to ↵ | Karl Schultz | 2003-07-24 | 1 | -0/+360 |
| | | | | make a DLL. | ||||
* | Project file to build core mesa - creates static LIB that is later linked to ↵ | Karl Schultz | 2003-07-24 | 1 | -0/+716 |
| | | | | make a DLL. | ||||
* | Visual Studio Workspace file for building Mesa. This workspace contains ↵ | Karl Schultz | 2003-07-24 | 1 | -0/+104 |
| | | | | projects for building core mesa, backend drivers (e.g., gdi, dx7, ...), GLU, and GLUT. The project files are placed in the appropriate places in the Mesa tree. | ||||
* | Removing from this directory. Will be added to new gdi driver directory. | Karl Schultz | 2003-07-24 | 4 | -4630/+0 |
| | |||||
* | Remove obsolete file. | Karl Schultz | 2003-07-24 | 7 | -7788/+0 |
| | |||||
* | Killed mmath.[ch]. Moved low-level functions/assembly code into imports.[ch] | Brian Paul | 2003-03-01 | 1 | -2/+1 |
| | | | | | Moved type conversion and interpolation macros into macros.h Updated all the files that used to include mmath.h | ||||
* | Check only LEFT bits for clearing alpha buffer. (Evgeny Kotsuba) | Karl Schultz | 2003-01-30 | 1 | -2/+2 |
| | |||||
* | Fix SourceForge bug 664908. wglDescribePixelFormat should return the | Karl Schultz | 2003-01-15 | 1 | -1/+3 |
| | | | | | number of valid PFD's if the PFD pointer is NULL, without checking the validity of the other parameters. | ||||
* | update versioning/extensions for OpenGL 1.4 / Mesa 5.0 | Brian Paul | 2002-10-29 | 1 | -1/+2 |
| | |||||
* | Header file clean-up: | Brian Paul | 2002-10-24 | 2 | -9/+3 |
| | | | | | | | | 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 | -2/+2 |
| | | | | _mesa_swapbuffers) | ||||
* | Another round of glRead/DrawBuffer() clean-ups and simplifications. | Brian Paul | 2002-10-11 | 1 | -3/+3 |
| | | | | | | | Replaced ctx->Color._DriverDrawBuffer with swrast->CurrentBuffer. Replaced ctx->Pixel._DriverReadBuffer with ctx->Pixel._ReadSrcMask. swrast->Driver.SetBuffer() takes FRONT/BACK_LEFT/RIGHT_BIT values now. Added tokens and code for GL_AUX buffers, for completeness. |