Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-06-23 | intel: Avoid trying to do blits to Y tiled regions. | Eric Anholt | |
This is somewhat nasty, but we need to do Y-tiled depth for FBO support. May help with corruption and hangs since enabling texture tiling, and since switching depth textures to Y tiled. Fixes piglit depthtex.c on 965. | |||
2009-06-22 | i965: Fix warnings in intel_pixel_read.c. | Eric Anholt | |
2009-06-22 | intel: Fix glReadPixels regression since changing context init order. | Michel Dänzer | |
Fixes regression in dd26899ca39111e0866afed9df94bfb1618dd363 that also affected some PBO operations. | |||
2009-06-19 | intel: Update Mesa state before span setup in glReadPixels. | Eric Anholt | |
We could have mapped the wrong set of draw buffers. Noticed while looking into a DRI2 glean ReadPixels issue. | |||
2009-06-19 | intel: Move intel_pixel_read.c to shared for use with i965. | Eric Anholt | |