summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary
AgeCommit message (Expand)Author
2010-07-29draw: do bounds checking of array elements (debug only)Brian Paul
2010-07-29draw: assorted clean-ups in clipper codeBrian Paul
2010-07-29gallium: implement bounds checking for constant buffersBrian Paul
2010-07-29draw: add vertex buffer offset in draw_print_arrays()Brian Paul
2010-07-29gallivm: added lp_build_assert() function to make assertions in LLVM codeBrian Paul
2010-07-29Revert "gallivm: fix lp_build_sample_offset() crash when indexing a 1-D texture"José Fonseca
2010-07-29gallivm: fix lp_build_sample_offset() crash when indexing a 1-D textureBrian Paul
2010-07-29util: add uint version of pack_z_stencilKeith Whitwell
2010-07-29scons: Use the current python executable for code generation.José Fonseca
2010-07-29draw: Also emit EMMS on generated LLVM IR.José Fonseca
2010-07-29llvmpipe: Avoid corrupting the FPU stack with MMX instructions on 32bit OSes.José Fonseca
2010-07-29util: Don't include xmmintrin.h.José Fonseca
2010-07-29gallium: Use unified pipe_context::draw_vbo.Chia-I Wu
2010-07-29gallium: Implement draw_vbo and set_index_buffer for all drivers.Chia-I Wu
2010-07-28draw: Fix VMware spelling.Vinson Lee
2010-07-27gallivm: Add lp_build_select_bitwise() alternative to lp_build_select_bitwiseJosé Fonseca
2010-07-26util: fix unused function warning on non-x86Brian Paul
2010-07-26util: fix CPU detection on OS Xnobled
2010-07-26util: fix another mutex leak in mempoolMarek Olšák
2010-07-26util: fix mutex leaks in mempoolMarek Olšák
2010-07-23util: Add PIPE_OS_CYGWIN to u_network.Vinson Lee
2010-07-23draw: add small ybias factor for drawing wide pointsBrian Paul
2010-07-22tgsi: Fix error message on invalid swizzle parseJakob Bornecrantz
2010-07-22draw: re-order optimization passes depending on LLVM version, 32/64-bitBrian Paul
2010-07-22draw: added new assertions to clipping codeBrian Paul
2010-07-21draw: disable depth clipping if depth clamp is enabledMarek Olšák
2010-07-21cso: handle depth clampMarek Olšák
2010-07-21draw: tweak aa line width threshold and samplingBrian Paul
2010-07-21gallivm: replace has_indirect_addressing field with indirect_files fieldBrian Paul
2010-07-21tgsi: added tgsi_shader_info::indirect_files fieldBrian Paul
2010-07-21gallivm: refactor code into get_indirect_offsets() functionBrian Paul
2010-07-21gallivm: added commentBrian Paul
2010-07-21gallivm: remove extraneous bracesBrian Paul
2010-07-21gallivm: no longer do indirect addressing in get_temp_ptr()Brian Paul
2010-07-21gallivm: implement correct indirect addressing of temp registersBrian Paul
2010-07-21gallivm: re-org, comments for get_temp_ptr()Brian Paul
2010-07-21draw: whitespace clean-upBrian Paul
2010-07-21gallivm: rename a var to avoid compiler warningsBrian Paul
2010-07-20gallivm: fix indirect addressing of constant bufferBrian Paul
2010-07-20gallivm: added lp_build_const_int32() helperBrian Paul
2010-07-20draw: correctly handle max_index=0xffffffff case in vcache codeBrian Paul
2010-07-20util: mempool: initialize last block's magic number in a pageMarek Olšák
2010-07-19draw: fix incorrect instancing divisor in LLVM codeBrian Paul
2010-07-19util: remove the dummy field in mempoolMarek Olšák
2010-07-19util: add dummy field to empty structure typesBrian Paul
2010-07-19util: add a memory pool for equally sized memory allocationsMarek Olšák
2010-07-16scons: Fix Cygwin build.Vinson Lee
2010-07-16draw: updated debug/dump codeBrian Paul
2010-07-16draw: added array element debug / bounds checking code (disabled)Brian Paul
2010-07-16draw/llvm: adjust the instance id at run timeZack Rusin