summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/i965/intel_buffers.c
AgeCommit message (Expand)AuthorFilesLines
2015-10-06mesa/i965: Refactor brw_is_front_buffer_{drawing,reading} to common codeIan Romanick1-22/+2
2015-09-10i965: Fix typos in licenseIan Romanick1-2/+2
2015-09-10i965: Remove horizontal bars from file header commentsIan Romanick1-4/+2
2014-05-06i965: Always intel_prepare_render() after invalidating front buffers.Kenneth Graunke1-0/+2
2014-03-11i965: Drop intel_check_front_buffer_rendering().Eric Anholt1-18/+0
2014-03-11i965: Drop broken front_buffer_reading/drawing optimization.Eric Anholt1-17/+27
2014-03-11intel: When checking for updating front buffer reading, use the right fb.Eric Anholt1-1/+1
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: Delete intel_context entirely.Kenneth Graunke1-1/+1
2013-07-09i965: Shorten context base class dereference chains.Kenneth Graunke1-2/+2
2013-07-09i965: Move intel_context::driContext to brw_context.Kenneth Graunke1-4/+2
2013-07-09i965: Move front buffer rendering fields from intel_context to brw.Kenneth Graunke1-11/+10
2013-07-09i965: Pass brw_context to functions rather than intel_context.Kenneth Graunke1-1/+2
2013-07-09i965: Replace #include "intel_context.h" with brw_context.h.Kenneth Graunke1-1/+1
2013-07-03i965: Remove some dead code.Kenneth Graunke1-14/+0
2013-06-28i965: Drop code for calling the empty brw_update_draw_buffers() hook.Eric Anholt1-2/+0
2013-06-26i965: Move the remaining intel code to the i965 directory.Eric Anholt1-1/+118
2007-12-20[965] Enable EXT_framebuffer_object.Eric Anholt1-587/+1
2007-12-15[965] Use shared intel_regions.c.Eric Anholt1-2/+2
2007-12-14[intel] warnings cleanupEric Anholt1-1/+1
2007-10-30More vblank cleanups.Michel Dänzer1-1/+1
2007-10-29Refactor and fix core vblank supportJesse Barnes1-0/+46
2007-09-27[965] Remove AUB file support.Eric Anholt1-6/+0
2006-12-02Structure CopyPixels similarly to i915 do_texture_copypixels, to ease future ...Gary Wong1-1/+1
2006-11-29Add accelerated CopyPixels for non-overlapping, 1:1 blits.Eric Anholt1-1/+1
2006-11-01Remove x/y/width/height parameters from Clear functions.Brian Paul1-26/+13
2006-10-23Emit cliprects in the userspace driver as required, rather thanKeith Whitwell1-0/+6
2006-10-15Remove Driver.ResizeBuffers = _mesa_resize_framebuffer lines.Brian Paul1-1/+0
2006-08-09Add Intel i965G/Q DRI driver.Eric Anholt1-0/+555