aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/r200/r200_tex.h
Commit message (Collapse)AuthorAgeFilesLines
* radeon/r200: start splitting out commonalities into separate headersDave Airlie2009-01-131-2/+2
|
* r200: Implement SetTexOffset hook.Chris Rankin2007-09-291-0/+4
| | | | Implementation guidance by Michel Dänzer, final testing by Timo Aaltonen.
* remove CVS/XFree86 keywordsChristoff Brill2007-05-171-1/+0
|
* add complete support for ATI_fragment_shader for the r200. Most of the new ↵Roland Scheidegger2005-09-121-0/+4
| | | | code is in the new file r200_fragshader.c. Reverse engeneered by Dave Airlie and me
* Bug #2428: #ifdef GLX_DIRECT_RENDERING in DRI drivers is pointless.Adam Jackson2005-01-311-3/+0
|
* Before calling _mesa_create_context(), initialize a dd_function_table structBrian Paul2004-01-201-1/+1
| | | | | | | | | | by calling _mesa_init_driver_functions() and then plugging in the driver- specific functions. In particular, make sure ctx->Driver.NewTextureObject points to the appropriate driver function so that _all_ texture objects are augmented with the driver-specific data. Put in a bunch of assertions in the texture-related driver functions that texObj->DriverData is valid. Remove old dead code in near future.
* Update DRI drivers to current DRI CVS and make them work.Jon Smirl2003-10-211-3/+2
|
* r200 driver, brought over by Jon SmirlKeith Whitwell2003-08-061-0/+51