summaryrefslogtreecommitdiffstats
path: root/src/mesa/main
Commit message (Collapse)AuthorAgeFilesLines
* vertex program fixesBrian Paul2001-12-151-2/+1
|
* Remove rules that were put into place to deal with compiling files thatKarl Schultz2001-12-141-85/+1
| | | | | | are in subdirectories of this directory. The list of rules that were here was out of date for Mesa 4 and would likely get out of date again. It is better to have make handle it (e.g., use pmake -v on IRIX).
* minor dispatach table changesBrian Paul2001-12-142-20/+49
|
* vertex program check-inBrian Paul2001-12-1423-1681/+2369
|
* Remove const from save_TexParameteri to match prototype for glTexParameteri.Karl Schultz2001-12-131-2/+2
| | | | Allows compilation on IRIX.
* fixed errors in feedback for glDraw/CopyPixels and glBitmapBrian Paul2001-12-131-38/+23
|
* call FLUSH_VERTICES() in _mesaTexParameterfv() (bug 491832)Brian Paul2001-12-131-3/+25
|
* fixed potential array overwrite problemBrian Paul2001-12-041-15/+9
|
* prototype implementation of GL_ARB_depth_texture, GL_ARB_shadow, ↵Brian Paul2001-12-045-30/+179
| | | | GL_ARB_shadow_ambient
* dispatch changes to minimize hassle with XFree86 libGLBrian Paul2001-12-048-321/+328
|
* main trunk is now 4.1Karl Schultz2001-11-291-1/+1
|
* update to version 4.0Karl Schultz2001-11-291-1/+1
|
* updated comment about CHAN_BITSBrian Paul2001-11-281-3/+3
|
* don't directly call glSecondaryColor*EXT() or glFogCoord*EXT()Brian Paul2001-11-271-8/+8
|
* fix for bug 474479, remove Trace/* stuffBrian Paul2001-11-231-10/+6
|
* added test implementation of GL_ARB_window_posBrian Paul2001-11-191-2/+3
|
* added test implementation of GL_ARB_window_posBrian Paul2001-11-186-8/+337
|
* included by glapi.cBrian Paul2001-11-181-0/+677
|
* API dispath updatesBrian Paul2001-11-188-141/+141
|
* added missing GL_MAX_TEXTURE_LOD_BIAS_EXT queryBrian Paul2001-11-065-6/+32
|
* fix error in error checking conditional (bug 476846)Brian Paul2001-11-031-2/+2
|
* init the hash table mutex in _mesa_NewHashTable (Won-Suk Chun)Brian Paul2001-11-021-2/+6
|
* added a bunch of missing breaks for multisample getsBrian Paul2001-10-251-1/+37
|
* version bumps, etc for 4.1Brian Paul2001-10-221-4/+4
|
* Committing in .Jouk Jansen2001-10-181-2/+3
| | | | | | | | | | | | Modified Files: Mesa/src/context.c Initializing ctx->Driver.CurrentExecPrimitive to 0, just after the allocation of the context. I hope this solved a very rare crash of the molecule mode of xlockmore on my VMS-machine. (I have not seen any crash the last week. Normally it crashed at least once in the 3 days) ----------------------------------------------------------------------
* added GL_ARB_texture_mirrored_repeatBrian Paul2001-10-174-15/+26
|
* Fix comments.Karl Schultz2001-10-151-2/+3
|
* Need to define MESA_DEBUG in debug builds. Otherwise, NDEBUG getsKarl Schultz2001-10-041-0/+3
| | | | defined, which is bad for things like assert().
* Fix up Windows makefiles so that the debug build leaves debugger infoKarl Schultz2001-09-251-1/+1
| | | | | in the libraries. Make with NODEBUG=1 builds optimized without debug info (doc'ed in top level Makefile.win).
* updates for Mesa 4.0Brian Paul2001-09-232-6/+6
|
* Make osmesa a DLL instead of a static lib (Windows). This is moreKarl Schultz2001-09-211-0/+2
| | | | | consistent with the other modules and platforms. It also makes the API and linkage on Windows more consistent.
* silence compiler warnings (last batch for src)Karl Schultz2001-09-192-18/+28
|
* more compiler warning fixesKarl Schultz2001-09-184-46/+50
|
* clean up makefiles some more for WindowsKarl Schultz2001-09-181-3/+7
|
* remove carriage return charsKarl Schultz2001-09-182-671/+671
|
* compiler warningsKarl Schultz2001-09-186-142/+152
|
* compiler warningsKarl Schultz2001-09-181-5/+5
|
* more warning fixes (Karl Schultz)Brian Paul2001-09-153-21/+18
|
* Win32 updates (Karl Schultz)Brian Paul2001-09-143-578/+678
|
* more warning fixes (Karl Schultz)Brian Paul2001-09-146-106/+116
|
* more GL 1.3 and GLX 1.4 updatesBrian Paul2001-09-141-3/+3
|
* OpenGL 1.3 supportBrian Paul2001-08-281-3/+13
|
* better error messagesBrian Paul2001-08-201-7/+16
|
* better error reportingBrian Paul2001-08-201-27/+35
|
* WindML driver (Stephane Raimbault)Brian Paul2001-08-201-0/+367
|
* added GL_EXT_texture_edge_clampBrian Paul2001-08-131-2/+4
|
* removed ss_interp.cBrian Paul2001-08-131-1/+0
|
* fixed a glPush/PopAttrib bug related to texture binding (reported by Wes Bethel)Brian Paul2001-08-071-12/+16
|
* fixed NewState update bugs in _mesa_PopClientAttrib()Brian Paul2001-08-071-4/+4
|
* Remove _BaseAlpha, fix reflect lighting bug.Keith Whitwell2001-07-283-13/+4
|