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: add missing return in if statement
Thomas Hindoe Paaboel Andersen
2016-05-28
1
-0
/
+1
*
i965: Don't use fast copy blit in case of logical operations other than GL_COPY
Anuj Phogat
2016-05-26
1
-2
/
+7
*
i965/gen9: Remove the halign/valign field setup code in fast copy blit
Anuj Phogat
2016-05-26
1
-65
/
+0
*
i965: Add means for limiting color resolves
Topi Pohjolainen
2016-02-13
1
-2
/
+2
*
i965/gen9: Return false in place of assert in intelEmitCopyBlit()
Anuj Phogat
2016-01-05
1
-3
/
+4
*
i965/gen9: Remove regions overlap check in fast copy blit
Anuj Phogat
2016-01-05
1
-5
/
+0
*
i965/gen9: Don't use fast copy blit in case of non power of 2 cpp
Anuj Phogat
2016-01-05
1
-2
/
+4
*
i965: remove unneeded #include of colormac.h
Mark Janes
2015-10-06
1
-1
/
+0
*
i965/gen9: Add a condition for starting pixel in fast copy blit
Anuj Phogat
2015-09-28
1
-0
/
+4
*
i965/gen9: Fix {src, dst}_pitch alignment check for XY_FAST_COPY_BLT
Anuj Phogat
2015-09-28
1
-11
/
+7
*
i965: Fix {src, dst}_pitch alignment check for XY_SRC_COPY_BLT
Anuj Phogat
2015-09-28
1
-2
/
+7
*
i965: Move conversion of {src, dst}_pitch to dwords outside if/else
Anuj Phogat
2015-09-28
1
-16
/
+9
*
i965: Delete temporary variable 'src_pitch'
Anuj Phogat
2015-09-28
1
-5
/
+1
*
i965: Fix typos in license
Ian Romanick
2015-09-10
1
-2
/
+2
*
i965: Remove horizontal bars from file header comments
Ian Romanick
2015-09-10
1
-5
/
+2
*
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
[next]