aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/tdfx/tdfx_dd.c
Commit message (Collapse)AuthorAgeFilesLines
* tdfx: Fix begin/endquery for current API.Eric Anholt2009-02-101-4/+4
|
* mesa: added "main/" prefix to includes, remove some -I paths from ↵Brian Paul2008-09-181-3/+3
| | | | Makefile.template
* Implement GL_ARB_occlusion_query.Ian Romanick2006-11-131-1/+53
| | | | | Based on the old code that implemented GL_HP_occlusion_test, implement GL_ARB_occlusion_query. This code passes progs/demo/arbocclude.
* Major clean-up of tdfxDDGetString.Ian Romanick2006-11-131-43/+16
|
* Eliminate use of deprecated GetBufferSize interface.Ian Romanick2006-11-131-27/+8
|
* Remove Driver.ResizeBuffers = _mesa_resize_framebuffer lines.Brian Paul2006-10-151-1/+0
| | | | | This is already done by the preceeding call to _mesa_init_driver_functions() which plugs in default functions like that.
* removed GL_HP_occlusion_test extensionBrian Paul2005-08-251-95/+0
|
* Major check-in of changes for GL_EXT_framebuffer_object extension.Brian Paul2005-05-041-1/+2
| | | | | | | Main driver impacts: - new code for creating the Mesa GLframebuffer - new span/pixel read/write code Some drivers not yet updated/tested.
* several new bugsDaniel Borca2004-07-191-1/+1
|
* Before calling _mesa_create_context(), initialize a dd_function_table structBrian Paul2004-01-201-27/+18
| | | | | | | | | | 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.
* build fixesAlan Hourihane2003-12-041-1/+1
|
* add tdfx DRI driverAlan Hourihane2003-12-041-0/+330