cell: implement negation, absolute value and set-sign for src regs in code gen
[mesa.git] / src / gallium / drivers /
2008-09-13 Brian Paulcell: implement negation, absolute value and set-sign...
2008-09-13 Brian Paulcell: remove old disassembly/dump code; use dumper...
2008-09-13 Brian Paulcell: implement DDX/DDY codegen (untested)
2008-09-12 Brian Paulcell: implement TGSI immediates in SPE code generator
2008-09-12 Brian Paulcell: initial support for IF/ELSE/ENDIF in fragment...
2008-09-12 Brian Paulcell: evaluate multiple fragment inputs
2008-09-12 Brian Paulcell: disable invalid spe_release_func() calls, fixes...
2008-09-12 Brian Paulcell: implement colormask on fallback path
2008-09-12 Brian Paulcell: fix non-debug build error
2008-09-12 Brian Paulcell: implement swizzling for src regs
2008-09-12 Brian Paulcell: setup fragment program inputs in SOA format
2008-09-12 Brian Paulcell: disable calls to old gen code
2008-09-12 Keith WhitwellMerge commit 'origin/gallium-0.1' into gallium-0.2
2008-09-11 Brian Paulcell: initial support for fragment shader code generation.
2008-09-11 Brian Paulcell: minor improvements to fragment code-gen
2008-09-11 Brian Paulcell: put cell_ prefix on gen_fragment_function()
2008-09-11 Keith WhitwellMerge commit 'origin/gallium-0.1' into gallium-0.2
2008-09-11 Brian Paulcell: more comments, stub code for colormask/logicop/etc
2008-09-11 Brian Paulcell: fix typos in blend code-gen
2008-09-11 Brian Paulcell: remove old state CMDs, added comments
2008-09-11 Brian Paulcell: clean-up, comments
2008-09-11 Brian Paulcell: disable NEW_VS emit
2008-09-11 Brian Paulcell: don't build unused sources
2008-09-11 Brian Paulcell: remove old blend/depth/stencil/logicop structs
2008-09-11 Brian Paulcell: asst. clean-up
2008-09-11 Brian Paulcell: checkpoint: remove more of the old per-fragment...
2008-09-11 Brian Paulcell: begin new blending code (both codegen and fallbac...
2008-09-11 Brian Paulcell: fix shuffle in spu_unpack_B8G8R8A8()
2008-09-11 Brian Paulcell: added cast in spu_splats() call
2008-09-11 Brian Paulcell: remove old per-fragment code, replace with all...
2008-09-11 Brian Paulcell: checkpoint commit of new per-fragment processing
2008-09-11 Brian Paulcell: minor change to Z float/int conversion code ...
2008-09-11 Brian Paulcell: comments
2008-09-11 Brian Paulcell: comments, etc.
2008-09-11 Alan HourihaneMerge branch 'master' of git+ssh://git.freedesktop...
2008-09-11 Keith WhitwellMerge branch 'gallium-0.1' into gallium-0.2
2008-09-09 José Fonsecasoftpipe: Code (commented out) to dump BMPs.
2008-09-09 Michal Krolsoftpipe: Silence compiler warning on Windows.
2008-09-08 Michal Krolsoftpipe: Protect pipe_condvar_signal/broadcast calls...
2008-09-08 Michal Krolsoftpipe: Set SP_NUM_QUAD_THREADS 1 effectively disabli...
2008-09-08 Michal Krolsoftpipe: More improvements for multithreaded softpipe.
2008-09-08 Michal Krolsoftpipe: Split changing fields of quad_header into...
2008-09-08 Michal Krolsoftpipe: Improve multithreaded softpipe.
2008-09-08 Michal Krolsoftpipe: First attempts at multithreaded softpipe.
2008-09-08 José Fonsecatrace: Request a growable file.
2008-09-08 José Fonsecatrace: Use util's stream.
2008-09-05 Brian Paulcell: code clean-up, comments
2008-09-05 Brian Paulcell: convert clear color if needed
2008-09-05 Brian Paulsoftpipe: convert clear color to surface format if...
2008-09-05 Brian Paulcell: move batch buffer init code
2008-09-05 Brian Paulcell: comments
2008-09-05 Brian Paulcell: more cell_init_*_functions()
2008-09-05 Brian Paulcell: implement CELL_DEBUG env/options var
2008-09-04 Brian Paulcell: assorted comments, clean-ups, etc.
2008-09-04 Brian Paulcell: use util_surface_copy/fill()
2008-09-04 Brian Paulcell: include p_inlines.h
2008-09-04 Brian Paulsoftpipe: use the new util_surface_copy/fill() functions
2008-09-04 José Fonsecasoftpipe: Add missing include.
2008-09-04 José Fonsecai915: Add missing include.
2008-09-04 José Fonsecacell: Use pipe_buffer_* inlines as much as possible.
2008-09-04 José Fonsecai915: Use pipe_buffer_* inlines as much as possible.
2008-09-04 José Fonsecai965: Use pipe_buffer_* inlines as much as possible.
2008-09-04 José Fonsecasoftpipe: Use pipe_buffer_* inlines as much as possible.
2008-09-03 Brian Paulcell: flush rendering to current surfaces before instal...
2008-09-03 Brian Paulcell: update comments, fix typos
2008-09-03 Brian Paulcell: change context type passed to cell_flush_int()
2008-09-03 Brian Paulcell: replace assert() with special spu ASSERT() macro
2008-09-03 Brian Paulcell: add pipe_texture_reference() call in cell_get_tex...
2008-09-03 Brian Paulcell: updated assertion
2008-09-03 Brian Paulcell: comments
2008-09-03 Brian Paulcell: fix texture/surface allocation to allocate by...
2008-09-03 Brian Paulcell: add -DDEBUG flag, fixes to Cell Makefiles
2008-09-03 Brian Paulcell: add missing cell_tex_surface_release()
2008-09-03 José Fonsecagallium: Have pipe_buffer_* receive a pipe_screen inste...
2008-09-02 Jakob Bornecrantzi915: Small fixes for tiled textures
2008-08-25 Briancell: asst fixes to get driver building/running again.
2008-08-25 Michal Krolgallium: Add missing includes.
2008-08-24 Brian Paulgallium: refactor/replace p_util.h with util/u_memory...
2008-08-23 Michal Kroltrace: Include u_string.h.
2008-08-22 Brian Paulgallium: move pipe_copy_rect(), pipe_fill_rect() protos...
2008-08-22 Brian Paulgallium: replace align_int() with align()
2008-08-22 Brian Paulgallium: stop using ifloor(), FABSF(), etc
2008-08-22 Brian Paulgallium: replace LOG2() macro with util_fast_log2(...
2008-08-22 José Fonsecatrace: Don't trace texture/surfaces releases, only...
2008-08-22 José Fonsecatrace: Use a 4 hexadecimal digit suffix.
2008-08-21 José Fonsecatrace: Hack to detect writes to user buffers.
2008-08-21 José Fonsecatrace: Split the output stream on windows.
2008-08-20 Brian Paulgallium: test for and cull prims with inf/nan vertices...
2008-08-19 Brian Paulgallium: fix do_flip bug in sp_surface_copy()
2008-08-19 José Fonsecatrace: Fix pipe_clip_state dump.
2008-08-19 José Fonsecatrace: Support C++.
2008-08-18 José Fonsecatrace: Explain how to integrate with a state tracker...
2008-08-18 José Fonsecatrace: Preliminary stream implementation for GDI.
2008-08-18 José Fonsecatrace: Use long longs to ensure covering 64bits integers.
2008-08-18 José Fonsecatrace: Get the trace file from the GALLIUM_TRACE option...
2008-08-15 José Fonsecatrace: Fix typo.
2008-08-15 José Fonsecatrace: Wrap all textures and surface created by the...
2008-08-15 José Fonsecatrace: Allow multiple screens. Flush after call.
2008-08-15 José Fonsecatrace: Several fixes.
2008-08-15 José Fonsecatrace: Trace surface contents.
next