summaryrefslogtreecommitdiff
path: root/src/gallium/state_trackers/python/st_device.c
AgeCommit message (Expand)Author
2009-03-26python: Don't bypass vs/clip/viewport by default.José Fonseca
2009-03-26python: Drop st_buffer.José Fonseca
2009-03-16python: Do not pass shader_state to util shader functions.michal
2009-03-16python: Use transfer objects to initialise texture data.michal
2009-03-16python: Use new bypass_vs_clip_and_viewport rasteriser flag.michal
2009-03-04gallium: Unify reference counting.Michel Dänzer
2009-01-30gallium: make p_winsys internalZack Rusin
2008-09-04python: Use pipe_buffer_* inlines as much as possible.José Fonseca
2008-09-03gallium: Have pipe_buffer_* receive a pipe_screen instead of a pipe_context.José Fonseca
2008-08-24gallium: refactor/replace p_util.h with util/u_memory.h and util/u_math.hBrian Paul
2008-08-14python: Allow to use trace pipe driver with python.José Fonseca
2008-08-14python: Simplify st_winsys.José Fonseca
2008-08-12python: Allow writing to buffers.José Fonseca
2008-07-16python: Set PIPE_TEX_MIPFILTER_NONE by default.José Fonseca
2008-07-15python: Get object ownership done correctly.José Fonseca
2008-07-15python: Allow hardware support.José Fonseca
2008-07-14python: Set default state.José Fonseca
2008-07-14python: Allow to create/specify shaders.José Fonseca
2008-07-13python: New state tracker which exposes the pipe driver to python scripts.José Fonseca