summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/intel/intel_blit.c
Commit message (Expand)AuthorAgeFilesLines
* i965: Move the remaining intel code to the i965 directory.Eric Anholt2013-06-261-770/+0
* intel: Move XRGB->ARGB blit logic into intel_miptree_blit().Eric Anholt2013-06-171-51/+63
* intel: Fix Y tiling support for glCopyTexSubImage's alpha override.Eric Anholt2013-06-171-4/+4
* intel: Make batch macros for doing BCS_SWCTRL setup.Eric Anholt2013-06-171-37/+47
* i965/gen7+: Resolve color buffers when necessary.Paul Berry2013-06-121-2/+9
* i965: Consistently do depth resolves before blitting.Eric Anholt2013-05-281-0/+6
* intel: Make a wrapper for intelEmitCopyBlit using miptrees.Eric Anholt2013-05-281-0/+91
* intel: Add support for blitting 6 byte-per-pixel formats.Eric Anholt2013-05-151-7/+14
* i965: Add support for Y-tiled blits on gen6+.Eric Anholt2013-05-071-3/+36
* intel: Improve diagnostics for emit_linear_blit failure path.Eric Anholt2013-04-121-2/+5
* intel: Un-hardcode lengths from blitter commands.Kenneth Graunke2013-01-281-4/+4
* intel: Make intel_region's pitch be bytes instead of pixels.Eric Anholt2013-01-181-4/+4
* intel: Make intel_blit.c take pitches in bytes.Eric Anholt2013-01-181-5/+0
* i965: Fail to blit rather than assert on invalid pitch requirements.Kenneth Graunke2012-12-291-2/+2
* intel: Push face/level -> slice handling to the caller of get_image_offset().Eric Anholt2012-11-191-1/+0
* i965: Add some checks for array textures in unsupported paths.Eric Anholt2012-11-191-0/+3
* intel: Make more consistent use of _mesa_is_{user,winsys}_fbo()Paul Berry2012-07-261-1/+2
* intel: Avoid divide by zero for very small linear blitsIan Romanick2012-02-071-1/+1
* intel: use intel_rb_format() to get renderbuffer formatBrian Paul2012-01-241-1/+1
* mesa: remove _mesa_ffs(), implement ffs() for non-GNU platformsBrian Paul2012-01-121-1/+1
* intel: Fix pitch handling for linear blits.Eric Anholt2012-01-041-4/+4
* intel: Replace intel_renderbuffer::region with a miptree [v3]Chad Versace2011-11-211-8/+13
* intel: Add safety asserts for the blit engine's pitch alignment requirements.Eric Anholt2011-11-031-0/+6
* intel: Convert from GLboolean to 'bool' from stdbool.h.Kenneth Graunke2011-10-181-16/+16
* intel: Add a helper function for getting miptree size from a texture image.Eric Anholt2011-10-031-2/+7
* intel: Rename region->buffer to region->bo, and remove accessor function.Eric Anholt2011-09-261-14/+7
* intel: make intel_texture_image a subclass of swrast_texture_imageBrian Paul2011-09-171-5/+5
* mesa/colormac: introduce inline helper for 4 unclamped float to ubyte.Dave Airlie2011-09-141-4/+1
* mesa: introduce a clear color union to be used for int/unsigned buffersDave Airlie2011-09-141-5/+5
* intel: use new gl_texture_image:Face, Level fieldsBrian Paul2011-08-241-2/+2
* intel: Move the draw_x/draw_y to the renderbuffer where it belongs.Eric Anholt2011-06-131-4/+4
* intel: Add support for ARB_texture_float.Eric Anholt2011-04-201-1/+3
* intel: Add support for blit copies of >32bpp formats.Eric Anholt2011-04-201-0/+11
* intel: Fix regression in clear_with_blit from 7bae1c3dChris Wilson2011-03-311-11/+12
* intel: Protect intel_clear_with_blit from failed buffer allocationsChris Wilson2011-03-291-10/+11
* intel: use pwrite for batchChris Wilson2011-02-211-21/+19
* intel: Use tri clears when we don't know how to blit clear the format.Eric Anholt2011-01-031-5/+8
* intel: Remove unnecessary headers.Vinson Lee2010-12-231-1/+0
* intel: Support glCopyTexImage() from XRGB8888 to ARGB8888.Eric Anholt2010-12-161-0/+80
* i965: Add support for using the BLT ring on gen6.Eric Anholt2010-12-131-22/+8
* intel: Add assert check for blitting alignment.Peter Clifton2010-11-091-2/+3
* intel: Fix emit_linear_blit to use DWORD aligned width blitsPeter Clifton2010-11-081-2/+5
* Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg2010-10-131-1/+1
* i965: Add support for GL_ALPHA framebuffer objects.Eric Anholt2010-06-101-14/+25
* intel: Change dri_bo_* to drm_intel_bo* to consistently use new API.Eric Anholt2010-06-081-4/+4
* i965: Support INTEL_DEBUG=clip to dump the clip program.Eric Anholt2010-05-141-0/+3
* intel: Call intel_prepare_render() in intelClear()Li Peng2010-04-081-2/+0
* intel: Call intel_prepare_render() before looking up regions.Kristian Høgsberg2010-03-221-2/+0
* intel: Return false like other blit failure paths if out of aperture.Eric Anholt2010-03-171-16/+2
* intel: Assert that the linear blits succeed.Eric Anholt2010-03-171-14/+17