summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/r200
Commit message (Expand)AuthorAgeFilesLines
* No need to call *_FIREVERTICES twice.Aapo Tahkola2006-02-281-1/+0
* Reinstate vertex format after a rasterization fallback for both r200 and rade...Roland Scheidegger2006-02-161-0/+3
* replace the texture level hack used in radeon/r200 to allow larger textures w...Roland Scheidegger2006-02-031-10/+7
* cube maps on r100 require newer drm than the same feature on r200 (regression...Roland Scheidegger2006-01-072-2/+2
* update some varsBrian Paul2005-11-191-5/+5
* First step of Radeon DRI unification:Eric Anholt2005-11-0210-883/+31
* fix problems found with gcc 2.96 (bug 4934)Brian Paul2005-10-311-2/+4
* Bug #4901: Correct secondary color emission when lighting is turned off, testedEric Anholt2005-10-291-3/+4
* disable yuv textures (GL_MESA_ycbcr_texture) on rv250 (hw bug, #2078). Change...Roland Scheidegger2005-10-221-48/+55
* s/memcpy/_mesa_memcpy/, s/FREE/_mesa_free/Brian Paul2005-10-192-5/+5
* Add _mesa_exec_malloc() and _mesa_exec_free() for allocatingKeith Whitwell2005-10-182-2/+2
* on r200, don't emit fog coords when fog isn't actually enabled. Fix bug with ...Roland Scheidegger2005-10-182-3/+4
* 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 oldIan Romanick2005-07-282-5/+23