summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/r200
Commit message (Expand)AuthorAgeFilesLines
* updates to dri drivers for recent stencil changesKeith Whitwell2006-05-081-5/+5
* Make most of the _mesa_noop_*() functions static.Brian Paul2006-04-201-11/+5
* Add .note.GNU-stack section to assembler files to avoid the default behaviorKristian Høgsberg2006-04-171-0/+4
* More GLSL code:Michal Krol2006-04-112-15/+18
* Destroy the GL context after driDestroyTextureHeap, because the driver'sEric Anholt2006-04-091-4/+4
* Set DRIVER_DEFINES instead of DEFINES to fix duplicate flags problemBrian Paul2006-04-061-1/+1
* switch to card_type rather than IsPCI, doesn't change any functionality yetDave Airlie2006-04-041-1/+1
* Dave Reveman's patch for GLX_MESA_copy_sub_buffer supportBrian Paul2006-03-314-17/+70
* fix missing *_STATECHANGE in *UpdateViewportOffset for radeon, r200 and r300 ...Roland Scheidegger2006-03-283-24/+35
* make allow_large_textures 1 by default for radeon and r200, and consequently ...Roland Scheidegger2006-03-271-1/+1
* 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