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.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
i965/skl: Fix the qpitch value
Neil Roberts
2015-04-20
1
-3
/
+7
*
i965: Change intel_miptree_create_for_bo() signature
Chad Versace
2015-04-13
1
-1
/
+2
*
i965: Add field intel_mipmap_tree::disable_aux_buffers
Chad Versace
2015-04-13
1
-0
/
+7
*
i965: Refactor brw_is_hiz_depth_format()
Chad Versace
2015-04-13
1
-1
/
+4
*
i965: Declare intel_miptree_create_layout() as static
Chad Versace
2015-04-13
1
-13
/
+0
*
i965: Declare intel_miptree_alloc_mcs() as static
Chad Versace
2015-04-13
1
-5
/
+0
*
i965/hiz: Start to separate miptree out from hiz buffers
Jordan Justen
2015-03-09
1
-3
/
+26
*
i965/mipmap_tree: Add a depth parameter to create_for_bo
Jason Ekstrand
2015-01-22
1
-0
/
+1
*
i965: Fix intel_miptree_map() signature to be more 64-bit safe
Chad Versace
2014-12-22
1
-1
/
+1
*
i965: Allow forcing miptree->array_layout = ALL_SLICES_AT_EACH_LOD
Jordan Justen
2014-08-15
1
-2
/
+4
*
i965: Change mipmap array_spacing_lod0 to array_layout (enum)
Jordan Justen
2014-08-15
1
-6
/
+55
*
i965: Replace open-coded linked list with exec_list.
Matt Turner
2014-06-10
1
-1
/
+1
*
i965: Move has_hiz from the slice to the level.
Eric Anholt
2014-05-12
1
-12
/
+10
*
i965: Fix a stale comment reference
Eric Anholt
2014-05-02
1
-1
/
+1
*
i965: Delete the intel_regions.c code.
Eric Anholt
2014-05-01
1
-1
/
+3
*
i965: Drop use of intel_region from miptrees.
Eric Anholt
2014-05-01
1
-34
/
+29
*
i965: Stop making a pointless region for DRI2 to just throw it away.
Eric Anholt
2014-05-01
1
-1
/
+3
*
i965: Drop the tiling argument to intel_miptree_create_for_bo.
Eric Anholt
2014-05-01
1
-2
/
+1
*
i965: Move intel_region_get_aligned_offset() to be a miptree function.
Eric Anholt
2014-05-01
1
-0
/
+4
*
i965: Move intel_region_get_tile_masks() to be a miptree function.
Eric Anholt
2014-05-01
1
-0
/
+5
*
i965: refactor format selection for unsupported ETC* formats
Chris Forbes
2014-04-10
1
-0
/
+3
*
i965: refactor format munging for separate stencil
Chris Forbes
2014-04-10
1
-0
/
+3
*
i965: Mark sources for offset getters as constants
Topi Pohjolainen
2014-03-05
1
-2
/
+2
*
i965: Fix miptree matching for multisampled, non-interleaved miptrees.
Eric Anholt
2014-02-21
1
-0
/
+2
*
i965: Drop mt->levels[].width/height.
Eric Anholt
2014-02-18
1
-4
/
+1
*
i965: Move singlesample_mt to the renderbuffer.
Eric Anholt
2014-02-18
1
-56
/
+3
*
i965: Drop some duplicated code in DRI winsys BO updates.
Eric Anholt
2014-02-18
1
-13
/
+6
*
mesa: Fix MESA_FORMAT_Z24_UNORM_S8_UINT vs. X8_UINT mix-up.
Kenneth Graunke
2014-02-09
1
-2
/
+2
*
mesa: Change many Type P MESA_FORMATs to meet naming spec
Mark Mueller
2014-01-27
1
-3
/
+3
*
mesa: Change many Type A MESA_FORMATs to meet naming standard
Mark Mueller
2014-01-27
1
-1
/
+1
*
mesa: change gl_format to mesa_format
Mark Mueller
2014-01-27
1
-8
/
+8
*
i965: Don't store qpitch / 4 as mt->qpitch for compressed surfaces.
Kenneth Graunke
2014-01-25
1
-1
/
+4
*
s/Tungsten Graphics/VMware/
José Fonseca
2014-01-17
1
-2
/
+2
*
i965: Store QPitch in intel_mipmap_tree.
Kenneth Graunke
2013-12-20
1
-0
/
+5
*
i965/gen7+: Disentangle MSAA layout from fast clear state.
Paul Berry
2013-12-09
1
-22
/
+20
*
i965: Drop trailing whitespace from the rest of the driver.
Kenneth Graunke
2013-12-05
1
-8
/
+8
*
dri: add __DRIimageLoaderExtension and __DRIimageDriverExtension
Keith Packard
2013-11-07
1
-0
/
+8
*
i965: add intel_miptree_set_all_slices_need_depth_resolve
Jordan Justen
2013-08-04
1
-0
/
+4
*
i965: Refer people to brw_tex_layout.c rather than the BSpec.
Kenneth Graunke
2013-07-15
1
-2
/
+2
*
i965: Pass brw_context to functions rather than intel_context.
Kenneth Graunke
2013-07-09
1
-30
/
+25
*
i965: Remove some dead code.
Kenneth Graunke
2013-07-03
1
-29
/
+0
*
i965: Drop #ifdef I915 code.
Eric Anholt
2013-06-28
1
-21
/
+0
*
i965: Move the remaining intel code to the i965 directory.
Eric Anholt
2013-06-26
1
-0
/
+788
*
[965] Enable EXT_framebuffer_object.
Eric Anholt
2007-12-20
1
-1
/
+0
*
[965] Move to using shared texture management code.
Eric Anholt
2007-12-16
1
-166
/
+1
*
Cope with memory pool fragmentation by allowing a second attempt at
Keith Whitwell
2006-09-07
1
-7
/
+7
*
Add Intel i965G/Q DRI driver.
Eric Anholt
2006-08-09
1
-0
/
+166