summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/i965/gen6_clip_state.c
AgeCommit message (Expand)AuthorFilesLines
2013-07-09i965: Delete intel_context entirely.Kenneth Graunke1-2/+1
2013-05-20i965: Handle rasterizer discard in the clipper rather than GS on Gen6.Kenneth Graunke1-1/+10
2013-05-20i965: Disable clipper statistics when meta operations are in progress.Kenneth Graunke1-2/+3
2012-11-19i965: Disable the GB clip test when a limited viewport is set.Eric Anholt1-2/+12
2012-11-19i965: Use fewer temporary variables in clip setup.Eric Anholt1-13/+8
2012-06-25i965/msaa: Adapt clip setup for centroid noperspective interpolation.Paul Berry1-1/+1
2012-05-15i965: Implement guardband clipping on Sandybridge.Kenneth Graunke1-0/+1
2012-02-21i965/gen6+: Avoid recomputing whether we use noperspective.Eric Anholt1-26/+5
2012-02-07i965: Rewrite the HiZ opChad Versace1-19/+1
2011-11-22i965/gen6: Manipulate state batches for HiZ meta-ops [v4]Chad Versace1-1/+19
2011-10-27i965/gen6+: Add support for noperspective interpolation.Paul Berry1-1/+31
2011-10-06i965 Gen6+: De-compact clip planes.Paul Berry1-26/+2
2011-10-06mesa: Create _mesa_bitcount_64() to replace i965's brw_count_bits()Paul Berry1-1/+1
2011-09-28i965: allow for nonconsecutive elements of gl_ClipDistance to be enabled.Paul Berry1-2/+26
2011-05-17i965: Add _NEW_LIGHT to Gen6 clip state dirty bits.Kenneth Graunke1-1/+2
2011-02-24i965: Increase Sandybridge point size clamp in the clip state.Kenneth Graunke1-1/+1
2011-01-06i965: Rename various gen6 #defines to match the documentation.Kenneth Graunke1-1/+1
2011-01-04i965: Fix provoking vertex select in clip state for sandybridgeZhenyu Wang1-1/+4
2010-12-07i965: set minimum/maximum Point Width on SandybridgeXiang, Haihao1-1/+3
2010-10-28i965: Add user clip planes support to gen6.Eric Anholt1-1/+6
2010-10-19i965: Remove the gen6 emit_mi_flushes I sprinkled around the driver.Eric Anholt1-2/+0
2010-10-13Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg1-1/+1
2010-10-01i965: Fix incorrect batchbuffer size in gen6 clip state command.Kenneth Graunke1-1/+0
2010-09-28i965: force zero in clipper to ignore RTAIndex on sandybridgeZhenyu Wang1-0/+1
2010-03-22i965: Enable normal clipping on SNB.Eric Anholt1-1/+1
2010-02-25i965: Remove unnecessary headers.Vinson Lee1-3/+0
2010-02-25i965: Enable clip stats.Eric Anholt1-1/+1
2010-02-25i965: Giant pile of flushing to track down SNB bringup issues.Eric Anholt1-0/+2
2010-02-25i965: Add untested REJECT_ALL clip state.Eric Anholt1-0/+76