Age | Commit message (Expand) | Author | Files | Lines |
2006-01-02 | The radeon DRM wasn't passing sparse checking in the kernel, this fixes it | Dave Airlie | 1 | -16/+17 |
2005-12-29 | add radeon card type get param so userspace can avoid walking PCI | Dave Airlie | 1 | -0/+9 |
2005-11-28 | Assert an MIT copyright on sis_drm.h, since one was lacking and I created | Eric Anholt | 1 | -2/+2 |
2005-11-11 | fix up radeon whitespace | Dave Airlie | 1 | -103/+97 |
2005-09-11 | Add GART in FB support for ati pcigart, and PCIE support for r300 | Dave Airlie | 1 | -0/+3 |
2005-09-09 | Add support for GL_ATI_fragment_shader, new packets R200_EMIT_PP_AFS_0/1, | Roland Scheidegger | 1 | -1/+19 |
2005-09-03 | convert ioctl flags to use flags instead of separate ints | Dave Airlie | 1 | -27/+27 |
2005-08-05 | Rename the driver hooks in the DRM to something a little more | Eric Anholt | 1 | -4/+4 |
2005-08-04 | Mark some radeon init variables deprecated. These used to be passed in but | Jon Smirl | 1 | -1/+1 |
2005-08-04 | Split the control of master vs root priv. Everything is still marked as | Jon Smirl | 1 | -27/+27 |
2005-07-20 | Add latest r300 support from r300.sf.net CVS. Patch submitted by volodya, | Eric Anholt | 1 | -32/+41 |
2005-03-15 | add R200_EMIT_PP_TRI_PERF_CNTL packet to support brilinear filtering on | Roland Scheidegger | 1 | -1/+3 |
2005-02-14 | Initialize kbuf to NULL to quiet the compiler about uninit variables | Eric Anholt | 1 | -2/+4 |
2005-02-10 | add support for texture micro tiling on radeon/r200. Add support for r100 | Roland Scheidegger | 1 | -21/+138 |
2005-02-08 | Close a race which could allow for privilege escalation by users with DRI | Eric Anholt | 1 | -88/+66 |
2005-02-03 | Cast user data to correct type in radeon_surface_free's copyin. | Eric Anholt | 1 | -1/+1 |
2005-02-01 | cleanup patch from Adrian Bunk <bunk@stusta.de> | Dave Airlie | 1 | -48/+47 |
2005-01-27 | fix incorrect PCI id for ATI radeon | Dave Airlie | 1 | -0/+1 |
2005-01-26 | (Stephane Marchesin,me) Add radeon framebuffer tiling support to radeon | Roland Scheidegger | 1 | -1/+213 |
2005-01-26 | replace magic number with macro constant RADEON_ZBLOCK16 | Roland Scheidegger | 1 | -1/+0 |
2005-01-16 | This table is in radeon_drv.h along with the version number so remove it | Dave Airlie | 1 | -33/+0 |
2004-12-08 | (Stephane Marchesin, me) add hyperz support to radeon drm. Only fast z | Roland Scheidegger | 1 | -4/+172 |
2004-11-06 | Commit WIP of BSD conversion to core model. Compiles for r128, radeon, but | Eric Anholt | 1 | -0/+64 |
2004-10-10 | Vladimir requested support so we can at least load r300 microcode for | Dave Airlie | 1 | -1/+1 |
2004-09-30 | Lindent of core build. Drivers checked for no binary diffs. A few files | Jon Smirl | 1 | -1057/+1020 |
2004-09-27 | First check in for DRM that splits core from personality modules | Jon Smirl | 1 | -25/+7 |
2004-09-05 | merge back bunch of whitespace and misc changes from kernel | Dave Airlie | 1 | -2/+2 |
2004-08-30 | drm-memory patch, cleans up alloc/free and makes calloc look more libc like | Dave Airlie | 1 | -1/+2 |
2004-08-24 | Merged drmfntbl-0-0-2drmfntbl-0-0-2-20040824-merge | Dave Airlie | 1 | -6/+35 |
2004-08-17 | Merged drmfntbl-0-0-1drmfntbl-0-0-1-20040817-merge | Dave Airlie | 1 | -3/+46 |
2004-07-25 | sync up with current 2.6 kernel bk tree - mostly __user annotations | Dave Airlie | 1 | -25/+28 |
2004-07-15 | sparse cleanups from kernel: Al Viro | Dave Airlie | 1 | -1/+1 |
2004-07-05 | whitespace align with kernel | Dave Airlie | 1 | -2/+2 |
2004-05-18 | fix whitespace issue in previous patch | Roland Scheidegger | 1 | -1/+1 |
2004-05-18 | add R200_EMIT_RB3D_BLENDCOLOR state packet to support GL_EXT_blend_color, | Roland Scheidegger | 1 | -1/+3 |
2004-04-08 | fixes from Linux kernel | Dave Airlie | 1 | -2/+13 |
2004-01-10 | Make sure that all state packets are handled in | Michel Daenzer | 1 | -29/+118 |
2004-01-10 | R200_PP_CUBIC_OFFSET_F1_[0-6] state packets only contain 5 offsets, not 6 | Michel Daenzer | 1 | -1/+1 |
2003-11-04 | Memory layout transition: | Michel Daenzer | 1 | -42/+281 |
2003-08-26 | Remove artificial PCI GART limitations, rename AGP to GART where | Michel Daenzer | 1 | -9/+9 |
2003-06-16 | Possibly fix stanford checker complaints about sarea | Keith Whitwell | 1 | -30/+15 |
2003-06-10 | Texture rectangle support for r100 | Keith Whitwell | 1 | -0/+3 |
2003-06-09 | Revert bogus last commit | Keith Whitwell | 1 | -5/+0 |
2003-06-09 | Don't activate blend fallbacks unless blending is enabled | Keith Whitwell | 1 | -0/+5 |
2003-04-22 | add more get_param queries for embedded project | Keith Whitwell | 1 | -0/+13 |
2003-03-28 | merged drm-filp-0-1-branchdrm-filp-1-20020328-merge | Keith Whitwell | 1 | -27/+29 |
2003-02-06 | fix EAGAIN handling in radeon_cp_dispatch_texture() (fixes corruption of | Michel Daenzer | 1 | -9/+7 |
2003-01-26 | Add cast to avoid void * arithmetic warningmesa-4-0-4-20030129 | Leif Delgass | 1 | -1/+1 |
2002-12-06 | Rewrite radeon_cp_dispatch_texture() to avoid pingponging back to userspace | Keith Whitwell | 1 | -102/+99 |
2002-10-29 | preserve CRTC{,2}_OFFSET_CNTL in 2D driver to avoid bad effects whennv-0-0-1-branch | Michel Daenzer | 1 | -19/+19 |