summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/intel_blit.h
Commit message (Expand)AuthorAgeFilesLines
* i965: Fix typos in licenseIan Romanick2015-09-101-2/+2
* i965: Remove horizontal bars from file header commentsIan Romanick2015-09-101-4/+2
* i965/gen9: Add XY_FAST_COPY_BLT support to intelEmitCopyBlit()Anuj Phogat2015-06-291-13/+15
* i965: Export format comparison for blitting between miptreesChris Wilson2015-06-081-0/+2
* s/Tungsten Graphics/VMware/José Fonseca2014-01-171-2/+2
* i965: Drop trailing whitespace from the rest of the driver.Kenneth Graunke2013-12-051-5/+5
* i965: Pass brw_context to functions rather than intel_context.Kenneth Graunke2013-07-091-4/+4
* i965: Replace #include "intel_context.h" with brw_context.h.Kenneth Graunke2013-07-091-1/+1
* i965: Remove some dead code.Kenneth Graunke2013-07-031-3/+0
* i965: Drop i915-specific blit clear code.Eric Anholt2013-06-281-2/+0
* i965: Move the remaining intel code to the i965 directory.Eric Anholt2013-06-261-0/+83
* [965] Enable EXT_framebuffer_object.Eric Anholt2007-12-201-76/+0
* [965] Convert the driver to dri_bufmgr interface and enable TTM.Eric Anholt2007-12-071-6/+4
* More vblank cleanups.Michel Dänzer2007-10-301-1/+1
* Revert "WIP 965 conversion to dri_bufmgr."Eric Anholt2007-09-271-5/+5
* WIP 965 conversion to dri_bufmgr.Eric Anholt2007-09-271-5/+5
* fix LogicOp/bitmap problem, bug 11133Eric Anholt2007-07-041-1/+2
* Gary Wong's patches for CopyPixels Logiop (enable) and BlendKeith Whitwell2006-11-211-1/+2
* Remove x/y/width/height parameters from Clear functions.Brian Paul2006-11-011-2/+1
* Accelerate glBitmap with a color expand blit. Nice speedup for demosKeith Whitwell2006-10-051-0/+11
* Add Intel i965G/Q DRI driver.Eric Anholt2006-08-091-0/+66