summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/image.c
Commit message (Collapse)AuthorAgeFilesLines
* Removed UPDATE_IMAGE_TRANSFER_STATE, use _NEW_PIXEL flag instead.Brian Paul2000-10-301-2/+2
| | | | | More minor GLchan changes. Silence some compiler warnings in cva.[ch]
* More GLchan color channel changes.Brian Paul2000-10-291-283/+277
| | | | | | Some header file re-org: Move matrix, vertex buffer structs to types.h to fix #include mess. Remove typedef, extern declarations from config.h
* New colormac.h file for color-related macros.Brian Paul2000-10-281-1/+2
| | | | Lot's of clean-up in macros.h and mmath.h
* drawing color-index image to RGB window was brokenBrian Paul2000-10-051-3/+5
|
* First batch of OpenGL SI related changes:Brian Paul2000-09-261-4/+4
| | | | | | | Renamed struct gl_context to struct __GLcontextRec. Include glcore.h, setup GL imports/exports. Replaced gl_ prefix with _mesa_ prefix in context.[ch] functions. GLcontext's Visual field is no longer a pointer.
* updated commentsBrian Paul2000-09-141-2/+7
|
* packing of GLushort packed types was brokenBrian Paul2000-09-121-5/+77
|
* renamed some variablesBrian Paul2000-08-311-89/+93
|
* added _mesa_pack_float_rgba_span()Brian Paul2000-08-301-760/+786
|
* updated some commentsBrian Paul2000-08-291-3/+6
|
* implemented new ImageTransferState bitmaskBrian Paul2000-08-211-138/+108
|
* enabled GL_POST_CONVOLUTION_COLOR_TABLEBrian Paul2000-06-301-5/+17
|
* fixed GL_INTENSITY error checking bugBrian Paul2000-06-271-1/+2
|
* Added FREE(depth) in error clause before returnBrian Paul2000-06-221-1/+2
|
* fixed alignment bug in _mesa_image_row_stride()Brian Paul2000-05-191-5/+8
|
* more GL_EXT_convolution workBrian Paul2000-05-101-3/+3
|
* implemented GL_EXT_histogram extensionBrian Paul2000-05-041-10/+22
|
* more color table and imaging workBrian Paul2000-04-181-39/+311
|
* work on GL_SGI_color_tableBrian Paul2000-04-171-11/+29
|
* cleaned up whitespaceBrian Paul2000-04-151-41/+41
|
* more work on GL_SGI_color_table, pixel transfer code clean-upBrian Paul2000-04-121-278/+285
|
* added GL_SGI_color_matrix extensionBrian Paul2000-04-081-5/+11
|
* added missing GL_INTENSITY case in _mesa_components_in_format()Brian Paul2000-03-291-1/+2
|
* made _mesa_native_packing constBrian Paul2000-03-211-2/+2
|
* changed imaging functions to _mesa_ prefixBrian Paul2000-03-211-54/+60
|
* added _mesa_image_row_stride()Brian Paul2000-03-211-1/+39
|
* fixed compiler warnings on BeOS R4Brian Paul2000-03-191-4/+4
|
* fixed polygon stipple packing/unpackingBrian Paul2000-03-131-30/+123
|
* runtime selectable depth buffer depthBrian Paul2000-03-031-2/+3
|
* fixed bug in GL_UNSIGNED_INT_10_10_10_2 unpackingBrian Paul2000-02-211-11/+25
|
* init a few vars to silence compiler warningsBrian Paul2000-01-131-1/+3
|
* minor clean-up in _mesa_unpack_ubyte_color_span()Brian Paul2000-01-051-5/+3
|
* first big check-in of new Mesa 3.3 codeBrian Paul1999-11-111-1181/+337
|
* clean-up of header includes (Daryll)Brian Paul1999-11-081-4/+1
|
* added another fast-path in _mesa_unpack_ubyte_color_spa(), more commentsBrian Paul1999-11-031-6/+9
|
* new texture image processingBrian Paul1999-11-031-1/+1187
|
* fixed stupid error in GL_RGA case in gl_pack_rgba_span()Brian Paul1999-10-261-5/+5
|
* fixed byteswapping bug in gl_pack_rgba_span()Brian Paul1999-10-221-10/+11
|
* added optimized GL_RGB, GL_UNSIGNED_BYTE case to gl_pack_rgba_span)Brian Paul1999-10-221-2/+14
|
* added more format/type error checking codeBrian Paul1999-10-191-3/+41
|
* removed GL_ prefix from memory macrosBrian Paul1999-10-131-15/+15
|
* now using GL_MALLOC, GL_FREEBrian Paul1999-10-101-2/+2
|
* now using GL_MALLOC, GL_FREEBrian Paul1999-10-101-14/+14
|
* Fixed includes & added a few hooks for the DRI.kw-mesa-1Keith Whitwell1999-10-081-1/+5
|
* removed unused GLcontext arg from a few functionsBrian Paul1999-09-151-5/+5
|
* Initial revisionjtg1999-08-191-0/+2417