summaryrefslogtreecommitdiff
path: root/src/gallium/state_trackers/python/st_device.c
AgeCommit message (Expand)Author
2010-12-02gallium: support for array textures and related changesRoland Scheidegger
2010-09-30gallium/st: remove duplicated includesNicolas Kaiser
2010-05-21gallium: remnants of old ccw stateKeith Whitwell
2010-04-18st/python: Set the bind flag for the default texture.José Fonseca
2010-04-10Squashed commit of the following:Keith Whitwell
2010-04-01st/python: Always use softpipe as reference driver.José Fonseca
2010-03-28st/python: updates for recent interface changesKeith Whitwell
2010-03-10Merge branch 'master' into gallium-sampler-viewMichal Krol
2010-03-10python: More build fixes.José Fonseca
2010-03-10gallium: remove trace module injection from various state trackersKeith Whitwell
2010-03-10python: Fix up state tracker for sw api.José Fonseca
2010-03-01python: Rename pipe formats.José Fonseca
2010-02-25python: Fix after sampler view changes.Michal Krol
2010-02-14st/python: fix build error after gallium-screen-context mergeMarek Olšák
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