Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Consistent copyright info (version number, date) across all files. | Gareth Hughes | 2001-03-12 | 1 | -3/+3 |
| | |||||
* | lots of gl_*() to _mesa_*() namespace clean-up | Brian Paul | 2001-03-03 | 1 | -36/+36 |
| | |||||
* | fixed glitches in error checking of imaging extensions | Brian Paul | 2001-02-27 | 1 | -11/+11 |
| | |||||
* | Changed FetchTexel() function pointer arguments. | Brian Paul | 2001-02-17 | 1 | -6/+6 |
| | | | | | | | Implemented glGetTexImage(format=GL_COLOR_INDEX). Changed _mesa_unpack_depth_span() args. Minor changes/clean-ups in mtypes.h. Histogram counter component sizes were wrong. | ||||
* | added packed types to glGetMinMax and glGetHistogram error checks | Brian Paul | 2001-01-30 | 1 | -4/+28 |
| | |||||
* | Major rework of tnl module | Keith Whitwell | 2000-12-26 | 1 | -13/+37 |
| | | | | | | | New array_cache module Support 8 texture units in core mesa (now support 8 everywhere) Rework core mesa statechange operations to avoid flushing on many noop statechanges. | ||||
* | fixed conformance problems in min/max and histogram result packing | Brian Paul | 2000-12-13 | 1 | -139/+331 |
| | |||||
* | generate GL_INVALID_OPERATION error for bad image format/type combinations | Brian Paul | 2000-12-10 | 1 | -44/+11 |
| | |||||
* | replaced _NEW_IMAGING with _NEW_PIXEL | Brian Paul | 2000-11-10 | 1 | -5/+5 |
| | |||||
* | renamed imaging files to histogram since that's what's inside | Brian Paul | 2000-11-10 | 1 | -0/+828 |