summaryrefslogtreecommitdiffstats
path: root/src/mesa/main
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* 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 ----------------------------------------------------------------------
* removed realglx.cBrian Paul1999-11-281-4/+1
|
* 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
|
* generate Z values when fog enabled (Andree Borrmann)Brian Paul1999-11-261-3/+3
|
* include glapi.hBrian Paul1999-11-251-1/+2
|
* replaced Driver.SetBuffer() with SetDrawBuffer() and SetReadBuffer()Brian Paul1999-11-253-15/+37
|
* added support for separate read/draw buffers per contextBrian Paul1999-11-2410-143/+171
|