summaryrefslogtreecommitdiff
path: root/src/gallium/state_trackers/python
AgeCommit message (Expand)Author
2009-03-31python/test: Infer type (continuous/discrete) from object type.José Fonseca
2009-03-31python/test: Flush stdout to keep in sync with debug info on stderr.José Fonseca
2009-03-31python/test: Dump a classification tree of the results when finished testing.José Fonseca
2009-03-31python/test: New test for texture transfers.José Fonseca
2009-03-31python/test: More descriptive test name.José Fonseca
2009-03-31python: Make get/put_tile_raw more user friendlier.José Fonseca
2009-03-31python: Add nblocksx/y members to surfaces.José Fonseca
2009-03-30python: Use depth buffer in the triangle example.José Fonseca
2009-03-30python: Read rgba8 with a single transfer.José Fonseca
2009-03-30python: Cleanup.José Fonseca
2009-03-30python: Don't use deprecated clear_value field.José Fonseca
2009-03-30python/test: Move the test description logic to the base class.José Fonseca
2009-03-30python/test: Move the image comparison logic to the base test class.José Fonseca
2009-03-30python: Force unsigned comparison.José Fonseca
2009-03-30python: Set correct transfer mode.José Fonseca
2009-03-30python: Set the surface GPU access flags.José Fonseca
2009-03-30python: Hide away the surface usage flags.José Fonseca
2009-03-30python: Dont touch old pipe_winsys.José Fonseca
2009-03-30python: Update instructions for windows.José Fonseca
2009-03-26python: Don't bypass vs/clip/viewport by default.José Fonseca
2009-03-26python: Fix the texture test.José Fonseca
2009-03-26python: Make swig bindings python independent.José Fonseca
2009-03-26python: Drop st_buffer.José Fonseca
2009-03-26python: Use pipe_buffer_read/write.José Fonseca
2009-03-26python: Transfer only the requested tile.José Fonseca
2009-03-26python: Fix tri sample.Michal Krol
2009-03-25python: Pass transfers to the tile functions.José Fonseca
2009-03-25python: Catchup buffer_destroy interface change.José Fonseca
2009-03-25python: Show call no in image window.José Fonseca
2009-03-25python/retrace: Use the call no when dumping images.José Fonseca
2009-03-25python: Use a sequential number to identify each call.José Fonseca
2009-03-25python/trace: Control the interpreter from command line options.José Fonseca
2009-03-25python: Use Ansi escape codes regardless of output is a tty or not.José Fonseca
2009-03-25python: List packages needed on debian systems.José Fonseca
2009-03-25python: Allow to dump all images to disk.José Fonseca
2009-03-25python: Tweak instructions.José Fonseca
2009-03-25python: s/pitch/stride/José Fonseca
2009-03-25python: s/num_cbufs/nr_cbufs/José Fonseca
2009-03-17python: Return on unknown pixel format.Michal Krol
2009-03-17python: Fix build after refcount rework.Michal Krol
2009-03-17python: Include `p_winsys_screen.h'.Michal Krol
2009-03-17python: Do not pass screen object to pipe_buffer_reference.Michal Krol
2009-03-16python: Use transfer object to read from a surface.Michal Krol
2009-03-16python: pipe_vertex_buffer's pitch member has been renamed to stride.Michal Krol
2009-03-16python: size is not a member of pipe_constant_buffer any more.Michal Krol
2009-03-16python: Include missing `p_compiler.h' header.michal
2009-03-16python: Do not pass shader_state to util shader functions.michal
2009-03-16python: Use transfer objects to initialise texture data.michal
2009-03-16python: Use new bypass_vs_clip_and_viewport rasteriser flag.michal
2009-03-13gallium: Remove do_flip argument from surface_copyJakob Bornecrantz