nir/i965: assert first is always less than 64
[mesa.git] / src / mesa / drivers / dri / i965 / brw_draw_upload.c
2012-12-18 Paul Berryi965: Fix gl_VertexID when there are no other vertex...
2012-11-27 Chris Forbesi965: support 2_10_10_10 formats in get_surface_type.
2012-11-27 Chris Forbesi965: implement get_size for 2_10_10_10 formats
2012-11-04 Eric Anholti965: Fix uploading user vertex arrays with basevertex...
2012-11-01 Kenneth Graunkei965: Don't replicate data for zero-stride arrays when...
2012-11-01 Kenneth Graunkei965: Don't bother trying to extend the current vertex...
2012-10-26 Eric Anholti965: Merge brw_prepare_query_begin() and brw_emit_quer...
2012-09-27 Eric Anholti965: Add a comment explaining one of the brw_draw_uplo...
2012-09-27 Eric Anholti965: Remove broken non-interleaved-to-interleaved...
2012-09-06 Kenneth Graunkei965: Fix primitive restart on Haswell.
2012-08-28 Eric Anholti965: Drop the old sw fallback for position array being...
2012-08-09 Eric Anholti965/gen6+: Add support for edge flags.
2012-08-09 Eric Anholti965/vs: Convert EdgeFlagPointer values appropriately...
2012-06-27 Jordan Justeni965: enable ARB_instanced_arrays extension
2012-05-23 Jordan Justeni965: add flag to enable cut_index
2012-02-29 Kenneth Graunkei965: Disable PrimitiveID upload.
2011-11-29 Mathias Fröhlichmesa: Make gl_program::InputsRead 64 bits.
2011-11-11 Eric Anholti965: Add support for gl_VertexID and gl_InstanceID.
2011-11-11 Eric Anholti965: Replace a should-never-happen fallback with asser...
2011-11-02 Paul Berryi965: Add support for integral vertex attributes.
2011-10-29 Eric Anholti965: Move index buffer upload to emit() time.
2011-10-29 Eric Anholti965: Do a hack job of merging VB prepare()/emit()...
2011-10-29 Eric Anholti965: Remove the validated BO list, now that it's unused.
2011-10-18 Kenneth Graunkeintel: Convert from GLboolean to 'bool' from stdbool.h.
2011-10-02 Eric Anholti965: Make sure to upload the data for a collection...
2011-08-27 Stéphane MarchesinMerge branch 'master' of git://anongit.freedesktop...
2011-08-25 Brian PaulMerge branch 'kasanen-post-process-v2'
2011-08-23 Ian Romanicki965: Only map the necessary buffer range in brw_prepar...
2011-08-23 Ian Romanickmesa: Eliminate dd_function_table::MapBuffer
2011-08-23 Ian Romanickmesa: Fix incorrect access parameter passed to MapBuffer
2011-08-23 Ian Romanickmesa: Remove target parameter from dd_function_table...
2011-08-23 Ian Romanickmesa: Remove target parameter from dd_function_table...
2011-08-04 Bryan CainMerge branch 'glsl-to-tgsi'
2011-07-21 Brian PaulMerge branch 'gallium-polygon-stipple'
2011-07-18 Kenneth Graunkei965: Rename CMD_VERTEX_(BUFFER|ELEMENT) to 3DSTATE_VER...
2011-07-04 Christian KönigMerge remote-tracking branch 'origin/master' into pipe...
2011-07-04 Thomas HellstromMerge branch 'xa_branch'
2011-06-18 Eric Anholti965: Don't try to continue space before the start...
2011-06-18 Eric Anholti965: Add missing state flag for vertex elements on...
2011-06-10 Eric Anholti965: Add support for GL_FIXED vertex attributes.
2011-06-03 Christian KönigMerge remote-tracking branch 'mareko/r300g-draw-instanc...
2011-05-21 Christian KönigMerge remote-tracking branch 'origin/master' into pipe...
2011-05-18 Kenneth Graunkei965: Set Address Modify Enable in VERTEX_BUFFER on...
2011-04-23 Christian KönigMerge remote branch 'origin/master' into pipe-video
2011-04-12 Chris WilsonRevert "i965: Reinstate max-index paranoia"
2011-03-19 Christian KönigMerge remote branch 'origin/master' into pipe-video
2011-03-11 Eric Anholti965: Use ffs() on a 32-bit int value instad of ffsll().
2011-03-04 Christian KönigMerge remote branch 'origin/master' into pipe-video
2011-03-04 Christoph BumillerMerge remote branch 'origin/nvc0'
2011-03-04 Chris Wilsoni965: Fix extending VB packets
2011-03-04 Chris Wilsoni965: Align index to type size and flush if the type...
2011-03-04 Chris Wilsoni965: Prevent using a zero sized (or of unknown type...
2011-03-02 Christian KönigMerge remote branch 'origin/master' into pipe-video
2011-03-01 Chris Wilsoni965: Use negative relocation deltas to minimse vertex...
2011-03-01 Chris Wilsoni965: Undo 'continuation of vb packets'
2011-03-01 Chris Wilsoni965: Fix uploading of shortened vertex packets
2011-03-01 Chris Wilsoni965: Upload all vertices used
2011-02-24 Christian KönigMerge remote branch 'origin/master' into pipe-video
2011-02-24 Chris Wilsonintel: Reset the buffer offset after releasing referenc...
2011-02-24 Chris Wilsoni965: Unmap the correct pointer after discontiguous...
2011-02-22 Chris Wilsoni965: Trim the interleaved upload to the minimum number...
2011-02-22 Chris Wilsoni965: Reinstate max-index paranoia
2011-02-22 Chris Wilsoni965: Zero the offset into the vbo when uploading non...
2011-02-22 Eric Anholti965: Fix VB packet reuse when offset for the new buffe...
2011-02-21 Chris Wilsoni965: Remove spurious duplicate ADVANCE_BATCH
2011-02-21 Chris Wilsonintel: extend current vertex buffers
2011-02-21 Chris Wilsonintel: Use specified alignment for writes into the...
2011-02-21 Chris Wilsoni965: Clean up brw_prepare_vertices()
2011-02-21 Chris Wilsonintel: combine short memcpy using a temporary allocated...
2011-02-21 Chris Wilsoni965: upload normal arrays as interleaved
2011-02-21 Chris Wilsoni965: interleaved vbo
2011-02-21 Chris Wilsoni965: emit one vb packet per vbo
2011-02-21 Chris Wilsoni965: upload transient indices into the same discontigu...
2011-02-21 Chris Wilsoni965: suppress repeat-emission of identical vertex...
2011-02-21 Chris Wilsonintel: use pwrite for batch
2011-02-21 Chris Wilsonintel: Buffered upload
2011-02-21 Chris Wilsoni965: Combine vb upload buffer with the general upload...
2011-02-21 Chris Wilsonintel: Pack dynamic draws together
2011-02-21 Chris Wilsoni965: Trim the trailing NOOP from 3DSTATE_INDEX_BUFFER
2011-01-10 Christian KönigMerge remote branch 'vdpau/pipe-video' into pipe-video
2010-11-22 Keith WhitwellMerge branch 'lp-offset-twoside'
2010-11-11 Christian KönigMerge remote branch 'origin/master' into pipe-video
2010-11-03 Eric Anholtintel: Annotate debug printout checks with unlikely().
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-20 Keith WhitwellMerge branch 'llvm-cliptest-viewport'
2010-10-18 Keith WhitwellMerge remote branch 'origin/master' into lp-setup-llvm
2010-10-13 Kristian HøgsbergDrop GLcontext typedef and use struct gl_context instead
2010-10-12 Eric Anholti965: Don't rebase the index buffer to min 0 if any...
2010-10-12 Christian KönigMerge branch 'master' of ssh://git.freedesktop.org...
2010-10-05 Thomas Balling Sør... Merge branch 'master' into pipe-video
2010-09-02 Christoph BumillerMerge remote branch 'origin/master' into nv50-compiler
2010-08-22 Eric Anholti965: Use intel->gen >= 6 instead of IS_GEN6.
2010-06-28 Jakob BornecrantzMerge branch 'gallium-drm-driver-drescriptor'
2010-06-24 Eric AnholtMerge branch 'glsl2-head' into glsl2
2010-06-08 Eric Anholtintel: Change dri_bo_* to drm_intel_bo* to consistently...
2010-05-01 Younes MantonMerge branch 'master' of ssh://git.freedesktop.org...
2010-05-21 Roland ScheideggerMerge branch 'gallium-msaa'
2010-05-21 Keith WhitwellMerge branch 'gallium-front-ccw'
next