index
:
android-x86-mesa.git
envsa_r300
froyo-x86
r300
Androïd/x86 port of Mesa drivers
Hugues Hiegel
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
mesa
/
main
/
image.c
Age
Commit message (
Expand
)
Author
2003-03-01
Killed mmath.[ch]. Moved low-level functions/assembly code into imports.[ch]
Brian Paul
2002-10-24
Header file clean-up:
Brian Paul
2002-09-21
GL_MESA_pack_invert
Brian Paul
2002-09-21
updates from 4.0.4 (MESA_ycbcr_texture, APPLE_client_storage, etc)
Brian Paul
2002-04-26
replaced GLshort with GLushort in _mesa_sizeof_packed_type()
Brian Paul
2002-03-19
Use MESA_PBUFFER_ALLOC/FREE macros to allocate all framebuffer and texture
Brian Paul
2002-03-13
added _mesa_image_image_stride()
Brian Paul
2001-07-14
more work on float colors (still not finished)
Brian Paul
2001-06-13
fixed an assertion
Brian Paul
2001-05-16
use DEFARRAY, etc macros to work around 32k data limit on Macs (Tom Goon)
Brian Paul
2001-05-15
_mesa_pack_index_span() was broken for non-GLubyte datatypes
Brian Paul
2001-04-04
GL_INTENSITY case was incorrect in extract_float_rgba()
Brian Paul
2001-03-07
fixed a bunch of g++ warnings/errors. Compiling with g++ can help find lots ...
Brian Paul
2001-03-03
lots of gl_*() to _mesa_*() namespace clean-up
Brian Paul
2001-02-17
Changed FetchTexel() function pointer arguments.
Brian Paul
2001-02-16
moved depth/index/stencil span packing into image.c
Brian Paul
2001-02-13
removed bogus assertions
Brian Paul
2001-01-23
Replaced struct gl_visual with struct __GLcontextModesRec from glcore.h.
Brian Paul
2001-01-03
More color macro clean-ups.
Brian Paul
2001-01-02
Removed fixed.h (GLfixed now in mtypes.h, fixed-pt macros in mmath.h)
Brian Paul
2000-11-28
Pass scale and bias values to _mesa_scale_and_bias_rgba().
Brian Paul
2000-11-22
Committing in .
Jouk Jansen
2000-11-10
renamed imaging files to histogram since that's what's inside
Brian Paul
2000-11-09
GL_BGR case was misplaced in _mesa_is_legal_format_and_type() (Jeff Hartmann)
Brian Paul
2000-10-30
Removed UPDATE_IMAGE_TRANSFER_STATE, use _NEW_PIXEL flag instead.
Brian Paul
2000-10-29
More GLchan color channel changes.
Brian Paul
2000-10-28
New colormac.h file for color-related macros.
Brian Paul
2000-10-05
drawing color-index image to RGB window was broken
Brian Paul
2000-09-26
First batch of OpenGL SI related changes:
Brian Paul
2000-09-14
updated comments
Brian Paul
2000-09-12
packing of GLushort packed types was broken
Brian Paul
2000-08-31
renamed some variables
Brian Paul
2000-08-30
added _mesa_pack_float_rgba_span()
Brian Paul
2000-08-29
updated some comments
Brian Paul
2000-08-21
implemented new ImageTransferState bitmask
Brian Paul
2000-06-30
enabled GL_POST_CONVOLUTION_COLOR_TABLE
Brian Paul
2000-06-27
fixed GL_INTENSITY error checking bug
Brian Paul
2000-06-22
Added FREE(depth) in error clause before return
Brian Paul
2000-05-19
fixed alignment bug in _mesa_image_row_stride()
Brian Paul
2000-05-10
more GL_EXT_convolution work
Brian Paul
2000-05-04
implemented GL_EXT_histogram extension
Brian Paul
2000-04-18
more color table and imaging work
Brian Paul
2000-04-17
work on GL_SGI_color_table
Brian Paul
2000-04-15
cleaned up whitespace
Brian Paul
2000-04-12
more work on GL_SGI_color_table, pixel transfer code clean-up
Brian Paul
2000-04-08
added GL_SGI_color_matrix extension
Brian Paul
2000-03-29
added missing GL_INTENSITY case in _mesa_components_in_format()
Brian Paul
2000-03-21
made _mesa_native_packing const
Brian Paul
2000-03-21
changed imaging functions to _mesa_ prefix
Brian Paul
2000-03-21
added _mesa_image_row_stride()
Brian Paul
[next]