summaryrefslogtreecommitdiff
path: root/src/gallium/state_trackers
AgeCommit message (Expand)Author
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-27wgl: Don't flush surface if it is NULL.José Fonseca
2009-03-27wgl: Remove unused cruft.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-26gallium: Remove some little-used fields from struct pipe_surface.Michel Dänzer
2009-03-25python: Pass transfers to the tile functions.José Fonseca
2009-03-25python: Catchup buffer_destroy interface change.José Fonseca
2009-03-25st/egl: Set dpms to on when showing screensJakob Bornecrantz
2009-03-25st/egl: Fix warningJakob Bornecrantz
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-25wgl: Use right integer type.José Fonseca
2009-03-25wgl: Use SetWindowLongPtr.José Fonseca
2009-03-21gallium: remove remaining references to origin_lower_leftKeith Whitwell
2009-03-20stw: Do not err on nil context handle in MakeCurrent().Michal Krol
2009-03-20stw: Use u_handle_table to maintain context list.Michal Krol
2009-03-20stw: Keep per-thread storage for current context and pixel format.Michal Krol
2009-03-18st: call _glapi_check_multithread from st_make_currentKeith Whitwell
2009-03-18stw: Fix makeCurrent.Thomas Hellstrom
2009-03-18xlib st: Fix makeCurrent.Thomas Hellstrom
2009-03-18st/dri2: use pipe_screen.is_format_supported to choose depth/stencil formatBen Skeggs