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
/
i965
/
intel_pixel_copy.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
i965: Delete the intel_regions.c code.
Eric Anholt
2014-05-01
1
-1
/
+0
*
mesa: Drop _EnabledUnits.
Eric Anholt
2014-04-30
1
-1
/
+1
*
i965: Drop intel_check_front_buffer_rendering().
Eric Anholt
2014-03-11
1
-1
/
+0
*
i965: Move intel_prepare_render() above first buffer access
Kristian Høgsberg
2014-02-05
1
-2
/
+2
*
s/Tungsten Graphics/VMware/
José Fonseca
2014-01-17
1
-2
/
+2
*
i965: Don't try to use HW blitter for glCopyPixels() when multisampled.
Paul Berry
2013-12-09
1
-0
/
+5
*
i965: Drop trailing whitespace from the rest of the driver.
Kenneth Graunke
2013-12-05
1
-5
/
+5
*
i965: Directly call intel_batchbuffer_flush() after i915 split.
Eric Anholt
2013-08-30
1
-1
/
+2
*
i965: Delete intel_context entirely.
Kenneth Graunke
2013-07-09
1
-2
/
+1
*
i965: Pass brw_context to functions rather than intel_context.
Kenneth Graunke
2013-07-09
1
-3
/
+4
*
i965: Replace #include "intel_context.h" with brw_context.h.
Kenneth Graunke
2013-07-09
1
-1
/
+1
*
i965: Move the remaining intel code to the i965 directory.
Eric Anholt
2013-06-26
1
-1
/
+210
*
i965: Use the shared intel_pixel_copy.c.
Eric Anholt
2008-06-24
1
-318
/
+1
*
intel: Avoid glBitmap software fallback for blending when no blending occurs.
Eric Anholt
2008-06-24
1
-1
/
+1
*
intel: Merge check_blit_fragment_ops between i915/i965.
Eric Anholt
2008-06-24
1
-28
/
+0
*
Merge {i915,i965}/intel_context.h as intel/intel_context.h
Kristian Høgsberg
2008-02-22
1
-0
/
+2
*
[intel] Remove the dead intel->need_flush member.
Eric Anholt
2008-01-09
1
-1
/
+0
*
[965] Enable EXT_framebuffer_object.
Eric Anholt
2007-12-20
1
-1
/
+1
*
[965] Convert DBG macro to use FILE_DEBUG_FLAG like i915.
Eric Anholt
2007-11-19
1
-0
/
+1
*
i965: store read drawable info in intel_context. Some OpenGL
Xiang, Haihao
2007-08-29
1
-2
/
+3
*
Structure CopyPixels similarly to i915 do_texture_copypixels, to ease future ...
Gary Wong
2006-12-02
1
-63
/
+101
*
Add accelerated CopyPixels for non-overlapping, 1:1 blits.
Eric Anholt
2006-11-29
1
-2
/
+65
*
Gary Wong's patches for CopyPixels Logiop (enable) and Blend
Keith Whitwell
2006-11-21
1
-3
/
+5
*
Accelerate glBitmap with a color expand blit. Nice speedup for demos
Keith Whitwell
2006-10-05
1
-4
/
+5
*
add accelerated glCopyPixels path
Keith Whitwell
2006-09-20
1
-0
/
+239