summaryrefslogtreecommitdiff
path: root/src/gallium/state_trackers/python/st_sample.c
AgeCommit message (Expand)AuthorFilesLines
2011-04-06st/python: Remove bindings, and all its dependencies.José Fonseca1-594/+0
2010-12-02gallium: support for array textures and related changesRoland Scheidegger1-2/+1
2010-04-10Squashed commit of the following:Keith Whitwell1-12/+12
2010-04-01st/python: Allow to sample only in the [0,1] range.José Fonseca1-19/+39
2010-03-29st/python: Move surface read/write methods to context.José Fonseca1-15/+15
2010-03-28st/python: updates for recent interface changesKeith Whitwell1-2/+3
2010-03-01python: Rename pipe formats.José Fonseca1-1/+1
2010-02-02gallium: pipe/p_inlines.h -> util/u_inlines.hJosé Fonseca1-1/+1
2009-12-17Move the remaining format pf_get_* functions to u_format.h.Michal Krol1-7/+8
2009-11-30fixups for interface changes (mostly state trackers)Roland Scheidegger1-16/+19
2009-11-26gallium: fix more statetrackers/drivers for not using texture width/height/de...Roland Scheidegger1-2/+2
2009-03-30python: Set correct transfer mode.José Fonseca1-1/+1
2009-03-30python: Set the surface GPU access flags.José Fonseca1-9/+13
2009-03-17python: Return on unknown pixel format.Michal Krol1-0/+1
2009-03-16python: Use transfer object to read from a surface.Michal Krol1-16/+32
2008-08-24gallium: refactor/replace p_util.h with util/u_memory.h and util/u_math.hBrian Paul1-2/+3
2008-07-18python: Reimplement the generation of random texture samples in C.José Fonseca1-0/+548