draw: Properly limit vertex buffer fetches on draw arrays.
[mesa.git] / src / gallium / auxiliary / draw /
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)
2012-02-18 Dave Airliedraw: add missing streamout state setup for draw/llvm.
2012-02-15 Dave Airliellvmpipe: fix fogcoord writing (v2)
2012-02-09 Christoph Bumillergallium: add PIPE_CAP_QUADS_FOLLOW_PROVOKING_VERTEX_CON...
2012-02-04 Dave Airliedraw: fix fog coord export.
2012-02-02 José Fonsecadraw: Avoid NULL pointer dereference when binding NULL...
2012-01-30 Tom Stellardgallium: Prefix #defines in tgsi_exec.h with TGSI_
2012-01-28 Vinson Leedraw: Remove unused variables.
2012-01-27 José Fonsecadraw: Ensure that prepare is always run after LLVM...
2012-01-26 Jakob Bornecrantzdraw: Only run prepare when state, prim and opt changes
2012-01-26 Jakob Bornecrantzdraw: Don't revalidate pipeline on backend flushes
2012-01-26 Jakob Bornecrantzdraw: Remove reduced_prim
2012-01-15 Marek Olšákgallium: improve the pipe_stream_output_info struct...
2012-01-11 José Fonsecadraw: Store the new pre_clip_pos member as well.
2012-01-11 Dave Airliedraw: clipdistance support (v2)
2012-01-11 Dave Airliedraw/softpipe: add clip vertex support. (v2)
2012-01-11 Dave Airlietgsi/softpipe: add VertexID support.
2012-01-10 Brian Pauldraw: remove unused 'so' variable in draw_pt_so_emit()
2012-01-10 Jakob Bornecrantzdraw: Silence warning
2012-01-10 Dave Airliedraw/softpipe: EXT_transform_feedback support (v2)
2012-01-09 Marek OlšákSquash-merge branch 'gallium-clip-state'
2012-01-09 Jakob Bornecrantzdraw: Fail if we fail to enable llvm when asked for it
2012-01-09 Jakob Bornecrantzdraw: Make it possible to create a llvm free context
2012-01-07 Brian Pauldraw: replace assert(0) with debug_warn_once()
2012-01-07 Brian Pauldraw: whitespace fixes, etc.
2012-01-07 Brian Paulgallium: make vbuf_render::set_primitive() return void
2012-01-07 Dave Airliedraw: fix missing include for u_format.
2012-01-07 Dave Airliedraw: don't translate non-floats to float.
2012-01-06 Dave Airliedraw: fix piglit base vertex + user vertex array tests
2011-12-19 Dave Airliegallium/draw: fix two side handling
2011-12-15 Marek Olšákgallium: interface changes necessary to implement trans...
2011-12-08 José Fonsecallvmpipe,draw,gallivm: Ensure we don't walk beyond...
2011-11-15 Brian Paulutil/draw: replace assertions with conditionals in...
2011-11-14 José Fonsecadraw: Handle failure to allocate aligned_constant_storage.
2011-11-11 Brian Pauldraw: handle out of memory conditions
2011-11-10 Brian Pauldraw/llvm: silence uninitialized variable warnings
2011-11-08 José FonsecaRemove tgsi_sse2.
2011-11-03 Brian Pauldraw: assert that we have non-null fragment shader
2011-10-11 Brian Pauldraw/llvm: set draw->pt.user.planes field in draw_set_c...
2011-10-11 Brian Pauldraw/llvm: fix hard-coded number of total clip planes
2011-09-28 Christoph Bumillergallium: add polygon offset clamp state
2011-09-27 Dave Airliegallium: move border color to be a color union
2011-09-25 José Fonsecadraw: Never allocate duplicate extra vertex attribs.
2011-09-25 José Fonsecadraw: Make copy of the TGSI tokens.
2011-09-23 Brian Pauldraw/llvm: add additional null pointer checkin draw_pt_...
2011-09-22 Brian Pauldraw: add support for guard-band clipping
2011-09-22 José Fonsecadraw: Reduce the number of vertex shader variants per...
2011-09-22 Kurt Davermandraw: Respect max_indices from the renderer.
2011-09-20 Paul BerryGallium: remove unnecessary ifdef for MAX_CLIPPED_VERTICES.
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-29 Stéphane MarchesinGallium:draw:aaline and aapoint: Restore the old hooks...
next