summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers
Commit message (Expand)AuthorAgeFilesLines
* nouveau: gallium directory structure changed again..Ben Skeggs2008-09-1144-76/+55
* Merge remote branch 'upstream/gallium-0.1' into nouveau-gallium-0.1Ben Skeggs2008-09-11128-2181/+2941
|\
| * softpipe: Code (commented out) to dump BMPs.José Fonseca2008-09-091-0/+13
| * softpipe: Silence compiler warning on Windows.Michal Krol2008-09-091-0/+2
| * softpipe: Protect pipe_condvar_signal/broadcast calls with a mutex.Michal Krol2008-09-081-4/+7
| * softpipe: Set SP_NUM_QUAD_THREADS 1 effectively disabling multithreaded softp...Michal Krol2008-09-081-1/+1
| * softpipe: More improvements for multithreaded softpipe.Michal Krol2008-09-081-17/+38
| * softpipe: Split changing fields of quad_header into input, inout and output p...Michal Krol2008-09-0815-173/+183
| * softpipe: Improve multithreaded softpipe.Michal Krol2008-09-081-16/+87
| * softpipe: First attempts at multithreaded softpipe.Michal Krol2008-09-084-107/+254
| * trace: Request a growable file.José Fonseca2008-09-081-1/+1
| * trace: Use util's stream.José Fonseca2008-09-085-354/+6
| * cell: code clean-up, commentsBrian Paul2008-09-052-32/+43
| * cell: convert clear color if neededBrian Paul2008-09-051-0/+24
| * softpipe: convert clear color to surface format if neededBrian Paul2008-09-051-1/+30
| * cell: move batch buffer init codeBrian Paul2008-09-043-16/+32
| * cell: commentsBrian Paul2008-09-041-2/+7
| * cell: more cell_init_*_functions()Brian Paul2008-09-046-52/+45
| * cell: implement CELL_DEBUG env/options varBrian Paul2008-09-045-25/+66
| * cell: assorted comments, clean-ups, etc.Brian Paul2008-09-0410-39/+115
| * cell: use util_surface_copy/fill()Brian Paul2008-09-041-97/+2
| * cell: include p_inlines.hBrian Paul2008-09-041-0/+1
| * softpipe: use the new util_surface_copy/fill() functionsBrian Paul2008-09-041-120/+2
| * softpipe: Add missing include.José Fonseca2008-09-041-0/+1
| * i915: Add missing include.José Fonseca2008-09-041-0/+1
| * cell: Use pipe_buffer_* inlines as much as possible.José Fonseca2008-09-042-6/+6
| * i915: Use pipe_buffer_* inlines as much as possible.José Fonseca2008-09-043-25/+26
| * i965: Use pipe_buffer_* inlines as much as possible.José Fonseca2008-09-041-5/+5
| * softpipe: Use pipe_buffer_* inlines as much as possible.José Fonseca2008-09-042-6/+6
| * cell: flush rendering to current surfaces before installing new onesBrian Paul2008-09-031-2/+16
| * cell: update comments, fix typosBrian Paul2008-09-031-2/+12
| * cell: change context type passed to cell_flush_int()Brian Paul2008-09-034-8/+8
| * cell: replace assert() with special spu ASSERT() macroBrian Paul2008-09-035-89/+90
| * cell: add pipe_texture_reference() call in cell_get_tex_surface()Brian Paul2008-09-031-0/+4
| * cell: updated assertionBrian Paul2008-09-031-1/+1
| * cell: commentsBrian Paul2008-09-031-0/+6
| * cell: fix texture/surface allocation to allocate by multiple of tile sizeBrian Paul2008-09-031-6/+26
| * cell: add -DDEBUG flag, fixes to Cell MakefilesBrian Paul2008-09-032-2/+2
| * cell: add missing cell_tex_surface_release()Brian Paul2008-09-031-11/+28
| * gallium: Have pipe_buffer_* receive a pipe_screen instead of a pipe_context.José Fonseca2008-09-039-16/+16
| * i915: Small fixes for tiled texturesJakob Bornecrantz2008-09-021-2/+2
| * cell: asst fixes to get driver building/running again.Brian2008-08-2518-39/+176
| * gallium: Add missing includes.Michal Krol2008-08-251-0/+1
| * gallium: refactor/replace p_util.h with util/u_memory.h and util/u_math.hBrian Paul2008-08-2493-112/+129
| * trace: Include u_string.h.Michal Krol2008-08-231-0/+1
| * gallium: move pipe_copy_rect(), pipe_fill_rect() protos into new u_rect.h headerBrian Paul2008-08-224-0/+4
| * gallium: replace align_int() with align()Brian Paul2008-08-222-8/+8
| * gallium: stop using ifloor(), FABSF(), etcBrian Paul2008-08-222-42/+44
| * gallium: replace LOG2() macro with util_fast_log2() inline funcBrian Paul2008-08-222-1/+5
| * trace: Don't trace texture/surfaces releases, only destructions.José Fonseca2008-08-221-16/+18