summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/softpipe
AgeCommit message (Expand)Author
2008-10-07gallium: Introduce PIPE_ARCH_SSE define for SSE support.José Fonseca
2008-09-19softpipe: Obey const qualifier.José Fonseca
2008-09-17cell: dump generated code if CELL_DEBUG=asmBrian Paul
2008-09-09softpipe: Code (commented out) to dump BMPs.José Fonseca
2008-09-09softpipe: Silence compiler warning on Windows.Michal Krol
2008-09-08softpipe: Protect pipe_condvar_signal/broadcast calls with a mutex.Michal Krol
2008-09-08softpipe: Set SP_NUM_QUAD_THREADS 1 effectively disabling multithreaded softp...Michal Krol
2008-09-08softpipe: More improvements for multithreaded softpipe.Michal Krol
2008-09-08softpipe: Split changing fields of quad_header into input, inout and output p...Michal Krol
2008-09-08softpipe: Improve multithreaded softpipe.Michal Krol
2008-09-08softpipe: First attempts at multithreaded softpipe.Michal Krol
2008-09-05softpipe: convert clear color to surface format if neededBrian Paul
2008-09-04softpipe: use the new util_surface_copy/fill() functionsBrian Paul
2008-09-04softpipe: Add missing include.José Fonseca
2008-09-04softpipe: Use pipe_buffer_* inlines as much as possible.José Fonseca
2008-09-03gallium: Have pipe_buffer_* receive a pipe_screen instead of a pipe_context.José Fonseca
2008-08-24gallium: refactor/replace p_util.h with util/u_memory.h and util/u_math.hBrian Paul
2008-08-22gallium: move pipe_copy_rect(), pipe_fill_rect() protos into new u_rect.h headerBrian Paul
2008-08-22gallium: stop using ifloor(), FABSF(), etcBrian Paul
2008-08-22gallium: replace LOG2() macro with util_fast_log2() inline funcBrian Paul
2008-08-20gallium: test for and cull prims with inf/nan vertices in sp_setup.c code.Brian Paul
2008-08-19gallium: fix do_flip bug in sp_surface_copy()Brian Paul
2008-08-12softpipe: Include missing header.Michal Krol
2008-08-11gallium: debug/print vertex tweakBrian Paul
2008-08-08gallium: Add destroy callback to all *_winsys interfaces.José Fonseca
2008-08-07softpipe: add support for PIPE_FORMAT_X8Z24_UNORM, PIPE_FORMAT_Z24X8_UNORMBrian Paul
2008-08-07gallium: s/pf_sprint_name/pf_name/Brian Paul
2008-08-07gallium: s/printf/debug_printf/Brian Paul
2008-08-07gallium: new/better debug code (disabled)Brian Paul
2008-08-07softpipe: Silence compiler warnings on Windows.Michal Krol
2008-08-06gallium: added PIPE_CAP_TEXTURE_MIRROR_CLAMP, PIPE_CAP_TEXTURE_MIRROR_REPEATBrian Paul
2008-08-06softpipe: add texture border color codeBrian Paul
2008-07-28Merge tgsi/exec and tgsi/util directories.José Fonseca
2008-07-24softpipe: Remove unused variables.José Fonseca
2008-07-19gallium: Finer grained is_format_supported.José Fonseca
2008-07-16softpipe: DXT formats not really supported.José Fonseca
2008-07-15gallium: added some sanity check assertionsBrian Paul
2008-07-13util: Eliminate pipe from the arguments to pipe_get/put_tile_xxx functions.José Fonseca
2008-07-05softpipe: Prevent NULL ptr derreference on takedown.José Fonseca
2008-07-05softpipe: Compute block size for display targets.José Fonseca
2008-07-05softpipe: Implement texture blankets.José Fonseca
2008-07-02gallium: nr_attrs was off by one, updated comments, minor code movementBrian Paul
2008-06-27gallium: Drop pipe_texture->cpp and pipe_surface->cpp.José Fonseca
2008-06-23gallium: in softpipe_get_tex_surface() use the pitch specified in the softpip...Brian Paul
2008-06-23gallium: change surface_copy()'s do_flip to booleanBrian Paul
2008-06-23gallium: fix bad srcy coord if do_flipBrian Paul
2008-06-20gallium: fix invalid call to draw_set_mapped_constant_buffer()Brian Paul
2008-06-20gallium: fix some surface usage bugsBrian Paul
2008-06-10softpipe: Replace GETENV by debug_get_bool_option.José Fonseca
2008-06-10gallium: Deprecate GETENV. Replace by debug_get_bool_option.José Fonseca