Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | cell: asst fixes to get driver building/running again. | Brian | 2008-08-25 | 18 | -39/+176 |
| | | | | Note that SPU vertex transformation is disabled at this time. | ||||
* | gallium: Add missing includes. | Michal Krol | 2008-08-25 | 1 | -0/+1 |
| | |||||
* | gallium: refactor/replace p_util.h with util/u_memory.h and util/u_math.h | Brian Paul | 2008-08-24 | 93 | -112/+129 |
| | | | | Also, rename p_tile.[ch] to u_tile.[ch] | ||||
* | trace: Include u_string.h. | Michal Krol | 2008-08-23 | 1 | -0/+1 |
| | |||||
* | gallium: move pipe_copy_rect(), pipe_fill_rect() protos into new u_rect.h header | Brian Paul | 2008-08-22 | 4 | -0/+4 |
| | |||||
* | gallium: replace align_int() with align() | Brian Paul | 2008-08-22 | 2 | -8/+8 |
| | | | | The two functions are identical. Removed align_int() from p_util.h | ||||
* | gallium: stop using ifloor(), FABSF(), etc | Brian Paul | 2008-08-22 | 2 | -42/+44 |
| | |||||
* | gallium: replace LOG2() macro with util_fast_log2() inline func | Brian Paul | 2008-08-22 | 2 | -1/+5 |
| | |||||
* | trace: Don't trace texture/surfaces releases, only destructions. | José Fonseca | 2008-08-22 | 1 | -16/+18 |
| | |||||
* | trace: Use a 4 hexadecimal digit suffix. | José Fonseca | 2008-08-22 | 1 | -1/+1 |
| | |||||
* | trace: Hack to detect writes to user buffers. | José Fonseca | 2008-08-21 | 3 | -0/+64 |
| | | | | | | It often happens that new data is written directly to the user buffers without mapping/unmapping. This hack marks user buffers and dumps them before passing them to pipe context. | ||||
* | trace: Split the output stream on windows. | José Fonseca | 2008-08-21 | 1 | -27/+75 |
| | | | | Because windows limits the ammount of memory that can be mapped. | ||||
* | gallium: test for and cull prims with inf/nan vertices in sp_setup.c code. | Brian Paul | 2008-08-20 | 1 | -11/+34 |
| | |||||
* | gallium: fix do_flip bug in sp_surface_copy() | Brian Paul | 2008-08-19 | 1 | -1/+4 |
| | | | | | | | 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. | ||||
* | trace: Fix pipe_clip_state dump. | José Fonseca | 2008-08-19 | 1 | -17/+6 |
| | |||||
* | trace: Support C++. | José Fonseca | 2008-08-19 | 2 | -0/+18 |
| | |||||
* | trace: Explain how to integrate with a state tracker or winsys. | José Fonseca | 2008-08-18 | 1 | -3/+42 |
| | |||||
* | trace: Preliminary stream implementation for GDI. | José Fonseca | 2008-08-18 | 3 | -14/+145 |
| | |||||
* | trace: Use long longs to ensure covering 64bits integers. | José Fonseca | 2008-08-18 | 2 | -6/+6 |
| | |||||
* | trace: Get the trace file from the GALLIUM_TRACE option itself. | José Fonseca | 2008-08-18 | 4 | -13/+12 |
| | |||||
* | trace: Fix typo. | José Fonseca | 2008-08-15 | 1 | -1/+1 |
| | |||||
* | trace: Wrap all textures and surface created by the pipe driver. | José Fonseca | 2008-08-15 | 7 | -49/+378 |
| | | | | | | | That is, Unfortunately, this causes a regression in softpipe, where the output gets tyled. | ||||
* | trace: Allow multiple screens. Flush after call. | José Fonseca | 2008-08-15 | 4 | -16/+53 |
| | |||||
* | trace: Several fixes. | José Fonseca | 2008-08-15 | 2 | -9/+15 |
| | |||||
* | trace: Trace surface contents. | José Fonseca | 2008-08-15 | 3 | -24/+60 |
| | |||||
* | trace: Make stream a global variable. | José Fonseca | 2008-08-15 | 12 | -1017/+906 |
| | | | | | This not only simplifies the code, but allows to use atexit() to ensure the log is closed when applications don't exit cleanly. | ||||
* | trace: Update status. | José Fonseca | 2008-08-14 | 1 | -2/+4 |
| | |||||
* | trace: Separate the trace screen/context vs the original screen/context. | José Fonseca | 2008-08-14 | 5 | -32/+34 |
| | |||||
* | check for winsys->destroy before calling | Alan Hourihane | 2008-08-14 | 1 | -1/+1 |
| | |||||
* | i915: Swap meanings of KIL and KILP. | Michal Krol | 2008-08-13 | 1 | -12/+4 |
| | |||||
* | cell: KILP is a predicated discard, KIL is a conditional discard. | Michal Krol | 2008-08-13 | 1 | -4/+17 |
| | |||||
* | trace: More dump fixes. | José Fonseca | 2008-08-12 | 2 | -1/+2 |
| | |||||
* | trace: Fix create_blend_state dump. | José Fonseca | 2008-08-12 | 1 | -0/+2 |
| | |||||
* | trace: Dump polygon stipple state as an array. | José Fonseca | 2008-08-12 | 1 | -2/+3 |
| | |||||
* | trace: Fix create_depth_stencil_alpha_state trace. | José Fonseca | 2008-08-12 | 1 | -1/+3 |
| | |||||
* | trace: Dump pipe_{depth,stencil,alpha}_state names. | José Fonseca | 2008-08-12 | 1 | -3/+3 |
| | |||||
* | trace: Replace buffer_map+memcpy+buffer_unmap by buffer_write | José Fonseca | 2008-08-12 | 1 | -31/+8 |
| | |||||
* | trace: Zero the buffers to avoid dumping uninitialized memory. | José Fonseca | 2008-08-12 | 1 | -4/+15 |
| | |||||
* | trace: Fix hexadecimal dumping. | José Fonseca | 2008-08-12 | 1 | -6/+5 |
| | |||||
* | trace: Trace winsys/screen/context creation. | José Fonseca | 2008-08-12 | 4 | -90/+71 |
| | |||||
* | trace: Trace texture depth. | José Fonseca | 2008-08-12 | 1 | -0/+4 |
| | |||||
* | softpipe: Include missing header. | Michal Krol | 2008-08-12 | 1 | -0/+1 |
| | |||||
* | gallium: debug/print vertex tweak | Brian Paul | 2008-08-11 | 1 | -4/+1 |
| | |||||
* | trace: Dump writes to pipe_buffers. | José Fonseca | 2008-08-09 | 2 | -1/+56 |
| | |||||
* | trace: Prevent tracing internal pipe driver calls. | José Fonseca | 2008-08-09 | 2 | -5/+7 |
| | |||||
* | trace: Dump shaders as text. | José Fonseca | 2008-08-09 | 2 | -5/+44 |
| | |||||
* | trace: Allow to dump binary data. | José Fonseca | 2008-08-09 | 4 | -27/+37 |
| | |||||
* | trace: Trace pipe_winsys calls. | José Fonseca | 2008-08-09 | 4 | -7/+476 |
| | |||||
* | trace: Remove unused code. | José Fonseca | 2008-08-09 | 1 | -2/+0 |
| | |||||
* | trace: Prevent from internal calls from pipe_context to pipe_screen from ↵ | José Fonseca | 2008-08-08 | 1 | -0/+6 |
| | | | | being traced. |