summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/i965/intel_mipmap_tree.c
AgeCommit message (Expand)AuthorFilesLines
2013-07-09i965: Delete intel_context entirely.Kenneth Graunke1-6/+3
2013-07-09i965: Move intel_context::gen and gt fields to brw_context.Kenneth Graunke1-12/+6
2013-07-09i965: Move intel_context::has_llc to brw_context.Kenneth Graunke1-1/+1
2013-07-09i965: Move intel_context::is_<platform> flags to brw_context.Kenneth Graunke1-4/+2
2013-07-09i965: Move must_use/has_separate_stencil fields to brw_context.Kenneth Graunke1-4/+2
2013-07-09i965: Move intel_context::has_swizzling to brw_context.Kenneth Graunke1-8/+4
2013-07-09i965: Move intel_context::intelScreen to brw_context.Kenneth Graunke1-2/+2
2013-07-09i965: Move intel_context::max_gtt_map_object_size to brw_context.Kenneth Graunke1-2/+2
2013-07-09i965: Move intel_context::perf_debug to brw_context.Kenneth Graunke1-1/+0
2013-07-09i965: Move front buffer rendering fields from intel_context to brw.Kenneth Graunke1-1/+1
2013-07-09i965: Pass brw_context to functions rather than intel_context.Kenneth Graunke1-137/+153
2013-07-09i965: Replace #include "intel_context.h" with brw_context.h.Kenneth Graunke1-1/+1
2013-07-03i965: Move the rest of intel_tex_layout.c into brw_tex_layout.c.Kenneth Graunke1-1/+0
2013-07-03i965: Push intel_get_texture_alignment_unit call into brw_miptree_layoutKenneth Graunke1-3/+0
2013-07-03i965: Move is_hiz_depth_format out of the vtable.Kenneth Graunke1-2/+2
2013-06-28i965: Drop #ifdef I915 code.Eric Anholt1-44/+0
2013-06-28i965: Drop code checking for gen <= 3.Eric Anholt1-3/+2
2013-06-27i965,i915: Return early if miptree allocation failsChad Versace1-0/+2
2013-06-26i965: Move the remaining intel code to the i965 directory.Eric Anholt1-1/+2349
2007-12-16[965] Move to using shared texture management code.Eric Anholt1-260/+1
2007-12-15[intel] Whitespace and comment changes to bring intel_mipmap_tree.c closer.Eric Anholt1-40/+41
2007-12-15[965] Use shared intel_regions.c.Eric Anholt1-12/+11
2007-12-07[965] Convert the driver to dri_bufmgr interface and enable TTM.Eric Anholt1-1/+1
2007-11-19[965] Convert DBG macro to use FILE_DEBUG_FLAG like i915.Eric Anholt1-0/+2
2007-10-04[965] Replace various alignment code with a shared ALIGN() macro.Eric Anholt1-2/+2
2007-09-27Revert "WIP 965 conversion to dri_bufmgr."Eric Anholt1-1/+1
2007-09-27WIP 965 conversion to dri_bufmgr.Eric Anholt1-1/+1
2007-08-17i965: align width/height for volume textureXiang, Haihao1-0/+1
2007-08-10i965/i915tex: applying right alignment to compressed texture,Xiang, Haihao1-3/+13
2007-08-10i965: set mt->cpp differently with compressed textureXiang, Haihao1-1/+1
2006-09-07Cope with memory pool fragmentation by allowing a second attempt atKeith Whitwell1-17/+19
2006-08-09Add Intel i965G/Q DRI driver.Eric Anholt1-0/+245