Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Removed UPDATE_IMAGE_TRANSFER_STATE, use _NEW_PIXEL flag instead. | Brian Paul | 2000-10-30 | 1 | -2/+2 |
| | | | | | More minor GLchan changes. Silence some compiler warnings in cva.[ch] | ||||
* | More GLchan color channel changes. | Brian Paul | 2000-10-29 | 1 | -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 Paul | 2000-10-28 | 1 | -1/+2 |
| | | | | Lot's of clean-up in macros.h and mmath.h | ||||
* | drawing color-index image to RGB window was broken | Brian Paul | 2000-10-05 | 1 | -3/+5 |
| | |||||
* | First batch of OpenGL SI related changes: | Brian Paul | 2000-09-26 | 1 | -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 comments | Brian Paul | 2000-09-14 | 1 | -2/+7 |
| | |||||
* | packing of GLushort packed types was broken | Brian Paul | 2000-09-12 | 1 | -5/+77 |
| | |||||
* | renamed some variables | Brian Paul | 2000-08-31 | 1 | -89/+93 |
| | |||||
* | added _mesa_pack_float_rgba_span() | Brian Paul | 2000-08-30 | 1 | -760/+786 |
| | |||||
* | updated some comments | Brian Paul | 2000-08-29 | 1 | -3/+6 |
| | |||||
* | implemented new ImageTransferState bitmask | Brian Paul | 2000-08-21 | 1 | -138/+108 |
| | |||||
* | enabled GL_POST_CONVOLUTION_COLOR_TABLE | Brian Paul | 2000-06-30 | 1 | -5/+17 |
| | |||||
* | fixed GL_INTENSITY error checking bug | Brian Paul | 2000-06-27 | 1 | -1/+2 |
| | |||||
* | Added FREE(depth) in error clause before return | Brian Paul | 2000-06-22 | 1 | -1/+2 |
| | |||||
* | fixed alignment bug in _mesa_image_row_stride() | Brian Paul | 2000-05-19 | 1 | -5/+8 |
| | |||||
* | more GL_EXT_convolution work | Brian Paul | 2000-05-10 | 1 | -3/+3 |
| | |||||
* | implemented GL_EXT_histogram extension | Brian Paul | 2000-05-04 | 1 | -10/+22 |
| | |||||
* | more color table and imaging work | Brian Paul | 2000-04-18 | 1 | -39/+311 |
| | |||||
* | work on GL_SGI_color_table | Brian Paul | 2000-04-17 | 1 | -11/+29 |
| | |||||
* | cleaned up whitespace | Brian Paul | 2000-04-15 | 1 | -41/+41 |
| | |||||
* | more work on GL_SGI_color_table, pixel transfer code clean-up | Brian Paul | 2000-04-12 | 1 | -278/+285 |
| | |||||
* | added GL_SGI_color_matrix extension | Brian Paul | 2000-04-08 | 1 | -5/+11 |
| | |||||
* | added missing GL_INTENSITY case in _mesa_components_in_format() | Brian Paul | 2000-03-29 | 1 | -1/+2 |
| | |||||
* | made _mesa_native_packing const | Brian Paul | 2000-03-21 | 1 | -2/+2 |
| | |||||
* | changed imaging functions to _mesa_ prefix | Brian Paul | 2000-03-21 | 1 | -54/+60 |
| | |||||
* | added _mesa_image_row_stride() | Brian Paul | 2000-03-21 | 1 | -1/+39 |
| | |||||
* | fixed compiler warnings on BeOS R4 | Brian Paul | 2000-03-19 | 1 | -4/+4 |
| | |||||
* | fixed polygon stipple packing/unpacking | Brian Paul | 2000-03-13 | 1 | -30/+123 |
| | |||||
* | runtime selectable depth buffer depth | Brian Paul | 2000-03-03 | 1 | -2/+3 |
| | |||||
* | fixed bug in GL_UNSIGNED_INT_10_10_10_2 unpacking | Brian Paul | 2000-02-21 | 1 | -11/+25 |
| | |||||
* | init a few vars to silence compiler warnings | Brian Paul | 2000-01-13 | 1 | -1/+3 |
| | |||||
* | minor clean-up in _mesa_unpack_ubyte_color_span() | Brian Paul | 2000-01-05 | 1 | -5/+3 |
| | |||||
* | first big check-in of new Mesa 3.3 code | Brian Paul | 1999-11-11 | 1 | -1181/+337 |
| | |||||
* | clean-up of header includes (Daryll) | Brian Paul | 1999-11-08 | 1 | -4/+1 |
| | |||||
* | added another fast-path in _mesa_unpack_ubyte_color_spa(), more comments | Brian Paul | 1999-11-03 | 1 | -6/+9 |
| | |||||
* | new texture image processing | Brian Paul | 1999-11-03 | 1 | -1/+1187 |
| | |||||
* | fixed stupid error in GL_RGA case in gl_pack_rgba_span() | Brian Paul | 1999-10-26 | 1 | -5/+5 |
| | |||||
* | fixed byteswapping bug in gl_pack_rgba_span() | Brian Paul | 1999-10-22 | 1 | -10/+11 |
| | |||||
* | added optimized GL_RGB, GL_UNSIGNED_BYTE case to gl_pack_rgba_span) | Brian Paul | 1999-10-22 | 1 | -2/+14 |
| | |||||
* | added more format/type error checking code | Brian Paul | 1999-10-19 | 1 | -3/+41 |
| | |||||
* | removed GL_ prefix from memory macros | Brian Paul | 1999-10-13 | 1 | -15/+15 |
| | |||||
* | now using GL_MALLOC, GL_FREE | Brian Paul | 1999-10-10 | 1 | -2/+2 |
| | |||||
* | now using GL_MALLOC, GL_FREE | Brian Paul | 1999-10-10 | 1 | -14/+14 |
| | |||||
* | Fixed includes & added a few hooks for the DRI.kw-mesa-1 | Keith Whitwell | 1999-10-08 | 1 | -1/+5 |
| | |||||
* | removed unused GLcontext arg from a few functions | Brian Paul | 1999-09-15 | 1 | -5/+5 |
| | |||||
* | Initial revision | jtg | 1999-08-19 | 1 | -0/+2417 |