i965: Validate (and resolve) all the bound textures.
[mesa.git] / src / mesa / drivers / dri / i965 / brw_draw.c
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...
2012-02-29 Kenneth Graunkei965: Enable the GL_ARB_draw_instanced extension.
2012-02-07 Chad Versacei965: Rewrite the HiZ op
2012-01-12 Yuanhan Liuvbo: introduce vbo_get_minmax_indices function
2011-12-24 Eric Anholti965/gen7: Make primitives_written counting work.
2011-12-23 Paul Berryi965 gen6: Implement transform feedback pause/resume...
2011-12-20 Paul Berryi965 gen6: Implement transform feedback queries.
2011-12-20 Paul Berryi965 gen6: Ensure correct transform feedback indices...
2011-12-15 Marek Olšákmesa: implement DrawTransformFeedback from ARB_transfor...
2011-11-22 Chad VersaceMerge branch 'hiz' of ssh://people.freedesktop.org...
2011-11-22 Chad Versacei965: Mark that depth buffer needs depth resolve after...
2011-11-22 Chad Versacei965: Resolve buffers before drawing [v2]
2011-11-22 Chad Versacei965/gen6: Manipulate state batches for HiZ meta-ops...
2011-10-29 Eric Anholti965: Merge brw_validate_state() and brw_upload_state...
2011-10-29 Eric Anholti965: Check Fallback again after upload.
2011-10-29 Eric Anholti965: Use the batch save/reset code to avoid needing...
2011-10-29 Eric Anholti965: Add a note about an unsafe-looking state check.
2011-10-18 Kenneth Graunkeintel: Convert from GLboolean to 'bool' from stdbool.h.
2011-10-10 Chad Versacei965: Change type of brw_context.primitive from GLenum...
2011-10-10 Chad Versacei965: Split brw_set_prim into brw/gen6 variants
2011-08-04 Bryan CainMerge branch 'glsl-to-tgsi'
2011-07-21 Brian PaulMerge branch 'gallium-polygon-stipple'
2011-07-04 Christian KönigMerge remote-tracking branch 'origin/master' into pipe...
2011-07-04 Thomas HellstromMerge branch 'xa_branch'
2011-06-24 Eric Anholti965: Don't bother telling tnl about state updates...
2011-06-20 Eric Anholti965/gen6: Limit the workaround flush to once per primi...
2011-06-09 Christian KönigMerge remote-tracking branch 'origin/master' into pipe...
2011-06-03 Eric Anholti965: Drop remaining strict conformance fallback for...
2011-06-03 Eric Anholti965: Drop strict conformance fallback for GL_LINE_STIPPLE.
2011-06-03 Eric Anholti965: Drop strict conformance fallback for GL_LINE_SMOOTH.
2011-06-03 Eric Anholti965: Drop strict conformance fallback for GL_POLYGON_S...
2011-06-03 Eric Anholti965: Drop INTEL_CONFORMANCE=2 fallback code.
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 Eric Anholti965: Add support for correct GL_CLAMP behavior by...
2011-05-18 Kenneth Graunkei965: Emit 3DPRIMITIVE Ivybridge-style.
2011-05-07 Christian KönigMerge remote-tracking branch 'origin/master' into pipe...
2011-04-29 Eric Anholti965: Move sampler state to state streaming.
2011-04-29 Eric Anholti965/gen6: Stream the VS push constants.
2011-04-29 Eric Anholti965/gen6: Stream the WM push constants.
2011-04-23 Eric Anholtintel: Add support for ARB_sampler_objects.
2011-04-23 Eric Anholti965: Add support for NV_conditional_render.
next