summaryrefslogtreecommitdiff
path: root/src/radeon_textured_videofuncs.c
AgeCommit message (Expand)AuthorFilesLines
2012-06-15radeon: drop legacy memory, merge into radeon videoDave Airlie1-8/+4
2012-06-15radeon: drop unused txoffset vars.Dave Airlie1-26/+18
2012-06-15radeon: further macro cleanups.Dave Airlie1-10/+10
2012-06-15radeon: drop FUNC_NAME macro and ONCE_ONLY stuffDave Airlie1-656/+646
2012-06-15drop RING_LOCALS/ACCEL_PREAMBLEDave Airlie1-8/+0
2012-06-15radeon: drop all UMS/DRI1/XAA/overlay support.Dave Airlie1-395/+65
2012-02-20radeon: avoid rounding errors in texture coords for textured xvRoland Scheidegger1-30/+30
2012-02-08Fix UMS build failure.Michel Dänzer1-0/+8
2011-04-14R520: Fix textures larger than 2kAdam Jackson1-3/+24
2010-11-05Fix incorrect CS size in one textured video path. (Bug #31364)Michel Dänzer1-1/+1
2010-04-16r5xx texvid: deal with large numbers of vertsAlex Deucher1-16/+30
2010-04-16r3xx texvid: deal with large numbers of vertsAlex Deucher1-21/+30
2010-04-16r2xx texvid: deal with large numbers of vertsAlex Deucher1-29/+88
2010-04-16r1xx texvid: deal with large numbers of vertsAlex Deucher1-30/+91
2010-04-16r5xx textured video: split into prepare and draw functionsAlex Deucher1-15/+29
2010-04-16r3xx textured video: split into prepare and draw functionsAlex Deucher1-15/+29
2010-04-16r2xx textured video: split into prepare and draw functionsAlex Deucher1-29/+39
2010-04-16r1xx textured video: split into prepare and draw functionsAlex Deucher1-26/+37
2010-04-16Xv: track vtx_count, is_planar in port privAlex Deucher1-49/+51
2010-02-26Use RADEON_ALIGN instead of open coding it.Matt Turner1-4/+4
2010-02-12radeon: consolidate crtc selector for vline waitAlex Deucher1-20/+20
2010-02-05r500: fix relocs for Xv planar videoAlex Deucher1-3/+3
2010-02-01r500: fix CS section size missmatch in Xv codeAlex Deucher1-1/+1
2009-11-20r300: render target limit is 2560Alex Deucher1-5/+10
2009-11-20radeon: r100/r200 have a 2047 scissor limitDave Airlie1-10/+20
2009-10-13radeon: add XV_CRTC attribute for textured videoAlex Deucher1-20/+36
2009-10-03KMS: Double-buffer textured video source image upload.Michel Dänzer1-16/+20
2009-09-25radeon: fix vline handling for kmsAlex Deucher1-20/+8
2009-08-31r1xx: fix textured videoAlex Deucher1-3/+3
2009-08-29r100/r200: fix section size mismatch for textured videoRoland Scheidegger1-4/+4
2009-07-15radeon: emit colorpitch relocs.Dave Airlie1-8/+8
2009-07-14R3/4/5xx: only upload the bicubic texture onceAlex Deucher1-6/+6
2009-07-14R3/4/5xx: fix bicubic Xv filtering with KMS changesAlex Deucher1-1/+1
2009-07-08Further non-KMS fixes / cleanups.Michel Dänzer1-4/+16
2009-07-06radeon: port to new space checking in libdrm interfaceDave Airlie1-74/+35
2009-07-02radeon/kms: add textured video BO size checksDave Airlie1-21/+93
2009-06-30radeon: initial preparation for kms patch.Dave Airlie1-55/+100
2009-06-09r1xx/r2xx: clip 3D rendering to destination bufferAlex Deucher1-0/+12
2009-05-15R100: switch to normalized texture coordinatesAlex Deucher1-16/+16
2009-05-12R3xx-R5xx: do EXA transforms in the vertex shaderAlex Deucher1-20/+20
2009-05-07R3xx/R4xx tex vid: no need to check if IS_R300_3DAlex Deucher1-1/+1
2009-05-07R3xx/R4xx tex vid: increase the guardband limit for rendering with a triAlex Deucher1-4/+4
2009-05-03r3xx-r5xx: switch to 1/12 subpixel precisionAlex Deucher1-4/+4
2009-04-30R3xx-R5xx: don't set TX_OFFSET_RS in RS_INST_COUNTAlex Deucher1-8/+8
2009-04-25Revert "r300/r500: set R clamp mode."Dave Airlie1-6/+0
2009-04-25Revert "radeon: attempt to fix R clamping for repeat again"Dave Airlie1-3/+3
2009-04-24radeon: attempt to fix R clamping for repeat againDave Airlie1-3/+3
2009-04-23r300/r500: set R clamp mode.Dave Airlie1-0/+6
2009-04-21Tex vid: rework part 2Alex Deucher1-90/+89
2009-04-17R3xx/R5xx: only apply Xv attributes if bicubic is disabledAlex Deucher1-1783/+1778