summaryrefslogtreecommitdiff
path: root/shared-core/r300_cmdbuf.c
AgeCommit message (Expand)AuthorFilesLines
2009-11-17Drop shared-core, bsd-core, linux-core and scripts subdirsKristian Høgsberg1-1198/+0
2008-12-10Revert "Merge branch 'modesetting-gem'"Jesse Barnes1-128/+12
2008-11-03radeon: add some more r100 support to test AGPDave Airlie1-0/+3
2008-10-16radeon: add CS support for r100/r200 in 2D driverDave Airlie1-0/+64
2008-08-14radeon: add copy/solid regs for rn50Dave Airlie1-0/+7
2008-08-14Merge branch 'radeon-gem-cs' into modesetting-gemDave Airlie1-3/+44
2008-07-31Merge commit 'origin/master' into modesetting-gemKristian Høgsberg1-43/+171
2008-07-29r300: Fix cliprect emitNicolai Haehnle1-1/+4
2008-07-28r300: initial command stream parser for packet 0.Dave Airlie1-3/+45
2008-07-26r300_cmdbuf: Always emit INDX_BUFFER immediately after DRAW_INDEXNicolai Haehnle1-16/+64
2008-07-26radeon: add initial atombios modesetting and GEM -> TTM translation layer.Dave Airlie1-5/+6
2008-06-20r300: fix warningDave Airlie1-1/+1
2008-06-15radeon: *really* fix screen corruption thanks to Lukasz KrotowskiJerome Glisse1-1/+0
2008-06-15radeon: actualy try to fix the corruptionJerome Glisse1-12/+14
2008-06-15radeon: fix screen corruption introduced by last patchJerome Glisse1-6/+4
2008-06-13radeon: r345xx fixe hard lockupJerome Glisse1-21/+99
2008-06-09r300/r500: add hier-z regsDave Airlie1-12/+12
2008-05-23r500: add two more register ranges for mesa driver to setupDave Airlie1-0/+2
2008-05-17r500: add more register ranges for Mesa driverDave Airlie1-0/+3
2008-05-05r500: add allowed range for us config/pixsizeDave Airlie1-0/+1
2008-03-30drm/r300: fix wait interface mixupDave Airlie1-9/+24
2008-03-29r300: Correctly translate the value for the R300_CMD_WAIT command.Oliver McFadden1-12/+27
2008-03-21r500: fragment program upload is also used to upload constants.Dave Airlie1-8/+20
2008-03-20drm: fixup r500fp submissionDave Airlie1-10/+8
2008-03-19move some more r300 regs into not allowed on r500Dave Airlie1-3/+4
2008-03-17initial r500 RS and FP register and upload codeDave Airlie1-7/+63
2007-11-27r500: add a bunch of all r5xx pci ids..Dave Airlie1-1/+6
2007-11-21r500: suggestion from glisse to not add cliprect offset on r5xxDave Airlie1-12/+20
2007-11-05drm: remove lots of spurious whitespace.Dave Airlie1-17/+17
2007-07-20Replace filp in ioctl arguments with drm_file *file_priv.Eric Anholt1-4/+4
2007-07-20Remove DRM_ERR OS macro.Eric Anholt1-30/+30
2007-07-16drm: remove drm_buf_tDave Airlie1-2/+2
2007-07-16drm: remove drmP.h internal typedefsDave Airlie1-4/+4
2007-07-16drm: detypedef drm.h and fixup all problemsDave Airlie1-1/+1
2007-06-21r300: Allow writes to R300_VAP_PVS_WAITIDLE.Oliver McFadden1-0/+1
2007-06-18r300: Registers 0x2220-0x2230 are known as R300_VAP_CLIP_X_0-R300_VAP_CLIP_Y_1.Oliver McFadden1-1/+1
2007-05-06r300: Use the defined names for known registers.Oliver McFadden1-13/+13
2007-03-13r300: Renamed the CACHE_CTLSTAT values to include UNKNOWN in the name; notOliver McFadden1-2/+2
2007-03-13Add defines for the values written to R300_RB3D_ZCACHE_CTLSTAT.Oliver McFadden1-1/+1
2007-03-13Corrected values written to R300_RB3D_DSTCACHE_CTLSTAT to eitherOliver McFadden1-1/+1
2007-03-13Guess another unknown register used for R300 pacification.Oliver McFadden1-2/+2
2006-12-14Unify radeon offset checking.Michel Dänzer1-26/+6
2006-10-10only allow specific type-3 packets to pass the verifier instead of all for r1...Roland Scheidegger1-1/+32
2006-04-23Fix from Benh for ppc r300 scratchDave Airlie1-1/+1
2006-04-08Compile fixes for FreeBSD.Eric Anholt1-3/+3
2006-03-25radeon fix up the PCI ids for new memory map like the kernel one.. notlibdrm-2_0_1Dave Airlie1-7/+8
2006-03-07ia64 support for r300_scratch. (not tested)Aapo Tahkola1-5/+5
2006-03-06Add general-purpose packet for manipulating scratch registers (r300)Aapo Tahkola1-0/+66
2006-02-19missed a piece of benh patchDave Airlie1-4/+4
2006-02-18fix brace placementDave Airlie1-4/+2