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_sf_state.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
i965: Use gs_prog_data in is_drawing_points/lines().
Kenneth Graunke
2016-08-31
1
-3
/
+5
*
i965/state: Move is_drawing_lines/points to gen6_clip_state.c
Jason Ekstrand
2016-08-19
1
-2
/
+2
*
i965: Fix point size with tessellation/geometry shaders in GLES.
Kenneth Graunke
2016-06-22
1
-3
/
+2
*
mesa: Rename CoordReplaceBits back to CoordReplace.
Mathias Fröhlich
2016-06-16
1
-1
/
+1
*
i965: Convert i965 to use CoordsReplaceBits.
Mathias Fröhlich
2016-06-16
1
-1
/
+1
*
i965: Add _NEW_POINT to a couple of comments.
Kenneth Graunke
2016-06-02
1
-1
/
+1
*
i965: Make all atoms to track BRW_NEW_BLORP by default
Kenneth Graunke
2016-04-23
1
-1
/
+2
*
i965/sf_state: Pull flat_enables out of prog_data
Jason Ekstrand
2016-04-06
1
-19
/
+2
*
i965: Scissor to the viewport when rendering points/lines.
Kenneth Graunke
2016-03-18
1
-2
/
+3
*
i965: Move is_drawing_points to brw_state.h.
Kenneth Graunke
2016-03-18
1
-24
/
+0
*
i965: Account for TES in is_drawing_points().
Kenneth Graunke
2016-03-18
1
-1
/
+8
*
i965: Implement ARB_fragment_layer_viewport.
Kenneth Graunke
2015-10-28
1
-0
/
+31
*
i965: Make calculate_attr_overrides return the URB read offset.
Kenneth Graunke
2015-10-28
1
-5
/
+8
*
i965: Use float calculations when double is unnecessary.
Matt Turner
2015-07-29
1
-1
/
+1
*
i965: Use _mesa_geometric_ functions appropriately
Kevin Rogovin
2015-06-17
1
-1
/
+2
*
i965/gen8: Fix antialiased line rendering with width < 1.5
Iago Toral Quiroga
2015-06-11
1
-21
/
+1
*
i965: do not round line width when multisampling or antialiaing are enabled
Iago Toral Quiroga
2015-06-11
1
-5
/
+1
*
i965/aa: fixing anti-aliasing bug for thinnest width lines - GEN6
Marius Predut
2015-05-05
1
-3
/
+19
*
i965: Implement support for ARB_clip_control.
Mathias Fröhlich
2015-04-05
1
-1
/
+1
*
i965: Fix non-AA wide line rendering with fractional line widths
Iago Toral Quiroga
2015-02-24
1
-2
/
+6
*
i965/gen6+: enable EXT_polygon_offset_clamp
Ilia Mirkin
2015-02-02
1
-1
/
+1
*
i965/Gen6-7: Fix point sprites with PolygonMode(GL_POINT)
Chris Forbes
2014-12-07
1
-0
/
+6
*
i965: Move BRW_NEW_*_PROG_DATA flags to .brw (not .cache).
Kenneth Graunke
2014-12-02
1
-1
/
+1
*
i965: Rename CACHE_NEW_*_PROG to BRW_NEW_*_PROG_DATA.
Kenneth Graunke
2014-12-02
1
-4
/
+4
*
i965: Alphabetize brw_tracked_state flags and use a consistent style.
Kenneth Graunke
2014-11-29
1
-13
/
+13
*
i965/Gen6-7: Do not replace texcoords with point coord if not drawing points
Chris Forbes
2014-11-25
1
-11
/
+46
*
i965: Use ctx->Const.MaxLineWidth when clamping ctx->Line.Width.
Kenneth Graunke
2014-11-08
1
-1
/
+2
*
i965: Add missing /* BRW_NEW_FRAGMENT_PROGRAM */ comments.
Kenneth Graunke
2014-10-01
1
-2
/
+3
*
i965: Add context flag to disable the viewport transform
Kristian Høgsberg
2014-08-15
1
-2
/
+3
*
i965: Use unreachable() instead of unconditional assert().
Matt Turner
2014-07-01
1
-6
/
+3
*
mesa: Update gl_scissor_attrib to support ARB_viewport_array
Courtney Goeltzenleuchter
2014-01-20
1
-1
/
+1
*
i965: Use {point_sprite,flat}_enable variable names instead of dw*.
Kenneth Graunke
2013-12-20
1
-5
/
+7
*
i965: Zero out {point_sprite,flat}_enables in calculate_attr_overrides.
Kenneth Graunke
2013-12-20
1
-2
/
+3
*
i965: Make fs gl_PrimitiveID input work even when there's no gs.
Paul Berry
2013-10-27
1
-5
/
+22
*
i965/fs: Stop wasting input attribute space on gl_FragCoord and gl_FrontFacing.
Paul Berry
2013-09-16
1
-8
/
+0
*
i965/sf: Consult brw_wm_prog_data when setting up SF/SBE state.
Paul Berry
2013-09-16
1
-18
/
+27
*
i965/sf: Consolidate common code for setting up gen6-7 attribute overrides.
Paul Berry
2013-09-16
1
-66
/
+87
*
i965/sf: Use BRW_SF_URB_ENTRY_READ_OFFSET rather than hardcoded values.
Paul Berry
2013-09-16
1
-1
/
+1
*
i965: Delete intel_context entirely.
Kenneth Graunke
2013-07-09
1
-2
/
+1
*
i965: Shorten context base class dereference chains.
Kenneth Graunke
2013-07-09
1
-1
/
+1
*
i965: Use brw.vue_map_geom_out instead of VS output VUE map where appropriate.
Paul Berry
2013-03-24
1
-5
/
+5
*
i965: Clarify nomenclature: vert_result -> varying
Paul Berry
2013-03-23
1
-7
/
+7
*
Replace gl_frag_attrib enum with gl_varying_slot.
Paul Berry
2013-03-15
1
-8
/
+8
*
Get rid of _mesa_frag_attrib_to_vert_result().
Paul Berry
2013-03-15
1
-8
/
+7
*
Replace gl_vert_result enum with gl_varying_slot.
Paul Berry
2013-03-15
1
-9
/
+9
*
i965: Consign COORD_REPLACE VS hacks to Pre-Gen6.
Paul Berry
2013-02-20
1
-1
/
+12
*
i965: Fix the SF Vertex URB Read Length calculation for Sandybridge.
Kenneth Graunke
2013-02-03
1
-16
/
+18
*
i965: Compute the maximum SF source attribute.
Kenneth Graunke
2013-02-03
1
-2
/
+8
*
i965: Refactor Gen6+ SF attribute override code.
Kenneth Graunke
2013-02-03
1
-12
/
+13
*
i965/msaa: Treat GL_SAMPLES=1 as equivalent to GL_SAMPLES=0.
Paul Berry
2012-08-01
1
-1
/
+1
[next]