summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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-04i965: Silence uninitialized variable warning.Vinson Lee
2010-11-04i965: Silence uninitialized variable warning.Vinson Lee
2010-11-04r300/compiler: Move declaration before code.Vinson Lee
2010-11-04llvmpipe: added some debug assertions, but disabledBrian Paul
2010-11-04r300/compiler: Move declaration before code.Vinson Lee
2010-11-04meta: Fix incorrect rendering of the bitmap alpha component.Francisco Jerez
2010-11-04meta: Don't leak alpha function/reference value changes.Francisco Jerez
2010-11-04tgsi: remove unused functionBrian Paul
2010-11-04st/mesa: Reset the constant buffers before destroying the pipe context.Tilman Sauerbeck
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-03dri/nouveau: Silence uninitialized variable warning.Vinson Lee
2010-11-03gallivm: add some LLVM var labelsBrian Paul
2010-11-03gallivm: implement scatter stores into temp register fileBrian Paul
2010-11-03ir_reader: Fix some potential NULL pointer dereferences.Kenneth Graunke
2010-11-03ir_reader: Remove useless error check.Kenneth Graunke
2010-11-03ir_reader: Return a specific ir_dereference variant.Kenneth Graunke
2010-11-03glsl: Don't print a useless space at the end of an S-Expression list.Kenneth Graunke
2010-11-03Refresh autogenerated file builtin_function.cpp.Kenneth Graunke
2010-11-03glsl/builtins: Clean up some ugly autogenerated code in atan.Kenneth Graunke
2010-11-03glsl/builtins: Rename 'x' to 'y_over_x' in atan(float) implementation.Kenneth Graunke
2010-11-03r600g: Swap the util_blitter_destroy call order.José Fonseca
2010-11-03mesa: code to unpack RGBA as uintsBrian Paul
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-03intel: Remove leftover dri1 locking fields in the context.Eric Anholt
2010-11-03intel: Remove duplicated teximage miptree to object miptree promotion.Eric Anholt
2010-11-03intel: Avoid taking logbase2 of several things that we max.Eric Anholt
2010-11-03i965: Remove dead intel_structs.h file.Eric Anholt
2010-11-03intel: Remove the magic unaligned memcpy code.Eric Anholt
2010-11-03intel: Annotate debug printout checks with unlikely().Eric Anholt
2010-11-03egl/gdi: fix typo: xsurf->gsurfBrian Paul
2010-11-03evergreeng: set hardware pixelcenters according to gl_rasterization_rulesKeith Whitwell