summaryrefslogtreecommitdiffstats
path: root/src/gallium/state_trackers/python/st_device.h
Commit message (Collapse)AuthorAgeFilesLines
* python: Update python state tracker and samples for recent interface changes.José Fonseca2009-12-261-1/+2
|
* gallium: add geometry shader support to galliumZack Rusin2009-12-251-0/+1
|
* python: Set the surface GPU access flags.José Fonseca2009-03-301-0/+19
| | | | Make python surface just a dumb (texture, face, level, zslice) tuple.
* python: Drop st_buffer.José Fonseca2009-03-261-14/+0
| | | | It adds nothing, now that pipe_buffer has a pointer to the screen.
* gallium: Unify reference counting.Michel Dänzer2009-03-041-3/+3
| | | | | | | | | | | | | | The core reference counting code is centralized in p_refcnt.h. This has some consequences related to struct pipe_buffer: * The screen member of struct pipe_buffer must be initialized, or pipe_buffer_reference() will crash trying to destroy a buffer with reference count 0. u_simple_screen takes care of this, but I may have missed some of the drivers not using it. * Except for rare exceptions deep in winsys code, buffers must always be allocated via pipe_buffer_create() or via screen->*buffer_create() rather than via winsys->*buffer_create().
* python: Allow to use trace pipe driver with python.José Fonseca2008-08-141-1/+3
|
* python: Bindings fixes.José Fonseca2008-08-141-0/+4
|
* python: Allow writing to buffers.José Fonseca2008-08-121-0/+14
|
* python: Set default state.José Fonseca2008-07-141-3/+1
|
* python: New state tracker which exposes the pipe driver to python scripts.José Fonseca2008-07-131-0/+83
Still under development. Just barely works.