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_copy_image.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
i965: drop brw->gen in favor of devinfo->gen
Lionel Landwerlin
2017-08-30
1
-1
/
+3
*
i965/copy_image: Use the blitter on gen5
Jason Ekstrand
2017-05-26
1
-1
/
+1
*
i965: Use blorp for CopyImageSubData on gen4-5
Jason Ekstrand
2017-05-26
1
-123
/
+17
*
i965: Delete the meta-base CopyImageSubData implementation
Jason Ekstrand
2016-12-05
1
-10
/
+0
*
i965/copy_image: Re-implement the blitter path with emit_miptree_blit
Jason Ekstrand
2016-12-05
1
-97
/
+3
*
i965: Add new interface for full color resolves
Topi Pohjolainen
2016-11-25
1
-2
/
+2
*
i965: Use blorp_copy for all copy_image operations on gen6+
Jason Ekstrand
2016-09-12
1
-22
/
+6
*
i965: Implement a BLORP path for CopyImage and prefer it over Meta.
Kenneth Graunke
2016-05-25
1
-6
/
+28
*
i965: Make the CopyImage BLT path bail for stencil images.
Kenneth Graunke
2016-05-25
1
-0
/
+3
*
i965: Also copy stencil miptree data.
Kenneth Graunke
2016-05-25
1
-0
/
+15
*
i965: Make a helper function for CopyImage of a miptree.
Kenneth Graunke
2016-05-25
1
-41
/
+54
*
i965: Combine src/dest tex vs. rb checks in intel_copy_image_sub_data.
Kenneth Graunke
2016-05-25
1
-20
/
+13
*
i965: Account for MinLayer in CopyImageSubData's blitter/CPU paths.
Kenneth Graunke
2016-05-25
1
-0
/
+4
*
i965: Fix assert conditions for src/dst x/y offsets
Anuj Phogat
2016-03-21
1
-3
/
+3
*
i965: Add means for limiting color resolves
Topi Pohjolainen
2016-02-13
1
-2
/
+2
*
i965: Make sure we blit a full compressed block
Ben Widawsky
2016-02-10
1
-0
/
+14
*
i965/copy_image: Fix a copy+past error
Jason Ekstrand
2015-09-30
1
-1
/
+1
*
mesa: rework Driver.CopyImageSubData() and related code
Brian Paul
2015-09-24
1
-23
/
+57
*
i965: change the meaning of cpp for compressed textures
Nanley Chery
2015-08-26
1
-18
/
+1
*
i965/gen9: Add XY_FAST_COPY_BLT support to intelEmitCopyBlit()
Anuj Phogat
2015-06-29
1
-0
/
+2
*
i965: Fix intel_miptree_map() signature to be more 64-bit safe
Chad Versace
2014-12-22
1
-2
/
+2
*
i965: Remove spurious casts in copy_image_with_memcpy()
Chad Versace
2014-12-22
1
-4
/
+4
*
i965/copy_image: Divide the x offsets by block width when using the blitter
Jason Ekstrand
2014-09-03
1
-10
/
+21
*
i965/copy_image: Use the correct block dimension
Jason Ekstrand
2014-09-03
1
-6
/
+6
*
i965/copy_image: Use the correct texture level
Jason Ekstrand
2014-09-03
1
-4
/
+6
*
i965: Add support for ARB_copy_image
Jason Ekstrand
2014-08-11
1
-0
/
+267