s/Tungsten Graphics/VMware/
[mesa.git] / src / mesa / drivers / dri / i965 / brw_draw_upload.c
2014-01-17 José Fonsecas/Tungsten Graphics/VMware/
2013-12-05 Kenneth Graunkei965: Drop trailing whitespace from the rest of the...
2013-12-04 Kenneth GraunkeRevert "i965: Move brw_emit_query_begin() to the render...
2013-11-21 Kenneth Graunkei965: Move brw_emit_query_begin() to the render ring...
2013-11-12 Eric Anholti965: Add a warning if something ever hits a bug I...
2013-11-07 Chris Forbesi965: add support for UNSIGNED_INT_10F_11F_11F_REV...
2013-10-23 Eric Anholti965: Try to avoid stalls on the GPU when doing glBuffe...
2013-10-23 Eric Anholti965: Drop intel_bufferobj_source().
2013-08-21 Ville Syrjäläi965/gen7: Set MOCS L3 cacheability for IVB/BYT (v2)
2013-08-14 Kenneth Graunkei965: Mark a few brw_draw_upload.c functions as non...
2013-07-18 Chad Versacei965/hsw: Change L3 MOCS of 3DSTATE_VERTEX_BUFFERS
2013-07-09 Kenneth Graunkei965: Delete intel_context entirely.
2013-07-09 Kenneth Graunkei965: Move intel_context::gen and gt fields to brw_context.
2013-07-09 Kenneth Graunkei965: Move intel_context::is_<platform> flags to brw_co...
2013-07-09 Kenneth Graunkei965: Move intel_context::perf_debug to brw_context.
2013-07-09 Kenneth Graunkei965: Pass brw_context to functions rather than intel_c...
2013-06-26 Ian Romanicki965: Be more careful with the interleaved user array...
2013-06-03 Chad Versacei965: Fix glColorPointer(GL_FIXED)
2013-04-08 Kenneth Graunkeintel: Require kernel 2.6.39 for relaxed relocation...
2013-02-11 Eric Anholti965: Add perf debug for a corner case.
2013-02-11 Eric Anholti965: Fix access mode of index buffer rebase.
2013-02-11 Eric Anholti965: Fix indentation of index buffer rebase code.
2013-01-25 Eric Anholti965: Pass in the glarray to get_surface_type.
2013-01-25 Eric Anholti965: Remove nonsense comment.
2013-01-25 Eric Anholti965: Remove NDEBUG undef that was snuck in.
2013-01-25 Eric Anholti965: reuse _mesa_sizeof_type for index buffer types.
2013-01-25 Eric Anholti965: Reuse precalculated ib_type_size value.
2013-01-25 Eric Anholti965: Drop debug check for knowing the size of a type.
2013-01-25 Eric Anholti965: Stop worrying about alignment of vertex data.
2013-01-25 Eric Anholti965: Use the glarray _ElementSize that Mesa tracks...
2013-01-08 Kenneth Graunkei965: Support GL_FIXED and packed vertex formats native...
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...
next