summaryrefslogtreecommitdiff
path: root/src/gallium/state_trackers/python/st_device.c
AgeCommit message (Expand)AuthorFilesLines
2011-04-06st/python: Remove bindings, and all its dependencies.José Fonseca1-305/+0
2010-12-02gallium: support for array textures and related changesRoland Scheidegger1-1/+2
2010-09-30gallium/st: remove duplicated includesNicolas Kaiser1-1/+0
2010-05-21gallium: remnants of old ccw stateKeith Whitwell1-2/+1
2010-04-18st/python: Set the bind flag for the default texture.José Fonseca1-0/+1
2010-04-10Squashed commit of the following:Keith Whitwell1-20/+16
2010-04-01st/python: Always use softpipe as reference driver.José Fonseca1-1/+1
2010-03-28st/python: updates for recent interface changesKeith Whitwell1-10/+12
2010-03-10Merge branch 'master' into gallium-sampler-viewMichal Krol1-32/+22
2010-03-10python: More build fixes.José Fonseca1-0/+5
2010-03-10gallium: remove trace module injection from various state trackersKeith Whitwell1-5/+0
2010-03-10python: Fix up state tracker for sw api.José Fonseca1-31/+21
2010-03-01python: Rename pipe formats.José Fonseca1-1/+1
2010-02-25python: Fix after sampler view changes.Michal Krol1-8/+24
2010-02-14st/python: fix build error after gallium-screen-context mergeMarek Olšák1-1/+1
2010-02-08gallium: squash-merge of gallium screen contextKeith Whitwell1-9/+2
2010-02-02gallium: pipe/p_inlines.h -> util/u_inlines.hJosé Fonseca1-1/+1
2010-01-25st/python: adapt to blend changesRoland Scheidegger1-5/+5
2009-12-26python: Update python state tracker and samples for recent interface changes.José Fonseca1-3/+8
2009-12-08Merge branch 'gallium-strict-aliasing'Roland Scheidegger1-1/+2
2009-12-03gallium: fix remaining users of pipe_reference functionRoland Scheidegger1-1/+2
2009-11-30fixups for interface changes (mostly state trackers)Roland Scheidegger1-3/+0
2009-11-26gallium: fix more statetrackers/drivers for not using texture width/height/de...Roland Scheidegger1-5/+5
2009-07-16python: Hack to prevent segmentation faults when python exits.José Fonseca1-1/+7
2009-03-26python: Don't bypass vs/clip/viewport by default.José Fonseca1-1/+7
2009-03-26python: Drop st_buffer.José Fonseca1-34/+0
2009-03-16python: Do not pass shader_state to util shader functions.michal1-7/+2
2009-03-16python: Use transfer objects to initialise texture data.michal1-8/+12
2009-03-16python: Use new bypass_vs_clip_and_viewport rasteriser flag.michal1-2/+1
2009-03-04gallium: Unify reference counting.Michel Dänzer1-9/+15
2009-01-30gallium: make p_winsys internalZack Rusin1-1/+1
2008-09-04python: Use pipe_buffer_* inlines as much as possible.José Fonseca1-4/+4
2008-09-03gallium: Have pipe_buffer_* receive a pipe_screen instead of a pipe_context.José Fonseca1-1/+1
2008-08-24gallium: refactor/replace p_util.h with util/u_memory.h and util/u_math.hBrian Paul1-1/+2
2008-08-14python: Allow to use trace pipe driver with python.José Fonseca1-6/+29
2008-08-14python: Simplify st_winsys.José Fonseca1-5/+3
2008-08-12python: Allow writing to buffers.José Fonseca1-0/+33
2008-07-16python: Set PIPE_TEX_MIPFILTER_NONE by default.José Fonseca1-1/+1
2008-07-15python: Get object ownership done correctly.José Fonseca1-0/+1
2008-07-15python: Allow hardware support.José Fonseca1-4/+2
2008-07-14python: Set default state.José Fonseca1-7/+113
2008-07-14python: Allow to create/specify shaders.José Fonseca1-13/+7
2008-07-13python: New state tracker which exposes the pipe driver to python scripts.José Fonseca1-0/+169