OSDN Git Service

intel: Add a force_y_tiling parameter to intel_miptree_create().
[android-x86/external-mesa.git] / src / mesa / drivers / dri / intel / intel_mipmap_tree.h
2013-01-09 Paul Berryintel: Add a force_y_tiling parameter to intel_miptree_...
2012-12-22 Eric Anholtintel: Remove a couple of dead function prototypes.
2012-12-08 Anuj Phogatintel: Enable ETC2 support on intel hardware
2012-11-19 Eric Anholtintel: Push face/level -> slice handling to the caller...
2012-08-07 Chad Versaceintel: Support mapping multisample miptrees
2012-08-07 Chad Versaceintel: Allocate miptree for multisample DRI2 buffers
2012-08-07 Chad Versaceintel: Update stale comment for intel_miptree_slice...
2012-07-16 Chad Versaceintel: Fix build broken by ETC1 patch
2012-07-16 Chad Versaceintel: Enable GL_OES_compressed_ETC1_RGB8_texture
2012-07-11 Paul Berryi965/msaa: Allocate MCS buffer when CMS MSAA is in...
2012-07-11 Paul Berryi965/msaa: Add an enum to describe MSAA layout.
2012-07-11 Kristian Høgsbergintel: Add offset field to miptree
2012-05-25 Paul Berryi965/msaa: Properly handle sliced layout for Gen7.
2012-05-23 Eric Anholti965/gen6+: Add support for fast depth clears.
2012-05-23 Eric Anholti965: Add an interface for doing hiz ops from C code.
2012-05-15 Paul Berryi965/gen6: Initial implementation of MSAA.
2012-05-11 Marek OlšákMerge branch 'gallium-userbuf'
2012-05-10 Paul Berryintel: Add extern "C" declarations to headers
2011-12-19 Eric Anholti965: Properly demote the depth mt format for fake...
2011-12-19 Eric Anholtintel: Stop creating the wrapped stencil irb.
2011-12-14 Eric Anholtintel: Move S8 width/height alignment to miptree creation.
2011-12-07 Eric Anholtintel: Update comment about how depth/stencil miptrees...
2011-12-07 Eric Anholtintel: Add support for LLC-cached reads of X-tiled...
2011-12-07 Eric Anholtintel: Make mapping of texture slices track the region...
2011-12-07 Eric Anholtintel: Move the teximage mapping logic to a miptree...
2011-11-22 Chad VersaceMerge branch 'hiz' of ssh://people.freedesktop.org...
2011-11-22 Chad Versaceintel: Store miptree alignment units in the miptree
2011-11-22 Chad Versaceintel: Add resolve functions for miptrees
2011-11-22 Chad Versaceintel: Add field intel_mipmap_tree::hiz_map
2011-11-22 Chad Versaceintel: Replace intel_mipmap_tree::hiz_region with a...
2011-11-22 Chad Versaceintel: Replace intel_texture_image::stencil_irb with...
2011-11-22 Chad Versaceintel: Define intel_miptree_check_level_layer()
2011-11-22 Chad Versaceintel: Kill intel_mipmap_level::nr_images [v4]
2011-11-22 Chad Versaceintel: Refactor intel_mipmap_level offsets
2011-11-22 Chad Versaceintel: Define intel_miptree_create_for_renderbuffer()
2011-10-18 Kenneth Graunkeintel: Convert from GLboolean to 'bool' from stdbool.h.
2011-10-03 Eric Anholtintel: Add a helper function for getting miptree size...
2011-10-03 Eric Anholtintel: Consolidate texture validation copy code, and...
2011-10-03 Eric Anholtintel: Clean up the function chain for mapping texture...
2011-09-26 Eric Anholtintel: Drop the "intel" argument to intel_miptree_relea...
2011-09-24 Kenneth Graunkeintel: Remove pointless boolean return value from ...
2011-09-09 Ian Romanickintel: Silence "warning: unused parameter ‘depth0’"
2011-09-09 Ian Romanickintel: Silence several "warning: unused parameter"
2011-07-21 Brian PaulMerge branch 'gallium-polygon-stipple'
2011-07-04 Christian KönigMerge remote-tracking branch 'origin/master' into pipe...
2011-06-14 Eric Anholtintel: Drop the cpp argument to intel_miptree_create().
2011-06-14 Eric Anholtintel: Calculate compress_byte in intel_miptree_create.
2011-06-14 Eric Anholtintel: Use the gl_format to get the base_format for...
2011-06-14 Eric Anholtintel: Drop the internal_format field of the mipmap...
2011-06-14 Eric Anholtintel: Add the MESA_FORMAT as a field of the miptree.
2011-06-04 Christian KönigMerge remote-tracking branch 'origin/master' into pipe...
2011-05-25 Chad Versaceintel: Add hiz_region to intel_mipmap_tree
2011-01-15 Brian PaulMerge branch 'draw-instanced'
2011-01-11 Christian KönigMerge remote branch 'origin/master' into pipe-video
2011-01-11 Eric AnholtRevert "intel: Always allocate miptrees from level...
2011-01-10 Christian KönigMerge remote branch 'vdpau/pipe-video' into pipe-video
2011-01-08 Christian KönigMerge remote branch 'origin/master' into pipe-video
2011-01-06 Eric Anholtintel: Always allocate miptrees from level 0, not tObj...
2011-01-06 Eric Anholtintel: Drop unused first/lastlevel args to miptree_crea...
2010-06-24 Eric AnholtMerge branch 'glsl2-head' into glsl2
2010-05-01 Younes MantonMerge branch 'master' of ssh://git.freedesktop.org...
2010-04-23 Ian RomanickMerge branch '7.8'
2010-04-23 Jerome GlisseMerge remote branch 'origin/7.8'
2010-04-23 Michel DänzerMerge branch '7.8'
2010-04-22 Brian PaulMerge branch '7.8'
2010-04-20 Dan NicholsonMerge branch '7.8'
2010-04-19 Jesse BarnesMerge branch '7.8'
2010-04-28 Brian PaulMerge branch '7.8'
2010-04-28 Jakob BornecrantzMerge branch '7.8'
2010-04-28 Brian PaulMerge branch '7.8'
2010-04-27 Brian PaulMerge branch '7.8'
2010-04-19 Jesse BarnesMerge branch '7.8'
2010-04-19 Brian PaulMerge branch '7.8'
2010-04-13 Jesse BarnesMerge branch '7.8'
2010-04-11 Maciej CencoraMerge commit 'origin/7.8'
2010-04-09 Brian PaulMerge branch '7.8'
2010-04-08 Dave AirlieMerge remote branch 'origin/7.8'
2010-04-05 Ian RomanickMerge branch '7.8'
2010-04-04 Ian RomanickMerge branch '7.8'
2010-03-31 Zack RusinMerge remote branch 'origin/master' into gallium_draw_llvm
2010-03-30 Michel DänzerMerge branch '7.8'
2010-03-26 Michel DänzerMerge branch '7.8'
2010-03-25 Brian PaulMerge branch '7.8'
2010-03-23 Brian PaulMerge branch '7.8'
2010-03-22 Brian PaulMerge branch '7.8'
2010-03-17 Eric Anholtintel: Replace mt->pitch with mt->region->pitch.
2010-03-17 Eric Anholtintel: Remove level_offset now that it's unused.
2010-01-12 Chia-I WuMerge branch 'master' into opengl-es-v2
2010-01-08 José FonsecaMerge remote branch 'origin/master' into lp-binning
2009-12-27 Brian PaulMerge branch 'mesa_7_6_branch' into mesa_7_7_branch
2009-12-22 Ian RomanickMerge branch 'mesa_7_6_branch' into mesa_7_7_branch
2009-12-22 Brian PaulMerge branch 'mesa_7_6_branch' into mesa_7_7_branch
2009-12-21 Keith WhitwellMerge commit 'origin/master' into i965g-restart
2009-12-12 Michal KrolMerge branch 'master' into glsl-pp-rework-2
2009-12-11 Brian PaulMerge branch 'mesa_7_6_branch' into mesa_7_7_branch
2009-12-11 Brian PaulMerge branch 'mesa_7_6_branch' into mesa_7_7_branch
2009-12-08 Andre MaasikasMerge branch 'mesa_7_6_branch' into mesa_7_7_branch
2009-12-08 Ian RomanickMerge branch 'mesa_7_6_branch' into mesa_7_7_branch
2009-12-06 Younes MantonMerge branch 'master' into pipe-video
2009-12-02 Jakob BornecrantzMerge commit 'mesa_7_6_branch' into mesa_7_7_branch
next