index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
mesa
/
drivers
/
dri
/
i965
/
intel_blit.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
i965: Prevent coordinate overflow in intel_emit_linear_blit
Chris Wilson
2015-09-01
1
-38
/
+34
*
Delete duplicate function is_power_of_two() and use _mesa_is_pow_two()
Anuj Phogat
2015-07-29
1
-4
/
+4
*
i965: Optimize batchbuffer macros.
Matt Turner
2015-07-15
1
-9
/
+10
*
i965/skl: Extract the blit command setup in to a helper
Anuj Phogat
2015-06-29
1
-32
/
+61
*
i965/gen9: Add XY_FAST_COPY_BLT support to intelEmitCopyBlit()
Anuj Phogat
2015-06-29
1
-50
/
+254
*
i965: Rename intel_emit* to reflect their new location in brw_pipe_control
Chris Wilson
2015-06-24
1
-3
/
+3
*
i965: Remove break after return
Anuj Phogat
2015-06-15
1
-3
/
+0
*
i965: Export format comparison for blitting between miptrees
Chris Wilson
2015-06-08
1
-3
/
+3
*
i915: Blit RGBX<->RGBA drawpixels
Chris Wilson
2015-06-08
1
-7
/
+29
*
i965: Fix HW blitter pitch limits
Chris Wilson
2015-06-08
1
-5
/
+14
*
i965: Disallow linear blits that are not cacheline aligned.
Kenneth Graunke
2015-04-23
1
-8
/
+19
*
i965: Make intel_emit_linear_blit handle Gen8+ alignment restrictions.
Kenneth Graunke
2015-04-23
1
-8
/
+14
*
i965: replace __FUNCTION__ with __func__
Marius Predut
2015-04-14
1
-4
/
+4
*
i965: Add more stringent blitter assertions
Ben Widawsky
2015-02-07
1
-0
/
+3
*
i965: Consolidate some of the intel_blit logic
Ben Widawsky
2015-02-07
1
-20
/
+8
*
i965: Require pixel alignment for GPU copy blit
Cody Northrop
2014-12-16
1
-2
/
+3
*
i965/gen8: Check correct number of blitter dwords
Ben Widawsky
2014-12-11
1
-6
/
+6
*
i965: Use unreachable() instead of unconditional assert().
Matt Turner
2014-07-01
1
-2
/
+1
*
i965: Delete the intel_regions.c code.
Eric Anholt
2014-05-01
1
-1
/
+0
*
i965: Drop use of intel_region from miptrees.
Eric Anholt
2014-05-01
1
-18
/
+17
*
i965: Fix the region's pitch condition to use blitter
Anuj Phogat
2014-02-26
1
-3
/
+3
*
i965: Don't forget to subtract mt->first_level in minify calls.
Kenneth Graunke
2014-02-26
1
-2
/
+2
*
i965: Don't try to use the hardware blitter for multisampled miptrees.
Kenneth Graunke
2014-02-23
1
-0
/
+4
*
i965: Drop mt->levels[].width/height.
Eric Anholt
2014-02-18
1
-2
/
+2
*
mesa: Rename 4 color component unsigned byte MESA_FORMATs
Mark Mueller
2014-01-27
1
-6
/
+6
*
mesa: change gl_format to mesa_format
Mark Mueller
2014-01-27
1
-2
/
+2
*
i965: Update blitter code for 48-bit addresses.
Kenneth Graunke
2014-01-20
1
-16
/
+48
*
s/Tungsten Graphics/VMware/
José Fonseca
2014-01-17
1
-2
/
+2
*
i965: Use SET_FIELD to safety check our x/y offsets in blits.
Eric Anholt
2014-01-09
1
-7
/
+8
*
i965: Add a safety check for emitting blits.
Eric Anholt
2014-01-09
1
-0
/
+4
*
i965: Don't call the blitter on addresses it can't handle.
Eric Anholt
2014-01-09
1
-0
/
+20
*
i965: Replace OUT_RELOC_FENCED with OUT_RELOC.
Kenneth Graunke
2013-12-09
1
-12
/
+10
*
i965: Drop trailing whitespace from the rest of the driver.
Kenneth Graunke
2013-12-05
1
-5
/
+5
*
i965: Convert brw->batch.is_blit to a BLT_RING/RENDER_RING enum.
Kenneth Graunke
2013-11-21
1
-3
/
+3
*
i965: Fix logic_op check.
Vinson Lee
2013-11-03
1
-2
/
+1
*
i965: Delete the BATCH_LOCALS macro.
Kenneth Graunke
2013-08-01
1
-2
/
+0
*
i965: Delete intel_context entirely.
Kenneth Graunke
2013-07-09
1
-2
/
+1
*
i965: Move intel_context::gen and gt fields to brw_context.
Kenneth Graunke
2013-07-09
1
-4
/
+2
*
i965: Move intel_context::perf_debug to brw_context.
Kenneth Graunke
2013-07-09
1
-1
/
+0
*
i965: Move intel_context::batch to brw_context.
Kenneth Graunke
2013-07-09
1
-3
/
+2
*
i965: Pass brw_context to functions rather than intel_context.
Kenneth Graunke
2013-07-09
1
-28
/
+30
*
i965: Replace #include "intel_context.h" with brw_context.h.
Kenneth Graunke
2013-07-09
1
-1
/
+1
*
i965: Drop i915-specific blit clear code.
Eric Anholt
2013-06-28
1
-178
/
+0
*
i965: Drop #ifdef I915 code.
Eric Anholt
2013-06-28
1
-8
/
+0
*
i965: Move the remaining intel code to the i965 directory.
Eric Anholt
2013-06-26
1
-1
/
+770
*
[965] Enable EXT_framebuffer_object.
Eric Anholt
2007-12-20
1
-617
/
+1
*
[965] Replace our own depth constants in intel context with GL context ones.
Eric Anholt
2007-12-17
1
-1
/
+1
*
[intel] Cleanup of */intel_blit.c to bring the two closer.
Eric Anholt
2007-12-17
1
-173
/
+176
*
[965] Convert the driver to dri_bufmgr interface and enable TTM.
Eric Anholt
2007-12-07
1
-10
/
+18
*
[965] Convert DBG macro to use FILE_DEBUG_FLAG like i915.
Eric Anholt
2007-11-19
1
-2
/
+1
[next]