Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | radeon&r200: Add support for ARB_sampler_objects | Pauli Nieminen | 2012-08-01 | 1 | -0/+1 |
| | | | | | | | | Preparation for the mandatory support of ARB_sampler_objects. I have tested this patch with rv280 only. Signed-off-by: Pauli Nieminen <[email protected]> Reviewed-by: Brian Paul <[email protected]> | ||||
* | radeon: Drop the DRI1 zero-copy TFP code. | Eric Anholt | 2011-10-28 | 1 | -3/+0 |
| | |||||
* | Drop GLcontext typedef and use struct gl_context instead | Kristian Høgsberg | 2010-10-13 | 1 | -3/+3 |
| | |||||
* | r200: use common glCopyTex(Sub)Image code | Maciej Cencora | 2010-01-19 | 1 | -1/+1 |
| | |||||
* | radeon/r200/r300: add support for new tfp interface | Dave Airlie | 2009-03-22 | 1 | -0/+2 |
| | | | | also fixup old interface, gets rid of white boxes in compiz | ||||
* | r200: add set tex buffer support | Dave Airlie | 2009-03-06 | 1 | -0/+1 |
| | |||||
* | 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 |