radeon/r200/r300: make build with out libdrm_radeon installed for now
[mesa.git] / src / mesa / drivers / dri / radeon / radeon_screen.c
2007-03-06 BrianFix/improve framebuffer object reference counting.
2007-02-25 Nian WuMerge git://proxy01.pd.intel.com:9419/git/mesa/mesa...
2007-02-22 BrianMerge branch 'origin' into glsl-compiler-1
2007-02-11 Rune Petersonr300: Add proper support for sin/cos instruction in...
2007-02-02 Keith WhitwellMerge branch 'vbo-0.2'
2007-01-18 Aapo Tahkolasupport as much of GL_EXT_stencil_two_side as we can...
2006-12-19 Dave AirlieMerge branch 'nouveau-import'
2006-10-18 Ian RomanickEnable GLX_SGI_make_current_read for radeon.
2006-10-13 Roland Scheideggerimplement ARB_point_parameters and ARB_point_sprite...
2006-08-31 Rune PetersenGive the user posibility to choose speed over correctness.
2006-08-27 Aapo Tahkolaclose #6318
2006-08-19 Roland Scheideggerremove the now confusing option to manually enable...
2006-05-27 Roland Scheideggerpreparation for r200 hw vertex programs. Increase R200_...
2006-05-18 Aapo TahkolaDont allow 16 tex units to be used at all.
2006-05-12 Dave Airliethe r300 should only use 8 until Mesa can deal with...
2006-04-04 Dave Airlieuse gart base from drm not try to work it out ourselves...
2006-04-04 Dave Airlieswitch to card_type rather than IsPCI, doesn't change...
2006-03-31 Brian PaulDave Reveman's patch for GLX_MESA_copy_sub_buffer support
2006-03-31 Aapo Tahkolafree rs300 and ban r350(according to r300.sf.net)
2006-03-31 Aapo Tahkoladisable r300 chips. R300_FORCE_R300 to force
2006-03-27 Roland Scheideggermake allow_large_textures 1 by default for radeon and...
2006-03-07 Aapo TahkolaEnable HW VBOs and other things needed by it.
2006-02-25 Roland ScheideggerAdd all pci ids known by ddx to radeon dri driver....
2006-02-03 Roland Scheideggerreplace the texture level hack used in radeon/r200...
2006-01-20 Aapo TahkolaTry to tackle bug #5148
2006-01-07 Roland Scheideggercube maps on r100 require newer drm than the same featu...
2005-12-05 Dave Airlieupdate r300 drm minimum to 20
2005-12-02 Brian PaulAdded PCI_CHIP_RV410_5E4B (Adam Kirchhoff)
2005-11-29 Michel DänzerIf the DDX driver didn't reserve any video RAM for...
2005-11-28 Brian Paulcheck for driver_modes == NULL. Don't need driver_mode...
2005-11-02 Eric AnholtFirst step of Radeon DRI unification:
2005-10-15 Roland Scheideggerenable cube maps on radeon (#2241 on bugzilla). No...
2005-10-13 Roland Scheideggerenable 3rd texture unit on radeon (default still 2...
2005-09-14 Brian Paulmake some functions static
2005-09-13 Brian Pauljust some reformatting
2005-09-04 Brian PaulAdd new void *addr and __DRIdrawablePrivate parameters to
2005-09-02 Brian Paulset depthHasSurface for stencil renderbuffer
2005-09-01 Brian PaulFinish up some of the gl_renderbuffer work.
2005-08-15 Alan HourihaneAdd Egberts fixes for 64bit architectures
2005-07-28 Ian RomanickglxEnableExtension is a platform-specific function...
2005-07-28 Ian RomanickMajor rip-up of internal function insertion interface...
2005-07-26 Ian RomanickFixes the glXGetProcAddress portion of the interface...
2005-07-24 Ian RomanickAll elements of pre-DRI_NEW_INTERFACE_ONLY are removed...
2005-05-04 Brian PaulMajor check-in of changes for GL_EXT_framebuffer_object...
2005-03-18 Michel DänzerAdd support for production version of ATI RN50/ES1000...
2005-02-26 Dave AirlieAdd a dri config option to enable the max texture level...
2005-02-18 Michel Dänzerfd.o bug #2576: Add support for ATI RN50/ES1000. (ATI...
2005-01-26 Roland Scheidegger(Stephane Marchesin, me) Add support for color (framebu...
2004-12-16 Adam JacksonAlso PUBLICize the config option table
2004-12-15 Adam JacksonMark __driCreateNewScreen PUBLIC
2004-12-14 Alan Hourihaneuint*t -> u_int*t changes
2004-12-08 Roland Scheidegger(Stephane Marchesin, me) add hyperz support to radeon...
2004-12-03 Roland Scheideggerenable GL_EXT_stencil_wrap (patch from idr), including...
2004-11-10 Roland Scheideggeradd some chip ids
2004-10-07 Eric AnholtAdd Roland Scheidegger's S3TC patch. This patch does...
2004-07-04 Jon SmirlPatch removes _SOLO definition needed for mesa-solo...
2004-06-03 Ian RomanickRemove fill_in_modes and use driFillInModes instead.
2004-06-03 Jon SmirlOpen/Close FullScreen die. unichrome and savage impleme...
2004-06-02 Ian RomanickdriCheckDriDdxDrmVersion uses a function that is not...
2004-06-01 Ian RomanickFix dumb mistake from a previous commit. __driCreateSc...
2004-06-01 Ian RomanickConvert 'Display *' to '__DRInativeDisplay *'. Only...
2004-04-29 Keith WhitwellAllow *_dri.so to build in Mesa tree with the 'linux...
2004-04-26 Alan Hourihanebring over build fixes from stable branch
2004-03-26 Ian RomanickMake sure drivers don't dereference a NULL pointer if
2004-03-18 Ian RomanickConvert int(8|32)_t to uint(8|32)_t, like should have...
2004-03-17 Ian RomanickConvert all uses of CARD32 and CARD8 to int32_t and...
2004-03-11 Jon SmirlAdjustments to make everything use IOCTL/sarea defines...
2004-03-01 Roland ScheideggerAdd support for the new DRI driver interfaces to the...
2004-01-05 Eric AnholtAdd support for Radeon IGP chipsets, based off of mcgro...
2004-01-05 Felix KuehlingAdded def_max_anisotropy and no_neg_lod_bias options...
2003-12-12 Brian Paulapplied Felix's patch for configuration system
2003-12-07 Alan Hourihanemerge some more of the radeon DRI driver from the DRI...
2003-10-21 Jon SmirlUpdate DRI drivers to current DRI CVS and make them...
2003-08-22 Brian Paulpatch to import Jon Smirl's work from Bitkeeper