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
*
intel/isl: Add a unit suffixes to some struct fields and variables
Jason Ekstrand
2018-09-26
1
-5
/
+5
*
i965: Make blt_pitch public
Nanley Chery
2018-07-12
1
-10
/
+2
*
i965: Remove ring switching entirely
Jason Ekstrand
2018-05-22
1
-3
/
+3
*
i965/blit: Delete intel_emit_linear_blit
Jason Ekstrand
2018-05-22
1
-56
/
+0
*
i965: Make intelEmitCopyBlit static
Ian Romanick
2018-01-26
1
-199
/
+199
*
i965: Use enum color_logic_ops for blits
Ian Romanick
2018-01-26
1
-27
/
+9
*
i965: Support accelerated blit for depth 30 formats. (v2)
Mario Kleiner
2018-01-03
1
-1
/
+19
*
i965/gen8+: Fix the number of dwords programmed in MI_FLUSH_DW
Anuj Phogat
2017-11-14
1
-3
/
+14
*
i965: Program DWord Length in MI_FLUSH_DW
Anuj Phogat
2017-11-14
1
-1
/
+1
*
i965: fix unused var warnings in release build
Timothy Arceri
2017-10-25
1
-3
/
+1
*
i965: drop brw->gen in favor of devinfo->gen
Lionel Landwerlin
2017-08-30
1
-12
/
+19
*
i965: Reduce passing 2x32b of reloc_domains to 2 bits
Chris Wilson
2017-08-04
1
-24
/
+8
*
i965/blit: Remember to include miptree buffer offset in relocs
Chris Wilson
2017-08-02
1
-2
/
+2
*
i965: Delete pitch alignment assertion in get_blit_intratile_offset_el.
Kenneth Graunke
2017-08-02
1
-1
/
+0
*
i965/miptree: Clean-up unused
Topi Pohjolainen
2017-07-22
1
-22
/
+11
*
i965/miptree: Prepare intel_miptree_copy() for isl based
Topi Pohjolainen
2017-07-20
1
-4
/
+16
*
i965: Prepare blit engine for isl based miptrees
Topi Pohjolainen
2017-07-20
1
-5
/
+11
*
i965/miptree: Switch to isl_surf::row_pitch
Topi Pohjolainen
2017-07-20
1
-6
/
+7
*
i965/miptree: Switch to isl_surf::tiling
Topi Pohjolainen
2017-07-20
1
-25
/
+29
*
i965/miptree: Switch to isl_surf::samples
Topi Pohjolainen
2017-07-20
1
-2
/
+2
*
i965/miptree: Use > 1 instead of > 0 to check for multisampling
Topi Pohjolainen
2017-07-18
1
-2
/
+2
*
i965: Use the new resolve function for several simple cases
Jason Ekstrand
2017-06-07
1
-10
/
+4
*
i965/miptree: Refactor intel_miptree_resolve_color
Jason Ekstrand
2017-06-07
1
-4
/
+4
*
i965: Mark depth surfaces as needing a HiZ resolve after blitting
Jason Ekstrand
2017-06-07
1
-0
/
+2
*
intel/isl: Make get_intratile_offset_el take the element size in bits
Jason Ekstrand
2017-06-01
1
-1
/
+1
*
intel/isl: Remove the device parameter from isl_tiling_get_info
Jason Ekstrand
2017-06-01
1
-2
/
+1
*
i965: Round copy size to the nearest block in intel_miptree_copy
Jason Ekstrand
2017-05-26
1
-2
/
+2
*
i965/drm: Rename drm_bacon_bo to brw_bo.
Kenneth Graunke
2017-04-10
1
-5
/
+5
*
i965/drm: Rewrite relocation handling.
Kenneth Graunke
2017-04-10
1
-22
/
+8
*
i965/drm: Use our internal libdrm (drm_bacon) rather than the real one.
Kenneth Graunke
2017-04-10
1
-9
/
+9
*
i965: Stop using legacy dri_bufmgr_* and intel_* names.
Kenneth Graunke
2017-03-30
1
-1
/
+1
*
i965: Delete fast copy blit code
Anuj Phogat
2017-03-27
1
-183
/
+48
*
i965: Fix check for negative pitch in can_do_fast_copy_blit().
Kenneth Graunke
2017-01-29
1
-6
/
+4
*
i965: Make intelEmitCopyBlit not truncate large strides.
Kenneth Graunke
2017-01-26
1
-9
/
+5
*
i965/blit: Fix the src dimension sanity check in miptree_copy
Jason Ekstrand
2016-12-13
1
-2
/
+10
*
i965/copy_image: Re-implement the blitter path with emit_miptree_blit
Jason Ekstrand
2016-12-05
1
-0
/
+68
*
i965/blit: Break the guts of intel_miptree_blit into a helper
Jason Ekstrand
2016-12-05
1
-67
/
+84
*
i965: Provide slice details to color resolver
Topi Pohjolainen
2016-11-25
1
-2
/
+2
*
i965/blit: Break blits into chunks in intel_miptree_blit
Jason Ekstrand
2016-10-27
1
-23
/
+41
*
i965/blit: Break blits into chunks in set_alpha_to_one
Jason Ekstrand
2016-10-27
1
-15
/
+73
*
i965/blit: Remove a bogus assertion
Jason Ekstrand
2016-10-27
1
-4
/
+0
*
i965: Roll intel_reg.h into brw_defines.h
Jason Ekstrand
2016-08-19
1
-1
/
+0
*
i965: Bail on the BLT path if BlitFramebuffer requires sRGB conversion.
Kenneth Graunke
2016-08-08
1
-2
/
+2
*
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
[next]