Commit Graph

8 Commits

Author SHA1 Message Date
keithw
cd1eefee84 add fence interfaces and buffer create flags to pipe_winsys 2007-12-09 14:03:33 +00:00
José Fonseca
fa1a66d7fc Supply buffer usage hints to winsys.
Winsys driver needs some hints in order to allocate the appropriate kind of
memory for the buffer.
2007-11-06 14:49:38 +00:00
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