summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i915/intel_mipmap_tree.c
Commit message (Expand)AuthorAgeFilesLines
* i915: Silence unused parameter warning in intel_miptree_create_layoutIan Romanick2015-09-101-11/+3
* i915, i965: Silence unused parameter warnings in intel_miptree_unmap_gttIan Romanick2015-09-101-6/+2
* i915: Silence unused parameter warningsIan Romanick2015-09-101-4/+3
* mesa: Rename _mesa_lookup_enum_by_nr() to _mesa_enum_to_string().Kenneth Graunke2015-07-201-1/+1
* i915: replace __FUNCTION__ with __func__Marius Predut2015-04-141-9/+9
* mesa: change gl_format to mesa_formatMark Mueller2014-01-271-9/+9
* s/Tungsten Graphics/VMware/José Fonseca2014-01-171-2/+2
* i915, i965: Fix memory leak in intel_miptree_create_for_bo.Vinson Lee2013-11-111-1/+3
* dri: add __DRIimageLoaderExtension and __DRIimageDriverExtensionKeith Packard2013-11-071-0/+33
* i915: Drop all has_llc code.Eric Anholt2013-06-281-8/+2
* i915: Remove most of the code under gen >= 4 checks.Eric Anholt2013-06-281-13/+3
* i915: Remove fake ETC support that only existed on gen4+Eric Anholt2013-06-281-111/+9
* i915: Remove separate stencil code.Eric Anholt2013-06-281-358/+4
* i915: Remove the I915 macro from the formerly shared code.Eric Anholt2013-06-281-8/+0
* i915: Remove all the MSAA support code.Eric Anholt2013-06-281-768/+38
* i915: Remove all the HiZ code from i915.Eric Anholt2013-06-281-221/+1
* i965,i915: Return early if miptree allocation failsChad Versace2013-06-271-0/+2
* i915: Fork the shared code from i965.Eric Anholt2013-06-261-1/+2349
* [intel] Move over files that will be shared with 965-fbo work.Eric Anholt2007-11-091-388/+1
* i915: Only align texture pitch to 64 bytes when textures can be render targets.Michel Dänzer2007-10-031-8/+16
* i915: Work around texture pitch related performance drops on i915 at least.Michel Dänzer2007-10-031-1/+10
* Move i915tex driver into place as just i915.Eric Anholt2007-09-241-0/+371