summaryrefslogtreecommitdiff
path: root/src/gallium
AgeCommit message (Expand)Author
2010-11-09gallium/targets: Trivial crosscompiling fixThomas Hellstrom
2010-11-09svga/drm: Optionally resolve calls to powf during link-timeThomas Hellstrom
2010-11-09st/egl: Fix build for include files in nonstandard placesThomas Hellstrom
2010-11-09scons: build the xorg state trackers only when env includes drmZack Rusin
2010-11-08graw: Add struct pipe_surface forward declaration.Vinson Lee
2010-11-08r600g: implement texture_get_handle (needed for eglExportDRMImageMESA)Benjamin Franzke
2010-11-08graw: Export graw_save_surface_to_file().Michal Krol
2010-11-08os: Open file streams in binary mode.Michal Krol
2010-11-07r600g: Mention AMD in the renderer string.Henri Verbeet
2010-11-05scons: Unify state tracker SConscriptsJakob Bornecrantz
2010-11-05scons: Move dependancy checks to the main gallium scons fileJakob Bornecrantz
2010-11-05scons: Check for libdrm_[intel|radeon] as wellJakob Bornecrantz
2010-11-05scons: DetabifyJakob Bornecrantz
2010-11-05scons: Remove old pipebuffer SConscriptJakob Bornecrantz
2010-11-05softpipe: disable vertex texturing with draw/llvmBrian Paul
2010-11-05gallivm: add const qualifiers, fix comment stringBrian Paul
2010-11-05gallivm: alloca() was called too often for temporary arraysBrian Paul
2010-11-04llvmpipe: added some debug assertions, but disabledBrian Paul
2010-11-04tgsi: remove unused functionBrian Paul
2010-11-04gallivm: implement execution mask for scatter storesBrian Paul
2010-11-04gallivm: added lp_elem_type()Brian Paul
2010-11-04gallivm: add pixel offsets in scatter storesBrian Paul
2010-11-04gallivm: added debug code to dump temp registersBrian Paul
2010-11-04graw/gdi: Fix window dimensions.Michal Krol
2010-11-04scons: Hook-up graw-gdi target.Michal Krol
2010-11-04graw/gdi: Initial commit.Michal Krol
2010-11-04r300g: Do not use buf param before checking for NULL.Guillermo S. Romero
2010-11-04tgsi/build: Reduce interface clutter.Michal Krol
2010-11-04tgsi/exec: Get rid of obsolete condition codes.Michal Krol
2010-11-04tgsi/exec: Cleanup the remaining arithmetic instructions.Michal Krol
2010-11-03gallivm: add some LLVM var labelsBrian Paul
2010-11-03gallivm: implement scatter stores into temp register fileBrian Paul
2010-11-03r600g: Swap the util_blitter_destroy call order.José Fonseca
2010-11-03xorg/vmwgfx: Link libkms when available.José Fonseca
2010-11-03st/xorg: Detect libkms with scons too.José Fonseca
2010-11-03st/xorg: Add missing \n to error message.José Fonseca
2010-11-03xorg/vmwgfx: Add missing source file to SConscript.José Fonseca
2010-11-03egl/gdi: fix typo: xsurf->gsurfBrian Paul
2010-11-03evergreeng: set hardware pixelcenters according to gl_rasterization_rulesKeith Whitwell
2010-11-03evergreeng: respect linewidth state, use integer widths onlyKeith Whitwell
2010-11-03r600g: don't call debug_get_bool_option for tiling more than onceKeith Whitwell
2010-11-03evergreeng: protect against null constant buffersKeith Whitwell
2010-11-03st/egl: Use native_display_buffer for EGL_MESA_drm_image.Chia-I Wu
2010-11-03st/egl: Add native_display_buffer interface.Chia-I Wu
2010-11-03st/egl: Add extern "C" wrapper to native.h.Chia-I Wu
2010-11-03r600g: set hardware pixel centers according to gl_rasterization_rulesKeith Whitwell
2010-11-03r600g: remove unused flink, domain fields from r600_resourceKeith Whitwell
2010-11-03r600g: use a buffer in GTT as intermediate on texture up and downloadsKeith Whitwell
2010-11-03r600g: propogate resource usage flags to winsys, use to choose bo domainsKeith Whitwell
2010-11-03r600g: propagate usage flags in texture transfersKeith Whitwell