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: 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
*
i965: Replace open-coded linked list with exec_list.
Matt Turner
2014-06-10
1
-15
/
+14
*
i965: use _mesa_align_malloc in intel_miptree_map_movntdqa
Tapani Pälli
2014-06-05
1
-2
/
+2
*
i965: Use SSE4.1 runtime detection for intel_miptree_map.
Matt Atwood
2014-05-22
1
-8
/
+3
*
i965/fb: Use meta path for stencil up/downsampling
Topi Pohjolainen
2014-05-15
1
-1
/
+8
*
i965: Move has_hiz from the slice to the level.
Eric Anholt
2014-05-12
1
-15
/
+12
*
i965: Delete the intel_regions.c code.
Eric Anholt
2014-05-01
1
-1
/
+0
*
i965: Drop use of intel_region from miptrees.
Eric Anholt
2014-05-01
1
-70
/
+69
*
i965: Stop making a pointless region for DRI2 to just throw it away.
Eric Anholt
2014-05-01
1
-13
/
+18
*
i965: Drop the global GEM name from regions.
Eric Anholt
2014-05-01
1
-2
/
+0
*
i965: Drop the tiling argument to intel_miptree_create_for_bo.
Eric Anholt
2014-05-01
1
-4
/
+5
*
i965: Move intel_region_get_aligned_offset() to be a miptree function.
Eric Anholt
2014-05-01
1
-4
/
+45
*
i965: Move intel_region_get_tile_masks() to be a miptree function.
Eric Anholt
2014-05-01
1
-1
/
+34
*
i965: Don't bother flushing the batch if it doesn't ref our mt to map.
Eric Anholt
2014-04-25
1
-1
/
+2
*
i965: Fix buffer overruns in MSAA MCS buffer clearing.
Eric Anholt
2014-04-15
1
-1
/
+1
*
i965: refactor format selection for unsupported ETC* formats
Chris Forbes
2014-04-10
1
-34
/
+42
*
i965: refactor format munging for separate stencil
Chris Forbes
2014-04-10
1
-8
/
+23
*
i965: Include #slices in miptree debug
Chris Forbes
2014-04-10
1
-2
/
+2
*
i965/gen8: Change the winsys MSAA blits from blorp to meta.
Eric Anholt
2014-03-24
1
-8
/
+13
*
i965: Skip reallocating the private MSAA miptree, unless it's resized.
Eric Anholt
2014-03-24
1
-17
/
+28
*
i965: Don't forget to free the old singlesample_mt.
Eric Anholt
2014-03-24
1
-0
/
+1
*
i965: Mark sources for offset getters as constants
Topi Pohjolainen
2014-03-05
1
-3
/
+3
*
i965: Don't forget to subtract mt->first_level in minify calls.
Kenneth Graunke
2014-02-26
1
-4
/
+4
*
i965: Delete the fabulous target_to_target() function.
Kenneth Graunke
2014-02-21
1
-19
/
+2
*
i965: Fix miptree matching for multisampled, non-interleaved miptrees.
Eric Anholt
2014-02-21
1
-1
/
+14
*
i965: Fix extra return value after winsys rb update refactor.
Eric Anholt
2014-02-20
1
-1
/
+1
*
i965: Update physical width/height munging for 2x IMS MSAA.
Kenneth Graunke
2014-02-19
1
-1
/
+6
*
i965: Disable MCS on Broadwell for now.
Kenneth Graunke
2014-02-19
1
-0
/
+8
*
i965: Bump generation check in code to disable HiZ at LODs > 0.
Kenneth Graunke
2014-02-19
1
-1
/
+1
*
i965: Drop mt->levels[].width/height.
Eric Anholt
2014-02-18
1
-28
/
+12
*
i965: Move singlesample_mt to the renderbuffer.
Eric Anholt
2014-02-18
1
-189
/
+20
*
i965: Drop some duplicated code in DRI winsys BO updates.
Eric Anholt
2014-02-18
1
-86
/
+17
*
i965: Simplify intel_miptree_updownsample.
Eric Anholt
2014-02-18
1
-24
/
+11
*
i965: Make the mt->target of multisample renderbuffers be 2D_MS.
Eric Anholt
2014-02-18
1
-3
/
+5
*
mesa: Fix MESA_FORMAT_Z24_UNORM_S8_UINT vs. X8_UINT mix-up.
Kenneth Graunke
2014-02-09
1
-4
/
+4
*
i965: Use brw_bo_map[_gtt]() in intel_miptree_map_raw().
Kenneth Graunke
2014-02-03
1
-8
/
+2
[next]