summaryrefslogtreecommitdiff
path: root/src/gallium/state_trackers/python/st_device.c
AgeCommit message (Expand)Author
2010-02-08gallium: squash-merge of gallium screen contextKeith Whitwell
2010-02-02gallium: pipe/p_inlines.h -> util/u_inlines.hJosé Fonseca
2010-01-25st/python: adapt to blend changesRoland Scheidegger
2009-12-26python: Update python state tracker and samples for recent interface changes.José Fonseca
2009-12-08Merge branch 'gallium-strict-aliasing'Roland Scheidegger
2009-12-03gallium: fix remaining users of pipe_reference functionRoland Scheidegger
2009-11-30fixups for interface changes (mostly state trackers)Roland Scheidegger
2009-11-26gallium: fix more statetrackers/drivers for not using texture width/height/de...Roland Scheidegger
2009-07-16python: Hack to prevent segmentation faults when python exits.José Fonseca
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