summaryrefslogtreecommitdiff
path: root/src/mesa/main
AgeCommit message (Expand)Author
2004-12-21`t' was not initialized (use `texture' instead?)Daniel Borca
2004-12-21fix bug in _mesa_IsTexture()Brian Paul
2004-12-21missing `or' in preprocessor conditionalDaniel Borca
2004-12-20allow ARB vp/fp query program errorsDaniel Borca
2004-12-20really protect against npot compressed textures (logbase2 never returns -1).Daniel Borca
2004-12-19Implement software ATI_fragment_shaderDave Airlie
2004-12-18added GL_ARB_pixel_buffer_object extension stringBrian Paul
2004-12-15fxt1_decode_1() needs to be non-static for the tdfx and glide drivers.Adam Jackson
2004-12-15Fix up glx/x11 to work when built with -fvisibility=hidden.Adam Jackson
2004-12-14uint*t -> u_int*t changesAlan Hourihane
2004-12-12Added driver hooks for GetTexImage() and GetCompressedTexImage().Brian Paul
2004-12-10allow GetTexImage with RGBA format and COLOR_INDEX internalformatDaniel Borca
2004-12-08silence warningsAlan Hourihane
2004-12-06explicit cast in a few placesDaniel Borca
2004-12-06disable junk for mingwDaniel Borca
2004-12-05direct bug reports to freedesktop.orgBrian Paul
2004-12-03mask color indexes against palette size, per the specBrian Paul
2004-12-03Use the GL datatypes. Lots of assorted clean-ups.Brian Paul
2004-12-03silence a variety of warnings found with g++ 3.4.2Brian Paul
2004-12-02Fix some warningsAlan Hourihane
2004-11-27Remove _mesa_ResizeBuffersMESA() call from _mesa_set_viewport().Brian Paul
2004-11-27remove _glapi_add_entrypoint() calls, they're already in context.cBrian Paul
2004-11-27add a few functions in add_newer_entrypoints()Brian Paul
2004-11-27Change the dispatch offsets for the VertexAttrib*NV functions so they don'tBrian Paul
2004-11-27use new PUBLIC macro for symbol exportBrian Paul
2004-11-27clean up code related to dispatch table initializationBrian Paul
2004-11-27use _glapi_procBrian Paul
2004-11-27fix typo, update version/dateBrian Paul
2004-11-27remove the GLAPI/GLAPIENTRY defines - they're already in gl.hBrian Paul
2004-11-27Removed GLCALLBACK stuff - apparently never used anywhere.Brian Paul
2004-11-25Some new comments, clean-up formatting, etc.Brian Paul
2004-11-25Started some assorted clean-ups in #defines, typedefs, etc.Brian Paul
2004-11-23update _mesa_store_teximageXd() comments and minor code clean-upBrian Paul
2004-11-22Don't allow queries/etc of buffer object 0 - it's invisible to users.Brian Paul
2004-11-22added GL_RED/GREEN/BLUE to is_color_format()Brian Paul
2004-11-22handle ENABLE_BIT for EXT_stencil_two_sideDaniel Borca
2004-11-15use float constantsDaniel Borca
2004-11-15use parentheses to avoid warningDaniel Borca
2004-11-12added DD_TRI_TWOSTENCIL to ease EXT_stencil_two_side in device driversDaniel Borca
2004-11-12pop(stencil) for EXT_stencil_two_sideDaniel Borca
2004-11-10GL_(UN)PACK_SKIP_IMAGES should only be applied to 3D texture pack/unpackingBrian Paul
2004-11-09added a comment and assertion in _mesa_clip_drawpixels() for PixelZoomBrian Paul
2004-11-09added _mesa_clip_drawpixels() and _mesa_clip_readpixels()Brian Paul
2004-11-08Remove need for defining _MSC_VER when building Mesa for windows withBrian Paul
2004-11-01cleaned up the mess a bitDaniel Borca
2004-10-31don't advertise GL_ARB_vertex/fragment_shader until they're doneBrian Paul
2004-10-31added a cast to ADD_POINTERS macroBrian Paul
2004-10-31indentation fixBrian Paul
2004-10-31Use the _mesa_scale_and_bias_rgba() function in the convolution functions.Brian Paul
2004-10-31PBO support for gl[Get]PixelMap functionsBrian Paul