summaryrefslogtreecommitdiffstats
path: root/src/gallium/state_trackers/python/st_device.c
Commit message (Expand)AuthorAgeFilesLines
* python: Don't bypass vs/clip/viewport by default.José Fonseca2009-03-261-1/+7
* python: Drop st_buffer.José Fonseca2009-03-261-34/+0
* python: Do not pass shader_state to util shader functions.michal2009-03-161-7/+2
* python: Use transfer objects to initialise texture data.michal2009-03-161-8/+12
* python: Use new bypass_vs_clip_and_viewport rasteriser flag.michal2009-03-161-2/+1
* gallium: Unify reference counting.Michel Dänzer2009-03-041-9/+15
* gallium: make p_winsys internalZack Rusin2009-01-301-1/+1
* python: Use pipe_buffer_* inlines as much as possible.José Fonseca2008-09-041-4/+4
* gallium: Have pipe_buffer_* receive a pipe_screen instead of a pipe_context.José Fonseca2008-09-031-1/+1
* gallium: refactor/replace p_util.h with util/u_memory.h and util/u_math.hBrian Paul2008-08-241-1/+2
* python: Allow to use trace pipe driver with python.José Fonseca2008-08-141-6/+29
* python: Simplify st_winsys.José Fonseca2008-08-141-5/+3
* python: Allow writing to buffers.José Fonseca2008-08-121-0/+33
* python: Set PIPE_TEX_MIPFILTER_NONE by default.José Fonseca2008-07-161-1/+1
* python: Get object ownership done correctly.José Fonseca2008-07-151-0/+1
* python: Allow hardware support.José Fonseca2008-07-151-4/+2
* python: Set default state.José Fonseca2008-07-141-7/+113
* python: Allow to create/specify shaders.José Fonseca2008-07-141-13/+7
* python: New state tracker which exposes the pipe driver to python scripts.José Fonseca2008-07-131-0/+169