summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/radeon
AgeCommit message (Expand)Author
2004-06-29This should make most linux-solo drivers work again. Mainly a fixJon Smirl
2004-06-28add missing R200_RB3D_BLENDCOLOR to r200/radeon_sanity.cRoland Scheidegger
2004-06-23revert accidental change from rev. 1.10Roland Scheidegger
2004-06-19Big-endian texture fixes from Michel Dänzer.Brian Paul
2004-06-17use I8 internal format for GL_INTENSITY, GL_ALPHA and GL_LUMINANCE texture fo...Roland Scheidegger
2004-06-03Remove fill_in_modes and use driFillInModes instead.Ian Romanick
2004-06-03Open/Close FullScreen die. unichrome and savage implemented, code is ifdef'd outJon Smirl
2004-06-02driCheckDriDdxDrmVersion uses a function that is not available toIan Romanick
2004-06-02change GL_ARB_texture_env_crossbar implementation behaviour to OGL 1.4 core s...Roland Scheidegger
2004-06-02Replace drmHandle, drmContext, drmDrawable, drmMagic and related types withIan Romanick
2004-06-01Fix dumb mistake from a previous commit. __driCreateScreen is nowIan Romanick
2004-06-01add support for GL_ARB_texture_env_crossbarRoland Scheidegger
2004-06-01Convert 'Display *' to '__DRInativeDisplay *'. Only portions of theIan Romanick
2004-05-28update so it compiles again (untested driver path!). Basically ported changes...Roland Scheidegger
2004-05-27Move dri_util.[ch] and glcontextmodes.[ch] from dri_client to common.Ian Romanick
2004-05-27Convert all calls using _glapi_Dispatch to use the new GL_CALL macro.Ian Romanick
2004-05-12obsolete in favor of regular MakefilesBrian Paul
2004-05-04switch to X86_SOURCESDave Airlie
2004-05-03add asm sourcesDave Airlie
2004-04-29Allow *_dri.so to build in Mesa tree with the 'linux-dri' target.Keith Whitwell
2004-04-26bring over build fixes from stable branchAlan Hourihane
2004-04-15get the libraries the right way round..Dave Airlie
2004-04-15set default page flipping to zero can be changed in header fileDave Airlie
2004-04-14get agpmode from config fileDave Airlie
2004-04-13make this exactly like XFree86 .. allows 4x to workDave Airlie
2004-04-13Add DRM_SOURCE_PATH to make system.Jon Smirl
2004-04-08lots of Makefile updates for new build systemBrian Paul
2004-04-08build fixesAlan Hourihane
2004-03-26New Makefile systemBrian Paul
2004-03-26Make sure drivers don't dereference a NULL pointer ifIan Romanick
2004-03-21Implemented support for software-based AUX color buffers.Brian Paul
2004-03-18Convert int(8|32)_t to uint(8|32)_t, like should have been done the first time.Ian Romanick
2004-03-17Convert all uses of CARD32 and CARD8 to int32_t and int8_t.Ian Romanick
2004-03-12Adjust includes to help DRI buildJon Smirl
2004-03-12These files are redundant now. Definitions come from DRM files.Jon Smirl
2004-03-11Adjustments to make everything use IOCTL/sarea defines in DRM insteadJon Smirl
2004-03-01Add support for the new DRI driver interfaces to the radeon driver (patch por...Roland Scheidegger
2004-02-28Only print message about disabling HW TCL if the chip supports it in theMichel Dänzer
2004-02-26added _tnl_allow_vertex/pixel_fog() callsBrian Paul
2004-02-16texture env combine refactor (Andreas Stenglein), following the same principl...Roland Scheidegger
2004-02-10change lighting to use MULT instead of PREMULT (i.e. move some lighting color...Roland Scheidegger
2004-02-06Refactor "class" texture environments to be implemented in terms ofIan Romanick
2004-02-06fix potential problem overwriting dma regionRoland Scheidegger
2004-02-06remove bogus check of texture target in RadeonTexParameterRoland Scheidegger
2004-02-02Include context.h in radeon_state.c.Felix Kuehling
2004-01-28Fixed a cut-and-paste bug from the BlendFuncSeparate driver interfaceIan Romanick
2004-01-28Use NEED_SECONDARY_COLOR() for checking specular state at all timesKeith Whitwell
2004-01-27Added support for EXT_blend_equation_separate / ATI_blend_equation_separate.Ian Romanick
2004-01-27Consolidate texObj->Pos/Neg/X/Y/Z and texObj->Image into a singleKeith Whitwell
2004-01-26remove bogus assertion in DeleteTexture() functionBrian Paul