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 (
Collapse
)
Author
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
2000-03-19
fixed compiler warnings on BeOS R4
Brian Paul
2000-03-13
fixed polygon stipple packing/unpacking
Brian Paul
2000-03-03
runtime selectable depth buffer depth
Brian Paul
2000-02-21
fixed bug in GL_UNSIGNED_INT_10_10_10_2 unpacking
Brian Paul
2000-01-13
init a few vars to silence compiler warnings
Brian Paul
2000-01-05
minor clean-up in _mesa_unpack_ubyte_color_span()
Brian Paul
1999-11-11
first big check-in of new Mesa 3.3 code
Brian Paul
1999-11-08
clean-up of header includes (Daryll)
Brian Paul
1999-11-03
added another fast-path in _mesa_unpack_ubyte_color_spa(), more comments
Brian Paul
1999-11-03
new texture image processing
Brian Paul
1999-10-26
fixed stupid error in GL_RGA case in gl_pack_rgba_span()
Brian Paul
1999-10-22
fixed byteswapping bug in gl_pack_rgba_span()
Brian Paul
1999-10-22
added optimized GL_RGB, GL_UNSIGNED_BYTE case to gl_pack_rgba_span)
Brian Paul
1999-10-19
added more format/type error checking code
Brian Paul
1999-10-13
removed GL_ prefix from memory macros
Brian Paul
1999-10-10
now using GL_MALLOC, GL_FREE
Brian Paul
1999-10-10
now using GL_MALLOC, GL_FREE
Brian Paul
1999-10-08
Fixed includes & added a few hooks for the DRI.
Keith Whitwell
1999-09-15
removed unused GLcontext arg from a few functions
Brian Paul
1999-08-19
Initial revision
jtg