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/miptree: avoid uninitialized variable warnings
Caio Marcelo de Oliveira Filho
2018-07-18
1
-1
/
+2
*
i965/miptree: Allocate MS texture BOs as BUSY
Nanley Chery
2018-07-13
1
-2
/
+2
*
i965/miptree: Inline make_separate_stencil
Nanley Chery
2018-07-13
1
-23
/
+6
*
i965/miptree: Init r8stencil_needs_update to false
Nanley Chery
2018-07-13
1
-3
/
+4
*
i965/miptree: Refactor miptree_create
Nanley Chery
2018-07-13
1
-36
/
+12
*
i965/miptree: Add and use mt_surf_usage
Nanley Chery
2018-07-13
1
-13
/
+25
*
i965/miptree: Share alloc_flags in miptree_create
Nanley Chery
2018-07-13
1
-7
/
+4
*
i965/miptree: Share the miptree format in miptree_create
Nanley Chery
2018-07-13
1
-15
/
+15
*
i965/miptree: Share tiling_flags in miptree_create
Nanley Chery
2018-07-13
1
-8
/
+7
*
i965/miptree: Delete MIPTREE_CREATE_LINEAR
Nanley Chery
2018-07-13
1
-9
/
+2
*
i965/miptree: Use make_surface in map_blit
Nanley Chery
2018-07-13
1
-6
/
+6
*
i965/miptree: Set the r8stencil flag in map_depthstencil
Nanley Chery
2018-07-13
1
-1
/
+3
*
i965: Set the r8stencil flag in miptree_finish_write
Nanley Chery
2018-07-13
1
-1
/
+3
*
i965/miptree: Use the correct BLT pitch
Nanley Chery
2018-07-12
1
-6
/
+6
*
i965/miptree: Drop an if case from retile_as_linear
Nanley Chery
2018-07-12
1
-4
/
+0
*
st/mesa/i965: Allow decompressing ETC2 to GL_RGBA
Tomeu Vizoso
2018-07-02
1
-1
/
+1
*
i965: fix resource leak
Eric Engestrom
2018-06-11
1
-1
/
+3
*
i965/miptree: Rename a parameter to create_for_dri_image
Jason Ekstrand
2018-06-04
1
-3
/
+3
*
i965: Revert recent tiled memcpy changes.
Kenneth Graunke
2018-05-26
1
-98
/
+4
*
i965/miptree: Use cpu tiling/detiling when mapping
Scott D Phillips
2018-05-25
1
-4
/
+98
*
i965/miptree: Move the access_raw call to the individual map functions
Jason Ekstrand
2018-05-22
1
-3
/
+13
*
i965/miptree: Use blorp for blit maps on gen6+
Jason Ekstrand
2018-05-22
1
-11
/
+25
*
i965/miptree: Use blorp for validation tex copies on gen6+
Jason Ekstrand
2018-05-22
1
-11
/
+29
*
i965: Introduce a "memory zone" concept on BO allocation.
Kenneth Graunke
2018-05-22
1
-3
/
+5
*
i965: isl: Move the MCS gen7+ assertion into ISL
Nanley Chery
2018-05-18
1
-2
/
+0
*
i965/miptree: Remove format assertion in alloc_aux
Nanley Chery
2018-05-18
1
-5
/
+0
*
i965/miptree: Simplify the switch in supports_ccs
Nanley Chery
2018-05-18
1
-5
/
+1
*
i965: Make get_ccs_surf succeed in alloc_aux
Nanley Chery
2018-05-18
1
-6
/
+10
*
i965: Update the indirect buffer in set_clear_color
Nanley Chery
2018-05-17
1
-0
/
+13
*
i965: Use set_clear_color for depth miptrees
Nanley Chery
2018-05-17
1
-13
/
+0
*
Revert "i965: Make the miptree clear color setter take a gl_color_union"
Nanley Chery
2018-05-17
1
-5
/
+1
*
i965/miptree: Unify aux buffer allocation
Nanley Chery
2018-05-17
1
-133
/
+82
*
i965: Prepare to delete intel_miptree_alloc_ccs()
Nanley Chery
2018-05-17
1
-13
/
+14
*
i965/miptree: Drop the mt param from alloc_aux_buffer
Nanley Chery
2018-05-17
1
-5
/
+4
*
i965/miptree: Drop the alloc_flags param from alloc_aux_buffer
Nanley Chery
2018-05-17
1
-15
/
+14
*
i965/miptree: Drop the name param from alloc_aux_buffer
Nanley Chery
2018-05-17
1
-5
/
+4
*
i965/miptree: Initialize the indirect clear color to zero
Nanley Chery
2018-05-17
1
-11
/
+22
*
i965/miptree: Add and use a memset option in alloc_aux_buffer
Nanley Chery
2018-05-17
1
-37
/
+31
*
i965/miptree: Zero-initialize CCS_D buffers
Nanley Chery
2018-05-17
1
-6
/
+4
*
i965/miptree: Fix handling of uninitialized MCS buffers
Nanley Chery
2018-05-17
1
-7
/
+7
*
i965/miptree: Remove redundant fields from intel_miptree_aux_buffer
Jason Ekstrand
2018-05-08
1
-12
/
+7
*
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
[next]