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
/
histogram.c
Age
Commit message (
Expand
)
Author
2003-06-05
Removed all RCS / CVS tags (Id, Header, Date, etc.) from everything.
Ian Romanick
2003-03-25
histogram code move, remove s_histogram.[ch] from Makefiles
Brian Paul
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
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
fixed glitches in error checking of imaging extensions
Brian Paul
2001-02-17
Changed FetchTexel() function pointer arguments.
Brian Paul
2001-01-30
added packed types to glGetMinMax and glGetHistogram error checks
Brian Paul
2000-12-26
Major rework of tnl module
Keith Whitwell
2000-12-13
fixed conformance problems in min/max and histogram result packing
Brian Paul
2000-12-10
generate GL_INVALID_OPERATION error for bad image format/type combinations
Brian Paul
2000-11-10
replaced _NEW_IMAGING with _NEW_PIXEL
Brian Paul
2000-11-10
renamed imaging files to histogram since that's what's inside
Brian Paul