OSDN Git Service

Cast user data to correct type in radeon_surface_free's copyin.
[android-x86/external-libdrm.git] / shared-core / radeon_state.c
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
2002-12-06 Keith WhitwellRewrite radeon_cp_dispatch_texture() to avoid pingpongi...
2002-10-29 Michel Daenzerpreserve CRTC{,2}_OFFSET_CNTL in 2D driver to avoid...
2002-10-28 Brian Paulmerge from mesa-4-1-branch to get cube-map registers...
2002-09-25 Michel Daenzerchange RADEON_PARAM_IRQ_ACTIVE to RADEON_PARAM_IRQ_NR
2002-09-23 Keith Whitwellmerged r200-0-2-branch to trunk
2002-08-29 Keith Whitwellstandardize use of __FUNCTION__ (Linus)
2002-08-26 Keith Whitwellmerged r200-0-1-branch
2002-08-12 Keith Whitwellzero-cliprect case patch from Jacek
2002-08-11 Michel Daenzertest scratch register writeback before using it
2002-07-18 Michel Daenzerfix off-by-one error for right bottom corner in radeon_...
2002-07-17 Tim SmithWorkaround for Radeon lockups on fast machines
2002-07-11 Michel DaenzerDon't read scratch registers directly, obtain the value...
2002-07-05 Alan Hourihanemerged bsd-3-0-0-branch