summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/i965/intel_tex_copy.c
AgeCommit message (Expand)AuthorFilesLines
2017-07-13i965: check pointer before dereferencing itLionel Landwerlin1-7/+7
2017-06-21i965: Remove spurious mutex frobbing around call to intel_miptree_blitIan Romanick1-13/+6
2015-09-10i965: Fix typos in licenseIan Romanick1-2/+2
2015-09-10i965: Remove horizontal bars from file header commentsIan Romanick1-4/+2
2015-09-07i965: Disallow fast blit paths for CopyTexImage with PixelTransfer opsChris Wilson1-0/+4
2015-04-14i965: replace __FUNCTION__ with __func__Marius Predut1-2/+2
2015-01-08main: Moved _mesa_lock_texture and _mesa_unlock_texture to texobj.h from texi...Laura Ekstrand1-0/+1
2014-08-15i965: Implement fast color clears using meta operationsKristian Høgsberg1-9/+12
2014-05-01i965: Delete the intel_regions.c code.Eric Anholt1-1/+0
2014-04-10i965: Account for view parameters in blit CTSI pathChris Forbes1-2/+7
2014-01-17s/Tungsten Graphics/VMware/José Fonseca1-2/+2
2013-12-05i965: Drop trailing whitespace from the rest of the driver.Kenneth Graunke1-5/+5
2013-07-09i965: Move intel_context::perf_debug to brw_context.Kenneth Graunke1-1/+0
2013-07-09i965: Pass brw_context to functions rather than intel_context.Kenneth Graunke1-5/+6
2013-07-09i965: Replace #include "intel_context.h" with brw_context.h.Kenneth Graunke1-1/+0
2013-06-28i965: Drop #ifdef I915 code.Eric Anholt1-4/+0
2013-06-26i965: Move the remaining intel code to the i965 directory.Eric Anholt1-1/+132
2007-12-20[965] Enable EXT_framebuffer_object.Eric Anholt1-0/+1