scons: Fix SCons build infrastructure for FreeBSD.
[mesa.git] / src / gallium /
2012-05-25 Vinson Leescons: Fix SCons build infrastructure for FreeBSD.
2012-05-24 Tom Stellardradeon/llvm: Lower UDIV using the Selection DAG
2012-05-24 Tom Stellardradeon/llvm: Remove auto-generated AMDIL->ISA conversio...
2012-05-24 Tom Stellardradeon/llvm: Remove AMDIL instructions MULHI, SMUL
2012-05-24 Tom Stellardradeon/llvm: Remove AMDIL bitshift instructions (SHL...
2012-05-24 Tom Stellardradeon/llvm: Remove AMDIL FTOI and ITOF instructions
2012-05-24 Tom Stellardradeon/llvm: Remove AMDIL EXP* instructions
2012-05-24 Tom Stellardradeon/llvm: Remove AMDIL ADD instructions
2012-05-24 Tom Stellardradeon/llvm: Remove AMDIL binary instrutions (OR, AND...
2012-05-24 Tom Stellardradeon/llvm: Remove AMDILMachinePeephole pass
2012-05-24 Tom Stellardradeon/llvm: Remove AMDIL CMP instructions and associat...
2012-05-24 Tom Stellardradeon/llvm: Remove AMDIL ROUND_NEAREST instruction
2012-05-24 Tom Stellardradeon/llvm: Remove AMDIL ROUND_POSINF instruction
2012-05-24 Tom Stellardradeon/llvm: Add custom SDNode for FRACT
2012-05-24 Tom Stellardradeon/llvm: Use -1 as true value for SET* integer...
2012-05-24 Tom Stellardradeon/llvm: Handle SETGE_INT, SETGE_UINT, and SETGT_UI...
2012-05-24 Tom Stellardradeon/llvm: Avoid error with SI in EmitInstrWithCustom...
2012-05-24 Vinson Leetgsi: Initialize Padding struct fields.
2012-05-22 José Fonsecallvmpipe: Fix alpha testing precision on rgba8 formats.
2012-05-22 Vinson Leescons: Do not build glx and egl on Cygwin.
2012-05-22 Christoph Bumillernv30: check for NULL vertex buffers in prevalidate_vbufs
2012-05-22 Christoph Bumillernv50: make unaligned index buffer offsets work again
2012-05-22 Christoph Bumillernvc0: don't set NEW_IDXBUF in nvc0_switch_pipe_context...
2012-05-21 James Bentonllvmpipe: Added a error counter to lp_test_conv.
2012-05-21 James Bentonllvmpipe: Changed known failures in lp_test_conv.
2012-05-21 James Bentonllvmpipe: Added fixed point types tests to lp_test_conv.
2012-05-21 James Bentongallivm: Fixed erroneous optimisation in lp_build_min...
2012-05-21 James Bentongallivm: Compensate for lp_const_offset in lp_build_conv.
2012-05-21 James Bentongallivm: Fixed overflow in lp_build_clamped_float_to_un...
2012-05-20 Tom Stellardradeon/llvm: Handle selectcc DAG node
2012-05-19 Brian Paulsvga: whitespace, comments, formatting clean-ups
2012-05-19 Brian Paulsvga: return PIPE_OK instead of 0
2012-05-19 Brian Paulsvga: fix zero-stride vertex array bug
2012-05-18 Michel Dänzerradeonsi: Only honour point related rasterizer state...
2012-05-18 Michel Dänzerradeonsi: Fix parameter cache offsets for fragment...
2012-05-18 Vinson Leegallium/tgsi/text: Ensure ret is initialized in parse_i...
2012-05-18 Tom Stellardradeon/llvm: Fix segfault while lowering lrp intrinsic
2012-05-18 Tom Stellardradeon/llvm: Add DAG nodes for MIN instructions
2012-05-18 José Fonsecallvmpipe: Avoid adding floating point zero to flat...
2012-05-17 José FonsecaFix fetching integer inputs.
2012-05-17 Olivier Galibertllvmpipe: Implement TXQ.
2012-05-17 Olivier Galibertllvmpipe: Don't mess with the provoking vertex when...
2012-05-17 Tom Stellardradeon/llvm: Lower lrp intrinsic during ISel
2012-05-17 Tom Stellardradeon/llvm: Remove AMDIL MAD instruction defs
2012-05-17 Tom Stellardradeon/llvm: Remove AMDIL MUL_IEEE* instructions
2012-05-17 Tom Stellardr600g: Handle MUL_IEEE in r600_bytecode_get_num_operands
2012-05-17 Tom Stellardradeon/llvm: Expand fsub during ISel
2012-05-17 Tom Stellardradeon/llvm: Remove AMDIL floating-point ADD instructio...
2012-05-17 Tom Stellardradeon/llvm: Remove AMDIL CMOVLOG* instruction defs
2012-05-17 Tom Stellardradeon/llvm: Move lowering of ABS_i32 to ISel
2012-05-17 Tom Stellardradeon/llvm: Remove sub patterns from AMDILInstrPatterns.td
2012-05-17 Tom Stellardradeon/llvm: Add custom SDNodes for MAX
2012-05-17 Christoph Bumillernouveau: place static buffers in VRAM if preferred...
2012-05-17 Christoph Bumillernv50/ir: fix reversed order of lane ops in quadops
2012-05-17 Christoph Bumillernv50,nvc0: handle user vertex buffers
2012-05-17 Christoph Bumillernv50,nvc0: handle user index buffers
2012-05-17 Christoph Bumillernv50,nvc0: handle user constbufs without wrapping them...
2012-05-16 Michel Dänzergallium/radeon: Fix r300g tiling breakage.
2012-05-16 Francisco Jerezgallium/auxiliary/pipe-loader: Fix usage of anonymous...
2012-05-16 Michel Dänzerradeonsi: Initial tiling support.
2012-05-16 Michel Dänzerr600g: Set tiling information for BOs being shared.
2012-05-16 Michel Dänzerst/xorg: Better handling of EXA copies.
2012-05-16 Michel Dänzerradeonsi: Bump MAX_DRAW_CS_DWORDS.
2012-05-16 José Fonsecadraw,llvmpipe: Avoid named struct types on LLVM 3.0...
2012-05-16 Olivier Galibertllvmpipe: Color slot interpolation can be flat or persp...
2012-05-15 José Fonsecagallivm: Add MCRegisterInfo.h to silence benign warning...
2012-05-15 José Fonsecallvmpipe: Add a test for lp_build_sgn.
2012-05-15 José Fonsecagallivm: Fix lp_build_sgn for normalized/fixed-point...
2012-05-15 José Fonsecagallivm: Fix lp_build_const_xxx for negative integers.
2012-05-15 Brian Paulsvga: fix FBO / viewport bugs
2012-05-15 Vadim Girlinradeon/llvm: add support for texture offsets, fix TEX_LD
2012-05-15 Vadim Girlinradeon/llvm: add SET_GRADIENTS*, fix SAMPLE_G
2012-05-15 Vadim Girlinradeon/llvm: increase const regs count
2012-05-15 Vadim Girlinradeon/llvm: use IntrNoMem property for intrinsics...
2012-05-15 Vadim Girlinradeon/llvm: use correct intrinsic for CEIL
2012-05-15 Vadim Girlinradeon/llvm: improve ABS_i32 lowering
2012-05-15 Vadim Girlinradeon/llvm: fix BUILD_VECTOR lowering for replicated...
2012-05-15 Vadim Girlinradeon/llvm: add names for AMDGPU* passes
2012-05-15 Vadim Girlinradeon/llvm: add generated files to .gitignore
2012-05-15 Paul BerryAdd .gitignore files for recently-added gallium projects
2012-05-14 Michel Dänzerradeonsi: Keep around copies of original sampler states.
2012-05-14 Michel Dänzerradeonsi: Flesh out shader interpolation related code.
2012-05-14 Michel Dänzerradeonsi: Add proper SI family names.
2012-05-14 Michel Dänzerradeonsi: Separate states for samplers and sampler...
2012-05-14 Michel Dänzerradeonsi: Fixups for drawing with an index buffer.
2012-05-14 Vinson Leevl: Initialize pipe_vertex_buffer.user_buffer fields.
2012-05-14 James Bentonllvmpipe: Calculate fixed point coordinates for triangl...
2012-05-14 Tom Stellardradeon/llvm: Coding style fixes for R600CodeEmitter.cpp
2012-05-14 Tom Stellardradeon/llvm: Lower bitcast instructions to copies
2012-05-13 Marek Olšákradeonsi: remove slab allocator for pipe_resource ...
2012-05-13 Marek Olšákr600g: remove slab allocator for pipe_resource (used...
2012-05-12 Marek Olšákr600g: handle R16G16B16_FLOAT and R32G32B32_FLOAT in...
2012-05-12 Marek Olšákgallium: remove user_buffer_create from the interface
2012-05-12 Marek Olšákgallium/graw: stop using user_buffer_create
2012-05-12 Marek Olšákgallium/util: remove unused parameter nr_vertex_buffers...
2012-05-12 Francisco Jerezclover: Fix build on i386.
2012-05-12 Francisco Jerezclover: Check the total work-group size provided to...
2012-05-12 Christoph Bumillerclover, gallium: add PIPE_COMPUTE_CAP_MAX_THREADS_PER_BLOCK
2012-05-12 Francisco Jerezr600g: Handle compute caps.
2012-05-12 Francisco Jerezr300g: Handle compute caps.
next