summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary
Commit message (Expand)AuthorAgeFilesLines
* draw: fix warning in sse code.Dave Airlie2010-08-021-0/+1
* draw: actually a noop, rather than not implementedZack Rusin2010-07-301-1/+4
* tgsi: remove incorrect assertionBrian Paul2010-07-301-1/+0
* llvmpipe: Fix implicit declaration of lp_func_delete_body warnings.Vinson Lee2010-07-301-0/+1
* util: Fix the range of util_draw_elements_instanced.Chia-I Wu2010-07-301-2/+0
* llvmpipe: delete function bodies after generating machine codeZack Rusin2010-07-303-0/+12
* util: more helpers for old draw codeKeith Whitwell2010-07-302-25/+141
* draw: do bounds checking of array elements (debug only)Brian Paul2010-07-291-9/+26
* draw: assorted clean-ups in clipper codeBrian Paul2010-07-291-20/+20
* gallium: implement bounds checking for constant buffersBrian Paul2010-07-2913-24/+110
* draw: add vertex buffer offset in draw_print_arrays()Brian Paul2010-07-291-0/+1
* gallivm: added lp_build_assert() function to make assertions in LLVM codeBrian Paul2010-07-294-0/+144
* Revert "gallivm: fix lp_build_sample_offset() crash when indexing a 1-D texture"José Fonseca2010-07-291-3/+0
* gallivm: fix lp_build_sample_offset() crash when indexing a 1-D textureBrian Paul2010-07-291-0/+3
* util: add uint version of pack_z_stencilKeith Whitwell2010-07-291-0/+47
* scons: Use the current python executable for code generation.José Fonseca2010-07-291-2/+2
* draw: Also emit EMMS on generated LLVM IR.José Fonseca2010-07-291-0/+11
* llvmpipe: Avoid corrupting the FPU stack with MMX instructions on 32bit OSes.José Fonseca2010-07-291-0/+24
* util: Don't include xmmintrin.h.José Fonseca2010-07-291-1/+0
* gallium: Use unified pipe_context::draw_vbo.Chia-I Wu2010-07-291-1/+1
* gallium: Implement draw_vbo and set_index_buffer for all drivers.Chia-I Wu2010-07-291-0/+30
* draw: Fix VMware spelling.Vinson Lee2010-07-283-3/+3
* gallivm: Add lp_build_select_bitwise() alternative to lp_build_select_bitwiseJosé Fonseca2010-07-272-22/+50
* util: fix unused function warning on non-x86Brian Paul2010-07-261-0/+3
* util: fix CPU detection on OS Xnobled2010-07-261-6/+6
* util: fix another mutex leak in mempoolMarek Olšák2010-07-261-2/+1
* util: fix mutex leaks in mempoolMarek Olšák2010-07-261-1/+2
* util: Add PIPE_OS_CYGWIN to u_network.Vinson Lee2010-07-231-1/+1
* draw: add small ybias factor for drawing wide pointsBrian Paul2010-07-231-0/+1
* tgsi: Fix error message on invalid swizzle parseJakob Bornecrantz2010-07-221-1/+1
* draw: re-order optimization passes depending on LLVM version, 32/64-bitBrian Paul2010-07-221-2/+15
* draw: added new assertions to clipping codeBrian Paul2010-07-221-1/+10
* draw: disable depth clipping if depth clamp is enabledMarek Olšák2010-07-213-4/+11
* cso: handle depth clampMarek Olšák2010-07-211-0/+4
* draw: tweak aa line width threshold and samplingBrian Paul2010-07-211-4/+6
* gallivm: replace has_indirect_addressing field with indirect_files fieldBrian Paul2010-07-211-8/+17
* tgsi: added tgsi_shader_info::indirect_files fieldBrian Paul2010-07-212-0/+19
* gallivm: refactor code into get_indirect_offsets() functionBrian Paul2010-07-211-23/+34
* gallivm: added commentBrian Paul2010-07-211-0/+6
* gallivm: remove extraneous bracesBrian Paul2010-07-211-20/+18
* gallivm: no longer do indirect addressing in get_temp_ptr()Brian Paul2010-07-211-20/+15
* gallivm: implement correct indirect addressing of temp registersBrian Paul2010-07-211-11/+29
* gallivm: re-org, comments for get_temp_ptr()Brian Paul2010-07-211-3/+13
* draw: whitespace clean-upBrian Paul2010-07-211-33/+33
* gallivm: rename a var to avoid compiler warningsBrian Paul2010-07-211-2/+2
* gallivm: fix indirect addressing of constant bufferBrian Paul2010-07-201-25/+83
* gallivm: added lp_build_const_int32() helperBrian Paul2010-07-201-0/+8
* draw: correctly handle max_index=0xffffffff case in vcache codeBrian Paul2010-07-201-6/+14
* util: mempool: initialize last block's magic number in a pageMarek Olšák2010-07-201-0/+1
* draw: fix incorrect instancing divisor in LLVM codeBrian Paul2010-07-191-3/+6