aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/gen6_clip_state.c
Commit message (Expand)AuthorAgeFilesLines
* i965: Move BRW_NEW_*_PROG_DATA flags to .brw (not .cache).Kenneth Graunke2014-12-021-2/+2
* 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-2/+7
* i965: Disable guardband clipping in the smaller-than-viewport case.Kenneth Graunke2014-09-101-0/+31
* i965: Disable clipping when rendering 3DPRIM_RECTLIST primitivesKristian Høgsberg2014-08-151-1/+7
* i965/guardband: Enable for all viewport dimensions (GEN8+)Ben Widawsky2014-08-101-10/+20
* i965: Use unreachable() instead of unconditional assert().Matt Turner2014-07-011-2/+1
* i965: Add missing newlines to a few perf_debug messages.Kenneth Graunke2014-06-151-2/+2
* i965: Update 3DSTATE_CLIP for Broadwell.Kenneth Graunke2014-01-311-2/+7
* i965: Consider all viewports before enabling guardband clippingIan Romanick2014-01-201-5/+9
* i965: Set the maximum VPIndexIan Romanick2014-01-201-1/+2
* mesa: Convert gl_context::Viewport to gl_context::ViewportArrayCourtney Goeltzenleuchter2014-01-201-4/+4
* mesa: Converty gl_viewport_attrib::X, ::Y, ::Width, and ::Height to floatCourtney Goeltzenleuchter2014-01-201-2/+2
* i965: Fix clears of layered framebuffers with mismatched layer counts.Paul Berry2014-01-101-1/+1
* mesa: Track number of layers in layered framebuffers.Paul Berry2013-11-211-1/+1
* i965: Combine gen6_clip_state.c and gen7_clip_state.c.Kenneth Graunke2013-11-041-2/+42
* i965: Delete intel_context entirely.Kenneth Graunke2013-07-091-2/+1
* i965: Handle rasterizer discard in the clipper rather than GS on Gen6.Kenneth Graunke2013-05-201-1/+10
* i965: Disable clipper statistics when meta operations are in progress.Kenneth Graunke2013-05-201-2/+3
* i965: Disable the GB clip test when a limited viewport is set.Eric Anholt2012-11-191-2/+12
* i965: Use fewer temporary variables in clip setup.Eric Anholt2012-11-191-13/+8
* i965/msaa: Adapt clip setup for centroid noperspective interpolation.Paul Berry2012-06-251-1/+1
* i965: Implement guardband clipping on Sandybridge.Kenneth Graunke2012-05-151-0/+1
* i965/gen6+: Avoid recomputing whether we use noperspective.Eric Anholt2012-02-211-26/+5
* i965: Rewrite the HiZ opChad Versace2012-02-071-19/+1
* i965/gen6: Manipulate state batches for HiZ meta-ops [v4]Chad Versace2011-11-221-1/+19
* i965/gen6+: Add support for noperspective interpolation.Paul Berry2011-10-271-1/+31
* i965 Gen6+: De-compact clip planes.Paul Berry2011-10-061-26/+2
* mesa: Create _mesa_bitcount_64() to replace i965's brw_count_bits()Paul Berry2011-10-061-1/+1
* i965: allow for nonconsecutive elements of gl_ClipDistance to be enabled.Paul Berry2011-09-281-2/+26
* i965: Add _NEW_LIGHT to Gen6 clip state dirty bits.Kenneth Graunke2011-05-171-1/+2
* i965: Increase Sandybridge point size clamp in the clip state.Kenneth Graunke2011-02-241-1/+1
* i965: Rename various gen6 #defines to match the documentation.Kenneth Graunke2011-01-061-1/+1
* i965: Fix provoking vertex select in clip state for sandybridgeZhenyu Wang2011-01-041-1/+4
* i965: set minimum/maximum Point Width on SandybridgeXiang, Haihao2010-12-071-1/+3
* i965: Add user clip planes support to gen6.Eric Anholt2010-10-281-1/+6
* i965: Remove the gen6 emit_mi_flushes I sprinkled around the driver.Eric Anholt2010-10-191-2/+0
* Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg2010-10-131-1/+1
* i965: Fix incorrect batchbuffer size in gen6 clip state command.Kenneth Graunke2010-10-011-1/+0
* i965: force zero in clipper to ignore RTAIndex on sandybridgeZhenyu Wang2010-09-281-0/+1
* i965: Enable normal clipping on SNB.Eric Anholt2010-03-221-1/+1
* i965: Remove unnecessary headers.Vinson Lee2010-02-251-3/+0
* i965: Enable clip stats.Eric Anholt2010-02-251-1/+1
* i965: Giant pile of flushing to track down SNB bringup issues.Eric Anholt2010-02-251-0/+2
* i965: Add untested REJECT_ALL clip state.Eric Anholt2010-02-251-0/+76