summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/i965/brw_tex_layout.c
AgeCommit message (Expand)AuthorFilesLines
2013-07-09i965: Move intel_context::gen and gt fields to brw_context.Kenneth Graunke1-9/+5
2013-07-09i965: Pass brw_context to functions rather than intel_context.Kenneth Graunke1-12/+16
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-3/+102
2013-07-03i965: Push intel_get_texture_alignment_unit call into brw_miptree_layoutKenneth Graunke1-0/+3
2013-07-03i965: Declare for-loop counters in the loop in brw_tex_layout.c.Kenneth Graunke1-11/+7
2013-07-03i965: Remove use of GLuint/GLint in brw_tex_layout.c.Kenneth Graunke1-19/+19
2013-07-03i965: Tidy the brw_tex_layout.c copyright and file header comments.Kenneth Graunke1-34/+31
2013-07-03i965: Move i945_texture_layout_2d to brw_tex_layout.cKenneth Graunke1-2/+72
2013-07-03i965: Remove fallthrough for Gen4 cube map layout.Kenneth Graunke1-9/+7
2013-07-03i965: Combine GL_TEXTURE_CUBE_MAP_ARRAY case with the other array cases.Kenneth Graunke1-5/+2
2013-07-03i965: Pull 3D texture layout code out into a helper function.Kenneth Graunke1-77/+82
2013-04-21mesa: Introduce a globally-available minify() macro.Eric Anholt1-4/+4
2013-03-02i965: add support for multisample texturesChris Forbes1-0/+1
2013-01-09intel: Clean up confusion between logical and physical surface dimensions.Paul Berry1-10/+10
2012-12-14i965: Add various plumbing for cubemap arraysChris Forbes1-0/+4
2012-07-11i965/msaa: Add an enum to describe MSAA layout.Paul Berry1-2/+8
2012-05-25i965/msaa: Properly handle sliced layout for Gen7.Paul Berry1-2/+8
2012-05-09i965: fix wrong cube/3D texture layoutYuanhan Liu1-2/+3
2012-01-18intel: Set depth to 6 for cubemapsIan Romanick1-3/+3
2011-12-19i965: Don't minify depth when setting up cube map miptrees on Gen4.Kenneth Graunke1-1/+2
2011-11-22intel: Store miptree alignment units in the miptreeChad Versace1-18/+8
2011-11-22intel: Kill intel_mipmap_level::nr_images [v4]Chad Versace1-9/+8
2011-10-03i965: Add support for GL_EXT_texture_array and GL_MESA_texture_array.Eric Anholt1-0/+5
2011-10-03i965: Refactor out the cube map setup for general texture array setup.Eric Anholt1-29/+37
2011-09-23intel: Remove pointless boolean return value from *_miptree_layout.Kenneth Graunke1-4/+2
2011-09-09intel: Silence several "warning: unused parameter"Ian Romanick1-4/+3
2011-09-07i965: Use proper texture alignment units for cubemaps on Gen5+.Kenneth Graunke1-1/+4
2011-08-01i965/gen5+: Fix incorrect miptree layout for non-power-of-two cubemaps.Kenneth Graunke1-1/+1
2011-06-14intel: Add block alignment for RGTC textures.Eric Anholt1-1/+1
2011-05-22i965/gen7: Fix miptree layout for cube surfaces.Kenneth Graunke1-1/+1
2011-05-22i965: Remove comments about pre-965 hardware.Kenneth Graunke1-3/+0
2011-01-10Revert "intel: Always allocate miptrees from level 0, not tObj->BaseLevel."Eric Anholt1-2/+2
2011-01-05intel: Always allocate miptrees from level 0, not tObj->BaseLevel.Eric Anholt1-2/+2
2010-09-28i965: Fix sampler on sandybridgeZhenyu Wang1-1/+1
2010-04-29i965: Fix cube map layouts on Ironlake.Eric Anholt1-62/+18
2010-04-21intel: Clean up chipset name and gen num for IronlakeZhenyu Wang1-1/+1
2010-03-17intel: Replace mt->pitch with mt->region->pitch.Eric Anholt1-14/+9
2010-01-30i965: Remove unnecessary headers.Vinson Lee1-1/+0
2009-12-22intel: Replace IS_IGDNG checks with intel->is_ironlake or needs_ff_sync.Eric Anholt1-1/+1
2009-10-23intel: Keep track of x,y offsets in miptrees and use them for blitting.Eric Anholt1-3/+4
2009-08-19intel: Fix failure to commit -a --amend before last push.Eric Anholt1-1/+1
2009-08-19intel: Align cubemap texture height to its padding requirements.Eric Anholt1-0/+10
2009-08-13i965: fix cube map on IGDNGXiang, Haihao1-5/+8
2009-07-13i965: add support for new chipsetsXiang, Haihao1-1/+73
2009-06-17i965: Fix up texture layout for small things with wide pitches (tiled)Eric Anholt1-1/+1
2009-06-04intel: Add support for tiled textures.Eric Anholt1-4/+5
2009-05-21i965: fix whitespace in brw_tex_layout.cEric Anholt1-32/+31
2008-09-18mesa: added "main/" prefix to includes, remove some -I paths from Makefile.te...Brian Paul1-1/+1
2007-12-18[INTEL] Fix 965 to use new centralized mipmap pitch functionKeith Packard1-3/+3