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_mipmap_tree.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
i965: Record mipmap resolver for unmapping
Chris Wilson
2018-04-30
1
-17
/
+16
*
i965: Move unmap_depthstencil before map_depthstencil
Chris Wilson
2018-04-30
1
-57
/
+57
*
i965: Move unmap_etc before map_etc
Chris Wilson
2018-04-30
1
-21
/
+21
*
i965: Move unmap_s8 before map_s8
Chris Wilson
2018-04-30
1
-30
/
+30
*
i965: Move unmap_movntdqa before map_movntdqa
Chris Wilson
2018-04-30
1
-12
/
+12
*
i965: Move unmap_blit before map_blit
Chris Wilson
2018-04-30
1
-22
/
+22
*
i965: Move unmap_gtt before map_gtt
Chris Wilson
2018-04-30
1
-6
/
+6
*
i965/miptree: Extend the sRGB-blending WA to future platforms
Nanley Chery
2018-04-24
1
-2
/
+2
*
i965: Add and use a getter for the clear color
Nanley Chery
2018-04-24
1
-0
/
+34
*
i965: Add and use a single miptree aux_buf field
Nanley Chery
2018-04-24
1
-54
/
+52
*
i965: Add and use a getter for the miptree aux buffer
Nanley Chery
2018-04-24
1
-20
/
+5
*
i965/miptree: Delete an unused function
Nanley Chery
2018-04-20
1
-13
/
+0
*
i965/miptree: Don't leak the clear_color_bo
Nanley Chery
2018-04-20
1
-2
/
+1
*
i965: Make the miptree clear color setter take a gl_color_union
Nanley Chery
2018-04-09
1
-1
/
+5
*
i965/miptree: Move the clear color and value setter implementations
Nanley Chery
2018-04-09
1
-0
/
+26
*
i965/miptree: Add new clear color BO for winsys aux buffers
Rafael Antognolli
2018-04-05
1
-0
/
+17
*
i965/miptree: Add space to store the clear value in the aux surface.
Rafael Antognolli
2018-04-05
1
-0
/
+17
*
i965: Drop BO_ALLOC_BUSY in intel_miptree_create_for_bo().
Kenneth Graunke
2018-03-27
1
-2
/
+2
*
i965: Use finish_external instead of make_shareable in setTexBuffer2
Jason Ekstrand
2018-02-21
1
-0
/
+19
*
i965/miptree: Loosen the format check in miptree_match_image
Jason Ekstrand
2018-02-21
1
-2
/
+4
*
intel/common/icl: Add has_sample_with_hiz flag in gen_device_info
Anuj Phogat
2018-02-15
1
-4
/
+1
*
i965/miptree: Initialize mcs with a linear map
Scott D Phillips
2018-02-14
1
-1
/
+1
*
intel/blorp: Use isl_aux_op instead of blorp_hiz_op
Jason Ekstrand
2018-02-08
1
-7
/
+7
*
intel/blorp: Use isl_aux_op instead of blorp_fast_clear_op
Jason Ekstrand
2018-02-08
1
-18
/
+18
*
i965: Use enum color_logic_ops for blits
Ian Romanick
2018-01-26
1
-1
/
+1
*
i965: Stop disabling aux during texture preparation
Jason Ekstrand
2018-01-24
1
-3
/
+2
*
i965/miptree: Add an aux_disabled parameter to render_aux_usage
Jason Ekstrand
2018-01-24
1
-1
/
+5
*
i965/miptree: Take an aux_usage in prepare/finish_render
Jason Ekstrand
2018-01-24
1
-8
/
+2
*
i965/miptree: Use the tiling from the modifier instead of the BO
Jason Ekstrand
2018-01-21
1
-4
/
+5
*
i965/miptree: Add an explicit tiling parameter to create_for_bo
Jason Ekstrand
2018-01-21
1
-8
/
+13
*
i965: Enable CCS_E sampling of sRGB textures as UNORM
Jason Ekstrand
2018-01-16
1
-3
/
+2
*
i965/miptree: Refactor CCS_E and CCS_D cases in render_aux_usage
Jason Ekstrand
2018-01-16
1
-13
/
+15
*
Re-enable regular fast-clears (CCS_D) on gen9+
Jason Ekstrand
2018-01-16
1
-32
/
+25
*
i965: Don't allocate an MCS for 16x MSAA and width > 8192.
Kenneth Graunke
2017-12-14
1
-0
/
+4
*
i965: Disable regular fast-clears (CCS_D) on gen9+
Jason Ekstrand
2017-12-01
1
-25
/
+32
*
i965: Add more precise cache tracking helpers
Jason Ekstrand
2017-11-13
1
-1
/
+1
*
i965: Check CCS_E compatibility for texture view rendering
Nanley Chery
2017-10-31
1
-2
/
+27
*
i965/miptree: Take an isl_format in render_aux_usage
Jason Ekstrand
2017-10-26
1
-12
/
+11
*
i965: fix unused var warnings in release build
Timothy Arceri
2017-10-25
1
-7
/
+3
*
i965: Remove the intel_miptree_prepare_fb_fetch wrapper.
Kenneth Graunke
2017-10-19
1
-14
/
+0
*
i965: Make intel_miptree_prepare_texture() take level/layer arguments.
Kenneth Graunke
2017-10-19
1
-21
/
+9
*
i965/miptree: Drop the invalidate parameter form copy_teximage
Jason Ekstrand
2017-10-16
1
-12
/
+5
*
i965: Disable auxiliary buffers when there are self-dependencies.
Kenneth Graunke
2017-10-10
1
-7
/
+10
*
i965: pass wanted format to intel_miptree_create_for_dri_image
Tapani Pälli
2017-10-06
1
-23
/
+2
*
Revert "i965: Reset miptree aux state on update_image_buffer"
Jason Ekstrand
2017-09-19
1
-19
/
+0
*
i965: Reset miptree aux state on update_image_buffer
Jason Ekstrand
2017-09-18
1
-0
/
+19
*
intel/isl: Add a drm_modifier_get_default_aux_state helper
Jason Ekstrand
2017-09-18
1
-2
/
+1
*
i965: emit BRW_NEW_AUX_STATE on aux state changes
Iago Toral Quiroga
2017-09-18
1
-2
/
+6
*
i965: emit BRW_NEW_AUX_STATE if we drop the aux surface
Iago Toral Quiroga
2017-09-18
1
-0
/
+2
*
i965: do not fallback to linear tiling for stencil surfaces
Iago Toral Quiroga
2017-09-12
1
-4
/
+7
[next]