Merge remote-tracking branch 'mesa-public/master' into vulkan
[mesa.git] / src / mesa / drivers / dri / i965 / brw_draw.c
2015-08-26 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-08-18 Rhys Kiddi965: Resolve GCC sign-compare warning.
2015-08-18 Rhys Kiddi965: Resolve GCC sign-compare warning.
2015-08-17 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-08-06 Marek Olšákvbo: pass the stream from DrawTransformFeedbackStream...
2015-08-03 Ian Romanicki965: Trivial formatting changes in brw_draw.c
2015-07-20 Kenneth Graunkemesa: Rename _mesa_lookup_enum_by_nr() to _mesa_enum_to...
2015-07-15 Matt Turneri965: Move BEGIN_BATCH() into same control flow as...
2015-06-26 Connor AbbottMerge branch 'wip/nir-vtn' into vulkan
2015-06-24 Chris Wilsoni965: Rename intel_emit* to reflect their new location...
2015-06-24 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-06-23 Matt Turneri965: Assert that the GL primitive isn't out of range.
2015-05-12 Neil Robertsi965: Use predicate enable bit for conditional renderin...
2015-03-31 Jordan Justeni965/state: Don't use brw->state.dirty.brw
2015-03-31 Jordan Justeni965/state: Rename brw_clear_dirty_bits to brw_render_s...
2015-03-31 Jordan Justeni965/state: Rename brw_upload_state to brw_upload_rende...
2015-02-17 Kenneth Graunkei965: Do Sandybridge workaround flushes before each...
2015-01-01 Kenneth Graunkei965: Fix start/base_vertex_location for >1 prims but...
2015-01-01 Kenneth Graunkei965: Use WARN_ONCE for the single-primitive-exceeded...
2014-12-05 Kenneth Graunkei965: Compute VS attribute WA bits earlier and check...
2014-12-02 Ian Romanicki965: Just return void from brw_try_draw_prims
2014-09-12 Kenneth Graunkei965: Fix reference counting in new basevertex upload...
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: Modify dirty bit handling to support 2 pipelines.
2014-09-02 Paul Berryi965: Create a macro for setting a dirty bit.
2014-08-15 Kristian Høgsbergi965: Move pre-draw resolve buffers to dd::UpdateState
2014-08-15 Kristian Høgsbergi965: Add a mechanism for sending native primitives...
2014-08-08 Kenneth Graunkei965: Emit a performance warning on conditional rendering.
2014-08-02 Kenneth Graunkei965: Drop sizeof(struct brw_sampler_state) from estima...
2014-05-13 Iago Toral Quirogai965: Avoid redundant call to brw_merge_inputs() in...
2014-05-01 Eric Anholti965: Delete the intel_regions.c code.
2014-05-01 Eric Anholti965: Drop use of intel_region from miptrees.
2014-04-30 Eric Anholtmesa: Replace use of _ReallyEnabled as a boolean with...
2014-04-20 Chris Forbesi965: Use ctx->Texture._MaxEnabledTexImageUnit for...
2014-04-11 Eric Anholti965: Stop setting up a 1:1 "attrib" member in our...
2014-04-08 Iago Toral Quirogatnl: Merge _tnl_vbo_draw_prims() into _tnl_draw_prims().
2014-03-28 Iago Toral Quirogai965: Make sure we always compute valid index bounds...
2014-03-11 Eric Anholti965: Drop broken front_buffer_reading/drawing optimiza...
2014-03-06 Eric Anholti965: Fix render-to-texture in non-FinishRenderTexture...
2014-03-02 Chris Forbesi965: Validate (and resolve) all the bound textures.
2014-02-18 Eric Anholti965: Move singlesample_mt to the renderbuffer.
2014-02-07 Kenneth Graunkei965: Use the new brw_load_register_mem helper for...
2014-01-17 José Fonsecas/Tungsten Graphics/VMware/
2014-01-13 Paul Berryi965: Ensure that all necessary state is re-emitted...
2013-12-05 Kenneth Graunkei965: Drop trailing whitespace from the rest of the...
2013-11-25 Chris Forbesi965: pass indirect buffer to primitive restart check
2013-11-25 Chris Forbesi965: implement indirect drawing for Gen7
2013-11-25 Christoph Bumillermesa: add indirect drawing buffer parameter to draw...
2013-11-21 Kenneth Graunkei965: Convert brw->batch.is_blit to a BLT_RING/RENDER_R...
2013-10-31 Kenneth Graunkei965: Mark brw_draw_prims tfb_vertcount parameter as...
2013-10-23 Eric Anholti965: Add perf debug hint when the app makes us do...
2013-10-23 Eric Anholti965: Be sure to reset brw->vb.buffers[] when trying...
2013-09-17 Paul Berryi965/gs: Add new primitive types.
2013-09-13 Kenneth Graunkei965: Use brw_stage_state for WM data as well.
2013-09-03 Kenneth Graunkei965: Rename "prim" parameter to "prims" where it's...
2013-09-02 Kenneth Graunkei965: Use the proper element of the prim array in brw_t...
2013-09-02 Kenneth Graunkei965: Combine brw_emit_prim and gen7_emit_prim.
2013-09-01 Paul Berryi965/gs: make the state atom for compiling Gen7 geometr...
2013-09-01 Paul Berryi965: Move data from brw->vs into a base class if gs...
2013-08-23 Paul Berryi965: Make prim_to_hw_prim accessible outside brw_draw.c.
2013-08-19 Kenneth Graunkei965: Make sampler counts available for the entire...
2013-08-04 Jordan Justeni965 clear/draw: set renderbuffer attachment as needing...
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::perf_debug to brw_context.
2013-07-09 Kenneth Graunkei965: Move intel_context::no_batch_wrap to brw_context.
2013-07-09 Kenneth Graunkei965: Move intel_context::batch to brw_context.
2013-07-09 Kenneth Graunkei965: Move intel_context's driconf flags to brw_context.
2013-07-09 Kenneth Graunkei965: Move intel_context::reduced_primitive to brw_context.
2013-07-09 Kenneth Graunkei965: Move front buffer rendering fields from intel_con...
2013-07-09 Kenneth Graunkei965: Pass brw_context to functions rather than intel_c...
2013-06-12 Paul Berryi965/gen7+: Resolve color buffers when necessary.
2013-05-21 Kenneth Graunkei965: Kill software primitive counting entirely.
2013-05-21 Kenneth Graunkei965: Remove software geometry query code.
2013-04-09 Paul Berryi965: Only use brw_draw.c's trim() function when necessary.
2013-04-08 Kenneth Graunkei965: Remove brw->vb.info and struct brw_vertex_info.
2013-04-08 Kenneth Graunkei965: Remove the BRW_NEW_INPUT_DIMENSIONS flag.
2013-03-19 Paul Berryi965: Avoid unnecessary copy when depthstencil workarou...
2013-03-11 Chad Versacei965: Fix typo in doxygen hyperlink
2013-03-05 Eric Anholti965: Make perf_debug() output to GL_ARB_debug_output...
2013-01-22 Kenneth Graunkei965: Implement the GL_ARB_base_instance extension.
2012-12-22 Eric Anholti965: Fix hiz resolves getting stomped by depth offset...
2012-12-18 Paul Berrymesa: Make a function is_transform_feedback_active_and_...
2012-12-18 Paul Berrymesa: Change args to vbo_count_tessellated_primitives.
2012-11-04 Eric Anholti965: Fix uploading user vertex arrays with basevertex...
2012-11-04 Eric Anholti965: Set dirty state for brw_draw_upload.c when num_in...
2012-11-04 Eric Anholti965: Remove the vbo_rebase_prims() path.
2012-10-16 Eric Anholti965: Fix rendering to small mipmaps of depth/stencil...
2012-09-27 Eric Anholti965: Remove stale comment about rebuilding tnl_program.
2012-09-15 Dave Airlievbo: add a prefix to count_tessellated_primitives
2012-08-28 Eric Anholti965: Replace general sw fallback support with a manual...
2012-08-27 Chad Versacei965: Move hiz resolve to after renderbuffer resizing...
2012-08-27 Chad Versacei965: Remove redundant null check
2012-08-07 Chad Versacei965: Mark needed downsamples for msaa winsys buffers
2012-06-27 Jordan Justeni965: enable ARB_instanced_arrays extension
2012-05-23 Jordan Justeni965: create code path to handle primitive restart...
2012-05-11 Marek OlšákMerge branch 'gallium-userbuf'
2012-05-08 Marek Olšákmesa: move gl_client_array*[] from vbo_draw_func into...
next