draw: Fix bug when drawing ushort indices.
[mesa.git] / src / gallium / auxiliary / draw /
2011-03-30 José Fonsecadraw: Fix bug when drawing ushort indices.
2011-03-13 José Fonsecadraw: Fix draw_variant_output::format's type.
2011-03-11 Marek Olšákdraw: remove unnecessary flush
2011-03-04 José Fonsecadraw: Silence tgsi_emit_sse2 failed messages.
2011-03-04 Christoph BumillerMerge remote branch 'origin/nvc0'
2011-03-01 Brian Pauldraw: setup pipe's draw pointer for the aapoint stage
2011-02-17 Brian Pauldraw: update comments, rename vars in pstipple code
2011-02-14 Marek Olšákgallium: remove pipe_vertex_buffer::max_index
2011-02-14 José Fonsecadraw: Don't define the last two mipmap levels in aa...
2011-02-11 Brian Pauldraw: tweak AA line texture minimum alpha
2011-02-11 José Fonsecadraw: Don't use the pipeline when drawing lines with...
2011-01-24 José Fonsecadraw: Do not use LLVM's opaque types.
2011-01-24 Jakob Bornecrantzdraw: Init llvm if not provided
2011-01-16 Brian Pauldraw: add missing LP_CHECK_MEMBER_OFFSET()
2011-01-15 Brian PaulMerge branch 'draw-instanced'
2011-01-13 Chia-I Wudraw: Fix an off-by-one bug in a vsplit assertion.
2011-01-06 Marek Olšákgallium: drivers should reference vertex buffers
2010-12-19 Christoph BumillerMerge remote branch 'origin/master' into nvc0-new
2010-12-16 Brian Pauldraw: s/varient/variant/
2010-12-10 Brian Pauldraw/llvm: don't flush in vs_llvm_delete()
2010-12-10 Brian Pauldraw/llvm: remove redundant comment
2010-12-10 Brian Pauldraw/llvm: remove extraneous conditional
2010-12-09 Brian Paulgallivm/llvmpipe: implement system values and instanceID
2010-12-09 Brian Pauldraw: setup instance ID for SSE generator
2010-12-09 Brian Pauldraw: setup instance ID for VS interpreter
2010-12-02 Roland Scheideggergallium: support for array textures and related changes
2010-11-30 Brian Paulgallivm/llvmpipe: squash merge of the llvm-context...
2010-11-22 Keith WhitwellMerge branch 'lp-offset-twoside'
2010-10-29 Chia-I WuMerge branch 'glapi-reorg'
2010-10-28 José Fonsecagallivm: Remove the EMMS opcodes.
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-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.
next