summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2010-11-30gallivm/llvmpipe: squash merge of the llvm-context branchBrian Paul
2010-11-30r300g: fix texture border color once againMarek Olšák
2010-11-30glsl/linker: Free any IR discarded by optimization passes.Kenneth Graunke
2010-11-30glsl: Remove anti-built-in hacks from the print visitor.Kenneth Graunke
2010-11-30glsl: Lazily import built-in function prototypes.Kenneth Graunke
2010-11-30glsl: Refactor out cloning of function prototypes.Kenneth Graunke
2010-11-30glsl: fix matrix type check in ir_algebraicAras Pranckevicius
2010-11-30glsl: Quiet unreachable no-return-from-function warning.Eric Anholt
2010-11-30scons: add alias for identityZack Rusin
2010-11-30glsl: Fix structure and array comparisions.Eric Anholt
2010-11-30glsl: Add a helper constructor for expressions that works out result type.Eric Anholt
2010-11-30llvmpipe: shortcircuit some calls to set_scene_stateKeith Whitwell
2010-11-30llvmpipe: remove misleading debug stringKeith Whitwell
2010-11-30llvmpipe: raise dirty flag on transfers to bound constbufKeith Whitwell
2010-11-30wgl: More complete WGL_ARB_pbuffer support.José Fonseca
2010-11-30wgl: Stub WGL_ARB_pbuffer support.José Fonseca
2010-11-30scons: Alias for svgaJosé Fonseca
2010-11-30svga: Use consistent hexadecimal representation on debug output.José Fonseca
2010-11-30util: rename u_mempool -> u_slabMarek Olšák
2010-11-30gallivm: fix storing of the addr registerZack Rusin
2010-11-29glsl: Make the symbol table's add_variable just use the variable's name.Eric Anholt
2010-11-29glsl: Make the symbol table's add_function just use the function's name.Eric Anholt
2010-11-29i965: Fix type of gl_FragData[] dereference for FB write.Eric Anholt
2010-11-29drivers/x11: unifdef XFree86ServerAdam Jackson
2010-11-29st/mesa: fix texture border color for RED and RG base formatsMarek Olšák
2010-11-29mesa: check for posix_memalign() errorspontus lidman
2010-11-29r600g: it looks like r600 can handle dword offsets in the indices.Dave Airlie
2010-11-28u_blitter: interpolate clear color using a GENERIC varying instead of COLORMarek Olšák
2010-11-27r600g: Fix the PIPE_FORMAT_A8_UNORM color swap for Evergreen as well.Henri Verbeet
2010-11-27r600g: Fix the PIPE_FORMAT_L8A8_UNORM color swaps.Henri Verbeet
2010-11-26st/mesa: Set PIPE_TRANSFER_DISCARD for GL_MAP_INVALIDATE_RANGE/BUFFFER_BITMathias Fröhlich
2010-11-26st/mesa: fix mapping of zero-sized buffer objectsBrian Paul
2010-11-26xorg/vmwgfx: Don't clip video to viewportThomas Hellstrom
2010-11-26xorg/vmwgfx: Flush even if we don't autopaint the color keyThomas Hellstrom
2010-11-26r300/compiler: move util functions to radeon_compiler_utilMarek Olšák
2010-11-26r300/compiler: add a function for swizzling a maskMarek Olšák
2010-11-26r300/compiler: remove duplicate function rc_mask_to_swzMarek Olšák
2010-11-26r300/compiler: fix rc_rewrite_depth_out for it to work with any instructionMarek Olšák
2010-11-25u_blitter: use PIPE_TRANSFER_DISCARD to prevent cpu/gpu stallMarek Olšák
2010-11-25nvfx: reset nvfx->hw_zetaXavier Chantry
2010-11-25nvfx: fb->nr_cbufs <= 1 on nv30Xavier Chantry
2010-11-25glsl: Add a virtual as_discard() method.Kenneth Graunke
2010-11-25glsl: Use do_common_optimization in the standalone compiler.Kenneth Graunke
2010-11-25glsl: Don't inline function prototypes.Kenneth Graunke
2010-11-24r300/compiler: Move declaration before code.Vinson Lee
2010-11-24r300/compiler: Move declaration before code.Vinson Lee
2010-11-25st/vega: Fix a typo in EXTENDED_BLENDER_OVER_FUNC.Chia-I Wu
2010-11-25st/vega: No flipping in vg_prepare_blend_surface.Chia-I Wu
2010-11-25st/vega: Masks and surfaces should share orientation.Chia-I Wu
2010-11-25st/vega: Fix a crash with empty paths.Chia-I Wu