wgl: Fix prototype.
[mesa.git] / src / gallium / state_trackers / python /
2009-06-11 José Fonsecapython/tests: Test sampling from a depth texture.
2009-04-18 José Fonsecasoftpipe: Simplify softpipe_create's prototype.
2009-04-17 José Fonsecapython/retrace: Rename module as it conflicts with...
2009-04-09 José Fonsecapython: Fix bad pointer.
2009-04-08 José Fonsecapython/retrace: Try to cope with failures creating...
2009-04-08 José Fonsecapython: Don't try to finish a null fence.
2009-04-08 José Fonsecapython/retrace: Use colors on windows console.
2009-04-08 José Fonsecapython/retrace: Allow to specify the range of calls...
2009-04-08 José Fonsecapython/retrace: Handle recent traces.
2009-04-08 José Fonsecapython: Fix method renaming.
2009-04-08 José Fonsecapython: Cope with null surfaces.
2009-04-04 Michal Krolpython/regress: Clean up driver clear() interface.
2009-04-04 Michel Dänzergallium: Clean up driver clear() interface.
2009-04-04 Michal Krolpython/regress: Remove trailing whitespace.
2009-04-04 Michal Krolpython/regress: Initial fragment shader test suite.
2009-04-04 Michal Krolpython/regress: Use X8R8G8B8 rendertarget in vertex...
2009-04-03 Michal Krolpython/regress: Use A8R8G8B8 rendertarget format.
2009-04-03 Michal Krolpython/regress: vertex shader srcmod swz test does...
2009-04-03 Michal Krolpython/regress: vertex shader FRC test does not use...
2009-04-03 Michal Krolpython/regress: Add relative addressing tests.
2009-04-03 Michal Krolpython/regress: Add vertex shader source modifier tests.
2009-04-02 Michal Krolpython/regress: Do not generate HTML summary for vertex...
2009-04-02 Michal Krolpython/regress: Do not create zbuf for vertex shader...
2009-04-02 Michal Krolpython/regress: Add more vertex shader test cases.
2009-04-01 Michal Krolpython/regress: Add vertex shader LRP test.
2009-04-01 Michal Krolpython/regress: Add vertex shader FRC test.
2009-04-01 Michal Krolpython/regress: Add vertex shader EX2 test.
2009-04-01 Michal Krolpython/regress: Add vertex shader DST test.
2009-04-01 Michal Krolpython/regress: Fix vertex shader XPD test.
2009-04-01 Michal Krolpython/regress: Indent.
2009-04-01 Michal Krolpython/regress: Add vertex shader test for XPD.
2009-04-01 Michal Krolpython/regress: Rename test files from *.txt to *.sh...
2009-04-01 Michal Krolpython/regress: Add more vertex shader tests.
2009-03-31 Michal Krolpython/regress: Initial commit for vertex shader regres...
2009-03-31 José Fonsecapython/test: New test for surface copies.
2009-03-31 José Fonsecapython/test: Ignore test output files.
2009-03-31 José Fonsecapython/test: Cleanup.
2009-03-31 José Fonsecapython/test: Dump classification tree to text file...
2009-03-31 José Fonsecapython/test: Set executable permission bit.
2009-03-31 José Fonsecapython/test: New test for rendering into textures.
2009-03-31 José Fonsecapython/test: Limit tree depth.
2009-03-31 José Fonsecapython/test: Infer type (continuous/discrete) from...
2009-03-31 José Fonsecapython/test: Flush stdout to keep in sync with debug...
2009-03-31 José Fonsecapython/test: Dump a classification tree of the results...
2009-03-31 José Fonsecapython/test: New test for texture transfers.
2009-03-31 José Fonsecapython/test: More descriptive test name.
2009-03-31 José Fonsecapython: Make get/put_tile_raw more user friendlier.
2009-03-31 José Fonsecapython: Add nblocksx/y members to surfaces.
2009-03-30 José Fonsecapython: Use depth buffer in the triangle example.
2009-03-30 José Fonsecapython: Read rgba8 with a single transfer.
2009-03-30 José Fonsecapython: Cleanup.
2009-03-30 José Fonsecapython: Don't use deprecated clear_value field.
2009-03-30 José Fonsecapython/test: Move the test description logic to the...
2009-03-30 José Fonsecapython/test: Move the image comparison logic to the...
2009-03-30 José Fonsecapython: Force unsigned comparison.
2009-03-30 José Fonsecapython: Set correct transfer mode.
2009-03-30 José Fonsecapython: Set the surface GPU access flags.
2009-03-30 José Fonsecapython: Hide away the surface usage flags.
2009-03-30 José Fonsecapython: Dont touch old pipe_winsys.
2009-03-30 José Fonsecapython: Update instructions for windows.
2009-03-26 José Fonsecapython: Don't bypass vs/clip/viewport by default.
2009-03-26 José Fonsecapython: Fix the texture test.
2009-03-26 José Fonsecapython: Make swig bindings python independent.
2009-03-26 José Fonsecapython: Drop st_buffer.
2009-03-26 José Fonsecapython: Use pipe_buffer_read/write.
2009-03-26 José Fonsecapython: Transfer only the requested tile.
2009-03-26 Michal Krolpython: Fix tri sample.
2009-03-25 José Fonsecapython: Pass transfers to the tile functions.
2009-03-25 José Fonsecapython: Catchup buffer_destroy interface change.
2009-03-25 José Fonsecapython: Show call no in image window.
2009-03-25 José Fonsecapython/retrace: Use the call no when dumping images.
2009-03-25 José Fonsecapython: Use a sequential number to identify each call.
2009-03-25 José Fonsecapython/trace: Control the interpreter from command...
2009-03-25 José Fonsecapython: Use Ansi escape codes regardless of output...
2009-03-25 José Fonsecapython: List packages needed on debian systems.
2009-03-25 José Fonsecapython: Allow to dump all images to disk.
2009-03-25 José Fonsecapython: Tweak instructions.
2009-03-25 José Fonsecapython: s/pitch/stride/
2009-03-25 José Fonsecapython: s/num_cbufs/nr_cbufs/
2009-03-17 Michal Krolpython: Return on unknown pixel format.
2009-03-17 Michal Krolpython: Fix build after refcount rework.
2009-03-17 Michal Krolpython: Include `p_winsys_screen.h'.
2009-03-17 Michal Krolpython: Do not pass screen object to pipe_buffer_reference.
2009-03-16 Michal Krolpython: Use transfer object to read from a surface.
2009-03-16 Michal Krolpython: pipe_vertex_buffer's pitch member has been...
2009-03-16 Michal Krolpython: size is not a member of pipe_constant_buffer...
2009-03-16 michalpython: Include missing `p_compiler.h' header.
2009-03-16 michalpython: Do not pass shader_state to util shader functions.
2009-03-16 michalpython: Use transfer objects to initialise texture...
2009-03-16 michalpython: Use new bypass_vs_clip_and_viewport rasteriser...
2009-03-13 Jakob Bornecrantzgallium: Remove do_flip argument from surface_copy
2009-03-04 José FonsecaMerge commit 'origin/master' into gallium-map-range
2009-03-04 Michel Dänzergallium: Unify reference counting.
2009-03-03 José FonsecaMerge commit 'origin/gallium-0.1'
2009-03-03 Keith WhitwellMerge commit 'origin/gallium-0.1'
2009-02-23 José FonsecaMerge commit 'origin/gallium-0.1'
2009-02-20 José Fonsecapython: More efficient blits from surfaces.
2009-02-20 José Fonsecapython/interpreter: Don't do unnecessary updates.
2009-02-20 José Fonsecapython/retrace: Verbosity level.
2009-02-20 José Fonsecapython/retrace: Cope with python 2.4.x
next