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_read.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
i965: Move the remaining intel code to the i965 directory.
Eric Anholt
2013-06-26
1
-202
/
+0
*
intel: Rebuild PBO blit glReadPixels() on top of miptrees.
Eric Anholt
2013-05-28
1
-25
/
+23
*
intel: Don't spam "intelReadPixels: fallback to swrast" in non-PBO case.
Kenneth Graunke
2013-05-16
1
-11
/
+10
*
intel: Improve the test for readpixels blit path format checking.
Eric Anholt
2013-03-05
1
-1
/
+6
*
intel: Finish renaming fallback_debug() to perf_debug().
Eric Anholt
2013-03-05
1
-1
/
+1
*
intel: Allow blit readpixels even when the pack alignment is set.
Eric Anholt
2013-02-13
1
-9
/
+4
*
intel: Make intel_region's pitch be bytes instead of pixels.
Eric Anholt
2013-01-18
1
-1
/
+1
*
intel: Make intel_blit.c take pitches in bytes.
Eric Anholt
2013-01-18
1
-2
/
+2
*
intel: use _mesa_is_winsys/user_fbo() helpers
Brian Paul
2012-05-01
1
-2
/
+3
*
mesa,intel: use _mesa_image_offset() for PBOs
nobled
2011-12-08
1
-2
/
+3
*
i965: use _mesa_readpixels() instead of _swrast_ReadPixels()
Brian Paul
2011-11-15
1
-6
/
+5
*
intel: Don't force a batchbuffer flush in readpixels.
Eric Anholt
2011-11-03
1
-2
/
+2
*
intel: Convert from GLboolean to 'bool' from stdbool.h.
Kenneth Graunke
2011-10-18
1
-12
/
+12
*
intel: Rename region->buffer to region->bo, and remove accessor function.
Eric Anholt
2011-09-26
1
-1
/
+1
*
intel: Skip the flush before read-pixels via blit
Chris Wilson
2011-02-21
1
-4
/
+7
*
intel: use pwrite for batch
Chris Wilson
2011-02-21
1
-2
/
+1
*
intel: Pack dynamic draws together
Chris Wilson
2011-02-21
1
-3
/
+4
*
intel: Annotate debug printout checks with unlikely().
Eric Anholt
2010-11-03
1
-16
/
+10
*
Drop GLcontext typedef and use struct gl_context instead
Kristian Høgsberg
2010-10-13
1
-2
/
+2
*
intel: Drop intelFlush()
Kristian Høgsberg
2010-05-10
1
-1
/
+1
*
intel: Don't mark front buffer dirty if we're only reading
Kristian Høgsberg
2010-05-10
1
-1
/
+12
*
Replace the _mesa_*printf() wrappers with the plain libc versions
Kristian Høgsberg
2010-02-19
1
-7
/
+7
*
intel: Implement the DRI2 invalidate function properly
Kristian Høgsberg
2010-02-17
1
-0
/
+3
*
intel: Remove long-disabled meta readpixels, and associated meta support.
Eric Anholt
2010-01-28
1
-102
/
+0
*
intel: Use a handy helper in glReadPixels source clipping.
Eric Anholt
2010-01-26
1
-22
/
+18
*
intel: Fix PBO blit ReadPixels from an FBO.
Eric Anholt
2010-01-26
1
-44
/
+37
*
Merge branch 'mesa_7_7_branch'
Brian Paul
2010-01-25
1
-1
/
+0
|
\
|
*
intel: Remove unnecessary headers.
Vinson Lee
2010-01-23
1
-1
/
+0
*
|
intel: Drop LOCK/UNLOCK_HARDWARE()
Kristian Høgsberg
2010-01-04
1
-7
/
+0
*
|
Remove leftover __DRI{screen,drawable,context}Private references
Kristian Høgsberg
2010-01-04
1
-2
/
+2
|
/
*
i965: Enable the accelerated ReadPixels path on gen4 along with pre-gen4.
Eric Anholt
2009-12-08
1
-1
/
+1
*
Merge branch 'mesa_7_6_branch'
Brian Paul
2009-10-05
1
-2
/
+2
|
\
|
*
intel: use driReadDrawable, not driDrawable in do_blit_readpixels()
Brian Paul
2009-10-05
1
-2
/
+2
|
*
Fix merge fail
Ian Romanick
2009-09-10
1
-13
/
+0
*
|
intel: Suppress a compiler warning for an pointer->int cast
Chris Wilson
2009-10-03
1
-3
/
+2
*
|
i965: fix an overlooked merge conflict
Brian Paul
2009-09-09
1
-13
/
+0
*
|
Merge branch 'mesa_7_6_branch'
Brian Paul
2009-09-09
1
-0
/
+13
|
\
|
|
*
Merge branch 'mesa_7_5_branch' into mesa_7_6_branch
Brian Paul
2009-09-09
1
-0
/
+13
|
|
\
|
|
*
i965: Fix warnings in intel_pixel_read.c.
Eric Anholt
2009-09-04
1
-0
/
+4
|
|
*
intel: Update Mesa state before span setup in glReadPixels.
Eric Anholt
2009-09-04
1
-0
/
+11
|
|
*
intel: Move intel_pixel_read.c to shared for use with i965.
Eric Anholt
2009-09-04
1
-0
/
+306
*
|
i965: use _mesa_is_bufferobj()
Brian Paul
2009-09-08
1
-10
/
+1
|
/
*
intel: Avoid trying to do blits to Y tiled regions.
Eric Anholt
2009-06-23
1
-10
/
+13
*
i965: Fix warnings in intel_pixel_read.c.
Eric Anholt
2009-06-22
1
-0
/
+4
*
intel: Fix glReadPixels regression since changing context init order.
Michel Dänzer
2009-06-22
1
-1
/
+1
*
intel: Update Mesa state before span setup in glReadPixels.
Eric Anholt
2009-06-19
1
-0
/
+11
*
intel: Move intel_pixel_read.c to shared for use with i965.
Eric Anholt
2009-06-19
1
-0
/
+306