summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/radeon/radeon_blit.c
Commit message (Expand)AuthorAgeFilesLines
* radeon: fix some potential big endian issuesRoland Scheidegger2015-07-161-46/+38
* radeon/r200: mark state atoms as dirty after blitsRoland Scheidegger2015-07-161-0/+8
* radeon: replace __FUNCTION__ with __func__Marius Predut2015-04-211-1/+1
* mesa: Change many Type P MESA_FORMATs to meet naming specMark Mueller2014-01-271-10/+10
* mesa: Change many Type A MESA_FORMATs to meet naming standardMark Mueller2014-01-271-9/+9
* mesa: Rename 4 color component unsigned byte MESA_FORMATsMark Mueller2014-01-271-7/+7
* mesa: change gl_format to mesa_formatMark Mueller2014-01-271-5/+5
* radeon / r200: Eliminate BEGIN_BATCH_NO_AUTOSTATEIan Romanick2014-01-231-1/+1
* radeon: Fix printf format not to warn in 64bitPauli Nieminen2012-08-011-2/+2
* radeon/r200: fix bogus assert/scissor wrt width/height 2048Roland Scheidegger2012-08-011-4/+4
* radeon: add some tiling support for r100.Dave Airlie2011-12-051-0/+11
* radeon: texture/renderbuffer overhaul.Dave Airlie2011-12-051-8/+8
* radeon: add a bit more debugging to the blit debug code.Dave Airlie2011-12-051-4/+4
* radeon/r200: fix r100/r200 blit to use the offsets.Dave Airlie2011-11-041-2/+2
* Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg2010-10-131-1/+1
* r100: add additional blit formatsAlex Deucher2010-03-101-0/+14
* radeon/r200/r600: allow src and dst BOs to be placed in GTT during blitAlex Deucher2010-03-081-8/+2
* radeon/r200/r600: reset bos when validating buffers during blitAlex Deucher2010-03-081-0/+3
* radeon/r200/r300/r600: add check_blit vtbl functionAlex Deucher2010-03-031-2/+2
* radeon/r200/r300/r600: fix blit BO buffer validationDave Airlie2010-03-031-4/+8
* r100/r200: fix Y coord flipping in accelerated blitsAlex Deucher2010-01-191-6/+5
* r100/r200: fix dst pitch in blit codeAlex Deucher2010-01-191-1/+1
* r100/r200: align to pitch updates in blit interfaceMaciej Cencora2010-01-201-2/+2
* r100: use common glCopyTex(Sub)Image codeMaciej Cencora2010-01-191-22/+28
* r100/r200/r600: fix typo in 2b1d5ea4f0250a6a7fa312ced0a7af85e909381bAlex Deucher2010-01-191-1/+1
* r100/r200/r600: check if blitting for given format is supported earlierAlex Deucher2010-01-191-1/+24
* r100/r200: add blit support for ARGB4444Alex Deucher2010-01-191-0/+6
* r100: add blit supportAlex Deucher2010-01-181-0/+369