index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
mesa
/
drivers
/
dri
/
intel
/
intel_blit.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
intel: Un-hardcode lengths from blitter commands.
Kenneth Graunke
2013-01-28
1
-4
/
+4
*
intel: Make intel_region's pitch be bytes instead of pixels.
Eric Anholt
2013-01-18
1
-4
/
+4
*
intel: Make intel_blit.c take pitches in bytes.
Eric Anholt
2013-01-18
1
-5
/
+0
*
i965: Fail to blit rather than assert on invalid pitch requirements.
Kenneth Graunke
2012-12-29
1
-2
/
+2
*
intel: Push face/level -> slice handling to the caller of get_image_offset().
Eric Anholt
2012-11-19
1
-1
/
+0
*
i965: Add some checks for array textures in unsupported paths.
Eric Anholt
2012-11-19
1
-0
/
+3
*
intel: Make more consistent use of _mesa_is_{user,winsys}_fbo()
Paul Berry
2012-07-26
1
-1
/
+2
*
intel: Avoid divide by zero for very small linear blits
Ian Romanick
2012-02-07
1
-1
/
+1
*
intel: use intel_rb_format() to get renderbuffer format
Brian Paul
2012-01-24
1
-1
/
+1
*
mesa: remove _mesa_ffs(), implement ffs() for non-GNU platforms
Brian Paul
2012-01-12
1
-1
/
+1
*
intel: Fix pitch handling for linear blits.
Eric Anholt
2012-01-04
1
-4
/
+4
*
intel: Replace intel_renderbuffer::region with a miptree [v3]
Chad Versace
2011-11-21
1
-8
/
+13
*
intel: Add safety asserts for the blit engine's pitch alignment requirements.
Eric Anholt
2011-11-03
1
-0
/
+6
*
intel: Convert from GLboolean to 'bool' from stdbool.h.
Kenneth Graunke
2011-10-18
1
-16
/
+16
*
intel: Add a helper function for getting miptree size from a texture image.
Eric Anholt
2011-10-03
1
-2
/
+7
*
intel: Rename region->buffer to region->bo, and remove accessor function.
Eric Anholt
2011-09-26
1
-14
/
+7
*
intel: make intel_texture_image a subclass of swrast_texture_image
Brian Paul
2011-09-17
1
-5
/
+5
*
mesa/colormac: introduce inline helper for 4 unclamped float to ubyte.
Dave Airlie
2011-09-14
1
-4
/
+1
*
mesa: introduce a clear color union to be used for int/unsigned buffers
Dave Airlie
2011-09-14
1
-5
/
+5
*
intel: use new gl_texture_image:Face, Level fields
Brian Paul
2011-08-24
1
-2
/
+2
*
intel: Move the draw_x/draw_y to the renderbuffer where it belongs.
Eric Anholt
2011-06-13
1
-4
/
+4
*
intel: Add support for ARB_texture_float.
Eric Anholt
2011-04-20
1
-1
/
+3
*
intel: Add support for blit copies of >32bpp formats.
Eric Anholt
2011-04-20
1
-0
/
+11
*
intel: Fix regression in clear_with_blit from 7bae1c3d
Chris Wilson
2011-03-31
1
-11
/
+12
*
intel: Protect intel_clear_with_blit from failed buffer allocations
Chris Wilson
2011-03-29
1
-10
/
+11
*
intel: use pwrite for batch
Chris Wilson
2011-02-21
1
-21
/
+19
*
intel: Use tri clears when we don't know how to blit clear the format.
Eric Anholt
2011-01-03
1
-5
/
+8
*
intel: Remove unnecessary headers.
Vinson Lee
2010-12-23
1
-1
/
+0
*
intel: Support glCopyTexImage() from XRGB8888 to ARGB8888.
Eric Anholt
2010-12-16
1
-0
/
+80
*
i965: Add support for using the BLT ring on gen6.
Eric Anholt
2010-12-13
1
-22
/
+8
*
intel: Add assert check for blitting alignment.
Peter Clifton
2010-11-09
1
-2
/
+3
*
intel: Fix emit_linear_blit to use DWORD aligned width blits
Peter Clifton
2010-11-08
1
-2
/
+5
*
Drop GLcontext typedef and use struct gl_context instead
Kristian Høgsberg
2010-10-13
1
-1
/
+1
*
i965: Add support for GL_ALPHA framebuffer objects.
Eric Anholt
2010-06-10
1
-14
/
+25
*
intel: Change dri_bo_* to drm_intel_bo* to consistently use new API.
Eric Anholt
2010-06-08
1
-4
/
+4
*
i965: Support INTEL_DEBUG=clip to dump the clip program.
Eric Anholt
2010-05-14
1
-0
/
+3
*
intel: Call intel_prepare_render() in intelClear()
Li Peng
2010-04-08
1
-2
/
+0
*
intel: Call intel_prepare_render() before looking up regions.
Kristian Høgsberg
2010-03-22
1
-2
/
+0
*
intel: Return false like other blit failure paths if out of aperture.
Eric Anholt
2010-03-17
1
-16
/
+2
*
intel: Assert that the linear blits succeed.
Eric Anholt
2010-03-17
1
-14
/
+17
*
intel: Remove non-kernel-exec-fencing support.
Eric Anholt
2010-03-04
1
-4
/
+4
*
i915: Tell the kernel when we actually need fence registers on our BOs.
Eric Anholt
2010-03-03
1
-12
/
+12
*
intel: Use GTT mapping in the blit fallback path in case there's tiling.
Eric Anholt
2010-03-03
1
-15
/
+14
*
intel: Start adding defines and some bits for sandybridge bringup.
Eric Anholt
2010-02-25
1
-0
/
+14
*
intel: Implement the DRI2 invalidate function properly
Kristian Høgsberg
2010-02-17
1
-0
/
+4
*
intel: Check aperture size when doing a blit glClear.
Eric Anholt
2010-02-06
1
-0
/
+10
*
intel: Fix inverting of inversion test for windows in glClear cleanup.
Eric Anholt
2010-01-30
1
-2
/
+2
*
intel: Use a handy helper in glReadPixels source clipping.
Eric Anholt
2010-01-26
1
-1
/
+1
*
intel: Remove DRI1 junk from glClear blit implementation.
Eric Anholt
2010-01-26
1
-174
/
+123
*
Merge branch 'mesa_7_7_branch'
Brian Paul
2010-01-25
1
-1
/
+0
|
\
[next]