Age | Commit message (Expand) | Author |
2007-11-22 | drm: major whitespace/coding style realignment with kernel | Dave Airlie |
2007-11-18 | radeon: refactor out the fb/agp location read/write. | Dave Airlie |
2007-11-05 | drm: remove lots of spurious whitespace. | Dave Airlie |
2007-09-29 | radeon: Commit the ring after each partial texture upload blit. | chaohong guo |
2007-07-20 | Replace DRM_IOCTL_ARGS with (dev, data, file_priv) and remove DRM_DEVICE. | Eric Anholt |
2007-07-20 | Replace filp in ioctl arguments with drm_file *file_priv. | Eric Anholt |
2007-07-20 | Remove DRM_ERR OS macro. | Eric Anholt |
2007-07-16 | drm: remove drmP.h internal typedefs | Dave Airlie |
2007-07-16 | drm: detypedef drm.h and fixup all problems | Dave Airlie |
2007-06-03 | radeon: add support for vblank on crtc2 | Dave Airlie |
2007-04-29 | radeon: Don't mess up page flipping when a file descriptor is closed. | Michel Dänzer |
2007-03-04 | radeon: make PCI GART aperture size variable, but making table size variable | Dave Airlie |
2006-12-14 | Unify radeon offset checking. | Michel Dänzer |
2006-10-10 | only allow specific type-3 packets to pass the verifier instead of all for r1... | Roland Scheidegger |
2006-09-20 | do a TCL state flush before accessing VAP_CNTL to prevent lockups on r200 whe... | Roland Scheidegger |
2006-09-15 | Use register writes instead of BITBLT_MULTI packets for buffer swap blits. | Michel Dänzer |
2006-09-12 | drm: use radeon specific names for radeon flags | Dave Airlie |
2006-08-28 | drm: lots of small cleanups and whitespace issues fixed up | Dave Airlie |
2006-08-26 | Bug #7595: Avoid u32 overflows in radeon_check_and_fixup_offset(). | Michel Dänzer |
2006-07-19 | Implement RADEON_PARAM_SCRATCH_OFFSET getparam. | Michel Dänzer |
2006-07-19 | Some debug output when the getparam ioctl is called with an unknown parameter. | Michel Dänzer |
2006-05-24 | Add support for r200 vertex programs (R200_EMIT_VAP_PVS_CNTL, and new | Roland Scheidegger |
2006-05-20 | Do a tcl state flush before accessing tcl vector space. This fixes some | Roland Scheidegger |
2006-04-18 | Err, use "ifndef" rather than "if !", to avoid compiler warning. | Eric Anholt |
2006-04-18 | Use __LP64__ instead of checking the linux-specific BITS_PER_LONG. | Eric Anholt |
2006-04-08 | Compile fixes for FreeBSD. | Eric Anholt |
2006-03-25 | radeon fix up the PCI ids for new memory map like the kernel one.. not | Dave Airlie |
2006-03-08 | Fix bug I reintroduced | Dave Airlie |
2006-03-08 | fix some use before NULL check | Dave Airlie |
2006-02-18 | add benh's memory management patch | Dave Airlie |
2006-02-18 | major realigment of DRM CVS with kernel code, makes integration much easier | Dave Airlie |
2006-01-02 | The radeon DRM wasn't passing sparse checking in the kernel, this fixes it | Dave Airlie |
2005-12-29 | add radeon card type get param so userspace can avoid walking PCI | Dave Airlie |
2005-11-28 | Assert an MIT copyright on sis_drm.h, since one was lacking and I created | Eric Anholt |
2005-11-11 | fix up radeon whitespace | Dave Airlie |
2005-09-11 | Add GART in FB support for ati pcigart, and PCIE support for r300 | Dave Airlie |
2005-09-09 | Add support for GL_ATI_fragment_shader, new packets R200_EMIT_PP_AFS_0/1, | Roland Scheidegger |
2005-09-03 | convert ioctl flags to use flags instead of separate ints | Dave Airlie |
2005-08-05 | Rename the driver hooks in the DRM to something a little more | Eric Anholt |
2005-08-04 | Mark some radeon init variables deprecated. These used to be passed in but | Jon Smirl |
2005-08-04 | Split the control of master vs root priv. Everything is still marked as | Jon Smirl |
2005-07-20 | Add latest r300 support from r300.sf.net CVS. Patch submitted by volodya, | Eric Anholt |
2005-03-15 | add R200_EMIT_PP_TRI_PERF_CNTL packet to support brilinear filtering on | Roland Scheidegger |
2005-02-14 | Initialize kbuf to NULL to quiet the compiler about uninit variables | Eric Anholt |
2005-02-10 | add support for texture micro tiling on radeon/r200. Add support for r100 | Roland Scheidegger |
2005-02-08 | Close a race which could allow for privilege escalation by users with DRI | Eric Anholt |
2005-02-03 | Cast user data to correct type in radeon_surface_free's copyin. | Eric Anholt |
2005-02-01 | cleanup patch from Adrian Bunk <bunk@stusta.de> | Dave Airlie |
2005-01-27 | fix incorrect PCI id for ATI radeon | Dave Airlie |
2005-01-26 | (Stephane Marchesin,me) Add radeon framebuffer tiling support to radeon | Roland Scheidegger |