summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/i965/intel_blit.c
AgeCommit message (Expand)AuthorFilesLines
2013-07-09i965: Delete intel_context entirely.Kenneth Graunke1-2/+1
2013-07-09i965: Move intel_context::gen and gt fields to brw_context.Kenneth Graunke1-4/+2
2013-07-09i965: Move intel_context::perf_debug to brw_context.Kenneth Graunke1-1/+0
2013-07-09i965: Move intel_context::batch to brw_context.Kenneth Graunke1-3/+2
2013-07-09i965: Pass brw_context to functions rather than intel_context.Kenneth Graunke1-28/+30
2013-07-09i965: Replace #include "intel_context.h" with brw_context.h.Kenneth Graunke1-1/+1
2013-06-28i965: Drop i915-specific blit clear code.Eric Anholt1-178/+0
2013-06-28i965: Drop #ifdef I915 code.Eric Anholt1-8/+0
2013-06-26i965: Move the remaining intel code to the i965 directory.Eric Anholt1-1/+770
2007-12-20[965] Enable EXT_framebuffer_object.Eric Anholt1-617/+1
2007-12-17[965] Replace our own depth constants in intel context with GL context ones.Eric Anholt1-1/+1
2007-12-17[intel] Cleanup of */intel_blit.c to bring the two closer.Eric Anholt1-173/+176
2007-12-07[965] Convert the driver to dri_bufmgr interface and enable TTM.Eric Anholt1-10/+18
2007-11-19[965] Convert DBG macro to use FILE_DEBUG_FLAG like i915.Eric Anholt1-2/+1
2007-10-30More vblank cleanups.Michel Dänzer1-3/+2
2007-10-29Refactor and fix core vblank supportJesse Barnes1-1/+2
2007-10-04[965] Replace various alignment code with a shared ALIGN() macro.Eric Anholt1-1/+1
2007-10-04Replace bmBufferOffset usage in batchbuffer setup with OUT_RELOC.Eric Anholt1-12/+18
2007-10-04Replace duplicated intel_reg.h with a shared header.Eric Anholt1-19/+10
2007-10-04Replace some structure-based batch preparation with plain OUT_BATCH.Eric Anholt1-31/+24
2007-09-27Revert "WIP 965 conversion to dri_bufmgr."Eric Anholt1-9/+7
2007-09-27WIP 965 conversion to dri_bufmgr.Eric Anholt1-7/+9
2007-07-04fix LogicOp/bitmap problem, bug 11133Eric Anholt1-2/+5
2007-01-06i965: xdemos/glxthreads get: Assertion `block->fenced' failed (9201)Zou Nan hai1-2/+2
2006-11-21Gary Wong's patches for CopyPixels Logiop (enable) and BlendKeith Whitwell1-5/+33
2006-11-01Remove x/y/width/height parameters from Clear functions.Brian Paul1-16/+11
2006-10-05Accelerate glBitmap with a color expand blit. Nice speedup for demosKeith Whitwell1-0/+96
2006-09-22Explicit test for +ve pitches in intelEmitCopyBlit()Keith Whitwell1-8/+4
2006-09-20Add a comment about the interactions of negative pitches, overlappingKeith Whitwell1-0/+8
2006-09-20Broadwater seems to prefer this style of blitting.Keith Whitwell1-4/+1
2006-08-09Add Intel i965G/Q DRI driver.Eric Anholt1-0/+494