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
/
intel
/
intel_mipmap_tree.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
intel: Support mapping multisample miptrees
Chad Versace
2012-08-07
1
-0
/
+18
*
intel: Allocate miptree for multisample DRI2 buffers
Chad Versace
2012-08-07
1
-0
/
+59
*
intel: Update stale comment for intel_miptree_slice::map
Chad Versace
2012-08-07
1
-2
/
+2
*
intel: Fix build broken by ETC1 patch
Chad Versace
2012-07-16
1
-0
/
+12
*
intel: Enable GL_OES_compressed_ETC1_RGB8_texture
Chad Versace
2012-07-16
1
-0
/
+3
*
i965/msaa: Allocate MCS buffer when CMS MSAA is in use.
Paul Berry
2012-07-11
1
-0
/
+14
*
i965/msaa: Add an enum to describe MSAA layout.
Paul Berry
2012-07-11
1
-9
/
+39
*
intel: Add offset field to miptree
Kristian Høgsberg
2012-07-11
1
-0
/
+4
*
i965/msaa: Properly handle sliced layout for Gen7.
Paul Berry
2012-05-25
1
-1
/
+22
*
i965/gen6+: Add support for fast depth clears.
Eric Anholt
2012-05-23
1
-0
/
+5
*
i965: Add an interface for doing hiz ops from C code.
Eric Anholt
2012-05-23
1
-0
/
+15
*
i965/gen6: Initial implementation of MSAA.
Paul Berry
2012-05-15
1
-3
/
+7
*
intel: Add extern "C" declarations to headers
Paul Berry
2012-05-10
1
-0
/
+8
*
i965: Properly demote the depth mt format for fake packed depth/stencil.
Eric Anholt
2011-12-19
1
-1
/
+1
*
intel: Stop creating the wrapped stencil irb.
Eric Anholt
2011-12-19
1
-2
/
+1
*
intel: Move S8 width/height alignment to miptree creation.
Eric Anholt
2011-12-14
1
-2
/
+0
*
intel: Update comment about how depth/stencil miptrees are handled.
Eric Anholt
2011-12-07
1
-6
/
+18
*
intel: Add support for LLC-cached reads of X-tiled miptrees using a blit.
Eric Anholt
2011-12-07
1
-0
/
+2
*
intel: Make mapping of texture slices track the region of interest.
Eric Anholt
2011-12-07
1
-0
/
+19
*
intel: Move the teximage mapping logic to a miptree level/slice mapping.
Eric Anholt
2011-12-07
1
-0
/
+19
*
intel: Store miptree alignment units in the miptree
Chad Versace
2011-11-22
1
-0
/
+7
*
intel: Add resolve functions for miptrees
Chad Versace
2011-11-22
1
-0
/
+57
*
intel: Add field intel_mipmap_tree::hiz_map
Chad Versace
2011-11-22
1
-0
/
+13
*
intel: Replace intel_mipmap_tree::hiz_region with a miptree [v2]
Chad Versace
2011-11-22
1
-9
/
+13
*
intel: Replace intel_texture_image::stencil_irb with intel_mipmap_tree::stenc...
Chad Versace
2011-11-22
1
-0
/
+37
*
intel: Define intel_miptree_check_level_layer()
Chad Versace
2011-11-22
1
-0
/
+13
*
intel: Kill intel_mipmap_level::nr_images [v4]
Chad Versace
2011-11-22
1
-5
/
+13
*
intel: Refactor intel_mipmap_level offsets
Chad Versace
2011-11-21
1
-9
/
+22
*
intel: Define intel_miptree_create_for_renderbuffer()
Chad Versace
2011-11-21
1
-0
/
+15
*
intel: Convert from GLboolean to 'bool' from stdbool.h.
Kenneth Graunke
2011-10-18
1
-3
/
+3
*
intel: Add a helper function for getting miptree size from a texture image.
Eric Anholt
2011-10-03
1
-0
/
+4
*
intel: Consolidate texture validation copy code, and reuse it correctly.
Eric Anholt
2011-10-03
1
-15
/
+5
*
intel: Clean up the function chain for mapping texture images for swrast.
Eric Anholt
2011-10-03
1
-12
/
+0
*
intel: Drop the "intel" argument to intel_miptree_release().
Eric Anholt
2011-09-26
1
-2
/
+1
*
intel: Remove pointless boolean return value from *_miptree_layout.
Kenneth Graunke
2011-09-23
1
-4
/
+4
*
intel: Silence "warning: unused parameter ‘depth0’"
Ian Romanick
2011-09-09
1
-2
/
+1
*
intel: Silence several "warning: unused parameter"
Ian Romanick
2011-09-09
1
-8
/
+3
*
intel: Drop the cpp argument to intel_miptree_create().
Eric Anholt
2011-06-14
1
-1
/
+0
*
intel: Calculate compress_byte in intel_miptree_create.
Eric Anholt
2011-06-14
1
-3
/
+1
*
intel: Use the gl_format to get the base_format for miptree create.
Eric Anholt
2011-06-14
1
-1
/
+0
*
intel: Drop the internal_format field of the mipmap tree.
Eric Anholt
2011-06-14
1
-3
/
+0
*
intel: Add the MESA_FORMAT as a field of the miptree.
Eric Anholt
2011-06-14
1
-0
/
+3
*
intel: Add hiz_region to intel_mipmap_tree
Chad Versace
2011-05-25
1
-0
/
+14
*
Revert "intel: Always allocate miptrees from level 0, not tObj->BaseLevel."
Eric Anholt
2011-01-10
1
-2
/
+4
*
intel: Always allocate miptrees from level 0, not tObj->BaseLevel.
Eric Anholt
2011-01-05
1
-4
/
+2
*
intel: Drop unused first/lastlevel args to miptree_create_for_region.
Eric Anholt
2011-01-05
1
-2
/
+0
*
intel: Replace mt->pitch with mt->region->pitch.
Eric Anholt
2010-03-17
1
-2
/
+1
*
intel: Remove level_offset now that it's unused.
Eric Anholt
2010-03-17
1
-10
/
+3
*
intel: Remove duplicated arguments from intel_miptree_match_image().
Eric Anholt
2009-11-06
1
-2
/
+1
*
intel: Keep track of x,y offsets in miptrees and use them for blitting.
Eric Anholt
2009-10-23
1
-20
/
+9
[next]