aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/state_trackers/python/st_sample.c
Commit message (Expand)AuthorAgeFilesLines
* Squashed commit of the following:Keith Whitwell2010-04-101-12/+12
* st/python: Allow to sample only in the [0,1] range.José Fonseca2010-04-011-19/+39
* st/python: Move surface read/write methods to context.José Fonseca2010-03-291-15/+15
* st/python: updates for recent interface changesKeith Whitwell2010-03-281-2/+3
* python: Rename pipe formats.José Fonseca2010-03-011-1/+1
* gallium: pipe/p_inlines.h -> util/u_inlines.hJosé Fonseca2010-02-021-1/+1
* Move the remaining format pf_get_* functions to u_format.h.Michal Krol2009-12-171-7/+8
* fixups for interface changes (mostly state trackers)Roland Scheidegger2009-11-301-16/+19
* gallium: fix more statetrackers/drivers for not using texture width/height/de...Roland Scheidegger2009-11-261-2/+2
* python: Set correct transfer mode.José Fonseca2009-03-301-1/+1
* python: Set the surface GPU access flags.José Fonseca2009-03-301-9/+13
* python: Return on unknown pixel format.Michal Krol2009-03-171-0/+1
* python: Use transfer object to read from a surface.Michal Krol2009-03-161-16/+32
* gallium: refactor/replace p_util.h with util/u_memory.h and util/u_math.hBrian Paul2008-08-241-2/+3
* python: Reimplement the generation of random texture samples in C.José Fonseca2008-07-181-0/+548