summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/i965/gen7_sf_state.c
AgeCommit message (Expand)AuthorFilesLines
2015-07-29i965: Use float calculations when double is unnecessary.Matt Turner1-1/+1
2015-06-17i965: Use _mesa_geometric_ functions appropriatelyKevin Rogovin1-1/+2
2015-06-11i965/gen8: Fix antialiased line rendering with width < 1.5Iago Toral Quiroga1-20/+1
2015-06-11i965: do not round line width when multisampling or antialiaing are enabledIago Toral Quiroga1-5/+1
2015-05-05i965/aa: fixing anti-aliasing bug for thinnest width lines - GEN7Marius Predut1-3/+18
2015-04-05i965: Implement support for ARB_clip_control.Mathias Fröhlich1-1/+1
2015-02-24i965: Fix non-AA wide line rendering with fractional line widthsIago Toral Quiroga1-2/+6
2015-02-02i965/gen6+: enable EXT_polygon_offset_clampIlia Mirkin1-1/+1
2014-12-02i965: Delete brw_state_flags::cache and related code.Kenneth Graunke1-1/+0
2014-12-02i965: Move BRW_NEW_*_PROG_DATA flags to .brw (not .cache).Kenneth Graunke1-1/+1
2014-12-02i965: Rename CACHE_NEW_*_PROG to BRW_NEW_*_PROG_DATA.Kenneth Graunke1-3/+3
2014-11-29i965: Alphabetize brw_tracked_state flags and use a consistent style.Kenneth Graunke1-17/+17
2014-11-25i965/Gen6-7: Do not replace texcoords with point coord if not drawing pointsChris Forbes1-1/+3
2014-11-08i965: Use ctx->Const.MaxLineWidth when clamping ctx->Line.Width.Kenneth Graunke1-1/+2
2014-10-01i965: Drop CACHE_NEW_VS_PROG from the gen7_sf_state atom.Kenneth Graunke1-1/+1
2014-10-01i965: Add missing /* BRW_NEW_FRAGMENT_PROGRAM */ comments.Kenneth Graunke1-2/+2
2014-08-15i965: Add context flag to disable the viewport transformKristian Høgsberg1-2/+4
2014-07-01i965: Use unreachable() instead of unconditional assert().Matt Turner1-6/+3
2014-01-20mesa: Update gl_scissor_attrib to support ARB_viewport_arrayCourtney Goeltzenleuchter1-1/+1
2013-12-20i965: Use {point_sprite,flat}_enable variable names instead of dw*.Kenneth Graunke1-5/+7
2013-12-20i965: Zero out {point_sprite,flat}_enables in calculate_attr_overrides.Kenneth Graunke1-4/+0
2013-09-16i965/sf: Consult brw_wm_prog_data when setting up SF/SBE state.Paul Berry1-5/+8
2013-09-16i965/sf: Consolidate common code for setting up gen6-7 attribute overrides.Paul Berry1-60/+4
2013-09-16i965/sf: Use BRW_SF_URB_ENTRY_READ_OFFSET rather than hardcoded values.Paul Berry1-1/+1
2013-07-09i965: Delete intel_context entirely.Kenneth Graunke1-4/+2
2013-07-09i965: Move intel_context::is_<platform> flags to brw_context.Kenneth Graunke1-1/+1
2013-07-09i965: Shorten context base class dereference chains.Kenneth Graunke1-1/+1
2013-03-24i965: Use brw.vue_map_geom_out instead of VS output VUE map where appropriate.Paul Berry1-4/+4
2013-03-15Replace gl_frag_attrib enum with gl_varying_slot.Paul Berry1-7/+7
2013-02-03i965: Fix the SF Vertex URB Read Length calculation for Gen7 platforms.Kenneth Graunke1-16/+16
2013-02-03i965: Compute the maximum SF source attribute.Kenneth Graunke1-1/+3
2012-12-08i965: Add missing _NEW_BUFFERS dirty bit in Gen7 SBE state.Kenneth Graunke1-1/+2
2012-11-10i965: Fix AA Line Distance Mode in 3DSTATE_SF on Ivybridge.Kenneth Graunke1-3/+1
2012-08-01i965/msaa: Treat GL_SAMPLES=1 as equivalent to GL_SAMPLES=0.Paul Berry1-1/+1
2012-07-24i965/msaa: Control multisampling behaviour via the visual.Paul Berry1-3/+1
2012-06-20i965/msaa: Only do multisample rasterization if GL_MULTISAMPLE enabled.Paul Berry1-4/+6
2012-05-15i965/gen6: Initial implementation of MSAA.Paul Berry1-2/+12
2012-05-01intel: use _mesa_is_winsys/user_fbo() helpersBrian Paul1-2/+3
2012-03-30i965: Set Line Stipple enable bit in 3DSTATE_SF for Haswell.Kenneth Graunke1-0/+3
2012-02-21i965: Move VUE map computation to once at VS compile time.Eric Anholt1-5/+5
2012-02-21i965: Make the userclip flag for the VUE map come from VS prog data.Eric Anholt1-7/+3
2012-02-07i965: Rewrite the HiZ opChad Versace1-15/+4
2012-01-28i965: fix inverted point sprite origin when rendering to FBOYuanhan Liu1-3/+15
2012-01-10i965/gen7: Enable HiZChad Versace1-3/+15
2012-01-09i965: Fix zeroing of unused attributes in 3DSTATE_SBE.Kenneth Graunke1-2/+2
2012-01-09i965: Annotate the use of _NEW_PROGRAM in Gen6+ SF state atoms.Kenneth Graunke1-1/+1
2012-01-09i965: Add missing _NEW_PROGRAM dirty bit to the gen7_sbe_state atom.Kenneth Graunke1-0/+2
2011-11-29i965: Base HW depth format setup based on MESA_FORMAT, not bpp.Eric Anholt1-1/+1
2011-10-27i965/gen6+: Add support for noperspective interpolation.Paul Berry1-11/+10
2011-10-06i965: Make brw_compute_vue_map's userclip dependency a boolean.Paul Berry1-2/+2