summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/radeon
AgeCommit message (Expand)Author
2005-10-19s/memcpy/_mesa_memcpy/, s/FREE/_mesa_free/Brian Paul
2005-10-18Add _mesa_exec_malloc() and _mesa_exec_free() for allocatingKeith Whitwell
2005-10-18on r200, don't emit fog coords when fog isn't actually enabled. Fix bug with ...Roland Scheidegger
2005-10-17add GL_EXT_fog_coord support to radeon driver. No vtxfmt code (just uses fall...Roland Scheidegger
2005-10-16fix some obvious typos in radeon_reg.h (only currently unused bits affected)Roland Scheidegger
2005-10-15enable cube maps on radeon (#2241 on bugzilla). No vtxfmt code yet (just gene...Roland Scheidegger
2005-10-13enable 3rd texture unit on radeon (default still 2 enabled units). Disable so...Roland Scheidegger
2005-10-13make sure texture matrix is updated often enough with texture rectanglesRoland Scheidegger
2005-10-11Minor driver cleanup. Remove unnecessery/unneded radeon/r200AllocDmaRegionVer...Roland Scheidegger
2005-10-08remove code dealing with drm versions older than 1.3. The driver requires (an...Roland Scheidegger
2005-10-05fix typo in radeon_maos_arrays.c from last commit (code currently unused, tha...Roland Scheidegger
2005-10-05remove unneeded parameter from radeonUploadTexMatrix.Roland Scheidegger
2005-10-05Remove the tcl fallback for texture rectangle (by manipulating the texture ma...Roland Scheidegger
2005-10-05In gl_texture_image replace IntFormat with InternalFormat and Format withBrian Paul
2005-09-26remove identity check for texgen planes (which was just plain wrong).Roland Scheidegger
2005-09-26fix projective texturing for (swtcl) texture rectangles. Fix wrong argument o...Roland Scheidegger
2005-09-14updated commentBrian Paul
2005-09-14make some functions staticBrian Paul
2005-09-14Instead of calling _mesa_ResizeBuffersMESA() in the Viewport function,Brian Paul
2005-09-13Replace ctx->Driver.StencilOp/Func/Mask() functions withBrian Paul
2005-09-13just some reformattingBrian Paul
2005-09-10add the new drm packets needed for ATI_fragment_shader to the sanity code of ...Roland Scheidegger
2005-09-04Simplify radeonSetCliprects(). Remove the 'mode' parameter.Brian Paul
2005-09-04Further clean-up and simplification of the span-related functions.Brian Paul
2005-09-04Add new void *addr and __DRIdrawablePrivate parameters toBrian Paul
2005-09-04Fix UpdatePageFlipping() function. Always call driFlipRenderbuffers()Brian Paul
2005-09-04replace GET_SRC_PTR, GET_DST_PTR with GET_PTRBrian Paul
2005-09-03use new InitStencil/DepthPointer functionsBrian Paul
2005-09-02set depthHasSurface for stencil renderbufferBrian Paul
2005-09-01fix page flipping breakageBrian Paul
2005-09-01Finish up some of the gl_renderbuffer work.Brian Paul
2005-09-01s/__inline/INLINE/Brian Paul
2005-08-31remove redundant ctx->Driver fallback assignments that were already done in _...Brian Paul
2005-08-25Attempt to fix the issue reported by Alan Grimes with DRM_RADEON_TEXTUREEric Anholt
2005-08-15Add Egberts fixes for 64bit architecturesAlan Hourihane
2005-08-08fix up color tiling in miniglx radeon server codeDave Airlie
2005-08-08Remove platform specific bits from radeon_egl.cJon Smirl
2005-08-05More EGL prep. No impact on anything outside of EGLJon Smirl
2005-08-04New files for radeon egl driver.Jon Smirl
2005-08-03Add color tiling support to miniglx for radeonDave Airlie
2005-07-29Leave the AGP_BASE code in. It is pointless to bump the interfaceJon Smirl
2005-07-29Remove OUTREG(RADEON_AGP_BASE, info->ringHandle); from DRI driverJon Smirl
2005-07-28glxEnableExtension is a platform-specific function exported by the loader.Ian Romanick
2005-07-28Major rip-up of internal function insertion interface. The oldIan Romanick
2005-07-26Fixes the glXGetProcAddress portion of the interface. Most of the functionsIan Romanick
2005-07-24All elements of pre-DRI_NEW_INTERFACE_ONLY are removed. This allowsIan Romanick
2005-07-18Wrap every place that accesses a dispatch table with a macro. A new script-Ian Romanick
2005-07-15remove duplicate "User disable" stringBrian Paul
2005-07-14added a few more fallbackStrings (Andreas Stenglein)Brian Paul
2005-07-01convert sis and radeon driver to use spantmp2 instead of spantmp template. Re...Roland Scheidegger