summaryrefslogtreecommitdiff
path: root/src/mesa/main/image.c
AgeCommit message (Expand)Author
2001-02-13removed bogus assertionsBrian Paul
2001-01-23Replaced struct gl_visual with struct __GLcontextModesRec from glcore.h.Brian Paul
2001-01-03More color macro clean-ups.Brian Paul
2001-01-02Removed fixed.h (GLfixed now in mtypes.h, fixed-pt macros in mmath.h)Brian Paul
2000-11-28Pass scale and bias values to _mesa_scale_and_bias_rgba().Brian Paul
2000-11-22 Committing in .Jouk Jansen
2000-11-10renamed imaging files to histogram since that's what's insideBrian Paul
2000-11-09GL_BGR case was misplaced in _mesa_is_legal_format_and_type() (Jeff Hartmann)Brian Paul
2000-10-30Removed UPDATE_IMAGE_TRANSFER_STATE, use _NEW_PIXEL flag instead.Brian Paul
2000-10-29More GLchan color channel changes.Brian Paul
2000-10-28New colormac.h file for color-related macros.Brian Paul
2000-10-05drawing color-index image to RGB window was brokenBrian Paul
2000-09-26First batch of OpenGL SI related changes:Brian Paul
2000-09-14updated commentsBrian Paul
2000-09-12packing of GLushort packed types was brokenBrian Paul
2000-08-31renamed some variablesBrian Paul
2000-08-30added _mesa_pack_float_rgba_span()Brian Paul
2000-08-29updated some commentsBrian Paul
2000-08-21implemented new ImageTransferState bitmaskBrian Paul
2000-06-30enabled GL_POST_CONVOLUTION_COLOR_TABLEBrian Paul
2000-06-27fixed GL_INTENSITY error checking bugBrian Paul
2000-06-22Added FREE(depth) in error clause before returnBrian Paul
2000-05-19fixed alignment bug in _mesa_image_row_stride()Brian Paul
2000-05-10more GL_EXT_convolution workBrian Paul
2000-05-04implemented GL_EXT_histogram extensionBrian Paul
2000-04-18more color table and imaging workBrian Paul
2000-04-17work on GL_SGI_color_tableBrian Paul
2000-04-15cleaned up whitespaceBrian Paul
2000-04-12more work on GL_SGI_color_table, pixel transfer code clean-upBrian Paul
2000-04-08added GL_SGI_color_matrix extensionBrian Paul
2000-03-29added missing GL_INTENSITY case in _mesa_components_in_format()Brian Paul
2000-03-21made _mesa_native_packing constBrian Paul
2000-03-21changed imaging functions to _mesa_ prefixBrian Paul
2000-03-21added _mesa_image_row_stride()Brian Paul
2000-03-19fixed compiler warnings on BeOS R4Brian Paul
2000-03-13fixed polygon stipple packing/unpackingBrian Paul
2000-03-03runtime selectable depth buffer depthBrian Paul
2000-02-21fixed bug in GL_UNSIGNED_INT_10_10_10_2 unpackingBrian Paul
2000-01-13init a few vars to silence compiler warningsBrian Paul
2000-01-05minor clean-up in _mesa_unpack_ubyte_color_span()Brian Paul
1999-11-11first big check-in of new Mesa 3.3 codeBrian Paul
1999-11-08clean-up of header includes (Daryll)Brian 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-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-19added more format/type error checking codeBrian Paul
1999-10-13removed GL_ prefix from memory macrosBrian Paul
1999-10-10now using GL_MALLOC, GL_FREEBrian Paul