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 (
Collapse
)
Author
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
We want to use the pipe_buffer_* inlines everywhere, but a pipe context is not always available nor is it needed.
2008-08-24
gallium: refactor/replace p_util.h with util/u_memory.h and util/u_math.h
Brian Paul
Also, rename p_tile.[ch] to u_tile.[ch]
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
Still under development. Just barely works.