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
/
pixel.c
Age
Commit message (
Expand
)
Author
2002-09-21
updates from 4.0.4 (MESA_ycbcr_texture, APPLE_client_storage, etc)
Brian Paul
2002-04-24
test mapsize against 1, not 0 in glPixelMap()
Brian Paul
2001-12-18
Replace old matrix stacks with new code based on struct matrix_stack.
Brian Paul
2001-12-04
fixed potential array overwrite problem
Brian Paul
2001-09-18
compiler warnings
Karl Schultz
2001-07-13
assorted changes for supporting GLfloat color channels (not done)
Brian Paul
2001-05-23
fix bug 426657: need to clamp RGBA before color table lookups
Brian Paul
2001-04-10
Added IROUND_POS() macro to mmath.h and use where appropriate. (Klaus Niederk...
Brian Paul
2001-03-12
Consistent copyright info (version number, date) across all files.
Gareth Hughes
2001-03-03
lots of gl_*() to _mesa_*() namespace clean-up
Brian Paul
2001-02-27
colortable w/ size=0 wasn't handled correctly
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
2000-12-26
Major rework of tnl module
Keith Whitwell
2000-12-13
improved precision of glReadPixels for colorbuffers < 24bpp
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-10-30
Removed UPDATE_IMAGE_TRANSFER_STATE, use _NEW_PIXEL flag instead.
Brian Paul
2000-10-30
Replace the flags Mesa was using for ctx->NewState with a new set
Keith Whitwell
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-28
Basic work to support deep color channels:
Brian Paul
2000-10-19
glPixelStore(GL_PACK/UNPACK_SKIP_IMAGES) wasn't handled correctly
Brian Paul
2000-08-21
implemented new ImageTransferState bitmask
Brian Paul
2000-05-07
Err, initial code for GL_EXT_convolution, not histogram
Brian Paul
2000-05-07
initial code for GL_EXT_histogram extension
Brian Paul
2000-04-17
dynamically allocate color table data, uses less memory
Brian Paul
2000-04-17
work on GL_SGI_color_table
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
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-10-30
added a few more scale/bias/lookup functions (for future use)
Brian Paul
1999-10-08
Fixed includes & added a few hooks for the DRI.
Keith Whitwell
1999-08-19
Initial revision
jtg
[prev]