aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/radeon/radeon_pixel_read.c
Commit message (Expand)AuthorAgeFilesLines
* mesa: Rename 4 color component unsigned byte MESA_FORMATsMark Mueller2014-01-271-4/+4
* mesa: change gl_format to mesa_formatMark Mueller2014-01-271-2/+2
* radeon: Build the driver into the shared mesa_dri_drivers.so.Eric Anholt2013-10-241-1/+1
* radeon: use _mesa_is_winsys/user_fbo() helpersBrian Paul2012-05-011-1/+2
* radeon: derive radeon_renderbuffer from swrast_renderbufferBrian Paul2012-01-241-4/+4
* radeon: texture/renderbuffer overhaul.Dave Airlie2011-12-051-1/+1
* radeon: use _mesa_readpixels() instead of _swrast_ReadPixels()Brian Paul2011-11-151-7/+5
* radeon: fix bug with wrong stride being used for rectangluar textures.Dave Airlie2011-11-111-1/+1
* mesa: Use ColorLogicOpEnabled instead of _LogicOpEnabledIan Romanick2011-09-191-1/+1
* Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg2010-10-131-2/+2
* radeon: Make do_blit_readpixels() into a PBO work.Henri Verbeet2010-09-051-11/+31
* radeon: Add DRI2 flush extension support, so we synchronize properly.Mario Kleiner2010-08-021-0/+3
* radeon: fix gl format to mesa format mapping and add GL_BGRA formatsMaciej Cencora2010-03-131-7/+18
* radeon: fallback to sw ReadPixels if color logicop is enabledMaciej Cencora2010-03-101-1/+1
* radeon: add hw accelerated glReadPixel support (not enabled yet)Maciej Cencora2010-03-091-0/+188