aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/intel/intel_blit.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* intel: Remove non-kernel-exec-fencing support.Eric Anholt2010-03-041-4/+4
* i915: Tell the kernel when we actually need fence registers on our BOs.Eric Anholt2010-03-031-12/+12
* intel: Use GTT mapping in the blit fallback path in case there's tiling.Eric Anholt2010-03-031-15/+14
* intel: Start adding defines and some bits for sandybridge bringup.Eric Anholt2010-02-251-0/+14
* intel: Implement the DRI2 invalidate function properlyKristian Høgsberg2010-02-171-0/+4
* intel: Check aperture size when doing a blit glClear.Eric Anholt2010-02-061-0/+10
* intel: Fix inverting of inversion test for windows in glClear cleanup.Eric Anholt2010-01-301-2/+2
* intel: Use a handy helper in glReadPixels source clipping.Eric Anholt2010-01-261-1/+1
* intel: Remove DRI1 junk from glClear blit implementation.Eric Anholt2010-01-261-174/+123
* Merge branch 'mesa_7_7_branch'Brian Paul2010-01-251-1/+0
|\