draw/llvm: add some extra debugging output
[mesa.git] / src / gallium / auxiliary / draw / draw_llvm.c
2013-08-03 Zack Rusindraw/llvm: add some extra debugging output
2013-07-25 Zack Rusindraw: fix vertex id computation
2013-07-25 Zack Rusindraw: cleanup and fix instance id computation
2013-07-03 Zack Rusindraw/llvm: index overflows if it's greater than elt max
2013-06-28 Zack Rusindraw/translate: fix instancing
2013-06-28 Zack Rusindraw/gallivm: export overflow arithmetic to its own...
2013-06-28 Zack Rusindraw: check for integer overflows in instance computation
2013-06-28 Zack Rusindraw: check for an integer overflow when computing...
2013-06-28 Zack Rusindraw: account for elem size when computing overflow
2013-06-25 Zack Rusindraw: avoid overflows in the llvm draw loop
2013-06-11 Zack Rusindraw: enable user plane clipping when clipdistance...
2013-05-14 Zack Rusindraw/gs: fix extracting of the clip
2013-05-14 Zack Rusindraw: try to prevent overflows on index buffers
2013-05-14 Zack Rusindraw: don't crash on vertex buffer overflow
2013-05-14 José Fonsecadraw: Fix io_ptr/num_prims name in IR.
2013-04-27 Zack Rusindraw/llvm: fix viewport transformations
2013-04-26 José FonsecaRevert "draw: Yield zeros for LLVM fetches of non-exist...
2013-04-25 José Fonsecadraw: Yield zeros for LLVM fetches of non-existing...
2013-04-22 José Fonsecagallium: Add a new clip_halfz rasterizer state.
2013-04-18 José Fonsecagallivm: Drop pos arg from lp_build_tgsi_soa.
2013-04-17 Zack Rusingallivm/gs: fix indirect addressing in geometry shaders
2013-04-17 Zack Rusindraw/gs: make sure geometry shaders don't overflow
2013-04-17 José Fonsecadraw: Silence uninitialized var warnings.
2013-04-03 Zack Rusindraw/llvm: use an enum instead of magic numbers
2013-04-03 Zack Rusindraw: Implement support for primitive id
2013-04-03 Zack Rusingallivm: cleanup the gs interface
2013-03-27 Zack Rusinllvmpipe/draw: Fix texture sampling in geometry shaders
2013-03-27 Zack Rusindraw/llvm: Cleanup the store debugging code
2013-03-27 Zack Rusingallium/llvm: implement geometry shaders in the llvm...
2013-03-27 Zack Rusindraw/llvm: Remove unused gs_constants from jit_context
2013-03-11 Roland Scheideggerdraw/llvm: another quick hack for drawing with no posit...
2013-03-06 Zack Rusindraw/llvm: fix inputs to the geometry shader
2013-03-02 Roland Scheideggerdraw/llvm: skip clipping and viewport transform if...
2013-02-25 Roland Scheideggerllvmpipe: support GL_ARB_texture_buffer_object/GL_ARB_t...
2013-02-22 Roland Scheideggerdraw: make sure key size is calculated consistently.
2013-02-11 Adhemerval Zanellallvmpipe: fix vertex_header mask store in big-endian
2013-01-29 Roland Scheideggerdraw: fix draw_llvm_variant_key struct padding to avoid...
2013-01-28 Roland Scheideggergallivm: split sampler and texture state
2012-12-07 José Fonsecadraw: Dump LLVM shader key.
2012-12-07 José Fonsecagallivm,llvmpipe,draw: Support multiple constant buffers.
2012-11-12 Roland Scheideggergallivm,draw,llvmpipe: use base ptr + mip offsets inste...
2012-08-16 Brian Paulgallium: remove PIPE_MAX_VERTEX/GEOMETRY_SAMPLERS ...
2012-08-16 Brian Pauldraw: index samplers and sampler_view state by shader...
2012-08-04 Vinson Leedraw: Ensure channel in convert_to_soa is initialized.
2012-07-17 José Fonsecagallivm,draw,llvmpipe: Support wider native registers.
2012-06-19 Olivier Galibertllvmpipe: Add vertex id support.
2012-06-19 Olivier Galibertllvmpipe: Simplify and fix system variables fetch.
2012-06-18 José Fonsecadraw: Ensure that the vertex_header type size matches...
2012-05-16 José Fonsecadraw,llvmpipe: Avoid named struct types on LLVM 3.0...
2012-05-11 Marek OlšákMerge branch 'master' of ssh://git.freedesktop.org...
2012-05-11 Marek OlšákMerge branch 'gallium-userbuf'
2012-04-29 Marek Olšákgallium: add void *user_buffer in pipe_vertex_buffer
2012-03-06 Dave Airliedraw/llvm: add clip distance support
2012-03-06 Dave Airliedraw/llvm: fix storing of clipvertex and positions...
2012-03-06 Dave Airliedraw/llvm: fix clipvertex setting up clipmask. (v2)
2012-02-15 Dave Airliellvmpipe: fix fogcoord writing (v2)
2012-01-30 Tom Stellardgallium: Prefix #defines in tgsi_exec.h with TGSI_
2012-01-27 José Fonsecadraw: Ensure that prepare is always run after LLVM...
2012-01-11 José Fonsecadraw: Store the new pre_clip_pos member as well.
2012-01-11 Dave Airliedraw/softpipe: add clip vertex support. (v2)
2012-01-09 Marek OlšákSquash-merge branch 'gallium-clip-state'
2011-11-10 Brian Pauldraw/llvm: silence uninitialized variable warnings
2011-10-11 Brian Pauldraw/llvm: fix hard-coded number of total clip planes
2011-09-27 Dave Airliegallium: move border color to be a color union
2011-09-10 Brian Pauldraw/llvm: combine draw_llvm_generate() and draw_llvm_g...
2011-08-27 Stéphane MarchesinMerge branch 'master' of git://anongit.freedesktop...
2011-08-04 Bryan CainMerge branch 'glsl-to-tgsi'
2011-07-21 Brian PaulMerge branch 'gallium-polygon-stipple'
2011-07-19 Tobias Drostellvmpipe: fix build with LLVM 3.0svn
2011-07-11 Christian KönigMerge remote-tracking branch 'origin/master' into pipe...
2011-07-04 Christian KönigMerge remote-tracking branch 'origin/master' into pipe...
2011-07-04 José Fonsecadraw: Fix fetch_max calculation.
2011-07-04 Thomas HellstromMerge branch 'xa_branch'
2011-07-01 Micael DiasGallium: fix buffer overflow
2011-06-09 Christian KönigMerge remote-tracking branch 'origin/master' into pipe...
2011-06-07 Brian Pauldraw/llvm: whitespace, formatting fixes
2011-04-23 Christian KönigMerge remote branch 'origin/master' into pipe-video
2011-04-08 Fabian Bielerllvmpipe: Take the sampler view's first_level into...
2011-03-31 Luca Barbieridraw: implement vertex color clamping, and disable...
2011-02-24 Christian KönigMerge remote branch 'origin/master' into pipe-video
2011-02-14 Marek Olšákgallium: remove pipe_vertex_buffer::max_index
2011-01-24 José Fonsecadraw: Do not use LLVM's opaque types.
2011-01-20 Christian KönigMerge remote branch 'origin/master' into pipe-video
2011-01-16 Brian Pauldraw: add missing LP_CHECK_MEMBER_OFFSET()
2011-01-15 Brian PaulMerge branch 'draw-instanced'
2011-01-10 Christian KönigMerge remote branch 'vdpau/pipe-video' into pipe-video
2010-12-19 Christoph BumillerMerge remote branch 'origin/master' into nvc0-new
2010-12-11 Christian KönigMerge remote branch 'origin/master' into pipe-video
2010-12-10 Brian Pauldraw/llvm: remove extraneous conditional
2010-12-09 Brian Paulgallivm/llvmpipe: implement system values and instanceID
2010-11-30 Brian Paulgallivm/llvmpipe: squash merge of the llvm-context...
2010-11-22 Keith WhitwellMerge branch 'lp-offset-twoside'
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-26 Thomas Balling Sør... Merge branch 'pipe-video' of git://anongit.freedesktop...
2010-10-26 Thomas Balling Sør... Merge branch 'master' into pipe-video
2010-10-22 Brian PaulMerge branch 'primitive-restart-cleanup'
2010-10-21 Brian Pauldraw: fix typo in comment
next