summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/i965/gen8_sf_state.c
AgeCommit message (Expand)AuthorFilesLines
2015-07-29i965: Use float calculations when double is unnecessary.Matt Turner1-1/+1
2015-06-11i965/gen8: Fix antialiased line rendering with width < 1.5Iago Toral Quiroga1-4/+1
2015-06-11i965: do not round line width when multisampling or antialiaing are enabledIago Toral Quiroga1-5/+1
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/skl: Fix SBE state upload code.Ben Widawsky1-1/+3
2014-12-02i965: Delete brw_state_flags::cache and related code.Kenneth Graunke1-2/+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-1/+4
2014-11-08i965: Use ctx->Const.MaxLineWidth when clamping ctx->Line.Width.Kenneth Graunke1-1/+2
2014-11-08i965: Set Line Width correctly on Cherryview and Skylake.Kenneth Graunke1-1/+5
2014-11-03i965/skl: Update Viewport Z Clip Test Enable bits for Skylake.Kenneth Graunke1-2/+8
2014-11-03i965/skl: Update 3DSTATE_SBE for Skylake.Damien Lespiau1-2/+28
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-1/+4
2014-07-01i965: Use unreachable() instead of unconditional assert().Matt Turner1-6/+3
2014-04-07i965: Fix missing dirty bits in the gen8_sbe_state atom.Kenneth Graunke1-2/+2
2014-02-19i965: Enable smooth points when multisampling without point sprites.Kenneth Graunke1-1/+5
2014-02-19i965: Thwack multisample enable bit in 3DSTATE_RASTER.Kenneth Graunke1-0/+4
2014-01-31i965: Update SF, SBE, and RASTER state for Broadwell.Kenneth Graunke1-0/+285