Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | radeon/r200: start splitting out commonalities into separate headers | Dave Airlie | 2009-01-13 | 1 | -2/+2 |
| | |||||
* | r200: Implement SetTexOffset hook. | Chris Rankin | 2007-09-29 | 1 | -0/+4 |
| | | | | Implementation guidance by Michel Dänzer, final testing by Timo Aaltonen. | ||||
* | remove CVS/XFree86 keywords | Christoff Brill | 2007-05-17 | 1 | -1/+0 |
| | |||||
* | add complete support for ATI_fragment_shader for the r200. Most of the new ↵ | Roland Scheidegger | 2005-09-12 | 1 | -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 Jackson | 2005-01-31 | 1 | -3/+0 |
| | |||||
* | Before calling _mesa_create_context(), initialize a dd_function_table struct | Brian Paul | 2004-01-20 | 1 | -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 Smirl | 2003-10-21 | 1 | -3/+2 |
| | |||||
* | r200 driver, brought over by Jon Smirl | Keith Whitwell | 2003-08-06 | 1 | -0/+51 |