summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/image.c
Commit message (Expand)AuthorAgeFilesLines
* Some groundwork for supporting GLhalf datatype.Brian Paul2003-11-181-0/+160
* fix a few more glitches from last big check-inBrian Paul2003-07-231-6/+6
* Merge Jose's documentation and core Mesa changes from embedded branchKeith Whitwell2003-07-171-75/+104
* Removed all RCS / CVS tags (Id, Header, Date, etc.) from everything.Ian Romanick2003-06-051-1/+0
* Killed mmath.[ch]. Moved low-level functions/assembly code into imports.[ch]Brian Paul2003-03-011-4/+9
* Header file clean-up:Brian Paul2002-10-241-8/+2
* GL_MESA_pack_invertBrian Paul2002-09-211-6/+24
* updates from 4.0.4 (MESA_ycbcr_texture, APPLE_client_storage, etc)Brian Paul2002-09-211-2/+20
* replaced GLshort with GLushort in _mesa_sizeof_packed_type()Brian Paul2002-04-261-8/+8
* Use MESA_PBUFFER_ALLOC/FREE macros to allocate all framebuffer and textureBrian Paul2002-03-191-38/+116
* added _mesa_image_image_stride()Brian Paul2002-03-131-3/+43
* more work on float colors (still not finished)Brian Paul2001-07-141-1/+14
* fixed an assertionBrian Paul2001-06-131-2/+2
* use DEFARRAY, etc macros to work around 32k data limit on Macs (Tom Goon)Brian Paul2001-05-161-6/+22
* _mesa_pack_index_span() was broken for non-GLubyte datatypesBrian Paul2001-05-151-7/+7
* GL_INTENSITY case was incorrect in extract_float_rgba()Brian Paul2001-04-041-3/+2
* fixed a bunch of g++ warnings/errors. Compiling with g++ can help find lots ...Brian Paul2001-03-071-12/+11
* lots of gl_*() to _mesa_*() namespace clean-upBrian Paul2001-03-031-20/+20
* Changed FetchTexel() function pointer arguments.Brian Paul2001-02-171-29/+13
* moved depth/index/stencil span packing into image.cBrian Paul2001-02-161-2/+368
* removed bogus assertionsBrian Paul2001-02-131-7/+1
* Replaced struct gl_visual with struct __GLcontextModesRec from glcore.h.Brian Paul2001-01-231-4/+4
* More color macro clean-ups.Brian Paul2001-01-031-7/+7
* Removed fixed.h (GLfixed now in mtypes.h, fixed-pt macros in mmath.h)Brian Paul2001-01-021-17/+17
* Pass scale and bias values to _mesa_scale_and_bias_rgba().Brian Paul2000-11-281-4/+52
* Committing in .Jouk Jansen2000-11-221-13/+13
* renamed imaging files to histogram since that's what's insideBrian Paul2000-11-101-2/+2
* GL_BGR case was misplaced in _mesa_is_legal_format_and_type() (Jeff Hartmann)Brian Paul2000-11-091-2/+2
* Removed UPDATE_IMAGE_TRANSFER_STATE, use _NEW_PIXEL flag instead.Brian Paul2000-10-301-2/+2
* More GLchan color channel changes.Brian Paul2000-10-291-283/+277
* New colormac.h file for color-related macros.Brian Paul2000-10-281-1/+2
* 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
* 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