1. 0946822 i965: Always scissor on Gen6-7.5 instead of disabling guardband. by Kenneth Graunke · 8 years ago
  2. 16d5536 i965: Eliminate brw->wm.prog_data pointer. by Kenneth Graunke · 8 years ago
  3. 4c116cb i965: Use gs_prog_data in is_drawing_points/lines(). by Kenneth Graunke · 8 years ago
  4. cd19db4 i965: Fix missing dirty bits related to is_drawing_points/lines. by Kenneth Graunke · 8 years ago
  5. 4c3acf9 i965/state: Move is_drawing_lines/points to gen6_clip_state.c by Jason Ekstrand · 8 years ago
  6. 77d6add i965: Fix point size with tessellation/geometry shaders in GLES. by Kenneth Graunke · 8 years ago
  7. f74a291 i965: Add _NEW_POINT to a couple of comments. by Kenneth Graunke · 8 years ago
  8. 6d5ce1b i965: Make all atoms to track BRW_NEW_BLORP by default by Kenneth Graunke · 8 years ago
  9. c62db27 i965/sf_state: Pull flat_enables out of prog_data by Jason Ekstrand · 8 years ago
  10. 0de64ab i965: Scissor to the viewport when rendering points/lines. by Kenneth Graunke · 8 years ago
  11. 5392328 i965: Make calculate_attr_overrides return the URB read offset. by Kenneth Graunke · 9 years ago
  12. c1da157 i965: Use float calculations when double is unnecessary. by Matt Turner · 9 years ago
  13. 41b6db2 i965: Use _mesa_geometric_ functions appropriately by Kevin Rogovin · 9 years ago
  14. 0f1fe64 i965/gen8: Fix antialiased line rendering with width < 1.5 by Iago Toral Quiroga · 9 years ago
  15. f9a18ac i965: do not round line width when multisampling or antialiaing are enabled by Iago Toral Quiroga · 9 years ago
  16. 24ecf37 i965/aa: fixing anti-aliasing bug for thinnest width lines - GEN7 by Marius Predut · 9 years ago
  17. fdd90fc i965: Implement support for ARB_clip_control. by Mathias Fröhlich · 9 years ago
  18. fe74fee i965: Fix non-AA wide line rendering with fractional line widths by Iago Toral Quiroga · 10 years ago
  19. 2ce29ce i965/gen6+: enable EXT_polygon_offset_clamp by Ilia Mirkin · 10 years ago
  20. 5f34a18 i965: Delete brw_state_flags::cache and related code. by Kenneth Graunke · 10 years ago
  21. 4f24c16 i965: Move BRW_NEW_*_PROG_DATA flags to .brw (not .cache). by Kenneth Graunke · 10 years ago
  22. ce44b20 i965: Rename CACHE_NEW_*_PROG to BRW_NEW_*_PROG_DATA. by Kenneth Graunke · 10 years ago
  23. bea9b8e i965: Alphabetize brw_tracked_state flags and use a consistent style. by Kenneth Graunke · 10 years ago
  24. 0008d0e i965/Gen6-7: Do not replace texcoords with point coord if not drawing points by Chris Forbes · 10 years ago
  25. 61838fd i965: Use ctx->Const.MaxLineWidth when clamping ctx->Line.Width. by Kenneth Graunke · 10 years ago
  26. 0a17302 i965: Drop CACHE_NEW_VS_PROG from the gen7_sf_state atom. by Kenneth Graunke · 10 years ago
  27. e25a453 i965: Add missing /* BRW_NEW_FRAGMENT_PROGRAM */ comments. by Kenneth Graunke · 10 years ago
  28. ff7a2fc i965: Add context flag to disable the viewport transform by Kristian Høgsberg · 10 years ago
  29. 3d82672 i965: Use unreachable() instead of unconditional assert(). by Matt Turner · 10 years ago
  30. a9c73fb mesa: Update gl_scissor_attrib to support ARB_viewport_array by Courtney Goeltzenleuchter · 11 years ago
  31. 0d0edf8 i965: Use {point_sprite,flat}_enable variable names instead of dw*. by Kenneth Graunke · 11 years ago
  32. 23fc845 i965: Zero out {point_sprite,flat}_enables in calculate_attr_overrides. by Kenneth Graunke · 11 years ago
  33. 0af1252 i965/sf: Consult brw_wm_prog_data when setting up SF/SBE state. by Paul Berry · 11 years ago
  34. af84bbd i965/sf: Consolidate common code for setting up gen6-7 attribute overrides. by Paul Berry · 11 years ago
  35. d5b4095 i965/sf: Use BRW_SF_URB_ENTRY_READ_OFFSET rather than hardcoded values. by Paul Berry · 11 years ago
  36. 8c9a54e i965: Delete intel_context entirely. by Kenneth Graunke · 11 years ago
  37. 794de2f i965: Move intel_context::is_<platform> flags to brw_context. by Kenneth Graunke · 11 years ago
  38. e3c2bb1 i965: Shorten context base class dereference chains. by Kenneth Graunke · 11 years ago
  39. bf9bfe8 i965: Use brw.vue_map_geom_out instead of VS output VUE map where appropriate. by Paul Berry · 11 years ago
  40. eed6baf Replace gl_frag_attrib enum with gl_varying_slot. by Paul Berry · 12 years ago
  41. 44aa2e1 i965: Fix the SF Vertex URB Read Length calculation for Gen7 platforms. by Kenneth Graunke · 12 years ago
  42. 5e9bc7b i965: Compute the maximum SF source attribute. by Kenneth Graunke · 12 years ago
  43. bd87441 i965: Add missing _NEW_BUFFERS dirty bit in Gen7 SBE state. by Kenneth Graunke · 12 years ago
  44. e639385 i965: Fix AA Line Distance Mode in 3DSTATE_SF on Ivybridge. by Kenneth Graunke · 12 years ago
  45. 97fc89c i965/msaa: Treat GL_SAMPLES=1 as equivalent to GL_SAMPLES=0. by Paul Berry · 12 years ago
  46. 691c55f i965/msaa: Control multisampling behaviour via the visual. by Paul Berry · 12 years ago
  47. cde6544 i965/msaa: Only do multisample rasterization if GL_MULTISAMPLE enabled. by Paul Berry · 12 years ago
  48. 19e9b24 i965/gen6: Initial implementation of MSAA. by Paul Berry · 12 years ago
  49. 4433b03 intel: use _mesa_is_winsys/user_fbo() helpers by Brian Paul · 12 years ago
  50. b4410ac i965: Set Line Stipple enable bit in 3DSTATE_SF for Haswell. by Kenneth Graunke · 13 years ago
  51. f0cecd4 i965: Move VUE map computation to once at VS compile time. by Eric Anholt · 13 years ago
  52. 9f3d321 i965: Make the userclip flag for the VUE map come from VS prog data. by Eric Anholt · 13 years ago
  53. 7b36c68 i965: Rewrite the HiZ op by Chad Versace · 13 years ago
  54. eaf360e i965: fix inverted point sprite origin when rendering to FBO by Yuanhan Liu · 13 years ago
  55. 06ad9ad i965/gen7: Enable HiZ by Chad Versace · 13 years ago
  56. a48cc13 i965: Fix zeroing of unused attributes in 3DSTATE_SBE. by Kenneth Graunke · 13 years ago
  57. ef034f1 i965: Annotate the use of _NEW_PROGRAM in Gen6+ SF state atoms. by Kenneth Graunke · 13 years ago
  58. 60343b6 i965: Add missing _NEW_PROGRAM dirty bit to the gen7_sbe_state atom. by Kenneth Graunke · 13 years ago
  59. d84a180 i965: Base HW depth format setup based on MESA_FORMAT, not bpp. by Eric Anholt · 13 years ago
  60. 5aa9628 i965/gen6+: Add support for noperspective interpolation. by Paul Berry · 13 years ago
  61. 18e2e19 i965: Make brw_compute_vue_map's userclip dependency a boolean. by Paul Berry · 13 years ago
  62. c163072 mesa: Create _mesa_bitcount_64() to replace i965's brw_count_bits() by Paul Berry · 13 years ago
  63. 2a6d432 i965: Allow clip distances to be read back in fragment shaders. by Paul Berry · 13 years ago
  64. cd6b842 i965: fix the constant interp bitmask for flat mode by Yuanhan Liu · 13 years ago
  65. 447c488 i965/gen6+: Respect the VERTEX_PROGRAM_TWO_SIDE flag for shaders. by Eric Anholt · 13 years ago
  66. becd54e i965: Remove two_side_color from brw_compute_vue_map(). by Paul Berry · 13 years ago
  67. 9660e3b i965: SF: Change gen{6,7}_sf_state.c to compute URB read length based on VUE map. by Paul Berry · 13 years ago
  68. fc60a07 i965: SF: Move outputs_written to a local variable for clarity. by Paul Berry · 13 years ago
  69. 2d909f4 i965: SF: New implementation of get_attr_override using the VUE map. by Paul Berry · 13 years ago
  70. 186e37c i965/gen7: Add support for gl_PointCoord. by Kenneth Graunke · 13 years ago
  71. 147d010 i965/gen7: Fix point sprite texture coordinate overrides. by Kenneth Graunke · 13 years ago
  72. 5edb3dd i965/gen7: Refactor SF setup a bit to handle overrides in one place. by Kenneth Graunke · 13 years ago
  73. a98dd64 i965: Stop caching the combined depth/stencil region in brw_context.c. by Eric Anholt · 13 years ago
  74. 8c8985b i965: Add depth buffer support on Ivybridge. by Kenneth Graunke · 13 years ago
  75. 7d608d0 i965: Initial Ivybridge SF/SBE state setup. by Kenneth Graunke · 14 years ago