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/gen9: Allocate YF/YS tiled buffer objects
Anuj Phogat
2015-06-29
1
-3
/
+62
*
i965/skl: Use more compact hiz dimensions
Ben Widawsky
2015-06-25
1
-15
/
+17
*
i965/gen8: Use HALIGN_16 for single sample mcs buffers
Ben Widawsky
2015-06-19
1
-1
/
+1
*
i965: Fix aligning to the block size in intel_miptree_copy_slice
Neil Roberts
2015-06-16
1
-2
/
+4
*
i965: Check for miptree pitch alignment before using intel_miptree_map_movntd...
Anuj Phogat
2015-06-15
1
-1
/
+3
*
i965/gen9: Set HALIGN_16 for all aux buffers
Ben Widawsky
2015-06-12
1
-3
/
+19
*
i965/gen8: Correct HALIGN for AUX surfaces
Ben Widawsky
2015-06-12
1
-2
/
+13
*
i965: Extract tiling from fast clear decision
Ben Widawsky
2015-06-12
1
-11
/
+25
*
i965/gen9: Only allow Y-Tiled MCS buffers
Ben Widawsky
2015-06-12
1
-0
/
+2
*
i965: Consolidate certain miptree params to flags
Ben Widawsky
2015-06-12
1
-47
/
+49
*
i965: Move intel_miptree_choose_tiling() to brw_tex_layout.c
Anuj Phogat
2015-06-08
1
-104
/
+0
*
i965: Choose tiling in brw_miptree_layout() function
Anuj Phogat
2015-06-08
1
-23
/
+24
*
i965: Add gen8 fast clear perf debug
Ben Widawsky
2015-06-05
1
-2
/
+15
*
i965/skl: Don't use ALL_SLICES_AT_EACH_LOD
Neil Roberts
2015-04-20
1
-10
/
+20
*
i965: replace __FUNCTION__ with __func__
Marius Predut
2015-04-14
1
-15
/
+15
*
i965: Don't bother freeing NULL.
Matt Turner
2015-04-13
1
-4
/
+2
*
i965: Change intel_miptree_create_for_bo() signature
Chad Versace
2015-04-13
1
-6
/
+11
*
i965: Add field intel_mipmap_tree::disable_aux_buffers
Chad Versace
2015-04-13
1
-2
/
+22
*
i965: Refactor brw_is_hiz_depth_format()
Chad Versace
2015-04-13
1
-2
/
+24
*
i965: Declare intel_miptree_create_layout() as static
Chad Versace
2015-04-13
1
-1
/
+1
*
i965: Declare intel_miptree_alloc_mcs() as static
Chad Versace
2015-04-13
1
-1
/
+6
*
i965/gen8: Don't allocate hiz miptree structure
Jordan Justen
2015-03-09
1
-0
/
+105
*
i965/gen7: Don't allocate hiz miptree structure
Jordan Justen
2015-03-09
1
-2
/
+104
*
i965/hiz: Start to separate miptree out from hiz buffers
Jordan Justen
2015-03-09
1
-17
/
+42
*
i965: Make a function to check the conditions to use the blitter
Anuj Phogat
2015-02-25
1
-11
/
+29
*
i965: Move the comment to the right place
Anuj Phogat
2015-02-25
1
-1
/
+1
*
i965: Fix condition to use Y tiling in blitter in intel_miptree_create()
Anuj Phogat
2015-02-25
1
-3
/
+3
*
i965: Don't force x-tiling for 16-bpp formats on Gen>7
Neil Roberts
2015-02-25
1
-3
/
+3
*
i965: Don't tile 1D miptrees.
Francisco Jerez
2015-02-10
1
-0
/
+7
*
i965: Add a better PRM citation for the IMS dimension mangling.
Kenneth Graunke
2015-02-02
1
-1
/
+22
*
i965: Fix intel_miptree_copy_teximage for GL_TEXTURE_1D_ARRAY
Iago Toral Quiroga
2015-02-02
1
-1
/
+6
*
i965/mipmap_tree: Add a depth parameter to create_for_bo
Jason Ekstrand
2015-01-22
1
-2
/
+7
*
i965/miptree_map_blit: Don't do the initial copy if INVALIDATE_RANGE is set
Jason Ekstrand
2015-01-13
1
-8
/
+15
*
i965: Fix intel_miptree_map() signature to be more 64-bit safe
Chad Versace
2014-12-22
1
-3
/
+14
*
i965: Fix segfault in WebGL Conformance on Ivybridge
Chad Versace
2014-11-18
1
-3
/
+4
*
i965: Delete intel_chipset.h.
Kenneth Graunke
2014-09-29
1
-1
/
+0
*
i965/blorp: Pass image formats seperately from the miptree
Jason Ekstrand
2014-09-05
1
-2
/
+4
*
i965/gen6: Force ALL_SLICES_AT_EACH_LOD for separate stencil/hiz
Jordan Justen
2014-08-15
1
-2
/
+4
*
i965: Allow forcing miptree->array_layout = ALL_SLICES_AT_EACH_LOD
Jordan Justen
2014-08-15
1
-10
/
+21
*
i965: Change mipmap array_spacing_lod0 to array_layout (enum)
Jordan Justen
2014-08-15
1
-4
/
+5
*
i965: Implement fast color clears using meta operations
Kristian Høgsberg
2014-08-15
1
-2
/
+2
*
mesa: guard better when building with sse4.1 optimisations
Emil Velikov
2014-08-13
1
-0
/
+6
*
i965/miptree: Layout 1D Array as 2D Array with height of 1
Jordan Justen
2014-08-01
1
-0
/
+20
*
i965: Fix z_offset computation in intel_miptree_unmap_depthstencil()
Anuj Phogat
2014-07-17
1
-2
/
+2
*
i965: Use unreachable() instead of unconditional assert().
Matt Turner
2014-07-01
1
-6
/
+5
*
mesa: Add and use foreach_list_typed_safe.
Matt Turner
2014-07-01
1
-3
/
+1
*
i965: Enable compressed multisample support (CMS) on Broadwell.
Kenneth Graunke
2014-06-26
1
-8
/
+0
*
i965: Add 2x MSAA support to the MCS allocation function.
Kenneth Graunke
2014-06-26
1
-0
/
+1
*
i965: Drop SINT workaround for CMS layout on Broadwell.
Kenneth Graunke
2014-06-26
1
-3
/
+1
*
i965: Make INTEL_DEBUG=mip print out whether HiZ is enabled.
Kenneth Graunke
2014-06-16
1
-0
/
+2
[next]