Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-08-20 | python/retrace: Retrace draw_elements and draw_range_elements. | José Fonseca | |
2008-08-20 | python: bindings for draw_range_elements. | José Fonseca | |
2008-08-19 | gallium: fix do_flip bug in sp_surface_copy() | Brian Paul | |
Surfaces are always in y=0=top raster order so the caller should invert the Y coordinate if needed; don't do it in sp_surface_copy(). Fixes a glCopyTexture regression. | |||
2008-08-19 | gallium: fix an assertion | Brian Paul | |
2008-08-19 | gallium: WinCE build fixes. | José Fonseca | |
2008-08-19 | python/retrace: Add several missing functions. | José Fonseca | |
2008-08-19 | trace: Fix pipe_clip_state dump. | José Fonseca | |
2008-08-19 | python: Handle null state. | José Fonseca | |
2008-08-19 | python/retrace: Trim null chars. | José Fonseca | |
They are often left in memory mapped files, and are not part of the XML accept chars anyway. | |||
2008-08-19 | trace: Support C++. | José Fonseca | |
2008-08-19 | gallium: Add note about vs_2_0 EXPP mapping. | Michal Krol | |
2008-08-19 | tgsi: Implement LOG opcode for SSE2 codegen. | Michal Krol | |
2008-08-19 | tgsi: Implement EXP opcode for SSE2. | Michal Krol | |
2008-08-19 | xlib: Revert destroying pipe_screen (temporary). | José Fonseca | |
2008-08-19 | tgsi: Fix ARL opcode in SSE2 codegen. | Michal Krol | |
2008-08-19 | tgsi: Workaround debug output buffer size limitations. | Michal Krol | |
2008-08-19 | tgsi: Use NUM_CHANNELS. | Michal Krol | |
2008-08-18 | trace: Explain how to integrate with a state tracker or winsys. | José Fonseca | |
2008-08-18 | trace: Preliminary stream implementation for GDI. | José Fonseca | |
2008-08-18 | trace: Use long longs to ensure covering 64bits integers. | José Fonseca | |
2008-08-18 | trace: Get the trace file from the GALLIUM_TRACE option itself. | José Fonseca | |
2008-08-18 | gallium: Remove TGSI_CC_UN. | Michal Krol | |
2008-08-18 | tgsi: Update condition code vector when storing dest register. | Michal Krol | |
2008-08-18 | tgsi: Saturate modifier obeys ExecMask. | Michal Krol | |
Implement NVIDIA [-1;+1] saturate mode. | |||
2008-08-18 | tgsi: Respect condition codes when storing destination register. | Michal Krol | |
2008-08-18 | tgsi: Cosmetic changes. | Michal Krol | |
2008-08-18 | tgsi: Add condition code (CC) register. | Michal Krol | |
2008-08-18 | scons: Fix build. | Michal Krol | |
2008-08-17 | if we can't find a mode, return first. At least we should | Alan Hourihane | |
see the top left portion if we've got larger screens on other CRTC's | |||
2008-08-17 | consolidate intel directories. | Alan Hourihane | |
we now have src/gallium/winsys/drm/intel/{common,dri,egl} | |||
2008-08-17 | rather than use CRTC 1 (aka LVDS), try and setup all connectors/encoders | Alan Hourihane | |
and get the same output on all. | |||
2008-08-15 | xlib: Kill xmesa_surface. | José Fonseca | |
A winsys cannot expect that the surfaces passed display_surface are the surfaces it created, as surface are now in generate texture views created by pipe_screen. Indeed, the fact it was working so far was mere luck. This fixes a weird tiled output when using the trace pipe driver. Winsys' surfaces should die. | |||
2008-08-15 | trace: Fix typo. | José Fonseca | |
2008-08-15 | python/retrace: Update frame when PIPE_FLUSH_FRAME spotted. | José Fonseca | |
2008-08-15 | trace: Wrap all textures and surface created by the pipe driver. | José Fonseca | |
That is, Unfortunately, this causes a regression in softpipe, where the output gets tyled. | |||
2008-08-15 | trace: Allow multiple screens. Flush after call. | José Fonseca | |
2008-08-15 | pyhon/retrace: Retrace surface contents. | José Fonseca | |
Now capable of replaying trivial/quad-tex-2d | |||
2008-08-15 | python/retrace: Keep addresses as strings. | José Fonseca | |
To simplify looking up these in the trace. | |||
2008-08-15 | trace: Several fixes. | José Fonseca | |
2008-08-15 | python: Fix put/get_tile_raw bindings. | José Fonseca | |
2008-08-15 | trace: Trace surface contents. | José Fonseca | |
2008-08-15 | trace: Make stream a global variable. | José Fonseca | |
This not only simplifies the code, but allows to use atexit() to ensure the log is closed when applications don't exit cleanly. | |||
2008-08-15 | gallium: New PIPE_FLUSH_FRAME flag to signal the end of a frame. | José Fonseca | |
2008-08-15 | python/retrace: Commit unsaved changes to the doc. | José Fonseca | |
2008-08-14 | trace: Update status. | José Fonseca | |
2008-08-14 | python: Update status. | José Fonseca | |
2008-08-14 | python/retrace: Application capable of replaying gallium traces. | José Fonseca | |
At the moment it is capable of replaying trivial/tri kind of apps. See README for status. | |||
2008-08-14 | python: Allow to use trace pipe driver with python. | José Fonseca | |
2008-08-14 | python: Fix typo in buffer::write. | José Fonseca | |
2008-08-14 | python: Remove unused var. | José Fonseca | |