summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/gen7_sf_state.c
Commit message (Expand)AuthorAgeFilesLines
* 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-4/+4
* i965: Fix missing dirty bits related to is_drawing_points/lines.Kenneth Graunke2016-08-311-3/+11
* i965/state: Move is_drawing_lines/points to gen6_clip_state.cJason Ekstrand2016-08-191-1/+1
* 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-2/+4
* i965/sf_state: Pull flat_enables out of prog_dataJason Ekstrand2016-04-061-4/+2
* i965: Scissor to the viewport when rendering points/lines.Kenneth Graunke2016-03-181-3/+5
* i965: Make calculate_attr_overrides return the URB read offset.Kenneth Graunke2015-10-281-2/+3
* i965: Use float calculations when double is unnecessary.Matt Turner2015-07-291-1/+1
* i965: Use _mesa_geometric_ functions appropriatelyKevin Rogovin2015-06-171-1/+2
* i965/gen8: Fix antialiased line rendering with width < 1.5Iago Toral Quiroga2015-06-111-20/+1
* i965: do not round line width when multisampling or antialiaing are enabledIago Toral Quiroga2015-06-111-5/+1
* i965/aa: fixing anti-aliasing bug for thinnest width lines - GEN7Marius Predut2015-05-051-3/+18
* 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: Delete brw_state_flags::cache and related code.Kenneth Graunke2014-12-021-1/+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-17/+17
* i965/Gen6-7: Do not replace texcoords with point coord if not drawing pointsChris Forbes2014-11-251-1/+3
* i965: Use ctx->Const.MaxLineWidth when clamping ctx->Line.Width.Kenneth Graunke2014-11-081-1/+2
* i965: Drop CACHE_NEW_VS_PROG from the gen7_sf_state atom.Kenneth Graunke2014-10-011-1/+1
* 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-2/+4
* i965: Use unreachable() instead of unconditional assert().Matt Turner2014-07-011-6/+3
* mesa: Update gl_scissor_attrib to support ARB_viewport_arrayCourtney Goeltzenleuchter2014-01-201-1/+1
* i965: Use {point_sprite,flat}_enable variable names instead of dw*.Kenneth Graunke2013-12-201-5/+7
* i965: Zero out {point_sprite,flat}_enables in calculate_attr_overrides.Kenneth Graunke2013-12-201-4/+0
* i965/sf: Consult brw_wm_prog_data when setting up SF/SBE state.Paul Berry2013-09-161-5/+8
* i965/sf: Consolidate common code for setting up gen6-7 attribute overrides.Paul Berry2013-09-161-60/+4
* i965/sf: Use BRW_SF_URB_ENTRY_READ_OFFSET rather than hardcoded values.Paul Berry2013-09-161-1/+1
* i965: Delete intel_context entirely.Kenneth Graunke2013-07-091-4/+2
* i965: Move intel_context::is_<platform> flags to brw_context.Kenneth Graunke2013-07-091-1/+1
* i965: Shorten context base class dereference chains.Kenneth Graunke2013-07-091-1/+1
* i965: Use brw.vue_map_geom_out instead of VS output VUE map where appropriate.Paul Berry2013-03-241-4/+4
* Replace gl_frag_attrib enum with gl_varying_slot.Paul Berry2013-03-151-7/+7
* i965: Fix the SF Vertex URB Read Length calculation for Gen7 platforms.Kenneth Graunke2013-02-031-16/+16
* i965: Compute the maximum SF source attribute.Kenneth Graunke2013-02-031-1/+3
* i965: Add missing _NEW_BUFFERS dirty bit in Gen7 SBE state.Kenneth Graunke2012-12-081-1/+2
* i965: Fix AA Line Distance Mode in 3DSTATE_SF on Ivybridge.Kenneth Graunke2012-11-101-3/+1
* i965/msaa: Treat GL_SAMPLES=1 as equivalent to GL_SAMPLES=0.Paul Berry2012-08-011-1/+1
* i965/msaa: Control multisampling behaviour via the visual.Paul Berry2012-07-241-3/+1
* i965/msaa: Only do multisample rasterization if GL_MULTISAMPLE enabled.Paul Berry2012-06-201-4/+6
* i965/gen6: Initial implementation of MSAA.Paul Berry2012-05-151-2/+12
* intel: use _mesa_is_winsys/user_fbo() helpersBrian Paul2012-05-011-2/+3
* i965: Set Line Stipple enable bit in 3DSTATE_SF for Haswell.Kenneth Graunke2012-03-301-0/+3
* i965: Move VUE map computation to once at VS compile time.Eric Anholt2012-02-211-5/+5