Merge remote branch 'origin/master' into pipe-video
[mesa.git] / src / gallium / auxiliary / draw /
2010-11-11 Christian KönigMerge remote branch 'origin/master' into pipe-video
2010-10-29 Chia-I WuMerge branch 'glapi-reorg'
2010-10-28 José Fonsecagallivm: Remove the EMMS opcodes.
2010-10-28 Christian KönigMerge branch 'master' of ssh://git.freedesktop.org...
2010-10-22 Brian PaulMerge branch 'primitive-restart-cleanup'
2010-10-22 Brian Pauldraw: implement primitive splitting for primitive restart
2010-10-21 Brian Pauldraw: fix typo in comment
2010-10-21 Vinson Leedraw: Remove unnecessary header.
2010-10-20 Brian Pauldraw: use float version of LLVM Mul/Add instructions
2010-10-20 Brian Paulllvmpipe/draw: always enable LLVMAddInstructionCombinin...
2010-10-20 Vinson Leedraw: Move loop variable declaration outside for loop.
2010-10-20 Keith Whitwelldraw: make sure viewport gets updated in draw llvm...
2010-10-20 Keith WhitwellMerge branch 'llvm-cliptest-viewport'
2010-10-20 Hui Qi Taydraw: corrections to allow for different cliptest cases
2010-10-18 Keith WhitwellMerge remote branch 'origin/master' into lp-setup-llvm
2010-10-18 Keith Whitwellllvmpipe: clean up fields in draw_llvm_variant_key
2010-10-17 Hui Qi Taydraw: corrections for w coordinate
2010-10-14 Hui Qi Taydraw: sanitize llvm variant key
2010-10-13 Brian Pauldraw/llvmpipe: replace DRAW_MAX_TEXTURE_LEVELS with...
2010-10-12 Christian KönigMerge branch 'master' of ssh://git.freedesktop.org...
2010-10-10 delphidraw: some changes to allow for runtime changes to...
2010-10-04 delphidraw: added userclip planes and updated variant_key
2010-09-30 Brian Pauldraw: check for null sampler pointers
2010-09-29 Brian Pauldraw: pass sampler state down to llvm jit state
2010-09-29 Hui Qi Taydraw: added viewport and cliptest flags
2010-09-29 Hui Qi Taydraw: cliptest and viewport done in a single loop in...
2010-09-25 José Fonsecadraw: Fullfil the new min_lod/max_lod/lod_bias/border_c...
2010-09-23 José Fonsecadraw: Prevent clipped vertices overflow.
2010-09-23 Keith Whitwelldraw: don't apply flatshading to clipped tris with...
2010-09-21 Brian Pauldraw: new draw_fs.[ch] files
2010-09-21 Brian PaulMerge branch 'sprite-coord'
2010-09-20 Brian Pauldraw: check bitshift against PIPE_MAX_SHADER_OUTPUS
2010-09-20 Brian Pauldraw: fix test for using the wide-point stage
2010-09-18 Brian Paulgallium: rework handling of sprite_coord_enable state
2010-09-16 Vinson Leedraw: Remove unnecessary header.
2010-09-15 Christoph BumillerMerge remote branch 'origin/nv50-compiler'
2010-09-14 Luca Barbierigallium: introduce get_shader_param (ALL DRIVERS CHANGE...
2010-09-10 Brian Pauldraw: minor reformatting
2010-09-03 Vinson Leedraw: Include missing headers in draw_vs_aos.h.
2010-09-02 Christoph BumillerMerge remote branch 'origin/master' into nv50-compiler
2010-08-28 Vinson Leedraw: Include missing header in draw_vs_llvm.c.
2010-08-25 Keith Whitwelldraw: specialized cliptesting routines
2010-08-25 Chia-I Wudraw: Remove UNDEFINED_VERTEX_ID checks in emit pathes.
2010-08-25 Chia-I Wugallium: Use draw_set_index_buffer and others.
2010-08-25 Chia-I Wudraw: Add draw_set_index_buffer and others.
2010-08-22 Keith Whitwelldraw: reduce the size of the llvm variant key
2010-08-22 José Fonsecadraw: Don't assert if indices point outside vertex...
2010-08-18 Christoph BumillerMerge remote branch 'origin/master' into nv50-compiler
2010-08-17 Ian RomanickMerge branch 'glsl2'
2010-08-16 Luca Barbieridraw_llvm: fix segfaults on non-SSE2 CPUs where it...
2010-08-16 Chia-I Wudrwa: Fix polygon edge flags.
2010-08-16 Chia-I Wudraw: No need to make max_vertices even.
2010-08-16 Chia-I Wudraw: Remove DRAW_PIPE_MAX_VERTICES and DRAW_PIPE_FLAG_...
2010-08-16 Chia-I Wudrwa: Add PRIMITIVE macro to vsplit.
2010-08-16 Chia-I Wudraw: last_vertex_last is always true for GS and SO.
2010-08-16 Chia-I Wudraw: Remove varray and vcache.
2010-08-16 Chia-I Wudraw: Replace vcache by vsplit.
2010-08-16 Chia-I Wudraw: Replace varray by vsplit.
2010-08-16 Chia-I Wudraw: Add vsplit frontend.
2010-08-16 Chia-I Wudraw: Add new util function draw_pt_trim_count.
2010-08-16 Chia-I Wudraw: Simplify frontend interface a little.
2010-08-16 Chia-I Wudraw: Add prim flags to middle ends.
2010-08-16 Chia-I Wudraw: Add flags to draw_prim_info.
2010-08-14 Ian RomanickMerge branch 'master' into glsl2
2010-08-08 José Fonsecadraw: Remove unused variable.
2010-08-08 nobleddraw: Use the correct type for integers
2010-08-06 Chia-I Wudraw: Add an assertion to varray's version of trim().
2010-08-06 Chia-I Wudraw: Fix draw_pt_split_prim for primitives with adjacency.
2010-08-06 Chia-I Wudraw: Assert that only the first vetex may have flags...
2010-08-06 Chia-I Wudraw: Avoid mixed declarations and code.
2010-08-06 Chia-I Wudraw: Remove unnecessary vertex flag ANDs.
2010-08-06 Chia-I Wudraw: Mask out vertex flags in GS and stream output.
2010-08-06 Chia-I Wudraw: Include draw_decompose_tmp.h in draw_pt_decompose.h.
2010-08-06 Chia-I Wudraw: Include draw_decompose_tmp.h in draw_so_emit_tmp.h.
2010-08-06 Chia-I Wudraw: Include draw_decompose_tmp.h in draw_gs_tmp.h.
2010-08-06 Chia-I Wudraw: Include draw_decompose_tmp.h in draw_pt_vcache_tmp.h.
2010-08-06 Chia-I Wudraw: Add draw_decompose_tmp.h.
2010-08-04 Vinson Leedraw: Fix return type of draw_translate_vinfo_size.
2010-08-04 Chia-I Wudraw: Fix the edge flags of flatshade_first polygons.
2010-08-03 Brian Pauldraw: check for instance divisors in vcache_check_run()
2010-08-03 Brian Pauldraw: added a comment
2010-08-03 Brian Pauldraw: use instance divisor in draw_print_arrays()
2010-08-03 Brian Pauldraw: add assertion, rearrange debug code
2010-08-01 Dave Airliedraw: fix warning in sse code.
2010-07-30 Zack Rusindraw: actually a noop, rather than not implemented
2010-07-30 Vinson Leellvmpipe: Fix implicit declaration of lp_func_delete_bo...
2010-07-30 Zack Rusinllvmpipe: delete function bodies after generating machi...
2010-07-29 Brian Pauldraw: do bounds checking of array elements (debug only)
2010-07-29 Brian Pauldraw: assorted clean-ups in clipper code
2010-07-29 Brian Paulgallium: implement bounds checking for constant buffers
2010-07-29 Brian Pauldraw: add vertex buffer offset in draw_print_arrays()
2010-07-29 José Fonsecadraw: Also emit EMMS on generated LLVM IR.
2010-07-28 Vinson Leedraw: Fix VMware spelling.
2010-07-27 Eric AnholtMerge remote branch 'origin/master' into glsl2
2010-07-23 Brian Pauldraw: add small ybias factor for drawing wide points
2010-07-22 Brian Pauldraw: re-order optimization passes depending on LLVM...
2010-07-22 Brian Pauldraw: added new assertions to clipping code
2010-07-21 Marek Olšákdraw: disable depth clipping if depth clamp is enabled
2010-07-21 Brian Pauldraw: tweak aa line width threshold and sampling
2010-07-21 Brian Pauldraw: whitespace clean-up
next