summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/i965/intel_tex_subimage.c
AgeCommit message (Expand)AuthorFilesLines
2015-09-10i965: Fix typos in licenseIan Romanick1-2/+2
2015-09-10i965: Remove horizontal bars from file header commentsIan Romanick1-5/+2
2015-09-04i965: Disallow PixelTransfer operations for tiled-memcpy TexImage/ReadPixelsChris Wilson1-0/+4
2015-07-20mesa: Rename _mesa_lookup_enum_by_nr() to _mesa_enum_to_string().Kenneth Graunke1-2/+2
2015-04-14i965: replace __FUNCTION__ with __func__Marius Predut1-3/+3
2015-03-05i965: Tell intel_get_memcpy() which direction the memcpy() is going.Matt Turner1-1/+2
2015-01-26i965: Refactor tiled memcpy functions and move them into their own fileSisinty Sasmita Patra1-392/+2
2015-01-26i965/tex_subimage: Use the fast tiled path for rectangle texturesJason Ekstrand1-1/+2
2015-01-22i965/tex_subimage: use meta instead of the blitter for PBO TexSubImageJason Ekstrand1-100/+15
2014-12-22i965: Use safer pointer arithmetic in intel_texsubimage_tiled_memcpy()Chad Versace1-3/+4
2014-09-25mesa: Replace a priori knowledge of gcc attributes with configure tests.Matt Turner1-6/+0
2014-08-15i965: Allow forcing miptree->array_layout = ALL_SLICES_AT_EACH_LODJordan Justen1-1/+2
2014-07-23i965: Accelerate uploads of RGBA and BGRA GL_UNSIGNED_INT_8_8_8_8_REV texturesJason Ekstrand1-1/+5
2014-07-17Add support for RGBA8 and RGBX8 textures in intel_texsubimage_tiled_memcpyJason Ekstrand1-0/+11
2014-07-17i965: Improve debug output in intelTexImage and intelTexSubimageJason Ekstrand1-0/+6
2014-07-01i965: Use unreachable() instead of unconditional assert().Matt Turner1-2/+1
2014-06-17i965: Use standard SSE intrinsics instead of gcc built-ins.Matt Turner1-5/+7
2014-05-01i965: Drop use of intel_region from miptrees.Eric Anholt1-9/+9
2014-04-10i965: Enable texture upload fast path with MinLevelChris Forbes1-1/+1
2014-04-10i965: Account for MinLevel in texture upload fast pathChris Forbes1-2/+4
2014-04-10i965: Don't try to use fast upload path for nontrivial viewsChris Forbes1-0/+4
2014-03-21i965: Drop BLT TexSubImage Y-tiling restriction on Gen6+.Kenneth Graunke1-2/+2
2014-02-03i965: Use brw_bo_map() in intel_texsubimage_tiled_memcpy().Kenneth Graunke1-7/+1
2014-01-27mesa: Change many Type A MESA_FORMATs to meet naming standardMark Mueller1-2/+2
2014-01-27mesa: Rename 4 color component unsigned byte MESA_FORMATsMark Mueller1-2/+2
2014-01-27mesa: change gl_format to mesa_formatMark Mueller1-1/+1
2014-01-17s/Tungsten Graphics/VMware/José Fonseca1-2/+2
2013-12-30i965: Enhance intel_texsubimage_tiled_memcpy() to support all levelsCourtney Goeltzenleuchter1-2/+5
2013-12-30i965: Add XRGB to intel_texsubimage_tiled_memcpy()Courtney Goeltzenleuchter1-1/+2
2013-12-05i965: Drop trailing whitespace from the rest of the driver.Kenneth Graunke1-5/+5
2013-11-25i965: Use __attribute__((flatten)) on fast tiled teximage code.Kenneth Graunke1-2/+8
2013-10-24i965: Print more debuginfo in intel_texsubimage_memcpy()Chad Versace1-2/+8
2013-10-24i965: Fix glTexImage when packing alignment != cppChad Versace1-2/+11
2013-10-10i965: extend fast texture uploadFrank Henigman1-69/+402
2013-07-09i965: Move intel_context::gen and gt fields to brw_context.Kenneth Graunke1-2/+1
2013-07-09i965: Move intel_context::has_llc to brw_context.Kenneth Graunke1-2/+1
2013-07-09i965: Move intel_context::has_swizzling to brw_context.Kenneth Graunke1-1/+1
2013-07-09i965: Move intel_context::perf_debug to brw_context.Kenneth Graunke1-1/+1
2013-07-09i965: Move intel_context::batch to brw_context.Kenneth Graunke1-1/+1
2013-07-09i965: Pass brw_context to functions rather than intel_context.Kenneth Graunke1-6/+8
2013-07-09i965: Replace #include "intel_context.h" with brw_context.h.Kenneth Graunke1-1/+1
2013-06-26i965: Move the remaining intel code to the i965 directory.Eric Anholt1-1/+335
2007-12-16[965] Move to using shared texture management code.Eric Anholt1-0/+1