Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | mesa: Include mtypes.h in files that use gl_context struct. | Vinson Lee | 2011-01-05 | 1 | -0/+1 |
| | | | | | | Directly include mtypes.h if a file uses a gl_context struct. This allows future removal of headers that are not strictly necessary but indirectly include mtypes.h for a file. | ||||
* | mesa: replace more MAX_WIDTH stack allocations with heap allocations | Brian Paul | 2010-12-02 | 1 | -31/+104 |
| | |||||
* | mesa: replace large/MAX_WIDTH stack allocations with heap allocations | Brian Paul | 2010-12-02 | 1 | -4/+34 |
| | |||||
* | mesa: rename vars in pixel pack/unpack code | Brian Paul | 2010-11-07 | 1 | -403/+397 |
| | |||||
* | mesa: consolidate pixel packing/unpacking code | Brian Paul | 2010-11-07 | 1 | -397/+244 |
| | |||||
* | mesa: code to unpack RGBA as uints | Brian Paul | 2010-11-03 | 1 | -0/+780 |
| | |||||
* | mesa: add pixel packing for unscaled integer types | Brian Paul | 2010-10-23 | 1 | -5/+496 |
| | | | | And add some missing GL_RG cases. | ||||
* | mesa: split up the image.c file | Brian Paul | 2010-10-23 | 1 | -0/+3848 |
New files: pack.c - image/row packing/unpacking functions pixeltransfer.c - pixel scale/bias/lookup functions |