index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
mesa
/
drivers
/
dri
/
i965
/
gen6_clip_state.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
i965: Port Gen6+ 3DSTATE_CLIP state to genxml.
Rafael Antognolli
2017-05-03
1
-139
/
+0
*
i965: Move the back-end compiler to src/intel/compiler
Jason Ekstrand
2017-03-13
1
-1
/
+1
*
i965: split EU defines to brw_eu_defines.h
Emil Velikov
2017-03-13
1
-0
/
+1
*
Revert "i965: Disable guardband clipping in the smaller-than-viewport case."
Kenneth Graunke
2017-02-06
1
-31
/
+0
*
i965: Always scissor on Gen6-7.5 instead of disabling guardband.
Kenneth Graunke
2017-02-06
1
-26
/
+0
*
i965: Use 3DSTATE_CLIP's User Clip Distance Enable bitmask on Gen8+.
Kenneth Graunke
2016-11-23
1
-0
/
+9
*
i965: Eliminate brw->wm.prog_data pointer.
Kenneth Graunke
2016-10-05
1
-1
/
+1
*
i965: Eliminate brw->gs.prog_data pointer.
Kenneth Graunke
2016-10-05
1
-4
/
+6
*
i965: Eliminate brw->tes.prog_data pointer.
Kenneth Graunke
2016-10-05
1
-4
/
+4
*
i965: Eliminate brw->vs.prog_data pointer.
Kenneth Graunke
2016-10-05
1
-1
/
+1
*
i965: Add missing BRW_NEW_VS_PROG_DATA to 3DSTATE_CLIP.
Kenneth Graunke
2016-10-04
1
-0
/
+2
*
i965: Only emit 1 viewport when possible.
Kenneth Graunke
2016-10-03
1
-9
/
+7
*
i965: Merge gen7_clip_state atom into gen6_clip_state atom.
Kenneth Graunke
2016-08-31
1
-18
/
+0
*
i965: Use gs_prog_data in is_drawing_points/lines().
Kenneth Graunke
2016-08-31
1
-8
/
+8
*
i965: Fix missing dirty bits related to is_drawing_points/lines.
Kenneth Graunke
2016-08-31
1
-0
/
+5
*
i965/state: Move is_drawing_lines/points to gen6_clip_state.c
Jason Ekstrand
2016-08-19
1
-1
/
+53
*
i965: Rename brw_wm_barycentric_interp_mode to brw_barycentric_mode.
Kenneth Graunke
2016-07-15
1
-1
/
+1
*
i965: Drop perf_debug about rasterizer discard in SOL vs. clipper.
Kenneth Graunke
2016-06-16
1
-3
/
+5
*
i965: Add support for GL_ARB_cull_distance
Kristian Høgsberg Kristensen
2016-05-13
1
-0
/
+2
*
i965: Clamp "Maximum VP Index" to 1 when gl_ViewportIndex isn't written.
Kenneth Graunke
2016-05-09
1
-3
/
+10
*
i965: Make all atoms to track BRW_NEW_BLORP by default
Kenneth Graunke
2016-04-23
1
-2
/
+4
*
i965: Stop XY clipping point and line primitives.
Kenneth Graunke
2016-03-18
1
-1
/
+7
*
i965: Use _mesa_geometric_ functions appropriately
Kevin Rogovin
2015-06-17
1
-3
/
+7
*
i965: Implement support for ARB_clip_control.
Mathias Fröhlich
2015-04-05
1
-2
/
+5
*
i965: Move BRW_NEW_*_PROG_DATA flags to .brw (not .cache).
Kenneth Graunke
2014-12-02
1
-2
/
+2
*
i965: Rename CACHE_NEW_*_PROG to BRW_NEW_*_PROG_DATA.
Kenneth Graunke
2014-12-02
1
-3
/
+3
*
i965: Alphabetize brw_tracked_state flags and use a consistent style.
Kenneth Graunke
2014-11-29
1
-2
/
+7
*
i965: Disable guardband clipping in the smaller-than-viewport case.
Kenneth Graunke
2014-09-10
1
-0
/
+31
*
i965: Disable clipping when rendering 3DPRIM_RECTLIST primitives
Kristian Høgsberg
2014-08-15
1
-1
/
+7
*
i965/guardband: Enable for all viewport dimensions (GEN8+)
Ben Widawsky
2014-08-10
1
-10
/
+20
*
i965: Use unreachable() instead of unconditional assert().
Matt Turner
2014-07-01
1
-2
/
+1
*
i965: Add missing newlines to a few perf_debug messages.
Kenneth Graunke
2014-06-15
1
-2
/
+2
*
i965: Update 3DSTATE_CLIP for Broadwell.
Kenneth Graunke
2014-01-31
1
-2
/
+7
*
i965: Consider all viewports before enabling guardband clipping
Ian Romanick
2014-01-20
1
-5
/
+9
*
i965: Set the maximum VPIndex
Ian Romanick
2014-01-20
1
-1
/
+2
*
mesa: Convert gl_context::Viewport to gl_context::ViewportArray
Courtney Goeltzenleuchter
2014-01-20
1
-4
/
+4
*
mesa: Converty gl_viewport_attrib::X, ::Y, ::Width, and ::Height to float
Courtney Goeltzenleuchter
2014-01-20
1
-2
/
+2
*
i965: Fix clears of layered framebuffers with mismatched layer counts.
Paul Berry
2014-01-10
1
-1
/
+1
*
mesa: Track number of layers in layered framebuffers.
Paul Berry
2013-11-21
1
-1
/
+1
*
i965: Combine gen6_clip_state.c and gen7_clip_state.c.
Kenneth Graunke
2013-11-04
1
-2
/
+42
*
i965: Delete intel_context entirely.
Kenneth Graunke
2013-07-09
1
-2
/
+1
*
i965: Handle rasterizer discard in the clipper rather than GS on Gen6.
Kenneth Graunke
2013-05-20
1
-1
/
+10
*
i965: Disable clipper statistics when meta operations are in progress.
Kenneth Graunke
2013-05-20
1
-2
/
+3
*
i965: Disable the GB clip test when a limited viewport is set.
Eric Anholt
2012-11-19
1
-2
/
+12
*
i965: Use fewer temporary variables in clip setup.
Eric Anholt
2012-11-19
1
-13
/
+8
*
i965/msaa: Adapt clip setup for centroid noperspective interpolation.
Paul Berry
2012-06-25
1
-1
/
+1
*
i965: Implement guardband clipping on Sandybridge.
Kenneth Graunke
2012-05-15
1
-0
/
+1
*
i965/gen6+: Avoid recomputing whether we use noperspective.
Eric Anholt
2012-02-21
1
-26
/
+5
*
i965: Rewrite the HiZ op
Chad Versace
2012-02-07
1
-19
/
+1
*
i965/gen6: Manipulate state batches for HiZ meta-ops [v4]
Chad Versace
2011-11-22
1
-1
/
+19
[next]