summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/r200
AgeCommit message (Expand)Author
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-12add complete support for ATI_fragment_shader for the r200. Most of the new co...Roland Scheidegger
2005-09-10add the new drm packets needed for ATI_fragment_shader to the sanity code of ...Roland Scheidegger
2005-09-10add reverse-engeneered register bits needed for ATI_fragment_shader (Dave Air...Roland Scheidegger
2005-09-09add _tnl_arb_vertex_program_stage to all drivers which already have _tnl_vert...Roland Scheidegger
2005-09-09add missing fallback string for ARB_vertex_programRoland Scheidegger
2005-09-09Fix wrong fallback bit being set by the tcl fallback caused by ARB_vertex_pro...Roland Scheidegger
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-03remove dead codeBrian Paul
2005-09-02change scratch pointer from _int32_t to u_int32_t to silence warning. Is thi...Brian Paul
2005-09-02remove unneeded assertion in stencil/depth LOCAL_DEPTH_VARS codeBrian Paul
2005-09-02set depthHasSurface field for stencil renderbufferBrian Paul
2005-09-01added an assertion to help debug broken stencil readbackBrian Paul
2005-09-01fix page flipping breakageBrian Paul
2005-09-01fix typoBrian Paul
2005-09-01some missing renderbuffer changes (Roland)Brian Paul
2005-09-01Finish up some of the gl_renderbuffer work.Brian Paul
2005-09-01s/__inline/INLINE/Brian Paul
2005-08-31enable GL_ARB_texture_env_crossbar on r200, separate the enable bits for text...Roland Scheidegger
2005-08-25remove stray references to ctx->Depth.OcclusionTestBrian 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-11Remove support for the R200_NO_VTXFMT environment variable. Instead useIan Romanick
2005-08-08Dike out the linux-specific EGL bits unless it's a linux build.Eric Anholt
2005-08-07Enable EGL support in 'linux-dri' configJon Smirl
2005-07-29Fix a == vs !- typo for glx_enable_extensionJon 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-06Re-enable r200InitSpanFuncs, which was ifdefed out (probably by mistake?),Roland Scheidegger
2005-07-01remove common macros used in the span functions of most drivers from the indi...Roland Scheidegger
2005-06-30Replace add_newer_entrypoints (src/mesa/main/context.c) withIan Romanick
2005-06-26Fix crashes during rasterization fallback by avoiding _tnl_need_projected_coordsEric Anholt
2005-06-26Remove the #if 0-ed out old span code.Eric Anholt
2005-05-31Bugzilla #2708: Disable the fallback on GL_SPHERE_MAP. It appears to hurt moreEric Anholt
2005-05-31Correct the descriptions of the glBlend{Equation,Func} fallbacks in r128, andEric Anholt
2005-05-31Remove unused CTX_ARG2 define.Eric Anholt
2005-05-13Calculate render inputs for tcl stage correctly (hint: they aren't theKeith Whitwell
2005-05-05Refactor COMMON_SOURCES up to Makefile.templateAdam Jackson
2005-05-04Add drirenderbuffer.c to COMMON_SOURCESAdam Jackson
2005-05-04Major check-in of changes for GL_EXT_framebuffer_object extension.Brian Paul
2005-04-22First pass at updating these drivers with pipeline_stage struct changes.Keith Whitwell
2005-03-15add support for user-configurable brilinear filtering on r200Roland Scheidegger
2005-02-27precedence precedence precedence.. add some bracketsDave Airlie