summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/intel_buffers.c
Commit message (Expand)AuthorAgeFilesLines
* mesa/i965: Refactor brw_is_front_buffer_{drawing,reading} to common codeIan Romanick2015-10-061-22/+2
* i965: Fix typos in licenseIan Romanick2015-09-101-2/+2
* i965: Remove horizontal bars from file header commentsIan Romanick2015-09-101-4/+2
* i965: Always intel_prepare_render() after invalidating front buffers.Kenneth Graunke2014-05-061-0/+2
* i965: Drop intel_check_front_buffer_rendering().Eric Anholt2014-03-111-18/+0
* i965: Drop broken front_buffer_reading/drawing optimization.Eric Anholt2014-03-111-17/+27
* intel: When checking for updating front buffer reading, use the right fb.Eric Anholt2014-03-111-1/+1
* 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: Delete intel_context entirely.Kenneth Graunke2013-07-091-1/+1
* i965: Shorten context base class dereference chains.Kenneth Graunke2013-07-091-2/+2
* i965: Move intel_context::driContext to brw_context.Kenneth Graunke2013-07-091-4/+2
* i965: Move front buffer rendering fields from intel_context to brw.Kenneth Graunke2013-07-091-11/+10
* i965: Pass brw_context to functions rather than intel_context.Kenneth Graunke2013-07-091-1/+2
* 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-14/+0
* i965: Drop code for calling the empty brw_update_draw_buffers() hook.Eric Anholt2013-06-281-2/+0
* i965: Move the remaining intel code to the i965 directory.Eric Anholt2013-06-261-1/+118
* [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