Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | tdfx: Fix begin/endquery for current API. | Eric Anholt | 2009-02-10 | 1 | -4/+4 |
| | |||||
* | mesa: added "main/" prefix to includes, remove some -I paths from ↵ | Brian Paul | 2008-09-18 | 1 | -3/+3 |
| | | | | Makefile.template | ||||
* | Implement GL_ARB_occlusion_query. | Ian Romanick | 2006-11-13 | 1 | -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 Romanick | 2006-11-13 | 1 | -43/+16 |
| | |||||
* | Eliminate use of deprecated GetBufferSize interface. | Ian Romanick | 2006-11-13 | 1 | -27/+8 |
| | |||||
* | Remove Driver.ResizeBuffers = _mesa_resize_framebuffer lines. | Brian Paul | 2006-10-15 | 1 | -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 extension | Brian Paul | 2005-08-25 | 1 | -95/+0 |
| | |||||
* | Major check-in of changes for GL_EXT_framebuffer_object extension. | Brian Paul | 2005-05-04 | 1 | -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 bugs | Daniel Borca | 2004-07-19 | 1 | -1/+1 |
| | |||||
* | Before calling _mesa_create_context(), initialize a dd_function_table struct | Brian Paul | 2004-01-20 | 1 | -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 fixes | Alan Hourihane | 2003-12-04 | 1 | -1/+1 |
| | |||||
* | add tdfx DRI driver | Alan Hourihane | 2003-12-04 | 1 | -0/+330 |