summaryrefslogtreecommitdiff
path: root/src/gallium
AgeCommit message (Expand)Author
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
2010-11-03st/egl: Add support for EGL_MATCH_NATIVE_PIXMAP.Chia-I Wu
2010-11-03st/egl: Add support for swap interval and swap behavior.Chia-I Wu
2010-11-03st/egl: Remove flush_frontbuffer and swap_buffers.Chia-I Wu
2010-11-03d3d1x: Use native_surface::present.Chia-I Wu
2010-11-03st/egl: Use native_surface::present callback.Chia-I Wu
2010-11-03st/egl: Add native_surface::present callback.Chia-I Wu
2010-11-02st/vega: Remove unnecessary headers.Vinson Lee
2010-11-02r600g: Destroy the winsys in r600_destroy_screen().Tilman Sauerbeck
2010-11-02r600g: Fixed two memory leaks in winsys.Tilman Sauerbeck
2010-11-02r600g: Delete custom_dsa_flush on shutdown.Tilman Sauerbeck
2010-11-02r600g: We don't support PIPE_CAP_PRIMITIVE_RESTART.Tilman Sauerbeck
2010-11-02r600g: Made radeon_bo::map_count signed.Tilman Sauerbeck
2010-11-02r600g: Fixed unmap condition in radeon_bo_pb_destroy().Tilman Sauerbeck