summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/r200
Commit message (Expand)AuthorAgeFilesLines
* fix potential bug when emitting elts with lots of componentsRoland Scheidegger2005-10-131-1/+2
* Minor driver cleanup. Remove unnecessery/unneded radeon/r200AllocDmaRegionVer...Roland Scheidegger2005-10-112-15/+0
* do not set format of the incoming vertices needed for fog_coord in the generi...Roland Scheidegger2005-10-081-6/+1
* fix problems with some texgen modes by putting the chip into LOCAL_VIEWER mod...Roland Scheidegger2005-10-051-7/+21
* reverse accidentally commited part of last commit (makes it compile again...).Roland Scheidegger2005-10-051-0/+1
* enable point sizes larger than 1 (for aliased points only) by using the hw po...Roland Scheidegger2005-10-059-25/+59
* Instead of calling _mesa_ResizeBuffersMESA() in the Viewport function,Brian Paul2005-09-142-3/+1
* Replace ctx->Driver.StencilOp/Func/Mask() functions withBrian Paul2005-09-131-8/+11
* add complete support for ATI_fragment_shader for the r200. Most of the new co...Roland Scheidegger2005-09-1211-79/+795
* add the new drm packets needed for ATI_fragment_shader to the sanity code of ...Roland Scheidegger2005-09-101-0/+49
* add reverse-engeneered register bits needed for ATI_fragment_shader (Dave Air...Roland Scheidegger2005-09-101-7/+97
* add _tnl_arb_vertex_program_stage to all drivers which already have _tnl_vert...Roland Scheidegger2005-09-091-0/+1
* add missing fallback string for ARB_vertex_programRoland Scheidegger2005-09-091-1/+2
* Fix wrong fallback bit being set by the tcl fallback caused by ARB_vertex_pro...Roland Scheidegger2005-09-092-2/+2
* Further clean-up and simplification of the span-related functions.Brian Paul2005-09-041-22/+23
* 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-10/+7
* remove dead codeBrian Paul2005-09-032-107/+7
* change scratch pointer from _int32_t to u_int32_t to silence warning. Is thi...Brian Paul2005-09-021-1/+1
* remove unneeded assertion in stencil/depth LOCAL_DEPTH_VARS codeBrian Paul2005-09-021-3/+1
* set depthHasSurface field for stencil renderbufferBrian Paul2005-09-021-0/+1
* added an assertion to help debug broken stencil readbackBrian Paul2005-09-011-1/+3
* fix page flipping breakageBrian Paul2005-09-012-56/+12
* fix typoBrian Paul2005-09-011-1/+1
* some missing renderbuffer changes (Roland)Brian Paul2005-09-011-10/+8
* Finish up some of the gl_renderbuffer work.Brian Paul2005-09-019-27/+183
* s/__inline/INLINE/Brian Paul2005-09-011-2/+2
* enable GL_ARB_texture_env_crossbar on r200, separate the enable bits for text...Roland Scheidegger2005-08-315-80/+361
* remove stray references to ctx->Depth.OcclusionTestBrian Paul2005-08-251-2/+1
* 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-151-0/+4
* Remove support for the R200_NO_VTXFMT environment variable. Instead useIan Romanick2005-08-111-2/+3
* Dike out the linux-specific EGL bits unless it's a linux build.Eric Anholt2005-08-081-1/+5
* Enable EGL support in 'linux-dri' configJon Smirl2005-08-071-5/+7
* Fix a == vs !- typo for glx_enable_extensionJon Smirl2005-07-291-1/+1
* glxEnableExtension is a platform-specific function exported by the loader.Ian Romanick2005-07-281-12/+9
* Major rip-up of internal function insertion interface. The oldmesa_6_3_1Ian Romanick2005-07-282-5/+23
* 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-48/+18
* Wrap every place that accesses a dispatch table with a macro. A new script-Ian Romanick2005-07-182-43/+47
* Re-enable r200InitSpanFuncs, which was ifdefed out (probably by mistake?),Roland Scheidegger2005-07-061-2/+0
* remove common macros used in the span functions of most drivers from the indi...Roland Scheidegger2005-07-011-38/+0
* Replace add_newer_entrypoints (src/mesa/main/context.c) withIan Romanick2005-06-301-32/+57
* Fix crashes during rasterization fallback by avoiding _tnl_need_projected_coordsEric Anholt2005-06-261-1/+7
* Remove the #if 0-ed out old span code.Eric Anholt2005-06-261-45/+0
* Bugzilla #2708: Disable the fallback on GL_SPHERE_MAP. It appears to hurt moreEric Anholt2005-05-311-2/+1
* Correct the descriptions of the glBlend{Equation,Func} fallbacks in r128, andEric Anholt2005-05-312-10/+6
* Remove unused CTX_ARG2 define.Eric Anholt2005-05-311-1/+0
* Calculate render inputs for tcl stage correctly (hint: they aren't theKeith Whitwell2005-05-131-1/+32