Close some races with locking on R100 and R200 which could manifest as rendering
[mesa.git] / src / mesa / drivers / dri / radeon /
2004-08-17 Eric AnholtClose some races with locking on R100 and R200 which...
2004-08-16 Eric AnholtRemove unused HAVE_INDEX define.
2004-07-24 Brian Pauluse GL_CALL() macro (Andreas Stenglein)
2004-07-10 Jon SmirlMake solo radeon/r128 drivers track fix for DRI bug 849
2004-07-05 Jon SmirlConvert miniglx to use Ian's fancy new driver config...
2004-07-04 Jon SmirlPatch removes _SOLO definition needed for mesa-solo...
2004-07-01 Keith WhitwellRename the various function types in t_context.h to...
2004-06-29 Jon SmirlThis should make most linux-solo drivers work again...
2004-06-28 Roland Scheideggeradd missing R200_RB3D_BLENDCOLOR to r200/radeon_sanity.c
2004-06-23 Roland Scheideggerrevert accidental change from rev. 1.10
2004-06-19 Brian PaulBig-endian texture fixes from Michel Dänzer.
2004-06-17 Roland Scheideggeruse I8 internal format for GL_INTENSITY, GL_ALPHA and...
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-02 Roland Scheideggerchange GL_ARB_texture_env_crossbar implementation behav...
2004-06-02 Ian RomanickReplace drmHandle, drmContext, drmDrawable, drmMagic...
2004-06-01 Ian RomanickFix dumb mistake from a previous commit. __driCreateSc...
2004-06-01 Roland Scheideggeradd support for GL_ARB_texture_env_crossbar
2004-06-01 Ian RomanickConvert 'Display *' to '__DRInativeDisplay *'. Only...
2004-05-28 Roland Scheideggerupdate so it compiles again (untested driver path!...
2004-05-27 Ian RomanickMove dri_util.[ch] and glcontextmodes.[ch] from dri_cli...
2004-05-27 Ian RomanickConvert all calls using _glapi_Dispatch to use the...
2004-05-12 Brian Paulobsolete in favor of regular Makefiles
2004-05-04 Dave Airlieswitch to X86_SOURCES
2004-05-03 Dave Airlieadd asm sources
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-04-15 Dave Airlieget the libraries the right way round..
2004-04-15 Dave Airlieset default page flipping to zero can be changed in...
2004-04-14 Dave Airlieget agpmode from config file
2004-04-13 Dave Airliemake this exactly like XFree86 .. allows 4x to work
2004-04-13 Jon SmirlAdd DRM_SOURCE_PATH to make system.
2004-04-08 Brian Paullots of Makefile updates for new build system
2004-04-08 Alan Hourihanebuild fixes
2004-03-26 Brian PaulNew Makefile system
2004-03-26 Ian RomanickMake sure drivers don't dereference a NULL pointer if
2004-03-21 Brian PaulImplemented support for software-based AUX color buffers.
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-12 Jon SmirlAdjust includes to help DRI build
2004-03-12 Jon SmirlThese files are redundant now. Definitions come from...
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-02-28 Michel DänzerOnly print message about disabling HW TCL if the chip...
2004-02-26 Brian Pauladded _tnl_allow_vertex/pixel_fog() calls
2004-02-16 Roland Scheideggertexture env combine refactor (Andreas Stenglein), follo...
2004-02-10 Roland Scheideggerchange lighting to use MULT instead of PREMULT (i.e...
2004-02-06 Ian RomanickRefactor "class" texture environments to be implemented...
2004-02-06 Roland Scheideggerfix potential problem overwriting dma region
2004-02-06 Roland Scheideggerremove bogus check of texture target in RadeonTexParameter
2004-02-02 Felix KuehlingInclude context.h in radeon_state.c.
2004-01-28 Ian RomanickFixed a cut-and-paste bug from the BlendFuncSeparate...
2004-01-28 Keith WhitwellUse NEED_SECONDARY_COLOR() for checking specular state...
2004-01-27 Ian RomanickAdded support for EXT_blend_equation_separate / ATI_ble...
2004-01-27 Keith WhitwellConsolidate texObj->Pos/Neg/X/Y/Z and texObj->Image...
2004-01-26 Brian Paulremove bogus assertion in DeleteTexture() function
2004-01-26 Felix KuehlingMake the drivers using the common texmem code work...
2004-01-24 Felix KuehlingParse radeon, not r200 configuration in radeonCreateCon...
2004-01-24 Michel DänzerFix hardware ROP state handling (Roland Scheidegger)
2004-01-23 Michel DänzerCall UpdateMaterial() unconditionally on GL_COLOR_MATER...
2004-01-23 Michel DänzerFix attenuation hardware state handling, inspired by...
2004-01-21 Ian RomanickSilence some compiler warnings.
2004-01-21 Ian RomanickRemove dd_function_table::BlendFunc. All drivers now use
2004-01-20 Brian PaulUndo some bits from last check-in related to the ctx...
2004-01-20 Brian PaulBefore calling _mesa_create_context(), initialize a...
2004-01-19 Brian Paulreplace -lm with $(GL_LIB_DEPS) to get -lexpat
2004-01-18 Brian Paulminor changes to silence warnings
2004-01-18 Brian PaulChange get_ust_nop()'s parameter from int64_t to uint64...
2004-01-17 Michel DänzerFix cosmetic GL_RENDERER string problem (Andreas Stenglein)
2004-01-13 Ian RomanickAdded support for EXT_texture_mirror_clamp.
2004-01-12 Ian RomanickRemoved redundant extension strings. The Mesa extensio...
2004-01-11 Brian Paulcall _mesa_delete_texture_object() from in the driver...
2004-01-05 Eric AnholtAdd support for Radeon IGP chipsets, based off of mcgro...
2004-01-05 Keith WhitwellRe-commit t_vertex.[ch] changes to fd.o server.
2004-01-05 Felix KuehlingAdded def_max_anisotropy and no_neg_lod_bias options...
2004-01-04 Felix KuehlingNew, less expensive workaround for state-change lockups.
2004-01-04 Felix KuehlingReenable the vtxfmt code paths in the radeon and r200...
2003-12-28 Felix KuehlingFix TCL_LIGHT_MODEL_CTL setting in radeonColorMaterial.
2003-12-12 Brian Paulapplied Felix's patch for configuration system
2003-12-12 Brian Paulnew Makefiles
2003-12-12 Keith Whitwellset MaxTextureImageUnits, MaxTextureCoordUnits
2003-12-11 Keith WhitwellUpdates to tnl_dd_dmatmp.h
2003-12-10 Alan Hourihanefix from DRI trunk
2003-12-10 Alan Hourihanefix typo
2003-12-09 Keith WhitwellFix use of uninited value 'flags', removed unused vars.
2003-12-09 Keith WhitwellFix VERT_SET_RGBA, VERT_SET_SPEC macros to account...
2003-12-09 Keith WhitwellNo need to call radeonUpdateMaterial() from RunPipeline().
2003-12-08 Alan Hourihanefix bogus assertion that checked for an empty texture...
2003-12-08 Alan Hourihaneadd SETPARAM ioctl
2003-12-07 Alan Hourihanemerge some more of the radeon DRI driver from the DRI...
2003-12-05 Alan Hourihanexmlconfig fixes
2003-12-04 Alan Hourihanedisable some DEBUG
2003-12-04 Alan Hourihanebuild fixes
2003-11-25 Brian PaulOtto Solares' patch to add radeon 9200
2003-11-24 Keith WhitwellImport vtx-0-2-branch
2003-10-21 Jon SmirlUpdate DRI drivers to current DRI CVS and make them...
2003-10-20 Jon SmirlFix Makefiles to copy lib to $(TOP)/lib if missing
2003-08-23 Jon SmirlAdd missing assembly file from radeon build
2003-08-22 Brian Paulpatch to import Jon Smirl's work from Bitkeeper
next