| Age | Commit message (Collapse) | Author | 
|---|
|  | As part of the DRI driver interface rewrite I merged __DRIscreenPrivate
and __DRIscreen, and likewise for __DRIdrawablePrivate and
__DRIcontextPrivate.  I left typedefs in place though, to avoid renaming
all the *Private use internal to the driver.  That was probably a
mistake, and it turns out a one-line find+sed combo can do the mass
rename.  Better late than never. | 
|  | Passes glean's bufferObject test, and should provide good performance in the
cases applications are expected to use. | 
|  | This is somewhat nasty, but we need to do Y-tiled depth for FBO support.
May help with corruption and hangs since enabling texture tiling, and
since switching depth textures to Y tiled.
Fixes piglit depthtex.c on 965. | 
|  |  | 
|  |  | 
|  |  | 
|  | This reverts commit 7c81124d7c4a4d1da9f48cbf7e82ab1a3a970a7a. | 
|  | This reverts commit 53675e5c05c0598b7ea206d5c27dbcae786a2c03.
Conflicts:
	src/mesa/drivers/dri/i965/brw_wm_surface_state.c | 
|  |  | 
|  | To do so, merge the remainnig necessary code from the buffers, blit, span, and
screen code to shared, and replace it with those. | 
|  | This requires that regions grow a marker of whether they are tiled or not,
because fence (surface) registers are ignored by the 965 2D engine. | 
|  |  |