summaryrefslogtreecommitdiff
path: root/src/mesa/main
AgeCommit message (Expand)Author
1999-11-05clean-up to reduce MSVC warningsBrian Paul
1999-11-04Fix for glerror on compilation of list containing gldrawelements callsKeith Whitwell
1999-11-03include assert.h with rest of system headersBrian Paul
1999-11-03added another fast-path in _mesa_unpack_ubyte_color_spa(), more commentsBrian Paul
1999-11-03new texture image processingBrian Paul
1999-10-31fixed a typo in a commentBrian Paul
1999-10-30pixel pack/unpack ImageHeight and SkipImages was not initializedBrian Paul
1999-10-30added a few more scale/bias/lookup functions (for future use)Brian Paul
1999-10-26fixed stupid error in GL_RGA case in gl_pack_rgba_span()Brian Paul
1999-10-22fixed byteswapping bug in gl_pack_rgba_span()Brian Paul
1999-10-22added optimized GL_RGB, GL_UNSIGNED_BYTE case to gl_pack_rgba_span)Brian Paul
1999-10-22applied Jonn Carmack's patch for faster glTexSubImage2D() in QuakeBrian Paul
1999-10-21updated some comments/docsBrian Paul
1999-10-21silenced some uninitialized var warningsBrian Paul
1999-10-21silenced ininitialized var warningsBrian Paul
1999-10-21silenced uninitialized variable warningsBrian Paul
1999-10-20clean-up of optimized GL_RETURN codeBrian Paul
1999-10-20fixed divTable precision problem in GL_RETURN caseBrian Paul
1999-10-20enable lighting even if no light sources are turned onBrian Paul
1999-10-19fixed a number of error-test bugsBrian Paul
1999-10-19more image type error checking in draw_stencil_pixels()Brian Paul
1999-10-19clean-up in gl_LightModelfv()Brian Paul
1999-10-19added more format/type error checking codeBrian Paul
1999-10-19Changes to reduce the memory footprint of display listsKeith Whitwell
1999-10-17negative offsets to TexSubImage w/ texture borders caused memory corruptionBrian Paul
1999-10-17added glGet cases for vertex array enable stateBrian Paul
1999-10-16removed GL_EXT_get_proc_addressBrian Paul
1999-10-13Fixed parameter type for notify function pointer parameter to gl_extensions_addTed Jump
1999-10-13removed GL_ prefix from memory macrosBrian Paul
1999-10-11Repaired definition of GL_CALLOC_STRUCJouk Jansen
1999-10-11#include <stdlib.h>Jouk Jansen
1999-10-11#include <assert.h>Jouk Jansen
1999-10-11 misc -> glmiscJouk Jansen
1999-10-10now using GL_MALLOC, GL_FREEBrian Paul
1999-10-10now using GL_MALLOC, GL_FREEBrian Paul
1999-10-10fixed dumb typoBrian Paul
1999-10-10now using GL_MALLOC, GL_FREEBrian Paul
1999-10-10added memory macrosBrian Paul
1999-10-09texture units now share default texture objectsBrian Paul
1999-10-09fixed reference count bug in save_TexImage3DEXT()Brian Paul
1999-10-08Fixed includes & added a few hooks for the DRI.Keith Whitwell
1999-09-30more hooks for mga driver, including an immediate fastpathKeith Whitwell
1999-09-20Bugfix for ctx->backface_sign calculationKeith Whitwell
1999-09-19Cleaning upKeith Whitwell
1999-09-19RasterMask was set incorrectlyKeith Whitwell
1999-09-19More Win32 build compliance fixupsTed Jump
1999-09-18Large patch:Keith Whitwell
1999-09-17 pad GL_TINY to 6 digitsBrian Paul
1999-09-16GL_EXT_get_proc_address clean-upBrian Paul
1999-09-16changed version string to return 1.2Brian Paul