summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* code clean-upBrian Paul1999-12-101-32/+41
|
* added glXGetProcAddressARB()Brian Paul1999-12-101-1/+24
|
* removed gl_get_proc_address()Brian Paul1999-12-102-188/+3
|
* added the katmai_transform_points4_* functionsAndre Werthmann1999-12-081-1/+3
|
* Committing in .Jouk Jansen1999-12-072-5/+16
| | | | | | | | Make supportupdate for VMS Modified Files: Mesa/src-glu/descrip.mms Mesa/src-glu/gluP.h ----------------------------------------------------------------------
* Merging in work from 3.1/3.2 branch. Tessellator is essentially fullyGareth Hughes1999-12-065-477/+555
| | | | functional now.
* Clearing stencil buffer now observes the stencil write maskBrian Paul1999-12-041-79/+104
| | | | Optimized gl_depth_stencil_span/pixels() functions
* minor stencil-related changesBrian Paul1999-12-041-3/+3
|
* added glCopyPixels bug fixBrian Paul1999-12-031-2/+3
|
* test for null newCtx before newCtx->FirstTimeCurrentBrian Paul1999-12-021-2/+2
|
* added WM_SYSKEYDOWN case in __wglMonitor() (Eero Pajarre)Brian Paul1999-12-021-0/+1
|
* gl_BindTexture was broken when target==GL_TEXTURE_3DBrian Paul1999-12-011-10/+18
|
* fxInitPixelTables() change for Voodoo 1/2 vs 3Brian Paul1999-12-011-1/+16
|
* print debug info in gl_make_current() if MESA_INFO env var setBrian Paul1999-11-301-1/+19
|
* Committing in .Jouk Jansen1999-11-291-4/+2
| | | | | | | | Update makefiles for VMS due to obsolete files Modified Files: Mesa/src/descrip.mms Mesa/src/mms_depend ----------------------------------------------------------------------
* added missing functions in GLX_functions[] arrayBrian Paul1999-11-281-2/+5
|
* updated comments, removed obsolete functionsBrian Paul1999-11-281-93/+3
|
* removed include fakeglx.hBrian Paul1999-11-281-2/+1
|
* removed realglx.cBrian Paul1999-11-282-8/+2
|
* obsoleteBrian Paul1999-11-282-364/+0
|
* changes for new GLX dispatcherBrian Paul1999-11-281-88/+340
|
* all new dispatch systemBrian Paul1999-11-281-361/+551
|
* initial revBrian Paul1999-11-281-0/+162
|
* move dispatch table size check into _mesa_init_no_op_table()Brian Paul1999-11-271-11/+12
|
* added call to _mesa_init_no_op_table()Brian Paul1999-11-271-1/+4
|
* added _mesa_init_no_op_table()Brian Paul1999-11-271-1/+33
|
* lots of work on extension managementBrian Paul1999-11-272-546/+637
|
* added _GLAPI_EXTRA_SLOTS symbolBrian Paul1999-11-271-2/+4
|
* removed Mesa-ismsBrian Paul1999-11-271-3/+1
|
* updates for 3.1 and laterBrian Paul1999-11-271-2/+2
|
* generate Z values when fog enabled (Andree Borrmann)Brian Paul1999-11-261-3/+3
|
* include glapitable.hBrian Paul1999-11-251-524/+2
|
* now using glapitemp.h to generate entrypointsBrian Paul1999-11-251-2879/+24
|
* initial revBrian Paul1999-11-252-0/+3514
|
* include glapi.hBrian Paul1999-11-251-1/+2
|
* added wincopy demoBrian Paul1999-11-251-3/+3
|
* initial revBrian Paul1999-11-251-0/+270
|
* bunch of changes for separate read buffer featureBrian Paul1999-11-251-12/+13
|
* implemented glXMakeContextCurrent() and glXGetCurrentReadDrawable()Brian Paul1999-11-252-14/+113
|
* replaced Driver.SetBuffer() with SetDrawBuffer() and SetReadBuffer()Brian Paul1999-11-255-21/+77
|
* updated for Mesa 3.3Brian Paul1999-11-241-5/+5
|
* updated with Mesa 3.3 infoBrian Paul1999-11-241-1/+27
|
* added support for separate read/draw buffers per contextBrian Paul1999-11-2411-150/+176
|
* removed version loggingBrian Paul1999-11-241-21/+1
|
* bumped version to 3.3Brian Paul1999-11-243-58/+9
|
* added XMesaMakeCurrent2(), XMesaGetCurrentReadBuffer(), bumped version to 3.3Brian Paul1999-11-241-6/+26
|
* added a few more GLX 1.3 tokensBrian Paul1999-11-241-1/+3
|
* renamed near and far arguments to gluUnProject4()Brian Paul1999-11-241-2/+2
|
* added GLU 1.3 functionsBrian Paul1999-11-231-4/+51
|
* another typoKeith Whitwell1999-11-231-2/+2
|