mesa/i965/i915/r200: eliminate gl_vertex_program
[mesa.git] / src / mesa / drivers / dri / i965 / gen7_sf_state.c
2016-10-06 Kenneth Graunkei965: Eliminate brw->wm.prog_data pointer.
2016-08-31 Kenneth Graunkei965: Use gs_prog_data in is_drawing_points/lines().
2016-08-31 Kenneth Graunkei965: Fix missing dirty bits related to is_drawing_poin...
2016-08-19 Jason Ekstrandi965/state: Move is_drawing_lines/points to gen6_clip_s...
2016-06-22 Kenneth Graunkei965: Fix point size with tessellation/geometry shaders...
2016-06-02 Kenneth Graunkei965: Add _NEW_POINT to a couple of comments.
2016-04-23 Kenneth Graunkei965: Make all atoms to track BRW_NEW_BLORP by default
2016-04-07 Jason EkstrandMerge remote-tracking branch 'public/master' into vulkan
2016-04-07 Jason Ekstrandi965/sf_state: Pull flat_enables out of prog_data
2016-03-25 Jason EkstrandMerge remote-tracking branch 'public/master' into vulkan
2016-03-19 Kenneth Graunkei965: Scissor to the viewport when rendering points...
2015-11-03 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-10-29 Kenneth Graunkei965: Make calculate_attr_overrides return the URB...
2015-08-17 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-07-29 Matt Turneri965: Use float calculations when double is unnecessary.
2015-06-26 Connor AbbottMerge branch 'wip/nir-vtn' into vulkan
2015-06-24 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-06-17 Kevin Rogovini965: Use _mesa_geometric_ functions appropriately
2015-06-11 Iago Toral Quirogai965/gen8: Fix antialiased line rendering with width...
2015-06-11 Iago Toral Quirogai965: do not round line width when multisampling or...
2015-05-05 Marius Preduti965/aa: fixing anti-aliasing bug for thinnest width...
2015-04-05 Mathias Fröhlichi965: Implement support for ARB_clip_control.
2015-02-24 Iago Toral Quirogai965: Fix non-AA wide line rendering with fractional...
2015-02-03 Ilia Mirkini965/gen6+: enable EXT_polygon_offset_clamp
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-11-25 Chris Forbesi965/Gen6-7: Do not replace texcoords with point coord...
2014-11-09 Kenneth Graunkei965: Use ctx->Const.MaxLineWidth when clamping ctx...
2014-10-01 Kenneth Graunkei965: Drop CACHE_NEW_VS_PROG from the gen7_sf_state...
2014-10-01 Kenneth Graunkei965: Add missing /* BRW_NEW_FRAGMENT_PROGRAM */ comments.
2014-08-15 Kristian Høgsbergi965: Add context flag to disable the viewport transform
2014-07-01 Matt Turneri965: Use unreachable() instead of unconditional assert().
2014-01-20 Courtney Goeltzenl... mesa: Update gl_scissor_attrib to support ARB_viewport_...
2013-12-20 Kenneth Graunkei965: Use {point_sprite,flat}_enable variable names...
2013-12-20 Kenneth Graunkei965: Zero out {point_sprite,flat}_enables in calculate...
2013-09-16 Paul Berryi965/sf: Consult brw_wm_prog_data when setting up SF...
2013-09-16 Paul Berryi965/sf: Consolidate common code for setting up gen6...
2013-09-16 Paul Berryi965/sf: Use BRW_SF_URB_ENTRY_READ_OFFSET rather than...
2013-07-09 Kenneth Graunkei965: Delete intel_context entirely.
2013-07-09 Kenneth Graunkei965: Move intel_context::is_<platform> flags to brw_co...
2013-07-09 Kenneth Graunkei965: Shorten context base class dereference chains.
2013-03-24 Paul Berryi965: Use brw.vue_map_geom_out instead of VS output...
2013-03-15 Paul BerryReplace gl_frag_attrib enum with gl_varying_slot.
2013-02-03 Kenneth Graunkei965: Fix the SF Vertex URB Read Length calculation...
2013-02-03 Kenneth Graunkei965: Compute the maximum SF source attribute.
2012-12-09 Kenneth Graunkei965: Add missing _NEW_BUFFERS dirty bit in Gen7 SBE...
2012-11-10 Kenneth Graunkei965: Fix AA Line Distance Mode in 3DSTATE_SF on Ivybridge.
2012-08-01 Paul Berryi965/msaa: Treat GL_SAMPLES=1 as equivalent to GL_SAMPL...
2012-07-24 Paul Berryi965/msaa: Control multisampling behaviour via the...
2012-06-20 Paul Berryi965/msaa: Only do multisample rasterization if GL_MULT...
2012-05-15 Paul Berryi965/gen6: Initial implementation of MSAA.
2012-05-11 Marek OlšákMerge branch 'gallium-userbuf'
2012-05-01 Brian Paulintel: use _mesa_is_winsys/user_fbo() helpers
2012-03-30 Kenneth Graunkei965: Set Line Stipple enable bit in 3DSTATE_SF for...
2012-02-21 Eric Anholti965: Move VUE map computation to once at VS compile...
2012-02-21 Eric Anholti965: Make the userclip flag for the VUE map come from...
2012-02-07 Chad Versacei965: Rewrite the HiZ op
2012-01-28 Yuanhan Liui965: fix inverted point sprite origin when rendering...
2012-01-10 Chad Versacei965/gen7: Enable HiZ
2012-01-10 Kenneth Graunkei965: Fix zeroing of unused attributes in 3DSTATE_SBE.
2012-01-10 Kenneth Graunkei965: Annotate the use of _NEW_PROGRAM in Gen6+ SF...
2012-01-10 Kenneth Graunkei965: Add missing _NEW_PROGRAM dirty bit to the gen7_sb...
2011-11-30 Eric Anholti965: Base HW depth format setup based on MESA_FORMAT...
2011-10-27 Paul Berryi965/gen6+: Add support for noperspective interpolation.
2011-10-07 Paul Berryi965: Make brw_compute_vue_map's userclip dependency...
2011-10-07 Paul Berrymesa: Create _mesa_bitcount_64() to replace i965's...
2011-09-23 Paul Berryi965: Allow clip distances to be read back in fragment...
2011-09-23 Yuanhan Liui965: fix the constant interp bitmask for flat mode
2011-09-21 Eric Anholti965/gen6+: Respect the VERTEX_PROGRAM_TWO_SIDE flag...
2011-09-06 Paul Berryi965: Remove two_side_color from brw_compute_vue_map().
2011-09-06 Paul Berryi965: SF: Change gen{6,7}_sf_state.c to compute URB...
2011-09-06 Paul Berryi965: SF: Move outputs_written to a local variable...
2011-09-06 Paul Berryi965: SF: New implementation of get_attr_override using...
2011-08-04 Bryan CainMerge branch 'glsl-to-tgsi'
2011-07-21 Brian PaulMerge branch 'gallium-polygon-stipple'
2011-07-13 Christian KönigMerge branch 'pipe-video'
2011-07-13 Stéphane MarchesinMerge branch 'master' of ssh://git.freedesktop.org...
2011-07-11 Kenneth Graunkei965/gen7: Add support for gl_PointCoord.
2011-07-11 Kenneth Graunkei965/gen7: Fix point sprite texture coordinate overrides.
2011-07-11 Kenneth Graunkei965/gen7: Refactor SF setup a bit to handle overrides...
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: Stop caching the combined depth/stencil region...
2011-05-18 Kenneth Graunkei965: Add depth buffer support on Ivybridge.
2011-05-18 Kenneth Graunkei965: Initial Ivybridge SF/SBE state setup.