Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-12-02 | mesa: replace more MAX_WIDTH stack allocations with heap allocations | Brian Paul | |
2010-12-02 | mesa: replace large/MAX_WIDTH stack allocations with heap allocations | Brian Paul | |
2010-11-07 | mesa: rename vars in pixel pack/unpack code | Brian Paul | |
2010-11-07 | mesa: consolidate pixel packing/unpacking code | Brian Paul | |
2010-11-03 | mesa: code to unpack RGBA as uints | Brian Paul | |
2010-10-23 | mesa: add pixel packing for unscaled integer types | Brian Paul | |
And add some missing GL_RG cases. | |||
2010-10-23 | mesa: split up the image.c file | Brian Paul | |
New files: pack.c - image/row packing/unpacking functions pixeltransfer.c - pixel scale/bias/lookup functions |