José Fonseca
|
78435d9142
|
python: Use pipe_buffer_* inlines as much as possible.
|
2008-09-04 09:38:23 +09:00 |
|
José Fonseca
|
f637a96e85
|
gallium: Have pipe_buffer_* receive a pipe_screen instead of a pipe_context.
We want to use the pipe_buffer_* inlines everywhere, but a pipe context
is not always available nor is it needed.
|
2008-09-03 11:53:39 +09:00 |
|
Brian Paul
|
4f25420bdd
|
gallium: refactor/replace p_util.h with util/u_memory.h and util/u_math.h
Also, rename p_tile.[ch] to u_tile.[ch]
|
2008-08-24 17:48:55 -06:00 |
|
José Fonseca
|
ffaa4e816f
|
python: Allow to use trace pipe driver with python.
|
2008-08-14 11:01:43 +01:00 |
|
José Fonseca
|
50c6092355
|
python: Simplify st_winsys.
|
2008-08-14 11:01:42 +01:00 |
|
José Fonseca
|
a304d27118
|
python: Allow writing to buffers.
|
2008-08-12 11:34:40 +01:00 |
|
José Fonseca
|
1049e65240
|
python: Set PIPE_TEX_MIPFILTER_NONE by default.
|
2008-07-16 23:26:23 +09:00 |
|
José Fonseca
|
d5ed158dc8
|
python: Get object ownership done correctly.
|
2008-07-15 17:58:48 +09:00 |
|
José Fonseca
|
1d03102b31
|
python: Allow hardware support.
|
2008-07-15 17:58:48 +09:00 |
|
José Fonseca
|
3679f69023
|
python: Set default state.
|
2008-07-14 12:41:06 +09:00 |
|
José Fonseca
|
05a23e6c6f
|
python: Allow to create/specify shaders.
|
2008-07-14 12:41:06 +09:00 |
|
José Fonseca
|
6410e94b96
|
python: New state tracker which exposes the pipe driver to python scripts.
Still under development. Just barely works.
|
2008-07-13 23:37:40 +09:00 |
|