summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/intel_blit.c
Commit message (Expand)AuthorAgeFilesLines
...
* i965: Convert brw->batch.is_blit to a BLT_RING/RENDER_RING enum.Kenneth Graunke2013-11-211-3/+3
* i965: Fix logic_op check.Vinson Lee2013-11-031-2/+1
* i965: Delete the BATCH_LOCALS macro.Kenneth Graunke2013-08-011-2/+0
* i965: Delete intel_context entirely.Kenneth Graunke2013-07-091-2/+1
* i965: Move intel_context::gen and gt fields to brw_context.Kenneth Graunke2013-07-091-4/+2
* i965: Move intel_context::perf_debug to brw_context.Kenneth Graunke2013-07-091-1/+0
* i965: Move intel_context::batch to brw_context.Kenneth Graunke2013-07-091-3/+2
* i965: Pass brw_context to functions rather than intel_context.Kenneth Graunke2013-07-091-28/+30
* i965: Replace #include "intel_context.h" with brw_context.h.Kenneth Graunke2013-07-091-1/+1
* i965: Drop i915-specific blit clear code.Eric Anholt2013-06-281-178/+0
* i965: Drop #ifdef I915 code.Eric Anholt2013-06-281-8/+0
* i965: Move the remaining intel code to the i965 directory.Eric Anholt2013-06-261-1/+770
* [965] Enable EXT_framebuffer_object.Eric Anholt2007-12-201-617/+1
* [965] Replace our own depth constants in intel context with GL context ones.Eric Anholt2007-12-171-1/+1
* [intel] Cleanup of */intel_blit.c to bring the two closer.Eric Anholt2007-12-171-173/+176
* [965] Convert the driver to dri_bufmgr interface and enable TTM.Eric Anholt2007-12-071-10/+18
* [965] Convert DBG macro to use FILE_DEBUG_FLAG like i915.Eric Anholt2007-11-191-2/+1
* More vblank cleanups.Michel Dänzer2007-10-301-3/+2
* Refactor and fix core vblank supportJesse Barnes2007-10-291-1/+2
* [965] Replace various alignment code with a shared ALIGN() macro.Eric Anholt2007-10-041-1/+1
* Replace bmBufferOffset usage in batchbuffer setup with OUT_RELOC.Eric Anholt2007-10-041-12/+18
* Replace duplicated intel_reg.h with a shared header.Eric Anholt2007-10-041-19/+10
* Replace some structure-based batch preparation with plain OUT_BATCH.Eric Anholt2007-10-041-31/+24
* Revert "WIP 965 conversion to dri_bufmgr."Eric Anholt2007-09-271-9/+7
* WIP 965 conversion to dri_bufmgr.Eric Anholt2007-09-271-7/+9
* fix LogicOp/bitmap problem, bug 11133Eric Anholt2007-07-041-2/+5
* i965: xdemos/glxthreads get: Assertion `block->fenced' failed (9201)Zou Nan hai2007-01-061-2/+2
* Gary Wong's patches for CopyPixels Logiop (enable) and BlendKeith Whitwell2006-11-211-5/+33
* Remove x/y/width/height parameters from Clear functions.Brian Paul2006-11-011-16/+11
* Accelerate glBitmap with a color expand blit. Nice speedup for demosKeith Whitwell2006-10-051-0/+96
* Explicit test for +ve pitches in intelEmitCopyBlit()Keith Whitwell2006-09-221-8/+4
* Add a comment about the interactions of negative pitches, overlappingKeith Whitwell2006-09-201-0/+8
* Broadwater seems to prefer this style of blitting.Keith Whitwell2006-09-201-4/+1
* Add Intel i965G/Q DRI driver.Eric Anholt2006-08-091-0/+494