Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-03-30 | python: Force unsigned comparison. | José Fonseca | |
2009-03-30 | python: Set correct transfer mode. | José Fonseca | |
2009-03-30 | python: Set the surface GPU access flags. | José Fonseca | |
Make python surface just a dumb (texture, face, level, zslice) tuple. | |||
2009-03-30 | python: Hide away the surface usage flags. | José Fonseca | |
Surfaces are now by definition GPU views. So CPU access flags don't make any sense when creating a surface. For now we are forcing surfaces to be GPU read/write, but that will go away soon. | |||
2009-03-30 | python: Dont touch old pipe_winsys. | José Fonseca | |
2009-03-30 | python: Update instructions for windows. | José Fonseca | |
2009-03-27 | wgl: Don't flush surface if it is NULL. | José Fonseca | |
Just a quick fix to prevent segfaults with glean. | |||
2009-03-27 | wgl: Remove unused cruft. | José Fonseca | |
2009-03-26 | python: Don't bypass vs/clip/viewport by default. | José Fonseca | |
2009-03-26 | python: Fix the texture test. | José Fonseca | |
2009-03-26 | python: Make swig bindings python independent. | José Fonseca | |
2009-03-26 | python: Drop st_buffer. | José Fonseca | |
It adds nothing, now that pipe_buffer has a pointer to the screen. | |||
2009-03-26 | python: Use pipe_buffer_read/write. | José Fonseca | |
2009-03-26 | python: Transfer only the requested tile. | José Fonseca | |
2009-03-26 | python: Fix tri sample. | Michal Krol | |
2009-03-26 | gallium: Remove some little-used fields from struct pipe_surface. | Michel Dänzer | |
2009-03-25 | python: Pass transfers to the tile functions. | José Fonseca | |
2009-03-25 | python: Catchup buffer_destroy interface change. | José Fonseca | |
2009-03-25 | st/egl: Set dpms to on when showing screens | Jakob Bornecrantz | |
There is a wonderful bug in 2.6.29 that causes a hard lock on my computer when this code is active for lvds that are turned off. | |||
2009-03-25 | st/egl: Fix warning | Jakob Bornecrantz | |
2009-03-25 | python: Show call no in image window. | José Fonseca | |
2009-03-25 | python/retrace: Use the call no when dumping images. | José Fonseca | |
To make it easy associate images with the calls. | |||
2009-03-25 | python: Use a sequential number to identify each call. | José Fonseca | |
TODO: Modify the trace driver to generate these on the XML file itself. | |||
2009-03-25 | python/trace: Control the interpreter from command line options. | José Fonseca | |
2009-03-25 | python: Use Ansi escape codes regardless of output is a tty or not. | José Fonseca | |
2009-03-25 | python: List packages needed on debian systems. | José Fonseca | |
2009-03-25 | python: Allow to dump all images to disk. | José Fonseca | |
2009-03-25 | python: Tweak instructions. | José Fonseca | |
2009-03-25 | python: s/pitch/stride/ | José Fonseca | |
2009-03-25 | python: s/num_cbufs/nr_cbufs/ | José Fonseca | |
2009-03-25 | wgl: Use right integer type. | José Fonseca | |
2009-03-25 | wgl: Use SetWindowLongPtr. | José Fonseca | |
2009-03-21 | gallium: remove remaining references to origin_lower_left | Keith Whitwell | |
2009-03-20 | stw: Do not err on nil context handle in MakeCurrent(). | Michal Krol | |
2009-03-20 | stw: Use u_handle_table to maintain context list. | Michal Krol | |
2009-03-20 | stw: Keep per-thread storage for current context and pixel format. | Michal Krol | |
2009-03-18 | st: call _glapi_check_multithread from st_make_current | Keith Whitwell | |
This function is called from many OS-dependent versions of MakeCurrent. Move the check for multithreading to this central location to avoid having to make this check from all the callers. | |||
2009-03-18 | stw: Fix makeCurrent. | Thomas Hellstrom | |
Flush if we change current context. Signed-off-by: Thomas Hellstrom <thellstrom-at-vmware-dot-com> | |||
2009-03-18 | xlib st: Fix makeCurrent. | Thomas Hellstrom | |
Flush if we change context. Also reinstate the old optimization of doing nothing if nothing changes. Signed-off-by: Thomas Hellstrom <thellstrom-at-vmware-dot-com> | |||
2009-03-18 | st/dri2: use pipe_screen.is_format_supported to choose depth/stencil format | Ben Skeggs | |
2009-03-17 | python: Return on unknown pixel format. | Michal Krol | |
2009-03-17 | python: Fix build after refcount rework. | Michal Krol | |
2009-03-17 | python: Include `p_winsys_screen.h'. | Michal Krol | |
2009-03-17 | python: Do not pass screen object to pipe_buffer_reference. | Michal Krol | |
2009-03-16 | python: Use transfer object to read from a surface. | 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-16 | python: Include missing `p_compiler.h' header. | michal | |
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 | |