tgsi/exec: fix the udiv and umod instructions
[mesa.git] / src / gallium / auxiliary / draw /
2013-04-17 José Fonsecadraw: Silence uninitialized var warnings.
2013-04-03 Zack Rusindraw/llvmpipe: allow independent so attachments to...
2013-04-03 Zack Rusindraw: remove unused function
2013-04-03 Zack Rusindraw/llvm: use an enum instead of magic numbers
2013-04-03 Zack Rusindraw/gs: cleanup some debugging code
2013-04-03 Zack Rusindraw/so: maintain an exact number of written vertices
2013-04-03 Zack Rusindraw: Implement support for primitive id
2013-04-03 Zack Rusindraw/so: Fix bogus assert
2013-04-03 Zack Rusindraw/gs: Fix memory corruption with multiple primitives
2013-04-03 Zack Rusingallivm: cleanup the gs interface
2013-04-02 Brian Pauldraw: use pipe_transfer_unmap() to match pipe_transfer_...
2013-03-28 Brian Pauldraw: fix some build breakage when LLVM is not used
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 Rusindraw: Allocate the output buffer for output primitives
2013-03-27 Zack Rusingallium/llvm: implement geometry shaders in the llvm...
2013-03-27 Zack Rusindraw/gs: Fetch more than one primitive per invocation
2013-03-27 Zack Rusindraw/gs: Abstract the portions of GS that are tgsi...
2013-03-27 Zack Rusindraw/llvm: Remove unused gs_constants from jit_context
2013-03-20 Christoph Bumillergallium: add TGSI_SEMANTIC_TEXCOORD,PCOORD v3
2013-03-15 Brian Pauldraw: init pre_clip_pos = NULL to fix optimized build...
2013-03-12 Zack Rusindraw/so: Fix stream output with geometry shaders
2013-03-08 Zack Rusindraw/gs: Correctly iterate the emitted primitives
2013-03-11 Roland Scheideggerdraw/llvm: another quick hack for drawing with no posit...
2013-03-07 Brian Pauldraw: add const qualifier to silence compiler warning
2013-03-06 Zack Rusindraw/llvm: fix inputs to the geometry shader
2013-03-06 Bryan Caindraw: use geometry shader info in clip_init_state if...
2013-03-06 Bryan Caindraw: account for separate shader objects in geometry...
2013-03-02 Roland Scheideggerdraw: additional fix for the no-position case with...
2013-03-02 Roland Scheideggerdraw: fix no position output in non-llvm pipeline.
2013-03-02 Roland Scheideggerdraw/llvm: skip clipping and viewport transform if...
2013-02-28 Roland Scheideggersoftpipe/draw/tgsi: simplify driver/tgsi sampler interface
2013-02-25 Roland Scheideggerdraw: make sure pipeline is revalidated when sampler...
2013-02-25 Roland Scheideggerllvmpipe: support GL_ARB_texture_buffer_object/GL_ARB_t...
2013-02-22 Brian Pauldraw: fix broken polygon offset stage
2013-02-22 Roland Scheideggerdraw: make sure key size is calculated consistently.
2013-02-19 Brian Pauldraw: fix non-perspective interpolation in interp()
2013-02-11 Adhemerval Zanellallvmpipe: fix vertex_header mask store in big-endian
2013-02-09 Roland Scheideggergallivm: fix up size queries for dx10 sviewinfo opcode
2013-01-29 Roland Scheideggerdraw: fix draw_llvm_variant_key struct padding to avoid...
2013-01-28 Roland Scheideggergallivm,draw,llvmpipe: mass rename of unit->texture_uni...
2013-01-28 Roland Scheideggergallivm: split sampler and texture state
2013-01-22 Brian Pauldraw: fix MSVC divide-by-zero compilation error
2013-01-22 Brian Pauldraw: fix problem in screen-space interpolation clip...
2013-01-22 Brian Pauldraw: improve the clipper debug/printf code
2013-01-22 Brian Pauldraw: add new debug code and comments in clip code...
2013-01-20 Adam Jacksongallium: Remove ppc asm backend
2012-12-14 Dave Airliedraw/llvmpipe: fix transform feedback position + enable...
2012-12-14 Dave Airliedraw: add support for later transform feedback extensions
2012-12-08 Brian Pauldraw: fix/improve dirty state validation
2012-12-08 Brian Pauldraw: add reminder comments about similar code in diffe...
2012-12-08 Brian Pauldraw: rearrange code in llvm_middle_end_prepare()
2012-12-08 Brian Pauldraw: fix comment typo
2012-12-08 Brian Pauldraw: add comment on draw->pt.opt field
2012-12-08 Brian Pauldraw: update a comment about index buffers
2012-12-07 José Fonsecadraw: Dump LLVM shader key.
2012-12-07 José Fonsecagallivm,llvmpipe,draw: Support multiple constant buffers.
2012-12-06 Brian Pauldraw: remove some dead constant buffer code
2012-12-05 Brian Pauldraw: set precalc_flat flag for AA lines too
2012-12-04 José Fonsecadraw: Properly limit vertex buffer fetches on draw...
2012-12-04 José Fonsecadraw: Use symbolic primitive names in debug output.
2012-12-04 José Fonsecadraw: Consider the geometry shader when choosing the...
2012-11-27 Roland Scheideggergallivm,llvmpipe: handle TXF (texelFetch) instruction...
2012-11-15 Roland Scheideggerdraw: fix crashes with out-of-bounds indices
2012-11-12 Roland Scheideggergallivm,draw,llvmpipe: use base ptr + mip offsets inste...
2012-11-09 José Fonsecadraw: Remove redundant draw_geometry_shader_delete().
2012-10-31 Marek Olšákdraw: fix assertion failure in draw_emit_vertex_attr
2012-10-30 Marek Olšákgallium: add start_slot parameter to set_vertex_buffers
2012-10-17 Brian Pauldraw: silence MSVC signed/unsigned comparison warnings
2012-10-11 Marek Olšákgallium: unify transfer functions
2012-09-22 Marek Olšákdraw: fix non-indexed draw calls if there's an index...
2012-09-06 Matt TurnerRemove useless checks for NULL before freeing
2012-08-24 José Fonsecadraw: Fix regression in draw_set_sampler(_views).
2012-08-16 Brian Paulgallium/draw: move misplaced brace
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-16 Brian Pauldraw: move tgsi-related state into a tgsi sub-struct
2012-08-16 Brian Paulgallium: add a shader stage/type param to some draw...
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-07-13 José Fonsecadraw,gallivm: Fix draw_get_shader_param.
2012-06-22 Olivier Galibertdraw: Handle the case when there isn't a fragment shader.
2012-06-19 Olivier Galibertllvmpipe: Add vertex id support.
2012-06-19 Olivier Galibertllvmpipe: Simplify and fix system variables fetch.
2012-06-19 Olivier Galibertdraw: fix flat shading and screen-space linear interpol...
2012-06-18 José Fonsecadraw: Ensure that the vertex_header type size matches...
2012-05-31 Brian Pauldraw: simplify index buffer specification
2012-05-25 Brian Pauldraw: fix primitive restart bug by using the index...
2012-05-17 Olivier Galibertllvmpipe: Implement TXQ.
2012-05-16 José Fonsecadraw,llvmpipe: Avoid named struct types on LLVM 3.0...
2012-05-12 Marek Olšákgallium/util: remove unused parameter nr_vertex_buffers...
2012-05-11 Marek OlšákMerge branch 'master' of ssh://git.freedesktop.org...
2012-05-11 Marek OlšákMerge branch 'gallium-userbuf'
2012-05-11 Francisco Jerezgallium/tgsi: Move interpolation info from tgsi_declara...
2012-04-29 Marek Olšákgallium: add void *user_buffer in pipe_vertex_buffer
2012-03-28 Brian Pauldraw: fix missing immediates bug in polygon stipple...
2012-03-08 Zack Rusinsvga: fix the rasterizer state resets
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)
next