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_pixel_copy.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
intel: use intel_rb_format() to get renderbuffer format
Brian Paul
2012-01-24
1
-5
/
+9
*
intel: Replace intel_renderbuffer::region with a miptree [v3]
Chad Versace
2011-11-21
1
-2
/
+3
*
intel: Convert from GLboolean to 'bool' from stdbool.h.
Kenneth Graunke
2011-10-18
1
-13
/
+13
*
intel: Fix mipmap and format handling of blit glCopyPixels().
Eric Anholt
2011-06-13
1
-45
/
+53
*
i965: Add support for NV_conditional_render.
Eric Anholt
2011-04-23
1
-0
/
+4
*
intel: Annotate debug printout checks with unlikely().
Eric Anholt
2010-11-03
1
-4
/
+2
*
Drop GLcontext typedef and use struct gl_context instead
Kristian Høgsberg
2010-10-13
1
-3
/
+3
*
intel: Drop intelFlush()
Kristian Høgsberg
2010-05-10
1
-1
/
+1
*
intel: Call intel_prepare_render() before looking up regions.
Kristian Høgsberg
2010-03-22
1
-4
/
+7
*
i965: Fix inversion for glCopyPixels to/from FBOs.
Eric Anholt
2010-03-16
1
-11
/
+10
*
intel: Implement the DRI2 invalidate function properly
Kristian Høgsberg
2010-02-17
1
-0
/
+2
*
intel: Remove DRI1 junk from CopyPixels.
Eric Anholt
2010-01-26
1
-87
/
+50
*
intel: Use depth buffer from ctx.DrawBuffer in copypix_src_region()
Kristian Høgsberg
2010-01-04
1
-7
/
+12
*
intel: Drop LOCK/UNLOCK_HARDWARE()
Kristian Høgsberg
2010-01-04
1
-4
/
+0
*
mesa: implement per-buffer color masking
Brian Paul
2009-12-29
1
-4
/
+4
*
intel: Fix more front-buffer rendering after Brian's less flushing patch.
Eric Anholt
2009-12-02
1
-0
/
+2
*
mesa: rename functions to be more consistant with rest of mesa
Brian Paul
2009-09-19
1
-1
/
+1
*
intel: use _mesa_meta_copy_pixels() when do_blit_copypixels() fails
Brian Paul
2009-09-01
1
-5
/
+1
*
intel: use new _mesa_meta_copy_pixels() function
Brian Paul
2009-08-10
1
-165
/
+2
*
intel: Fall back on glCopyPixels(GL_DEPTH) or GL_STENCIL.
Eric Anholt
2009-07-07
1
-0
/
+6
*
intel: Avoid trying to do blits to Y tiled regions.
Eric Anholt
2009-06-23
1
-6
/
+10
*
intel: Fix some potential writes to zero-copy PBOs when used as regions.
Eric Anholt
2009-06-23
1
-5
/
+3
*
mesa: use Stencil._Enabled field instead of Stencil.Enabled
Brian Paul
2009-03-02
1
-1
/
+1
*
i915: fallback on transfer mode
Xiang, Haihao
2009-01-16
1
-0
/
+6
*
intel: Update mesa state in blit operations that want post-scissor draw bounds.
Eric Anholt
2008-12-19
1
-0
/
+3
*
intel: don't clip to scissor-clipped read framebuffer bounds in copypixels.
Eric Anholt
2008-12-19
1
-2
/
+2
*
intel: Fix glCopyPixels blit acceleration for FBO destinations.
Eric Anholt
2008-12-06
1
-48
/
+56
*
i915: Fix overlapping CopyPixels with negative pixel zoom.
Eric Anholt
2008-09-23
1
-4
/
+14
*
mesa: added "main/" prefix to includes, remove some -I paths from Makefile.te...
Brian Paul
2008-09-18
1
-6
/
+6
*
intel: track move of bo_exec from drivers to bufmgr.
Eric Anholt
2008-09-10
1
-1
/
+0
*
Revert "Revert "Merge branch 'drm-gem'""
Dave Airlie
2008-08-24
1
-6
/
+4
*
Revert "Merge branch 'drm-gem'"
Dave Airlie
2008-08-24
1
-4
/
+6
*
drm-gem: Use new GEM ioctls for tiling state, and support new swizzle modes.
Eric Anholt
2008-07-11
1
-2
/
+2
*
intel: Replace sprinkled intel_batchbuffer_flush with MI_FLUSH or nothing.
Eric Anholt
2008-06-26
1
-4
/
+2
*
intel: Fix glCopyPixels when x or y are < 0 in hw coordinates.
Eric Anholt
2008-06-24
1
-14
/
+10
*
i965: Use the shared intel_pixel_copy.c.
Eric Anholt
2008-06-24
1
-4
/
+4
*
i915: Fix read != draw drawable for glCopyPixels.
Eric Anholt
2008-06-24
1
-2
/
+3
*
[intel] Move some pixel path support from drivers to shared.
Eric Anholt
2007-12-21
1
-0
/
+382