Commit Graph

6 Commits

Author SHA1 Message Date
Brian
6275b40063 merge buffer_unreference(), buffer_reference() 2007-09-10 16:52:05 -06:00
Keith Whitwell
47fc2c4349 Lift common winsys functions into pipe's new p_winsys. 2007-08-10 15:35:48 +01:00
Brian
48f853f73f minor clean-ups 2007-08-10 13:03:57 -06:00
Brian
9ac1a8d416 pipe->region_alloc() now takes width instead of pitch, plus a flags param 2007-08-10 12:14:25 -06:00
Brian
6da9234fd4 New st_init_*_functions() to initialize the driver functions table.
We need to do these initializations before initializing the Mesa context
because context init involves creating texture/program/etc objects.
2007-08-06 20:53:28 +01:00
Keith Whitwell
95794abec4 Add pipe buffer managment functions.
The state_tracker driver needs these to implement, eg. pixel buffer objects,
vertex buffer objects.
2007-08-06 10:15:30 +01:00