summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/i915/intel_pixel_copy.c
AgeCommit message (Expand)AuthorFilesLines
2006-05-23Copying overlapping rects works if they are in different buffers...Keith Whitwell1-11/+12
2006-03-29silence debug messagestexman_0_1_20060330Keith Whitwell1-2/+5
2006-03-24no need to pass ctx to _mesa_clip_to_region()Brian Paul1-2/+2
2006-03-20Created new intel_buffers.h file with appropriate prototypes.Brian Paul1-0/+1
2006-03-20Replace intel_clip_to_framebuffer(), intel_clip_to_drawable(), andBrian Paul1-2/+5
2006-03-13Clear optimizations.Keith Whitwell1-1/+2
2006-03-05Move over to libdrm.Thomas Hellström1-1/+1
2006-03-01Port the i830 driver to the texture manager. Compiles but not tested.Keith Whitwell1-7/+39
2006-02-27Remove the flags argument for intel_meta_draw_quad(). 3D primitivesKeith Whitwell1-2/+1
2006-02-27Texture copypixels, fixes to blit path also.Keith Whitwell1-28/+45
2006-02-27Fix drawpixels window coordinate calculation.Keith Whitwell1-0/+4
2006-02-26- Use a raw buffer id rather than an intel_region struct for textureKeith Whitwell1-3/+21
2006-02-26First pass at using the texture engine for copypixels. Currently onlyKeith Whitwell1-55/+55
2006-02-24Hook up buffer_objects implementation to DrawPixels for testing.Keith Whitwell1-1/+1
2006-02-23Fix clipping for copypixelKeith Whitwell1-40/+115
2006-02-22Introduce fixup/relocation lists for dma buffers.Keith Whitwell1-0/+196