Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-03-11 | Adjustments to make everything use IOCTL/sarea defines in DRM instead | Jon Smirl | |
of glx/mini. removes glx/mini/drm.h glx/mini/sarea.h | |||
2004-02-28 | Only print message about disabling HW TCL if the chip supports it in the | Michel Dänzer | |
first place, and make the message a bit clearer. + Remove some extraneous whitespace. | |||
2004-02-26 | added _tnl_allow_vertex/pixel_fog() calls | Brian Paul | |
2004-01-26 | Make the drivers using the common texmem code work with NewTextureObject | Felix Kuehling | |
in Mesa. This is analogous to changes idr made to the r200 driver. Patch submitted by Andreas Stenglein. | |||
2004-01-24 | Parse radeon, not r200 configuration in radeonCreateContext. | Felix Kuehling | |
2004-01-21 | Silence some compiler warnings. | Ian Romanick | |
2004-01-20 | Before calling _mesa_create_context(), initialize a dd_function_table struct | Brian Paul | |
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. | |||
2004-01-18 | Change get_ust_nop()'s parameter from int64_t to uint64_t to silence warnings. | Brian Paul | |
2004-01-17 | Fix cosmetic GL_RENDERER string problem (Andreas Stenglein) | Michel Dänzer | |
2004-01-13 | Added support for EXT_texture_mirror_clamp. | Ian Romanick | |
2004-01-12 | Removed redundant extension strings. The Mesa extension mechanism | Ian Romanick | |
automatically enables "duplicate" extensions without the driver explicitly enabling them. | |||
2003-12-12 | applied Felix's patch for configuration system | Brian Paul | |
2003-12-12 | set MaxTextureImageUnits, MaxTextureCoordUnits | Keith Whitwell | |
2003-12-08 | fix bogus assertion that checked for an empty texture heap list before | Alan Hourihane | |
deleting the textures. Essentially move the assertion after the destruction of the heap. | |||
2003-12-07 | merge some more of the radeon DRI driver from the DRI trunk | Alan Hourihane | |
2003-12-05 | xmlconfig fixes | Alan Hourihane | |
2003-11-24 | Import vtx-0-2-branch | Keith Whitwell | |
2003-10-21 | Update DRI drivers to current DRI CVS and make them work. | Jon Smirl | |
2003-08-22 | patch to import Jon Smirl's work from Bitkeeper | Brian Paul | |