summaryrefslogtreecommitdiffstats
path: root/src/mesa/main
Commit message (Collapse)AuthorAgeFilesLines
* changed message format, added GL_EXT_texture3dBrian Paul2000-01-311-3/+17
|
* added -I. to .S.o ruleBrian Paul2000-01-281-4/+3
|
* renamed _glapi_CurrentContext to _glapi_ContextBrian Paul2000-01-282-8/+9
|
* moved entrypoints here from glapi.cBrian Paul2000-01-281-1/+64
|
* enable/disable no-context warnings depending on MESA_DEBUGBrian Paul2000-01-281-3/+12
|
* fixed VB->IndexPtr==NULL bug (Richard Guenther)Brian Paul2000-01-251-11/+17
|
* changed VB_MAX, no longer dependant on FX symbolBrian Paul2000-01-241-7/+4
|
* replaced HashLookup() with _mesa_HashLookup()Brian Paul2000-01-241-2/+2
|
* prefixed hash functions with _mesa_Brian Paul2000-01-245-59/+59
|
* added new SVGA driver filesBrian Paul2000-01-231-1/+6
|
* replaced some spaces with a tabBrian Paul2000-01-181-3/+3
|
* generic_noop() now returns 0Brian Paul2000-01-181-4/+5
|
* renamed CURRENT_INPUT to _mesa_CurrentInputBrian Paul2000-01-182-7/+7
|
* added X86-optimized message for MESA_INFOBrian Paul2000-01-171-2/+7
|
* added missing POINT/LINE RANGE/GRANULARITY tokensBrian Paul2000-01-171-2/+10
|
* Z values were wrong in selection mode (Holger Waechtler), misc clean-upBrian Paul2000-01-171-25/+29
|
* added gl_initialize_context_data(), gl_free_context_data(). code clean-upBrian Paul2000-01-142-753/+792
|
* added _mesa_ArrayElement() protoBrian Paul2000-01-131-2/+6
|
* added gl_register_config_var() protoBrian Paul2000-01-131-3/+7
|
* init a few vars to silence compiler warningsBrian Paul2000-01-131-1/+3
|
* include dispatch.hBrian Paul2000-01-131-1/+2
|
* clean up of eval_coord1/2f()Brian Paul2000-01-131-10/+12
|
* commented out gl_reinit_light_attrib()Brian Paul2000-01-131-5/+5
|
* commented out unused functionBrian Paul2000-01-131-3/+4
|
* minor clean-upBrian Paul2000-01-131-5/+7
|
* made some functions staticBrian Paul2000-01-131-25/+25
|
* added missing glHintPGI() functionBrian Paul2000-01-072-3/+30
|
* removed cpp conditionals from _mesa_init_exec_table()Brian Paul2000-01-071-31/+16
|
* new Clear function maskBrian Paul2000-01-061-5/+18
|
* minor clean-up in _mesa_unpack_ubyte_color_span()Brian Paul2000-01-051-5/+3
|
* removed _glapi_ThreadSafeBrian Paul2000-01-051-3/+7
|
* start search at 1 in HashFindFreeKeyBlock()Brian Paul2000-01-041-4/+4
|
* optimized GET_IMMEDIATE for thread safetyBrian Paul1999-12-171-2/+2
|
* print thread safety info if MESA_INFO setBrian Paul1999-12-171-1/+6
|
* updated with latest source filesBrian Paul1999-12-172-26/+80
|
* replaced mthreads.c with glthread.cBrian Paul1999-12-171-2/+2
|
* further simplification of thread-related code, misc clean-upBrian Paul1999-12-172-214/+200
|
* fixed thread problemsBrian Paul1999-12-172-59/+43
|
* removed _GLAPI_ extension testingBrian Paul1999-12-151-29/+16
|
* Committing in .Jouk Jansen1999-12-131-2/+4
| | | | | | | | Update for VMS only Modified Files: Mesa/src/stencil.h ----------------------------------------------------------------------
* implemented GL_ARB_tranpose_matrixBrian Paul1999-12-106-9/+275
|
* changes in hardware depth buffer supportBrian Paul1999-12-106-360/+512
|
* updated for hardware stencil supportBrian Paul1999-12-102-139/+400
|
* added stencil buffer functionsBrian Paul1999-12-101-1/+39
|
* code clean-upBrian Paul1999-12-101-32/+41
|
* removed gl_get_proc_address()Brian Paul1999-12-102-188/+3
|
* 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
|
* test for null newCtx before newCtx->FirstTimeCurrentBrian Paul1999-12-021-2/+2
|
* gl_BindTexture was broken when target==GL_TEXTURE_3DBrian Paul1999-12-011-10/+18
|