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
/
brw_blorp.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
i965: drop brw->is_g4x in favor of devinfo->is_g4x
Lionel Landwerlin
2017-08-30
1
-1
/
+1
*
i965: drop brw->gen in favor of devinfo->gen
Lionel Landwerlin
2017-08-30
1
-10
/
+18
*
i965: Make a BRW_NEW_FAST_CLEAR_COLOR dirty bit.
Kenneth Graunke
2017-08-23
1
-3
/
+10
*
i965/blorp: Correct type of src_format in call to intel_miptree_texture_aux_u...
Scott D Phillips
2017-08-14
1
-1
/
+2
*
i965: Reduce passing 2x32b of reloc_domains to 2 bits
Chris Wilson
2017-08-04
1
-6
/
+2
*
i965: Shut up Coverity warning about HiZ buffers.
Kenneth Graunke
2017-07-25
1
-0
/
+1
*
i965: Fix = vs == in MCS aux usage assert.
Kenneth Graunke
2017-07-25
1
-1
/
+1
*
i965: Enable regular fast-clears (CCS_D) on gen9+
Jason Ekstrand
2017-07-22
1
-5
/
+5
*
i965/miptree: Take an aux_usage in prepare/finish
Jason Ekstrand
2017-07-22
1
-13
/
+12
*
i965/blorp: Use prepare/finish_depth for depth clears
Jason Ekstrand
2017-07-22
1
-36
/
+21
*
i965/blorp: Use render_aux_usage for color clears
Jason Ekstrand
2017-07-22
1
-12
/
+6
*
i965/blorp: Be more accurate about aux usage in blorp_copy
Jason Ekstrand
2017-07-22
1
-13
/
+42
*
i965/blorp: Use texture/render_aux_usage for blits
Jason Ekstrand
2017-07-22
1
-16
/
+16
*
i965/blorp: Do prepare/finish manually
Jason Ekstrand
2017-07-22
1
-38
/
+92
*
i965/miptree: Add support for partially resolving MCS
Jason Ekstrand
2017-07-22
1
-0
/
+24
*
i965/blorp: Do flushes around depth resolves
Jason Ekstrand
2017-07-22
1
-78
/
+72
*
i965/blorp: Use the renderbuffer format for clears
Jason Ekstrand
2017-07-22
1
-1
/
+9
*
i965/miptree: Clean-up unused
Topi Pohjolainen
2017-07-22
1
-7
/
+1
*
i965/miptree: Switch to isl_surf::samples
Topi Pohjolainen
2017-07-20
1
-8
/
+8
*
i965/miptree: Use num_samples of 1 instead of 0 for single-sampled
Topi Pohjolainen
2017-07-20
1
-1
/
+1
*
i965/miptree: Switch to isl_surf::msaa_layout
Topi Pohjolainen
2017-07-20
1
-2
/
+1
*
i965: Make irb::mt_layer logical instead of physical
Topi Pohjolainen
2017-07-18
1
-35
/
+9
*
i965/miptree: Replace is_lossless_compressed with mt->aux_usage checks
Jason Ekstrand
2017-07-17
1
-1
/
+1
*
i965/miptree: Rework aux enabling
Jason Ekstrand
2017-06-23
1
-2
/
+2
*
i965/miptree: Rename the non_msrt_mcs functions to _ccs
Jason Ekstrand
2017-06-23
1
-1
/
+1
*
i965: Rename some vague format members of brw_context
Chad Versace
2017-06-22
1
-5
/
+5
*
i965: Fall back to normal blorp clear instead of meta clear
Ian Romanick
2017-06-20
1
-24
/
+19
*
i965/blorp: Use hiz surface instead of creating copy
Topi Pohjolainen
2017-06-19
1
-14
/
+10
*
i965/miptree/gen7+: Use isl for hiz layouts
Topi Pohjolainen
2017-06-19
1
-3
/
+3
*
i965/miptree: Use isl for mcs layouts
Topi Pohjolainen
2017-06-19
1
-0
/
+2
*
i965/gen6: Use isl for hiz
Topi Pohjolainen
2017-06-19
1
-2
/
+7
*
i965/miptree: Refactor isl aux usage resolver
Topi Pohjolainen
2017-06-19
1
-1
/
+3
*
i965/blorp: Prepare for isl based miptrees
Topi Pohjolainen
2017-06-19
1
-2
/
+7
*
i965: Use blorp for depth/stencil clears on gen6+
Jason Ekstrand
2017-06-14
1
-0
/
+105
*
i965/blorp: Set aux_usage to NONE for miplevels without HiZ
Jason Ekstrand
2017-06-14
1
-0
/
+6
*
i965/blorp: Do an end-of-pipe sync around CCS ops
Jason Ekstrand
2017-06-14
1
-12
/
+4
*
i965/cnl: Start using CNL MOCS defines
Anuj Phogat
2017-06-09
1
-3
/
+3
*
i965/cnl: Handle gen10 in switch cases across the driver
Anuj Phogat
2017-06-09
1
-0
/
+6
*
i965: Use the new get/set_aux_state functions for color clears
Jason Ekstrand
2017-06-07
1
-7
/
+6
*
i965: Move blorp to the new resolve functions
Jason Ekstrand
2017-06-07
1
-45
/
+19
*
i965/blorp: Move MCS allocation earlier for clears
Jason Ekstrand
2017-06-07
1
-14
/
+14
*
i965/blorp: Refactor do_single_blorp_clear
Jason Ekstrand
2017-06-07
1
-17
/
+23
*
i965/blorp: Take an explicit fast clear op in resolve_color
Jason Ekstrand
2017-06-07
1
-13
/
+2
*
i965/miptree: Refactor intel_miptree_resolve_color
Jason Ekstrand
2017-06-07
1
-1
/
+2
*
i965: Use BLORP for all HiZ ops
Jason Ekstrand
2017-06-07
1
-15
/
+10
*
i965: Move the post-HiZ-clear flush/stall to intel_hiz_exec
Jason Ekstrand
2017-06-07
1
-0
/
+18
*
intel/blorp: Refactor the HiZ op interface
Jason Ekstrand
2017-06-07
1
-2
/
+1
*
i965/blorp: Inline gen6_blorp_exec
Jason Ekstrand
2017-06-07
1
-18
/
+11
*
i965: Perform HiZ flush/stall prior to HiZ resolves
Jason Ekstrand
2017-06-07
1
-13
/
+26
*
i965: Move the pre-depth-clear flush/stalls to intel_hiz_exec
Jason Ekstrand
2017-06-07
1
-0
/
+58
[next]