Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-01-05 | mesa: Include mtypes.h in files that use gl_context struct. | Vinson Lee | |
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. | |||
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 |