i965: Rename CACHE_NEW_*_PROG to BRW_NEW_*_PROG_DATA.
[mesa.git] / src / mesa / drivers / dri / i965 / brw_draw_upload.c
2014-12-03 Kenneth Graunkei965: Rename CACHE_NEW_*_PROG to BRW_NEW_*_PROG_DATA.
2014-11-29 Kenneth Graunkei965: Alphabetize brw_tracked_state flags and use a...
2014-09-19 Kenneth Graunkemesa: Delete VAO _MaxElement code and index buffer...
2014-09-12 Kenneth Graunkei965: Separate gl_InstanceID and gl_VertexID uploading.
2014-09-10 Kenneth Graunkei965: Expose gl_BaseVertex via a vertex attribute.
2014-09-10 Kenneth Graunkei965: Refactor Gen4-7 VERTEX_BUFFER_STATE emission...
2014-09-10 Kenneth Graunkei965: Make gl_BaseVertex available in a buffer object.
2014-09-10 Kenneth Graunkei965: Calculate start/base_vertex_location after prepar...
2014-09-05 Jordan JustenRevert 5 i965 patches: 8e27a4d2, 373143ed, c5bdf9be...
2014-09-02 Paul Berryi965: Create a macro for setting a dirty bit.
2014-07-01 Matt Turneri965: Use unreachable() instead of unconditional assert().
2014-04-11 Eric Anholti965: Stop setting up a 1:1 "attrib" member in our...
2014-04-11 Eric Anholti965: Skip a bunch of IB BO refcount twiddling.
2014-03-26 Eric Anholti965: Massively simplify the intel_upload implementation.
2014-03-18 Eric Anholti965: Drop special case for edgeflag thanks to Marek...
2014-03-18 Kenneth Graunkei965: Fix indentation in brw_upload_indices().
2014-03-18 Kenneth Graunkei965: Consolidate code for setting brw->ib.start_vertex...
2014-02-25 Marek Olšákmesa: allow buffers to be mapped multiple times
2014-02-23 Eric Anholti965: Move the remaining driver debug over to stderr.
2014-02-01 Kenneth Graunkei965: Rework vertex uploads for Broadwell.
2014-01-17 Kenneth Graunkei965: Remove CACHED_BATCH support altogether.
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
next