summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/gen8_sf_state.c
Commit message (Expand)AuthorAgeFilesLines
* i965: get inputs read from nir infoTimothy Arceri2016-10-061-1/+4
* i965: Eliminate brw->wm.prog_data pointer.Kenneth Graunke2016-10-051-2/+4
* i965: Use gs_prog_data in is_drawing_points/lines().Kenneth Graunke2016-08-311-2/+2
* i965: Fix missing dirty bits related to is_drawing_points/lines.Kenneth Graunke2016-08-311-2/+7
* i965: Fix point size with tessellation/geometry shaders in GLES.Kenneth Graunke2016-06-221-3/+4
* i965: Add _NEW_POINT to a couple of comments.Kenneth Graunke2016-06-021-1/+1
* i965: Make all atoms to track BRW_NEW_BLORP by defaultKenneth Graunke2016-04-231-3/+6
* i965/sf_state: Pull flat_enables out of prog_dataJason Ekstrand2016-04-061-3/+1
* mesa: replace gl_context->Multisample._Enabled with _mesa_is_multisample_enab...Bas Nieuwenhuizen2016-03-241-2/+2
* i965: Make calculate_attr_overrides return the URB read offset.Kenneth Graunke2015-10-281-2/+4
* i965: Use float calculations when double is unnecessary.Matt Turner2015-07-291-1/+1
* i965/gen8: Fix antialiased line rendering with width < 1.5Iago Toral Quiroga2015-06-111-4/+1
* i965: do not round line width when multisampling or antialiaing are enabledIago Toral Quiroga2015-06-111-5/+1
* i965: Implement support for ARB_clip_control.Mathias Fröhlich2015-04-051-1/+1
* i965: Fix non-AA wide line rendering with fractional line widthsIago Toral Quiroga2015-02-241-2/+6
* i965/gen6+: enable EXT_polygon_offset_clampIlia Mirkin2015-02-021-1/+1
* i965/skl: Fix SBE state upload code.Ben Widawsky2014-12-021-1/+3
* i965: Delete brw_state_flags::cache and related code.Kenneth Graunke2014-12-021-2/+0
* i965: Move BRW_NEW_*_PROG_DATA flags to .brw (not .cache).Kenneth Graunke2014-12-021-1/+1
* i965: Rename CACHE_NEW_*_PROG to BRW_NEW_*_PROG_DATA.Kenneth Graunke2014-12-021-3/+3
* i965: Alphabetize brw_tracked_state flags and use a consistent style.Kenneth Graunke2014-11-291-1/+4
* i965: Use ctx->Const.MaxLineWidth when clamping ctx->Line.Width.Kenneth Graunke2014-11-081-1/+2
* i965: Set Line Width correctly on Cherryview and Skylake.Kenneth Graunke2014-11-081-1/+5
* i965/skl: Update Viewport Z Clip Test Enable bits for Skylake.Kenneth Graunke2014-11-031-2/+8
* i965/skl: Update 3DSTATE_SBE for Skylake.Damien Lespiau2014-11-031-2/+28
* i965: Add missing /* BRW_NEW_FRAGMENT_PROGRAM */ comments.Kenneth Graunke2014-10-011-2/+2
* i965: Add context flag to disable the viewport transformKristian Høgsberg2014-08-151-1/+4
* i965: Use unreachable() instead of unconditional assert().Matt Turner2014-07-011-6/+3
* i965: Fix missing dirty bits in the gen8_sbe_state atom.Kenneth Graunke2014-04-071-2/+2
* i965: Enable smooth points when multisampling without point sprites.Kenneth Graunke2014-02-191-1/+5
* i965: Thwack multisample enable bit in 3DSTATE_RASTER.Kenneth Graunke2014-02-191-0/+4
* i965: Update SF, SBE, and RASTER state for Broadwell.Kenneth Graunke2014-01-311-0/+285