nir/i965: assert first is always less than 64
[mesa.git] / src / mesa / drivers / dri / i965 / brw_draw_upload.c
2017-01-12 Juan A. Suarez Romeronir/i965: assert first is always less than 64
2017-01-12 Juan A. Suarez Romeroi965: check for dual slot attributes on any gen
2017-01-12 Alejandro Piñeiroi965: downsize *64*PASSTHRU formats to equivalent ...
2017-01-12 Alejandro Piñeiroi965: return PASSTHRU surface types also on gen7
2017-01-09 Juan A. Suarez Romeronir/i965: use two slots from inputs_read for dvec3...
2016-12-21 Juan A. Suarez Romeroi965: allow unsourced enabled VAO
2016-11-09 Kevin Strassermesa/extensions: expose OES_vertex_half_float for ES2
2016-11-01 Antia Puentesi965/gen8: Fix vertex attrib upload for dvec3/4 shader...
2016-10-28 Brian Paulmesa: rename gl_client_array -> gl_vertex_array
2016-10-06 Kenneth Graunkei965: Eliminate brw->vs.prog_data pointer.
2016-09-17 Eric Anholti965: Drop assertion about buffer offset at draw time.
2016-07-04 Topi Pohjolaineni965: Unify vertex buffer setup
2016-07-04 Topi Pohjolaineni965/draw: Expose vertex buffer state setup
2016-05-26 Kenneth Graunkei965: Use the buffer object size for VERTEX_BUFFER_STAT...
2016-05-25 Jason Ekstrandi965/draw: Use the correct buffer index for interleaved...
2016-05-24 Jason Ekstrandi965/draw: Use the real size for index buffers
2016-05-24 Jason Ekstrandi965/draw: Use the real size for vertex buffers
2016-05-24 Jason Ekstrandi965/draw: Use 3-channel formats for vertex fetch when...
2016-05-24 Jason Ekstrandi965/draw: Properly handle rounding when dividing by...
2016-05-24 Jason Ekstrandi965/draw: Account for BaseInstance in VBO bounds
2016-05-24 Jason Ekstrandi965/draw: Use worst-case VBO bounds if brw->num_instan...
2016-05-24 Jason Ekstrandi965/draw: Delay when we get the bo for vertex buffers
2016-05-24 Jason Ekstrandi965/draw: Stop relying on min_index == -1 for invalid...
2016-05-17 Alejandro Piñeiroi965: get the proper vertex surface type for doubles...
2016-04-23 Kenneth Graunkei965: Make all atoms to track BRW_NEW_BLORP by default
2016-01-21 Kristian Høgsberg... Merge remote-tracking branch 'jekstrand/wip/i965-unifor...
2015-12-29 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-12-29 Kristian Høgsberg... i965: Add support for gl_DrawIDARB and enable extension
2015-12-29 Kristian Høgsberg... i965: Add support for gl_BaseVertexARB and gl_BaseInsta...
2015-12-11 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-11-24 Matt Turneri965: Drop #include of main/glheader.h.
2015-10-01 Kristian Høgsberg... Merge branch 'master' of ../mesa into vulkan
2015-09-10 Ian Romanicki965: Fix typos in license
2015-09-10 Ian Romanicki965: Remove horizontal bars from file header comments
2015-08-26 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-08-23 Neil Robertsi965: Swap the order of the vertex ID and edge flag...
2015-08-18 Rhys Kiddi965: Resolve GCC sign-compare warning.
2015-08-17 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-08-03 Ian Romanicki965: Trivial formatting changes in brw_draw_upload.c
2015-07-20 Kenneth Graunkemesa: Rename _mesa_lookup_enum_by_nr() to _mesa_enum_to...
2015-07-15 Matt Turneri965: Optimize batchbuffer macros.
2015-07-14 Matt Turneri965: Mark constant static data as const.
2015-04-14 Marius Preduti965: replace __FUNCTION__ with __func__
2015-03-31 Jordan Justeni965/state: Don't use brw->state.dirty.brw
2015-01-15 Ian Romanicki965: Micro-optimize brw_get_index_type
2015-01-01 Kenneth Graunkei965: Fix start/base_vertex_location for >1 prims but...
2014-12-03 Kenneth Graunkei965: Delete brw_state_flags::cache and related code.
2014-12-03 Kenneth Graunkei965: Move BRW_NEW_*_PROG_DATA flags to .brw (not ...
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...
next