index
:
android-x86-mesa.git
envsa_r300
froyo-x86
r300
Androïd/x86 port of Mesa drivers
Hugues Hiegel
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
gallium
/
state_trackers
/
python
/
st_device.c
Age
Commit message (
Expand
)
Author
2010-03-28
st/python: updates for recent interface changes
Keith Whitwell
2010-03-10
Merge branch 'master' into gallium-sampler-view
Michal Krol
2010-03-10
python: More build fixes.
José Fonseca
2010-03-10
gallium: remove trace module injection from various state trackers
Keith Whitwell
2010-03-10
python: Fix up state tracker for sw api.
José Fonseca
2010-03-01
python: Rename pipe formats.
José Fonseca
2010-02-25
python: Fix after sampler view changes.
Michal Krol
2010-02-14
st/python: fix build error after gallium-screen-context merge
Marek Olšák
2010-02-08
gallium: squash-merge of gallium screen context
Keith Whitwell
2010-02-02
gallium: pipe/p_inlines.h -> util/u_inlines.h
José Fonseca
2010-01-25
st/python: adapt to blend changes
Roland Scheidegger
2009-12-26
python: Update python state tracker and samples for recent interface changes.
José Fonseca
2009-12-08
Merge branch 'gallium-strict-aliasing'
Roland Scheidegger
2009-12-03
gallium: fix remaining users of pipe_reference function
Roland Scheidegger
2009-11-30
fixups for interface changes (mostly state trackers)
Roland Scheidegger
2009-11-26
gallium: fix more statetrackers/drivers for not using texture width/height/de...
Roland Scheidegger
2009-07-16
python: Hack to prevent segmentation faults when python exits.
José Fonseca
2009-03-26
python: Don't bypass vs/clip/viewport by default.
José Fonseca
2009-03-26
python: Drop st_buffer.
José Fonseca
2009-03-16
python: Do not pass shader_state to util shader functions.
michal
2009-03-16
python: Use transfer objects to initialise texture data.
michal
2009-03-16
python: Use new bypass_vs_clip_and_viewport rasteriser flag.
michal
2009-03-04
gallium: Unify reference counting.
Michel Dänzer
2009-01-30
gallium: make p_winsys internal
Zack Rusin
2008-09-04
python: Use pipe_buffer_* inlines as much as possible.
José Fonseca
2008-09-03
gallium: Have pipe_buffer_* receive a pipe_screen instead of a pipe_context.
José Fonseca
2008-08-24
gallium: refactor/replace p_util.h with util/u_memory.h and util/u_math.h
Brian Paul
2008-08-14
python: Allow to use trace pipe driver with python.
José Fonseca
2008-08-14
python: Simplify st_winsys.
José Fonseca
2008-08-12
python: Allow writing to buffers.
José Fonseca
2008-07-16
python: Set PIPE_TEX_MIPFILTER_NONE by default.
José Fonseca
2008-07-15
python: Get object ownership done correctly.
José Fonseca
2008-07-15
python: Allow hardware support.
José Fonseca
2008-07-14
python: Set default state.
José Fonseca
2008-07-14
python: Allow to create/specify shaders.
José Fonseca
2008-07-13
python: New state tracker which exposes the pipe driver to python scripts.
José Fonseca