aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/intel_mipmap_tree.c
Commit message (Expand)AuthorAgeFilesLines
* i965: Move front buffer rendering fields from intel_context to brw.Kenneth Graunke2013-07-091-1/+1
* i965: Pass brw_context to functions rather than intel_context.Kenneth Graunke2013-07-091-137/+153
* i965: Replace #include "intel_context.h" with brw_context.h.Kenneth Graunke2013-07-091-1/+1
* i965: Move the rest of intel_tex_layout.c into brw_tex_layout.c.Kenneth Graunke2013-07-031-1/+0
* i965: Push intel_get_texture_alignment_unit call into brw_miptree_layoutKenneth Graunke2013-07-031-3/+0
* i965: Move is_hiz_depth_format out of the vtable.Kenneth Graunke2013-07-031-2/+2
* i965: Drop #ifdef I915 code.Eric Anholt2013-06-281-44/+0
* i965: Drop code checking for gen <= 3.Eric Anholt2013-06-281-3/+2
* i965,i915: Return early if miptree allocation failsChad Versace2013-06-271-0/+2
* i965: Move the remaining intel code to the i965 directory.Eric Anholt2013-06-261-1/+2349
* [965] Move to using shared texture management code.Eric Anholt2007-12-161-260/+1
* [intel] Whitespace and comment changes to bring intel_mipmap_tree.c closer.Eric Anholt2007-12-151-40/+41
* [965] Use shared intel_regions.c.Eric Anholt2007-12-151-12/+11
* [965] Convert the driver to dri_bufmgr interface and enable TTM.Eric Anholt2007-12-071-1/+1
* [965] Convert DBG macro to use FILE_DEBUG_FLAG like i915.Eric Anholt2007-11-191-0/+2
* [965] Replace various alignment code with a shared ALIGN() macro.Eric Anholt2007-10-041-2/+2
* Revert "WIP 965 conversion to dri_bufmgr."Eric Anholt2007-09-271-1/+1
* WIP 965 conversion to dri_bufmgr.Eric Anholt2007-09-271-1/+1
* i965: align width/height for volume textureXiang, Haihao2007-08-171-0/+1
* i965/i915tex: applying right alignment to compressed texture,Xiang, Haihao2007-08-101-3/+13
* i965: set mt->cpp differently with compressed textureXiang, Haihao2007-08-101-1/+1
* Cope with memory pool fragmentation by allowing a second attempt atKeith Whitwell2006-09-071-17/+19
* Add Intel i965G/Q DRI driver.Eric Anholt2006-08-091-0/+245