summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/intel/intel_tex_copy.c
AgeCommit message (Expand)AuthorFilesLines
2013-02-07i965: Implement CopyTexSubImage2D via BLORP (and use it by default).Kenneth Graunke1-8/+24
2013-01-24intel: Fix glCopyTexSubImage on buffers whose width >= 32kbytesPaul Berry1-0/+21
2013-01-18intel: Make intel_region's pitch be bytes instead of pixels.Eric Anholt1-2/+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/+0
2012-11-19i965: Add some checks for array textures in unsupported paths.Eric Anholt1-0/+5
2012-08-12intel: Rename INTEL_DEBUG=fall to INTEL_DEBUG=perf.Eric Anholt1-2/+2
2012-07-26intel: Make more consistent use of _mesa_is_{user,winsys}_fbo()Paul Berry1-1/+2
2012-06-06mesa: consolidate internal glCopyTexSubImage1/2/3D codeBrian Paul1-29/+11
2012-01-24intel: use intel_rb_format() to get renderbuffer formatBrian Paul1-4/+4
2012-01-07mesa: rework ctx->Driver.CopyTexSubImage() parametersBrian Paul1-49/+18
2011-11-21intel: Replace intel_renderbuffer::region with a miptree [v3]Chad Versace1-5/+9
2011-10-18intel: Convert from GLboolean to 'bool' from stdbool.h.Kenneth Graunke1-6/+6
2011-09-26intel: Rename region->buffer to region->bo, and remove accessor function.Eric Anholt1-5/+2
2011-09-17intel: make intel_texture_image a subclass of swrast_texture_imageBrian Paul1-7/+7
2011-09-09intel: Silence "warning: unused parameter ‘target’"Ian Romanick1-8/+4
2011-08-24intel: use new gl_texture_image:Face, Level fieldsBrian Paul1-2/+2
2011-07-19intel: remove intelCopyTexImage1D/2D()Brian Paul1-97/+0
2011-07-09intel: Recognize all depth formats in get_teximage_readbuffer.Kenneth Graunke1-8/+4
2011-06-13intel: Move the draw_x/draw_y to the renderbuffer where it belongs.Eric Anholt1-1/+1
2011-03-01intel: Support glCopyTexImage() from ARGB8888 to XRGB8888.Kenneth Graunke1-2/+11
2011-02-24intel: Try using glCopyTexSubImage2D in _mesa_meta_BlitFramebufferNeil Roberts1-21/+20
2010-12-23intel: Remove unnecessary headers.Vinson Lee1-1/+0
2010-12-16intel: Support glCopyTexImage() from XRGB8888 to ARGB8888.Eric Anholt1-2/+12
2010-12-16intel: Try to sanely check that formats match for CopyTexImage.Eric Anholt1-40/+20
2010-12-16intel: Drop commented intel_flush from copy_teximage.Eric Anholt1-1/+0
2010-12-16intel: Update renderbuffers before looking up CopyTexImage's read buffer.Eric Anholt1-3/+4
2010-11-20intel: Remove unnecessary header.Vinson Lee1-1/+0
2010-11-03intel: Annotate debug printout checks with unlikely().Eric Anholt1-12/+7
2010-10-13Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg1-5/+5
2010-10-12intel: Allow CopyTexSubImage to InternalFormat 3/4 textures, like RGB/RGBA.Eric Anholt1-0/+2
2010-08-05intel: Check for a NULL src buffer prior to bltChris Wilson1-1/+1
2010-06-08intel: Update comment in intel_tex_copy from before miptree x/y rework.Eric Anholt1-1/+1
2010-06-01intel: Fallback to meta if we're asked to CopyTexImage2D from RGB to RGBAKristian Høgsberg1-0/+8
2010-05-10intel: Drop intelFlush()Kristian Høgsberg1-1/+1
2010-03-30intel: Use fb->Height when flipping read buffer orientationKristian Høgsberg1-12/+2
2010-03-17intel: Replace mt->pitch with mt->region->pitch.Eric Anholt1-1/+1
2010-02-17intel: Implement the DRI2 invalidate function properlyKristian Høgsberg1-0/+1
2010-01-26intel: Remove dead code from having to clip copyteximage source rect.Eric Anholt1-5/+0
2010-01-25Merge branch 'mesa_7_7_branch'Brian Paul1-1/+0
2010-01-23intel: Remove unnecessary headers.Vinson Lee1-1/+0
2010-01-05Merge branch 'remove-intel-dri1'Kristian Høgsberg1-6/+1
2010-01-04intel: Fix CopyTexImage from tiled mipmap levels > 0.Eric Anholt1-2/+3
2010-01-04intel: Drop LOCK/UNLOCK_HARDWARE()Kristian Høgsberg1-5/+0
2010-01-04Remove leftover __DRI{screen,drawable,context}Private referencesKristian Høgsberg1-1/+1
2009-12-28intel: Silence compiler warnings.Vinson Lee1-1/+1
2009-11-21intel: make CopyTex[Sub]Image fallback debug messages more consistentRoland Scheidegger1-2/+8
2009-11-13i965: Remove an unused cache_item field.Eric Anholt1-1/+1
2009-10-27intel: minor clean-up, commentsBrian Paul1-2/+3
2009-10-27intel: use _mesa_get_current_tex_unit() helperBrian Paul1-9/+6