summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary
Commit message (Expand)AuthorAgeFilesLines
* draw: Use the correct type for integersnobled2010-08-081-4/+2
* gallium: remove stray semicolonsBrian Paul2010-08-063-3/+3
* draw: Add an assertion to varray's version of trim().Chia-I Wu2010-08-071-1/+6
* draw: Fix draw_pt_split_prim for primitives with adjacency.Chia-I Wu2010-08-071-3/+3
* draw: Assert that only the first vetex may have flags set.Chia-I Wu2010-08-071-13/+23
* draw: Avoid mixed declarations and code.Chia-I Wu2010-08-063-4/+4
* draw: Remove unnecessary vertex flag ANDs.Chia-I Wu2010-08-061-19/+15
* draw: Mask out vertex flags in GS and stream output.Chia-I Wu2010-08-062-2/+2
* draw: Include draw_decompose_tmp.h in draw_pt_decompose.h.Chia-I Wu2010-08-062-296/+36
* draw: Include draw_decompose_tmp.h in draw_so_emit_tmp.h.Chia-I Wu2010-08-062-138/+38
* draw: Include draw_decompose_tmp.h in draw_gs_tmp.h.Chia-I Wu2010-08-062-171/+39
* draw: Include draw_decompose_tmp.h in draw_pt_vcache_tmp.h.Chia-I Wu2010-08-062-252/+92
* draw: Add draw_decompose_tmp.h.Chia-I Wu2010-08-061-0/+425
* tgsi: Fix typo, so we follow what is in the commentsJakob Bornecrantz2010-08-051-1/+1
* tgsi: Add option to stop the sanity checker from printingJakob Bornecrantz2010-08-052-1/+15
* util: Add option to not dump cpu capsJakob Bornecrantz2010-08-051-17/+22
* gallivm: Only get debug option onceJakob Bornecrantz2010-08-051-1/+3
* r300g: implement hyper-z support. (v4)Dave Airlie2010-08-052-0/+46
* draw: Fix return type of draw_translate_vinfo_size.Vinson Lee2010-08-041-1/+1
* draw: Fix the edge flags of flatshade_first polygons.Chia-I Wu2010-08-041-4/+4
* draw: check for instance divisors in vcache_check_run()Brian Paul2010-08-031-0/+22
* gallium/translate: make generic_run() and generic_run_elts() more alikeBrian Paul2010-08-031-19/+44
* draw: added a commentBrian Paul2010-08-031-0/+1
* draw: use instance divisor in draw_print_arrays()Brian Paul2010-08-031-0/+5
* draw: add assertion, rearrange debug codeBrian Paul2010-08-031-4/+10
* gallium/draw: forgot about PIPE_PRIM_LINE_STRIP_ADJACENCYZack Rusin2010-08-031-0/+1
* gallium/util: add extra primitives to the trimmerZack Rusin2010-08-031-0/+13
* util: Fix unpacking of R8G8Bx_SNORM format.Michal Krol2010-08-021-3/+12
* 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