summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/radeon/radeon_blit.c
AgeCommit message (Expand)AuthorFilesLines
2015-07-16radeon: fix some potential big endian issuesRoland Scheidegger1-46/+38
2015-07-16radeon/r200: mark state atoms as dirty after blitsRoland Scheidegger1-0/+8
2015-04-21radeon: replace __FUNCTION__ with __func__Marius Predut1-1/+1
2014-01-27mesa: Change many Type P MESA_FORMATs to meet naming specMark Mueller1-10/+10
2014-01-27mesa: Change many Type A MESA_FORMATs to meet naming standardMark Mueller1-9/+9
2014-01-27mesa: Rename 4 color component unsigned byte MESA_FORMATsMark Mueller1-7/+7
2014-01-27mesa: change gl_format to mesa_formatMark Mueller1-5/+5
2014-01-23radeon / r200: Eliminate BEGIN_BATCH_NO_AUTOSTATEIan Romanick1-1/+1
2012-08-01radeon: Fix printf format not to warn in 64bitPauli Nieminen1-2/+2
2012-08-01radeon/r200: fix bogus assert/scissor wrt width/height 2048Roland Scheidegger1-4/+4
2011-12-05radeon: add some tiling support for r100.Dave Airlie1-0/+11
2011-12-05radeon: texture/renderbuffer overhaul.Dave Airlie1-8/+8
2011-12-05radeon: add a bit more debugging to the blit debug code.Dave Airlie1-4/+4
2011-11-04radeon/r200: fix r100/r200 blit to use the offsets.Dave Airlie1-2/+2
2010-10-13Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg1-1/+1
2010-03-10r100: add additional blit formatsAlex Deucher1-0/+14
2010-03-08radeon/r200/r600: allow src and dst BOs to be placed in GTT during blitAlex Deucher1-8/+2
2010-03-08radeon/r200/r600: reset bos when validating buffers during blitAlex Deucher1-0/+3
2010-03-03radeon/r200/r300/r600: add check_blit vtbl functionAlex Deucher1-2/+2
2010-03-03radeon/r200/r300/r600: fix blit BO buffer validationDave Airlie1-4/+8
2010-01-19r100/r200: fix Y coord flipping in accelerated blitsAlex Deucher1-6/+5
2010-01-19r100/r200: fix dst pitch in blit codeAlex Deucher1-1/+1
2010-01-20r100/r200: align to pitch updates in blit interfaceMaciej Cencora1-2/+2
2010-01-19r100: use common glCopyTex(Sub)Image codeMaciej Cencora1-22/+28
2010-01-19r100/r200/r600: fix typo in 2b1d5ea4f0250a6a7fa312ced0a7af85e909381bAlex Deucher1-1/+1
2010-01-19r100/r200/r600: check if blitting for given format is supported earlierAlex Deucher1-1/+24
2010-01-19r100/r200: add blit support for ARGB4444Alex Deucher1-0/+6
2010-01-18r100: add blit supportAlex Deucher1-0/+369