summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/intel/intel_tex_subimage.c
AgeCommit message (Expand)AuthorFilesLines
2013-06-26i965: Move the remaining intel code to the i965 directory.Eric Anholt1-335/+0
2013-06-12i965/gen7+: Resolve color buffers when necessary.Paul Berry1-0/+5
2013-06-03intel: Fix performance regression from miptree blit changes.Eric Anholt1-2/+1
2013-05-28intel: Make a temporary miptree when doing blit uploads for glTexSubImage().Eric Anholt1-44/+28
2013-04-12intel: Return failure properly in the texsubimage blit path.Eric Anholt1-1/+1
2013-03-05i965: Make perf_debug() output to GL_ARB_debug_output in a debug context.Eric Anholt1-1/+1
2013-01-18intel: Make intel_region's pitch be bytes instead of pixels.Eric Anholt1-4/+2
2013-01-18intel: Make intel_blit.c take pitches in bytes.Eric Anholt1-2/+2
2012-11-19intel: Push face/level -> slice handling to the caller of get_image_offset().Eric Anholt1-1/+1
2012-10-18intel: Skip texsubimage fastpath for more pixel unpack state (v2)Chad Versace1-1/+6
2012-10-03intel: Fix intel_texsubimage_tiled_memcpy to skip GL_EXT_unpack_subimage caseRob Bradford1-1/+4
2012-09-28intel: Fix yet-another-bug in intel_texsubimage_tiled_memcpyChad Versace1-0/+2
2012-09-27intel: Fix segfault in intel_texsubimage_tiled_memcpyChad Versace1-2/+1
2012-09-25intel: Improve teximage perf for Google Chrome paint rects (v3)Chad Versace1-0/+163
2012-06-06mesa: consolidate internal glTexSubImage1/2/3D codeBrian Paul1-13/+15
2012-01-02mesa: remove the dstX/Y/Zoffset params to _mesa_texstore() functionsBrian Paul1-1/+0
2012-01-02intel: pass xoffset, yoffset = 0 to _mesa_texstore()Brian Paul1-3/+1
2011-12-30mesa: simplify Driver.TexSubImage() parametersBrian Paul1-19/+12
2011-10-18intel: Convert from GLboolean to 'bool' from stdbool.h.Kenneth Graunke1-2/+2
2011-10-05mesa: get rid of imageOffsets arrays in texstore codeBrian Paul1-5/+3
2011-09-26intel: Rename region->buffer to region->bo, and remove accessor function.Eric Anholt1-6/+4
2011-09-17intel: make intel_texture_image a subclass of swrast_texture_imageBrian Paul1-1/+1
2011-08-30intel: Restructure TexSubImage as just the 2D implementation and blit func.Eric Anholt1-100/+114
2011-08-30intel: Remove the passthrough TexSubImage[13]D functions.Eric Anholt1-42/+0
2011-08-29intel: Rely on Mesa core for the non-blit glTexSubImage* implementation.Eric Anholt1-84/+65
2011-08-29intel: Remove our custom _mesa_store_compressed_texsubimage2d().Eric Anholt1-83/+33
2011-08-24intel: use new gl_texture_image:Face, Level fieldsBrian Paul1-3/+3
2011-03-30intel: Add some defense against buffer allocation failure for subimage blitsChris Wilson1-1/+9
2011-03-30Revert "intel: Add some defense against buffer allocation failure for subimag...Chris Wilson1-11/+11
2011-03-07intel: Add some defense against buffer allocation failure for subimage blitsChris Wilson1-11/+11
2011-02-28mesa: move PBO-related functions into a new fileBrian Paul1-0/+1
2010-10-13Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg1-5/+5
2010-06-10intel: Remove unnecessary header.Vinson Lee1-1/+0
2010-06-09intel: Use the blitter to upload TexSubImage data to busy textures.Eric Anholt1-10/+67
2010-05-10intel: Drop intelFlush()Kristian Høgsberg1-1/+1
2010-02-17intel: Implement the DRI2 invalidate function properlyKristian Høgsberg1-0/+2
2010-01-04intel: Drop LOCK/UNLOCK_HARDWARE()Kristian Høgsberg1-4/+0
2009-10-25mesa: remove calls to _mesa_compressed_row_stride()Brian Paul1-1/+1
2009-10-01mesa: remove gl_texture_image::IsCompressed fieldBrian Paul1-1/+1
2009-09-30mesa: replace gl_texture_format with gl_formatBrian Paul1-2/+2
2009-09-28drivers: use new _mesa_texstore() functionBrian Paul1-12/+11
2009-09-27mesa/drivers: use _mesa_get_format_bytes()Brian Paul1-1/+1
2009-09-27mesa: use _mesa_get_texstore_func()Brian Paul1-8/+11
2009-09-15mesa: move generate mipmap callsBrian Paul1-5/+0
2009-08-05intel: implement intelCompressedTexSubImage2DRoland Scheidegger1-21/+44
2009-06-09intel: make a bunch of glTexImage-related functions staticBrian Paul1-13/+15
2009-05-08intel: Add a metaops version of glGenerateMipmapEXT/SGIS_generate_mipmaps.Eric Anholt1-5/+5
2008-12-15intel: stub out CompressedTexSubImage2D instead of segfaulting.Eric Anholt1-0/+15
2008-09-18mesa: added "main/" prefix to includes, remove some -I paths from Makefile.te...Brian Paul1-5/+5
2008-05-09intel: use new mipmap generation hooks in driver.Dave Airlie1-3/+1