aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/intel_buffers.c
Commit message (Expand)AuthorAgeFilesLines
* [965] Enable EXT_framebuffer_object.Eric Anholt2007-12-201-587/+1
* [965] Use shared intel_regions.c.Eric Anholt2007-12-151-2/+2
* [intel] warnings cleanupEric Anholt2007-12-141-1/+1
* More vblank cleanups.Michel Dänzer2007-10-301-1/+1
* Refactor and fix core vblank supportJesse Barnes2007-10-291-0/+46
* [965] Remove AUB file support.Eric Anholt2007-09-271-6/+0
* Structure CopyPixels similarly to i915 do_texture_copypixels, to ease future ...Gary Wong2006-12-021-1/+1
* Add accelerated CopyPixels for non-overlapping, 1:1 blits.Eric Anholt2006-11-291-1/+1
* Remove x/y/width/height parameters from Clear functions.Brian Paul2006-11-011-26/+13
* Emit cliprects in the userspace driver as required, rather thanKeith Whitwell2006-10-231-0/+6
* Remove Driver.ResizeBuffers = _mesa_resize_framebuffer lines.Brian Paul2006-10-151-1/+0
* Add Intel i965G/Q DRI driver.Eric Anholt2006-08-091-0/+555