Age | Commit message (Expand) | Author |
2008-09-11 | nouveau: gallium directory structure changed again.. | Ben Skeggs |
2008-09-11 | Merge remote branch 'upstream/gallium-0.1' into nouveau-gallium-0.1 | Ben Skeggs |
2008-09-09 | softpipe: Code (commented out) to dump BMPs. | José Fonseca |
2008-09-09 | softpipe: Silence compiler warning on Windows. | Michal Krol |
2008-09-08 | softpipe: Protect pipe_condvar_signal/broadcast calls with a mutex. | Michal Krol |
2008-09-08 | softpipe: Set SP_NUM_QUAD_THREADS 1 effectively disabling multithreaded softp... | Michal Krol |
2008-09-08 | softpipe: More improvements for multithreaded softpipe. | Michal Krol |
2008-09-08 | softpipe: Split changing fields of quad_header into input, inout and output p... | Michal Krol |
2008-09-08 | softpipe: Improve multithreaded softpipe. | Michal Krol |
2008-09-08 | softpipe: First attempts at multithreaded softpipe. | Michal Krol |
2008-09-08 | trace: Request a growable file. | José Fonseca |
2008-09-08 | trace: Use util's stream. | José Fonseca |
2008-09-05 | cell: code clean-up, comments | Brian Paul |
2008-09-05 | cell: convert clear color if needed | Brian Paul |
2008-09-05 | softpipe: convert clear color to surface format if needed | Brian Paul |
2008-09-04 | cell: move batch buffer init code | Brian Paul |
2008-09-04 | cell: comments | Brian Paul |
2008-09-04 | cell: more cell_init_*_functions() | Brian Paul |
2008-09-04 | cell: implement CELL_DEBUG env/options var | Brian Paul |
2008-09-04 | cell: assorted comments, clean-ups, etc. | Brian Paul |
2008-09-04 | cell: use util_surface_copy/fill() | Brian Paul |
2008-09-04 | cell: include p_inlines.h | Brian Paul |
2008-09-04 | softpipe: use the new util_surface_copy/fill() functions | Brian Paul |
2008-09-04 | softpipe: Add missing include. | José Fonseca |
2008-09-04 | i915: Add missing include. | José Fonseca |
2008-09-04 | cell: Use pipe_buffer_* inlines as much as possible. | José Fonseca |
2008-09-04 | i915: Use pipe_buffer_* inlines as much as possible. | José Fonseca |
2008-09-04 | i965: Use pipe_buffer_* inlines as much as possible. | José Fonseca |
2008-09-04 | softpipe: Use pipe_buffer_* inlines as much as possible. | José Fonseca |
2008-09-03 | cell: flush rendering to current surfaces before installing new ones | Brian Paul |
2008-09-03 | cell: update comments, fix typos | Brian Paul |
2008-09-03 | cell: change context type passed to cell_flush_int() | Brian Paul |
2008-09-03 | cell: replace assert() with special spu ASSERT() macro | Brian Paul |
2008-09-03 | cell: add pipe_texture_reference() call in cell_get_tex_surface() | Brian Paul |
2008-09-03 | cell: updated assertion | Brian Paul |
2008-09-03 | cell: comments | Brian Paul |
2008-09-03 | cell: fix texture/surface allocation to allocate by multiple of tile size | Brian Paul |
2008-09-03 | cell: add -DDEBUG flag, fixes to Cell Makefiles | Brian Paul |
2008-09-03 | cell: add missing cell_tex_surface_release() | Brian Paul |
2008-09-03 | gallium: Have pipe_buffer_* receive a pipe_screen instead of a pipe_context. | José Fonseca |
2008-09-02 | i915: Small fixes for tiled textures | Jakob Bornecrantz |
2008-08-31 | nv30: set fp samplers with fragprog generation | Patrice Mandin |
2008-08-30 | nv30: activate fp texture units when needed, to get texturing | Patrice Mandin |
2008-08-25 | cell: asst fixes to get driver building/running again. | Brian |
2008-08-25 | gallium: Add missing includes. | Michal Krol |
2008-08-24 | gallium: refactor/replace p_util.h with util/u_memory.h and util/u_math.h | Brian Paul |
2008-08-23 | trace: Include u_string.h. | Michal Krol |
2008-08-22 | gallium: move pipe_copy_rect(), pipe_fill_rect() protos into new u_rect.h header | Brian Paul |
2008-08-22 | gallium: replace align_int() with align() | Brian Paul |
2008-08-22 | gallium: stop using ifloor(), FABSF(), etc | Brian Paul |