i915: Fork the shared code from i965.
[mesa.git] / src / mesa / drivers / dri / intel / intel_tex_copy.c
2013-06-17 Eric Anholtintel: Allow blorp CopyTexSubImage to nonzero destinati...
2013-06-17 Eric Anholtintel: Allow blit CopyTexSubImage to nonzero destinatio...
2013-06-17 Eric Anholtintel: Directly implement blit glBlitFramebuffer instea...
2013-06-17 Eric Anholtintel: Move XRGB->ARGB blit logic into intel_miptree_bl...
2013-06-17 Eric Anholtmesa: Hide weirdness of 1D_ARRAY textures from Driver...
2013-06-04 Paul Berryintel: Don't try to blorp or blit CopyTexSubImage(1D_AR...
2013-06-04 Paul Berryi965/gen6+: Fix multisample assertions in CopyTexSubIma...
2013-05-29 Eric Anholtintel: Enable blit glCopyTexSubImage/glBlitFramebuffer...
2013-05-28 Eric Anholtintel: Add an assert for glCopyTexSubImage() being...
2013-05-28 Eric Anholti965: Allow glCopyTexSubImage() on depth textures.
2013-05-28 Eric Anholtintel: Make a wrapper for intelEmitCopyBlit using miptrees.
2013-03-05 Eric Anholti965: Make perf_debug() output to GL_ARB_debug_output...
2013-03-05 Eric Anholtintel: Finish renaming fallback_debug() to perf_debug().
2013-02-09 Vinson Leeintel: Ensure variable intel is used in i915 builds.
2013-02-06 Kenneth Graunkei965: Implement CopyTexSubImage2D via BLORP (and use...
2013-01-25 Paul Berryintel: Fix glCopyTexSubImage on buffers whose width...
2013-01-18 Eric Anholtintel: Make intel_region's pitch be bytes instead of...
2013-01-18 Eric Anholtintel: Make intel_blit.c take pitches in bytes.
2012-11-19 Eric Anholtintel: Push face/level -> slice handling to the caller...
2012-11-19 Eric Anholti965: Add some checks for array textures in unsupported...
2012-08-13 Eric Anholtintel: Rename INTEL_DEBUG=fall to INTEL_DEBUG=perf.
2012-07-26 Paul Berryintel: Make more consistent use of _mesa_is_{user,winsy...
2012-06-06 Brian Paulmesa: consolidate internal glCopyTexSubImage1/2/3D...
2012-01-24 Brian Paulintel: use intel_rb_format() to get renderbuffer format
2012-01-07 Brian Paulmesa: rework ctx->Driver.CopyTexSubImage() parameters
2011-11-22 Chad VersaceMerge branch 'hiz' of ssh://people.freedesktop.org...
2011-11-22 Chad Versaceintel: Replace intel_renderbuffer::region with a miptre...
2011-10-18 Kenneth Graunkeintel: Convert from GLboolean to 'bool' from stdbool.h.
2011-09-26 Eric Anholtintel: Rename region->buffer to region->bo, and remove...
2011-09-17 Brian Paulintel: make intel_texture_image a subclass of swrast_te...
2011-09-09 Ian Romanickintel: Silence "warning: unused parameter ‘target’"
2011-08-27 Stéphane MarchesinMerge branch 'master' of git://anongit.freedesktop...
2011-08-25 Brian PaulMerge branch 'kasanen-post-process-v2'
2011-08-24 Brian Paulintel: use new gl_texture_image:Face, Level fields
2011-08-04 Bryan CainMerge branch 'glsl-to-tgsi'
2011-07-21 Brian PaulMerge branch 'gallium-polygon-stipple'
2011-07-21 Brian PaulMerge branch 'remove-copyteximage-hook'
2011-07-20 Brian Paulintel: remove intelCopyTexImage1D/2D()
2011-07-13 Stéphane MarchesinMerge branch 'master' of ssh://git.freedesktop.org...
2011-07-11 Christian KönigMerge remote-tracking branch 'origin/master' into pipe...
2011-07-09 Kenneth Graunkeintel: Recognize all depth formats in get_teximage_read...
2011-07-04 Christian KönigMerge remote-tracking branch 'origin/master' into pipe...
2011-06-13 Eric Anholtintel: Move the draw_x/draw_y to the renderbuffer where...
2011-03-04 Christoph BumillerMerge remote branch 'origin/nvc0'
2011-03-02 Christian KönigMerge remote branch 'origin/master' into pipe-video
2011-03-01 Kenneth Graunkeintel: Support glCopyTexImage() from ARGB8888 to XRGB8888.
2011-02-24 Christian KönigMerge remote branch 'origin/master' into pipe-video
2011-02-24 Neil Robertsintel: Try using glCopyTexSubImage2D in _mesa_meta_Blit...
2011-01-15 Brian PaulMerge branch 'draw-instanced'
2011-01-10 Christian KönigMerge remote branch 'vdpau/pipe-video' into pipe-video
2011-01-08 Christian KönigMerge remote branch 'origin/master' into pipe-video
2011-01-04 Christoph BumillerMerge remote branch 'origin/nvc0'
2010-12-22 Christian KönigMerge remote branch 'origin/master' into pipe-video
2010-12-19 Christoph BumillerMerge remote branch 'origin/master' into nvc0-new
2010-12-16 Eric Anholtintel: Support glCopyTexImage() from XRGB8888 to ARGB8888.
2010-12-16 Eric Anholtintel: Try to sanely check that formats match for CopyT...
2010-12-16 Eric Anholtintel: Drop commented intel_flush from copy_teximage.
2010-12-16 Eric Anholtintel: Update renderbuffers before looking up CopyTexIm...
2010-12-23 Vinson Leeintel: Remove unnecessary headers.
2010-11-22 Keith WhitwellMerge branch 'lp-offset-twoside'
2010-11-21 Christian KönigMerge remote branch 'origin/master' into pipe-video
2010-11-21 Vinson Leeintel: Remove unnecessary header.
2010-11-11 Christian KönigMerge remote branch 'origin/master' into pipe-video
2010-11-03 Eric Anholtintel: Annotate debug printout checks with unlikely().
2010-10-28 Christian KönigMerge branch 'master' of ssh://git.freedesktop.org...
2010-10-26 Thomas Balling Sør... Merge branch 'pipe-video' of git://anongit.freedesktop...
2010-10-26 Thomas Balling Sør... Merge branch 'master' into pipe-video
2010-10-20 Keith WhitwellMerge branch 'llvm-cliptest-viewport'
2010-10-18 Keith WhitwellMerge remote branch 'origin/master' into lp-setup-llvm
2010-10-13 Kristian HøgsbergDrop GLcontext typedef and use struct gl_context instead
2010-10-12 Eric Anholtintel: Allow CopyTexSubImage to InternalFormat 3/4...
2010-10-12 Christian KönigMerge branch 'master' of ssh://git.freedesktop.org...
2010-10-05 Thomas Balling Sør... Merge branch 'master' into pipe-video
2010-08-18 Christoph BumillerMerge remote branch 'origin/master' into nv50-compiler
2010-08-14 Ian RomanickMerge branch 'master' into glsl2
2010-08-05 Chris Wilsonintel: Check for a NULL src buffer prior to blt
2010-06-28 Jakob BornecrantzMerge branch 'gallium-drm-driver-drescriptor'
2010-06-24 Eric AnholtMerge branch 'glsl2-head' into glsl2
2010-06-08 Eric Anholtintel: Update comment in intel_tex_copy from before...
2010-06-03 Roland ScheideggerMerge branch 'gallium-newclear'
2010-06-01 Kristian Høgsbergintel: Fallback to meta if we're asked to CopyTexImage2...
2010-05-01 Younes MantonMerge branch 'master' of ssh://git.freedesktop.org...
2010-05-21 Roland ScheideggerMerge branch 'gallium-msaa'
2010-05-10 Kristian Høgsbergintel: Drop intelFlush()
2010-04-23 Ian RomanickMerge branch '7.8'
2010-04-23 Jerome GlisseMerge remote branch 'origin/7.8'
2010-04-23 Michel DänzerMerge branch '7.8'
2010-04-22 Brian PaulMerge branch '7.8'
2010-04-20 Dan NicholsonMerge branch '7.8'
2010-04-19 Jesse BarnesMerge branch '7.8'
2010-04-28 Brian PaulMerge branch '7.8'
2010-04-28 Jakob BornecrantzMerge branch '7.8'
2010-04-28 Brian PaulMerge branch '7.8'
2010-04-27 Brian PaulMerge branch '7.8'
2010-04-19 Jesse BarnesMerge branch '7.8'
2010-04-19 Brian PaulMerge branch '7.8'
2010-04-13 Jesse BarnesMerge branch '7.8'
2010-04-11 Maciej CencoraMerge commit 'origin/7.8'
2010-04-09 Brian PaulMerge branch '7.8'
2010-04-08 Dave AirlieMerge remote branch 'origin/7.8'
next