Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2016-05-26 | glamor: Preserve GL_RED bits in R channel when destination is GL_RED [v2] | Keith Packard | 1 | -2/+1 |
2016-01-29 | glamor: Simplify the pixmap box looping. | Eric Anholt | 1 | -8/+8 |
2016-01-26 | glamor: Use GL_RED instead of GL_ALPHA if we have texture_swizzle (v3) | Keith Packard | 1 | -1/+1 |
2015-07-06 | glamor: Add an assert to catch the previous bug. | Eric Anholt | 1 | -0/+2 |
2015-03-24 | glamor: Use GL_FRAMEBUFFER instead of GL_READ_FRAMEBUFFER | Maarten Lankhorst | 1 | -1/+1 |
2015-03-24 | glamor: only use (un)pack_subimage when available | Maarten Lankhorst | 1 | -19/+36 |
2014-07-17 | glamor: Drop unnecessary glTexParameteri() in upload of texture data. | Eric Anholt | 1 | -3/+0 |
2014-07-17 | glamor: Use MIN/MAX macros to clean up glamor_transfer.c | Eric Anholt | 1 | -35/+10 |
2014-04-23 | glamor: Replace glamor_get/put_context() with just glamor_make_current(). | Eric Anholt | 1 | -4/+2 |
2014-04-03 | glamor: Add simple upload/download functions in glamor_transfer | Keith Packard | 1 | -0/+264 |