OSDN Git Service

ttm: make sure userspace can't destroy kernel create memory managers
[android-x86/external-libdrm.git] / shared-core / radeon_state.c
2008-02-23 Roland Scheideggerfix texture uploads with large 3d textures (bug 13980)
2008-01-22 Jesse BarnesMerge branch 'master' into vblank-rework, including...
2008-01-03 Márton Némethdrm: cleanup DRM_DEBUG() parameters
2007-12-10 Dave AirlieMerge branch 'master' into r500-support
2007-11-22 Dave Airliedrm: major whitespace/coding style realignment with...
2007-11-18 Dave Airlieradeon: refactor out the fb/agp location read/write.
2007-11-05 Dave Airliedrm: remove lots of spurious whitespace.
2007-10-30 Jesse BarnesMerge branch 'master' into vblank-rework, fixup remaini...
2007-10-05 Dave AirlieMerge branch 'pre-superioctl-branch'
2007-09-29 chaohong guoradeon: Commit the ring after each partial texture...
2007-07-26 Ian RomanickMerge branch 'master' of ssh+git://git.freedesktop...
2007-07-21 Eric AnholtReplace DRM_IOCTL_ARGS with (dev, data, file_priv)...
2007-07-20 Eric AnholtReplace filp in ioctl arguments with drm_file *file_priv.
2007-07-20 Eric AnholtRemove DRM_ERR OS macro.
2007-07-19 Eric AnholtMerge branch 'origin'
2007-07-16 Dave Airliedrm: remove drmP.h internal typedefs
2007-07-16 Dave Airliedrm: detypedef drm.h and fixup all problems
2007-07-11 Dave AirlieMerge branch 'master' into cleanup
2007-06-03 Dave Airlieradeon: add support for vblank on crtc2
2007-04-29 Michel Dänzerradeon: Don't mess up page flipping when a file descrip...
2007-03-05 Nian WuMerge git://proxy01.pd.intel.com:9419/git/mesa/drm...
2007-03-04 Dave Airlieradeon: make PCI GART aperture size variable, but makin...
2007-03-09 Michel DänzerMerge branch 'i915-pageflip'
2007-01-08 Keith PackardMerge branch 'master' into crestline
2006-12-19 Dave AirlieMerge branch 'nouveau-1'
2006-12-14 Michel DänzerUnify radeon offset checking.
2006-11-10 Nian WuMerge branch 'master' into crestline
2006-10-19 Thomas HellstromMerge branch 'master' of git+ssh://git.freedesktop...
2006-10-19 Thomas HellstromImporting fixes from drm-ttm-0-2-branch
2006-10-18 Thomas HellstromMerging drm-ttm-0-2-branch
2006-10-14 Stephane MarchesinMerge branch 'master' of git://anongit.freedesktop...
2006-10-10 Roland Scheideggeronly allow specific type-3 packets to pass the verifier...
2006-09-20 Roland Scheideggerdo a TCL state flush before accessing VAP_CNTL to preve...
2006-09-15 Michel DänzerUse register writes instead of BITBLT_MULTI packets...
2006-09-11 Dave Airliedrm: use radeon specific names for radeon flags
2006-08-28 Dave AirlieMerge branch 'master' into nouveau-1
2006-08-28 Thomas HellstromMerge branch 'master' of git+ssh://git.freedesktop...
2006-08-28 Dave Airliedrm: lots of small cleanups and whitespace issues fixed up
2006-08-26 Michel DänzerBug #7595: Avoid u32 overflows in radeon_check_and_fixu...
2006-08-19 Dave Airliedrm: lots of small cleanups and whitespace issues fixed up
2006-07-19 Michel DänzerImplement RADEON_PARAM_SCRATCH_OFFSET getparam.
2006-07-19 Michel DänzerSome debug output when the getparam ioctl is called...
2006-05-24 Roland ScheideggerAdd support for r200 vertex programs (R200_EMIT_VAP_PVS...
2006-05-20 Roland ScheideggerDo a tcl state flush before accessing tcl vector space...
2006-04-18 Eric AnholtErr, use "ifndef" rather than "if !", to avoid compiler...
2006-04-18 Eric AnholtUse __LP64__ instead of checking the linux-specific...
2006-04-08 Eric AnholtCompile fixes for FreeBSD.
2006-03-25 Dave Airlieradeon fix up the PCI ids for new memory map like the...
2006-03-08 Dave AirlieFix bug I reintroduced
2006-03-08 Dave Airliefix some use before NULL check
2006-02-18 Dave Airlieadd benh's memory management patch
2006-02-18 Dave Airliemajor realigment of DRM CVS with kernel code, makes...
2006-01-02 Dave AirlieThe radeon DRM wasn't passing sparse checking in the...
2005-12-29 Dave Airlieadd radeon card type get param so userspace can avoid...
2005-11-28 Eric AnholtAssert an MIT copyright on sis_drm.h, since one was...
2005-11-11 Dave Airliefix up radeon whitespace
2005-09-11 Dave AirlieAdd GART in FB support for ati pcigart, and PCIE suppor...
2005-09-09 Roland ScheideggerAdd support for GL_ATI_fragment_shader, new packets...
2005-09-03 Dave Airlieconvert ioctl flags to use flags instead of separate...
2005-08-05 Eric AnholtRename the driver hooks in the DRM to something a littl...
2005-08-04 Jon SmirlMark some radeon init variables deprecated. These used...
2005-08-04 Jon SmirlSplit the control of master vs root priv. Everything...
2005-07-20 Eric AnholtAdd latest r300 support from r300.sf.net CVS. Patch...
2005-03-15 Roland Scheideggeradd R200_EMIT_PP_TRI_PERF_CNTL packet to support brilin...
2005-02-14 Eric AnholtInitialize kbuf to NULL to quiet the compiler about...
2005-02-10 Roland Scheideggeradd support for texture micro tiling on radeon/r200...
2005-02-08 Eric AnholtClose a race which could allow for privilege escalation...
2005-02-03 Eric AnholtCast user data to correct type in radeon_surface_free...
2005-02-01 Dave Airliecleanup patch from Adrian Bunk <bunk@stusta.de>
2005-01-27 Dave Airliefix incorrect PCI id for ATI radeon
2005-01-26 Roland Scheidegger(Stephane Marchesin,me) Add radeon framebuffer tiling...
2005-01-26 Roland Scheideggerreplace magic number with macro constant RADEON_ZBLOCK16
2005-01-16 Dave AirlieThis table is in radeon_drv.h along with the version...
2004-12-08 Roland Scheidegger(Stephane Marchesin, me) add hyperz support to radeon...
2004-11-06 Eric AnholtCommit WIP of BSD conversion to core model. Compiles...
2004-10-10 Dave AirlieVladimir requested support so we can at least load...
2004-09-30 Jon SmirlLindent of core build. Drivers checked for no binary...
2004-09-27 Jon SmirlFirst check in for DRM that splits core from personalit...
2004-09-05 Dave Airliemerge back bunch of whitespace and misc changes from...
2004-08-30 Dave Airliedrm-memory patch, cleans up alloc/free and makes calloc...
2004-08-24 Dave AirlieMerged drmfntbl-0-0-2
2004-08-17 Dave AirlieMerged drmfntbl-0-0-1
2004-07-25 Dave Airliesync up with current 2.6 kernel bk tree - mostly __user...
2004-07-15 Dave Airliesparse cleanups from kernel: Al Viro
2004-07-05 Dave Airliewhitespace align with kernel
2004-05-18 Roland Scheideggerfix whitespace issue in previous patch
2004-05-18 Roland Scheideggeradd R200_EMIT_RB3D_BLENDCOLOR state packet to support...
2004-04-08 Dave Airliefixes from Linux kernel
2004-01-10 Michel DaenzerMake sure that all state packets are handled in
2004-01-10 Michel DaenzerR200_PP_CUBIC_OFFSET_F1_[0-6] state packets only contai...
2003-11-04 Michel DaenzerMemory layout transition:
2003-08-26 Michel DaenzerRemove artificial PCI GART limitations, rename AGP...
2003-06-16 Keith WhitwellPossibly fix stanford checker complaints about sarea
2003-06-10 Keith WhitwellTexture rectangle support for r100
2003-06-09 Keith WhitwellRevert bogus last commit
2003-06-09 Keith WhitwellDon't activate blend fallbacks unless blending is enabled
2003-04-22 Keith Whitwelladd more get_param queries for embedded project
2003-03-28 Keith Whitwellmerged drm-filp-0-1-branch
2003-02-06 Michel Daenzerfix EAGAIN handling in radeon_cp_dispatch_texture(...
2003-01-26 Leif DelgassAdd cast to avoid void * arithmetic warning
next