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
/
p_context.i
Age
Commit message (
Expand
)
Author
2011-02-15
st/python: add usage parameter to pipe_buffer_create
Vinson Lee
2011-02-14
st/python: remove pipe_vertex_buffer::max_index
Vinson Lee
2010-12-20
st/python: remove unused 'buf' parameter in pipe_buffer_unmap
Vinson Lee
2010-12-02
gallium: support for array textures and related changes
Roland Scheidegger
2010-07-29
st/python: Adapt to interface change.
Chia-I Wu
2010-06-03
Merge branch 'gallium-newclear'
Roland Scheidegger
2010-06-03
gallium: rename clearRT / clearDS to clear_render_target / clear_depth_stencil
Roland Scheidegger
2010-05-30
st/python: Expose region_copy/fill_region instead of deprecated surface_copy/...
José Fonseca
2010-05-29
st/python: adapt to clear interface changes
Roland Scheidegger
2010-05-17
st/python: adapt to interface changes
Roland Scheidegger
2010-04-19
st/python: Use index bias.
José Fonseca
2010-04-12
st/python: Fix regressions.
José Fonseca
2010-04-10
Squashed commit of the following:
Keith Whitwell
2010-04-01
st/python: Allow to sample only in the [0,1] range.
José Fonseca
2010-03-29
st/python: Update for util_draw_vertex_buffer changes.
José Fonseca
2010-03-29
st/python: Move surface read/write methods to context.
José Fonseca
2010-03-10
Merge branch 'master' into gallium-sampler-view
Michal Krol
2010-03-01
vega: adapt to new vertex element cso
Roland Scheidegger
2010-02-25
python: Fix after sampler view changes.
Michal Krol
2010-02-10
gallium: adapt state trackers to stencil ref change
Roland Scheidegger
2010-01-15
Merge branch 'gallium-noconstbuf'
Roland Scheidegger
2009-12-26
python: Update python state tracker and samples for recent interface changes.
José Fonseca
2009-12-25
gallium: add geometry shader support to gallium
Zack Rusin
2009-12-23
gallium: adapt state trackers etc. to pipe_constant_buffer removal
Roland Scheidegger
2009-12-01
python: Update for renamed sampler/texture state setters.
Michal Krol
2009-04-08
python: Don't try to finish a null fence.
José Fonseca
2009-04-04
gallium: Clean up driver clear() interface.
Michel Dänzer
2009-03-30
python: Set the surface GPU access flags.
José Fonseca
2009-03-30
python: Dont touch old pipe_winsys.
José Fonseca
2009-03-26
python: Drop st_buffer.
José Fonseca
2009-03-25
python: s/pitch/stride/
José Fonseca
2009-03-17
python: Do not pass screen object to pipe_buffer_reference.
Michal Krol
2009-03-16
python: pipe_vertex_buffer's pitch member has been renamed to stride.
Michal Krol
2009-03-16
python: size is not a member of pipe_constant_buffer any more.
Michal Krol
2009-03-13
gallium: Remove do_flip argument from surface_copy
Jakob Bornecrantz
2008-12-31
python: Pass a zero offset to util_draw_vertex_buffer.
José Fonseca
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-20
python: bindings for draw_range_elements.
José Fonseca
2008-08-19
python: Handle null state.
José Fonseca
2008-08-14
python: Remove unused var.
José Fonseca
2008-08-14
python: Bindings fixes.
José Fonseca
2008-08-12
python: Use st_buffers instead of pipe_buffers.
José Fonseca
2008-08-12
python: Simplify setting the constant buffers.
José Fonseca
2008-08-12
python: Split the interface definition file in smaller ones.
José Fonseca