summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/radeon
Commit message (Expand)AuthorAgeFilesLines
* updated commentBrian Paul2005-09-141-2/+4
* make some functions staticBrian Paul2005-09-141-2/+4
* Instead of calling _mesa_ResizeBuffersMESA() in the Viewport function,Brian Paul2005-09-142-7/+3
* Replace ctx->Driver.StencilOp/Func/Mask() functions withBrian Paul2005-09-131-8/+10
* just some reformattingBrian Paul2005-09-131-8/+10
* add the new drm packets needed for ATI_fragment_shader to the sanity code of ...Roland Scheidegger2005-09-101-0/+9
* Simplify radeonSetCliprects(). Remove the 'mode' parameter.Brian Paul2005-09-043-21/+21
* Further clean-up and simplification of the span-related functions.Brian Paul2005-09-041-27/+21
* Add new void *addr and __DRIdrawablePrivate parameters toBrian Paul2005-09-041-10/+25
* Fix UpdatePageFlipping() function. Always call driFlipRenderbuffers()Brian Paul2005-09-041-3/+2
* replace GET_SRC_PTR, GET_DST_PTR with GET_PTRBrian Paul2005-09-041-7/+4
* use new InitStencil/DepthPointer functionsBrian Paul2005-09-031-21/+6
* set depthHasSurface for stencil renderbufferBrian Paul2005-09-021-0/+1
* fix page flipping breakageBrian Paul2005-09-012-36/+15
* Finish up some of the gl_renderbuffer work.Brian Paul2005-09-019-163/+160
* s/__inline/INLINE/Brian Paul2005-09-011-3/+4
* remove redundant ctx->Driver fallback assignments that were already done in _...Brian Paul2005-08-311-16/+2
* Attempt to fix the issue reported by Alan Grimes with DRM_RADEON_TEXTUREEric Anholt2005-08-251-1/+1
* Add Egberts fixes for 64bit architecturesAlan Hourihane2005-08-152-8/+12
* fix up color tiling in miniglx radeon server codeDave Airlie2005-08-081-15/+34
* Remove platform specific bits from radeon_egl.cJon Smirl2005-08-081-2/+0
* More EGL prep. No impact on anything outside of EGLJon Smirl2005-08-052-1/+16
* New files for radeon egl driver.Jon Smirl2005-08-041-0/+980
* Add color tiling support to miniglx for radeonDave Airlie2005-08-033-2/+81
* Leave the AGP_BASE code in. It is pointless to bump the interfaceJon Smirl2005-07-291-0/+4
* Remove OUTREG(RADEON_AGP_BASE, info->ringHandle); from DRI driverJon Smirl2005-07-291-4/+0
* glxEnableExtension is a platform-specific function exported by the loader.Ian Romanick2005-07-281-10/+8
* Major rip-up of internal function insertion interface. The oldmesa_6_3_1Ian Romanick2005-07-282-2/+14
* Fixes the glXGetProcAddress portion of the interface. Most of the functionsIan Romanick2005-07-264-30/+15
* All elements of pre-DRI_NEW_INTERFACE_ONLY are removed. This allowsIan Romanick2005-07-241-42/+16
* Wrap every place that accesses a dispatch table with a macro. A new script-Ian Romanick2005-07-182-35/+39
* remove duplicate "User disable" stringBrian Paul2005-07-151-1/+0
* added a few more fallbackStrings (Andreas Stenglein)Brian Paul2005-07-141-1/+5
* convert sis and radeon driver to use spantmp2 instead of spantmp template. Re...Roland Scheidegger2005-07-011-123/+12
* remove common macros used in the span functions of most drivers from the indi...Roland Scheidegger2005-07-011-31/+0
* Replace add_newer_entrypoints (src/mesa/main/context.c) withIan Romanick2005-06-301-26/+32
* Fix crashes during rasterization fallback by avoiding _tnl_need_projected_coordsEric Anholt2005-06-261-1/+7
* Explain the reason for TCL fallback when GL_SPHERE_MAP happens withEric Anholt2005-06-261-1/+2
* Remove unused CTX_ARG2 define.Eric Anholt2005-05-311-1/+0
* Bugzilla #2195: Convert the radeon driver to the t_vertex interface. This cutsEric Anholt2005-05-313-410/+220
* Put some fallback debugging output under DEBUG_FALLBACKS.Eric Anholt2005-05-281-2/+4
* Add a missing EnsureCmdBufSpace, matching r200.Eric Anholt2005-05-281-0/+4
* Apply r200 tcl fix to radeon - compiles but untested.Keith Whitwell2005-05-161-1/+25
* Refactor COMMON_SOURCES up to Makefile.templateAdam Jackson2005-05-051-11/+0
* Major check-in of changes for GL_EXT_framebuffer_object extension.Brian Paul2005-05-049-27/+148
* First pass at updating these drivers with pipeline_stage struct changes.Keith Whitwell2005-04-222-139/+20
* Remove all the radeon_subset files. They were completely unused. KeithIan Romanick2005-04-086-3522/+0
* Add support for production version of ATI RN50/ES1000. (ATI TechnologiesMichel Dänzer2005-03-181-0/+2
* add support for user-configurable brilinear filtering on r200Roland Scheidegger2005-03-151-0/+1
* Fixing memset on ia64 & other archsDave Airlie2005-03-051-2/+3