summaryrefslogtreecommitdiff
path: root/shared-core/radeon_state.c
AgeCommit message (Expand)AuthorFilesLines
2009-11-17Drop shared-core, bsd-core, linux-core and scripts subdirsKristian Høgsberg1-3263/+0
2008-12-10Revert "Merge branch 'modesetting-gem'"Jesse Barnes1-112/+78
2008-11-03radeon: commit ring after emitting the buffer discardsDave Airlie1-1/+2
2008-11-03radeon: add wait rendering APIDave Airlie1-0/+1
2008-11-03radeon: remove unused gem indirect ioctlDave Airlie1-1/+0
2008-11-03radeon: make new CS2 command submission interface port older interface to thisDave Airlie1-0/+1
2008-08-14radeon: fix kernel_mm properlyDave Airlie1-4/+0
2008-08-14radeon: use mm_enabled variable to denote memory manager runningDave Airlie1-1/+1
2008-08-14radeon: make buffer swap for older drivers work again on GEMDave Airlie1-0/+3
2008-08-14radeon: add userspace call for mm support checkDave Airlie1-0/+3
2008-08-06radeon: fix setting new memmap in right placeDave Airlie1-0/+1
2008-08-04radeon: add userspace mm enable switchDave Airlie1-0/+3
2008-07-30radeon: add some handles to the sarea + kernel mm available checkDave Airlie1-0/+4
2008-07-28radeon command submission startDave Airlie1-0/+1
2008-07-26radeon: add initial atombios modesetting and GEM -> TTM translation layer.Dave Airlie1-88/+115
2008-05-28Merge branch 'master' of git+ssh://git.freedesktop.org/git/mesa/drm into mode...Alan Hourihane1-0/+3
2008-05-27RADEON: add get_param for number of GB pipesAlex Deucher1-0/+3
2008-03-12Merge branch 'master' of git+ssh://git.freedesktop.org/git/mesa/drm into mode...Alan Hourihane1-2/+4
2008-03-08drm/radeon: check sarea_priv existsDave Airlie1-2/+4
2008-02-26Merge branch 'master' of git+ssh://git.freedesktop.org/git/mesa/drm into mode...Alan Hourihane1-3/+11
2008-02-23fix texture uploads with large 3d textures (bug 13980)Roland Scheidegger1-3/+11
2008-02-14missing bitsDave Airlie1-1/+1
2008-01-03drm: cleanup DRM_DEBUG() parametersMárton Németh1-17/+16
2007-11-22drm: major whitespace/coding style realignment with kernelDave Airlie1-4/+4
2007-11-18radeon: refactor out the fb/agp location read/write.Dave Airlie1-0/+3
2007-11-05drm: remove lots of spurious whitespace.Dave Airlie1-1/+1
2007-09-29radeon: Commit the ring after each partial texture upload blit.chaohong guo1-1/+3
2007-07-20Replace DRM_IOCTL_ARGS with (dev, data, file_priv) and remove DRM_DEVICE.Eric Anholt1-196/+146
2007-07-20Replace filp in ioctl arguments with drm_file *file_priv.Eric Anholt1-103/+93
2007-07-20Remove DRM_ERR OS macro.Eric Anholt1-86/+86
2007-07-16drm: remove drmP.h internal typedefsDave Airlie1-46/+46
2007-07-16drm: detypedef drm.h and fixup all problemsDave Airlie1-6/+6
2007-06-03radeon: add support for vblank on crtc2Dave Airlie1-0/+6
2007-04-29radeon: Don't mess up page flipping when a file descriptor is closed.Michel Dänzer1-27/+19
2007-03-04radeon: make PCI GART aperture size variable, but making table size variableDave Airlie1-0/+6
2006-12-14Unify radeon offset checking.Michel Dänzer1-9/+4
2006-10-10only allow specific type-3 packets to pass the verifier instead of all for r1...Roland Scheidegger1-3/+106
2006-09-20do a TCL state flush before accessing VAP_CNTL to prevent lockups on r200 whe...Roland Scheidegger1-1/+8
2006-09-15Use register writes instead of BITBLT_MULTI packets for buffer swap blits.Michel Dänzer1-2/+4
2006-09-12drm: use radeon specific names for radeon flagsDave Airlie1-5/+5
2006-08-28drm: lots of small cleanups and whitespace issues fixed upDave Airlie1-4/+4
2006-08-26Bug #7595: Avoid u32 overflows in radeon_check_and_fixup_offset().Michel Dänzer1-13/+12
2006-07-19Implement RADEON_PARAM_SCRATCH_OFFSET getparam.Michel Dänzer1-0/+5
2006-07-19Some debug output when the getparam ioctl is called with an unknown parameter.Michel Dänzer1-0/+1
2006-05-24Add support for r200 vertex programs (R200_EMIT_VAP_PVS_CNTL, and newdrm-before-sman-mergeRoland Scheidegger1-0/+36
2006-05-20Do a tcl state flush before accessing tcl vector space. This fixes someRoland Scheidegger1-1/+2
2006-04-18Err, use "ifndef" rather than "if !", to avoid compiler warning.Eric Anholt1-1/+1
2006-04-18Use __LP64__ instead of checking the linux-specific BITS_PER_LONG.Eric Anholt1-1/+1
2006-04-08Compile fixes for FreeBSD.Eric Anholt1-1/+1
2006-03-25radeon fix up the PCI ids for new memory map like the kernel one.. notlibdrm-2_0_1Dave Airlie1-3/+3