summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/r200
AgeCommit message (Expand)Author
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
2005-02-26Add a dri config option to enable the max texture level hackDave Airlie
2005-02-17s/0/NULL/ (Jeff Muizelaar)Brian Paul
2005-02-17remove extern (Jeff Muizelaar)Brian Paul
2005-02-15add some missing texture formats and bits from r200 docsDave Airlie
2005-02-10add texture micro and macro tiling to radeon/r200 driver. This can improve pe...Roland Scheidegger
2005-02-10add the new RADEON_CUBIC_OFFSET/FACES state packets/registers to radeon (and ...Roland Scheidegger
2005-02-10(Andreas Stenglein) fix projected textures with swtcl, they need the w coordi...Roland Scheidegger
2005-02-08SUBPIXEL fixes from DieterKeith Whitwell
2005-02-08Call _mesa_ResizeBuffersMESA() in r200Viewport(), fixes incorrect renderingMichel Dänzer
2005-01-31Bug #2428: #ifdef GLX_DIRECT_RENDERING in DRI drivers is pointless.Adam Jackson
2005-01-26(Stephane Marchesin, me) Add support for color (framebuffer) tiling to the ra...Roland Scheidegger
2005-01-08Parallel build fix. Multiword variables on the target side of a : getAdam Jackson