History log of /external/mesa3d/src/mesa/drivers/dri/radeon/radeon_pixel_read.c
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
47941bfaea6e8a60e2c31f7a2c8c233f2a10ecb1 20-Apr-2012 Brian Paul <brianp@vmware.com> radeon: use _mesa_is_winsys/user_fbo() helpers

Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
/external/mesa3d/src/mesa/drivers/dri/radeon/radeon_pixel_read.c
c080202db5363a18a759a9a7c82b40ac558c8abe 16-Jan-2012 Brian Paul <brianp@vmware.com> radeon: derive radeon_renderbuffer from swrast_renderbuffer
/external/mesa3d/src/mesa/drivers/dri/radeon/radeon_pixel_read.c
b2596c36c8f73e8bb7a0b1679b491662aeb2f9d9 11-Nov-2011 Dave Airlie <airlied@redhat.com> radeon: texture/renderbuffer overhaul.

This could have been split up better, but the driver is just broken now,
so bisecting the brokenness is going to be painful no matter what.

This adds renderbuffer mapping/unmapping along with texture image allocation.
It drops all the old texture upload paths, some of which could possible be
reimplemented with the blitter later.

It also redoes the span code paths to use its own set of image mapping handlers,
along with removing the tiling decode paths for the color buffers, since
we now hope to use the blitter for this.

Signed-off-by: Dave Airlie <airlied@redhat.com>
/external/mesa3d/src/mesa/drivers/dri/radeon/radeon_pixel_read.c
1161facaf9bb14086807714c72a7554ed229a52f 15-Nov-2011 Brian Paul <brianp@vmware.com> radeon: use _mesa_readpixels() instead of _swrast_ReadPixels()
/external/mesa3d/src/mesa/drivers/dri/radeon/radeon_pixel_read.c
beb3e81b86698359e037d49f35feba3ca53626b2 10-Nov-2011 Dave Airlie <airlied@redhat.com> radeon: fix bug with wrong stride being used for rectangluar textures.

This broke the meta bitmap code when it was enabled.

Signed-off-by: Dave Airlie <airlied@redhat.com>
/external/mesa3d/src/mesa/drivers/dri/radeon/radeon_pixel_read.c
2836aab2031d5b6926923fbc70f867ec638301bd 09-Sep-2011 Ian Romanick <ian.d.romanick@intel.com> mesa: Use ColorLogicOpEnabled instead of _LogicOpEnabled

Since GL_EXT_blend_logic_op is removed, _LogicOpEnabled and
ColorLogicOpEnabled always have the same value.

Signed-off-by: Ian Romanick <ian.d.romanick@intel.com>
Reviewed-by: Roland Scheidegger <sroland@vmware.com>
Reviewed-by: Eric Anholt <eric@anholt.net>
Reviewed-by: Marek Olšák <maraeo@gmail.com>
/external/mesa3d/src/mesa/drivers/dri/radeon/radeon_pixel_read.c
f9995b30756140724f41daf963fa06167912be7f 12-Oct-2010 Kristian Høgsberg <krh@bitplanet.net> Drop GLcontext typedef and use struct gl_context instead
/external/mesa3d/src/mesa/drivers/dri/radeon/radeon_pixel_read.c
50b9c54ef6b813b348df7e63a0cf291d3d9d39f4 04-Sep-2010 Henri Verbeet <hverbeet@gmail.com> radeon: Make do_blit_readpixels() into a PBO work.
/external/mesa3d/src/mesa/drivers/dri/radeon/radeon_pixel_read.c
646d2e9fbc41bf49075013009e9583bec4a51168 02-Aug-2010 Mario Kleiner <mario.kleiner@tuebingen.mpg.de> radeon: Add DRI2 flush extension support, so we synchronize properly.

When a DRI2 swap buffer is pending we need to make sure we
have the flush extension so radeon doesn't resume rendering to
or reading from the not yet blitted front buffer.

This fixes:

https://bugs.freedesktop.org/show_bug.cgi?id=28341
https://bugs.freedesktop.org/show_bug.cgi?id=28410

Signed-off-by: Jerome Glisse <jglisse@redhat.com>
Signed-off-by: Mario Kleiner <mario.kleiner@tuebingen.mpg.de>
/external/mesa3d/src/mesa/drivers/dri/radeon/radeon_pixel_read.c
aba40bd4345e36fb56817673369b275f0e9a9c43 13-Mar-2010 Maciej Cencora <m.cencora@gmail.com> radeon: fix gl format to mesa format mapping and add GL_BGRA formats
/external/mesa3d/src/mesa/drivers/dri/radeon/radeon_pixel_read.c
3198cd4a65b135005515c6dd35d006330ce31c94 10-Mar-2010 Maciej Cencora <m.cencora@gmail.com> radeon: fallback to sw ReadPixels if color logicop is enabled

Fixes glean/logicOp (regressed after introducing hw accelerated support for ReadPixels)
/external/mesa3d/src/mesa/drivers/dri/radeon/radeon_pixel_read.c
ac2b7835d5e61629f0a1f8b6c35eb1efa2ffbfa2 09-Mar-2010 Maciej Cencora <m.cencora@gmail.com> radeon: add hw accelerated glReadPixel support (not enabled yet)
/external/mesa3d/src/mesa/drivers/dri/radeon/radeon_pixel_read.c