1. 0946822 i965: Always scissor on Gen6-7.5 instead of disabling guardband. by Kenneth Graunke · 8 years ago
  2. 3423488 st/mesa/r200/i915/i965: eliminate gl_fragment_program by Timothy Arceri · 8 years ago
  3. 17e28a1 i965/mesa/st/swrast: set fs shader_info directly and switch to using it by Timothy Arceri · 8 years ago
  4. e1af20f nir/i965/anv/radv/gallium: make shader info a pointer by Timothy Arceri · 8 years ago
  5. 7627fbd i965: get inputs read from nir info by Timothy Arceri · 8 years ago
  6. 16d5536 i965: Eliminate brw->wm.prog_data pointer. by Kenneth Graunke · 8 years ago
  7. 4c116cb i965: Use gs_prog_data in is_drawing_points/lines(). by Kenneth Graunke · 8 years ago
  8. 4c3acf9 i965/state: Move is_drawing_lines/points to gen6_clip_state.c by Jason Ekstrand · 8 years ago
  9. 77d6add i965: Fix point size with tessellation/geometry shaders in GLES. by Kenneth Graunke · 8 years ago
  10. 6749d77 mesa: Rename CoordReplaceBits back to CoordReplace. by Mathias Fröhlich · 8 years ago
  11. d19c696 i965: Convert i965 to use CoordsReplaceBits. by Mathias Fröhlich · 8 years ago
  12. f74a291 i965: Add _NEW_POINT to a couple of comments. by Kenneth Graunke · 8 years ago
  13. 6d5ce1b i965: Make all atoms to track BRW_NEW_BLORP by default by Kenneth Graunke · 8 years ago
  14. c62db27 i965/sf_state: Pull flat_enables out of prog_data by Jason Ekstrand · 8 years ago
  15. 0de64ab i965: Scissor to the viewport when rendering points/lines. by Kenneth Graunke · 8 years ago
  16. 757674e i965: Move is_drawing_points to brw_state.h. by Kenneth Graunke · 8 years ago
  17. 8679d40 i965: Account for TES in is_drawing_points(). by Kenneth Graunke · 8 years ago
  18. 8c902a5 i965: Implement ARB_fragment_layer_viewport. by Kenneth Graunke · 9 years ago
  19. 5392328 i965: Make calculate_attr_overrides return the URB read offset. by Kenneth Graunke · 9 years ago
  20. c1da157 i965: Use float calculations when double is unnecessary. by Matt Turner · 9 years ago
  21. 41b6db2 i965: Use _mesa_geometric_ functions appropriately by Kevin Rogovin · 9 years ago
  22. 0f1fe64 i965/gen8: Fix antialiased line rendering with width < 1.5 by Iago Toral Quiroga · 9 years ago
  23. f9a18ac i965: do not round line width when multisampling or antialiaing are enabled by Iago Toral Quiroga · 9 years ago
  24. a9b04d8a i965/aa: fixing anti-aliasing bug for thinnest width lines - GEN6 by Marius Predut · 9 years ago
  25. fdd90fc i965: Implement support for ARB_clip_control. by Mathias Fröhlich · 9 years ago
  26. fe74fee i965: Fix non-AA wide line rendering with fractional line widths by Iago Toral Quiroga · 10 years ago
  27. 2ce29ce i965/gen6+: enable EXT_polygon_offset_clamp by Ilia Mirkin · 10 years ago
  28. ed56c16 i965/Gen6-7: Fix point sprites with PolygonMode(GL_POINT) by Chris Forbes · 10 years ago
  29. 4f24c16 i965: Move BRW_NEW_*_PROG_DATA flags to .brw (not .cache). by Kenneth Graunke · 10 years ago
  30. ce44b20 i965: Rename CACHE_NEW_*_PROG to BRW_NEW_*_PROG_DATA. by Kenneth Graunke · 10 years ago
  31. bea9b8e i965: Alphabetize brw_tracked_state flags and use a consistent style. by Kenneth Graunke · 10 years ago
  32. 0008d0e i965/Gen6-7: Do not replace texcoords with point coord if not drawing points by Chris Forbes · 10 years ago
  33. 61838fd i965: Use ctx->Const.MaxLineWidth when clamping ctx->Line.Width. by Kenneth Graunke · 10 years ago
  34. e25a453 i965: Add missing /* BRW_NEW_FRAGMENT_PROGRAM */ comments. by Kenneth Graunke · 10 years ago
  35. ff7a2fc i965: Add context flag to disable the viewport transform by Kristian Høgsberg · 10 years ago
  36. 3d82672 i965: Use unreachable() instead of unconditional assert(). by Matt Turner · 10 years ago
  37. a9c73fb mesa: Update gl_scissor_attrib to support ARB_viewport_array by Courtney Goeltzenleuchter · 11 years ago
  38. 0d0edf8 i965: Use {point_sprite,flat}_enable variable names instead of dw*. by Kenneth Graunke · 11 years ago
  39. 23fc845 i965: Zero out {point_sprite,flat}_enables in calculate_attr_overrides. by Kenneth Graunke · 11 years ago
  40. e79e6c5 i965: Make fs gl_PrimitiveID input work even when there's no gs. by Paul Berry · 11 years ago
  41. 3a83b20 i965/fs: Stop wasting input attribute space on gl_FragCoord and gl_FrontFacing. by Paul Berry · 11 years ago
  42. 0af1252 i965/sf: Consult brw_wm_prog_data when setting up SF/SBE state. by Paul Berry · 11 years ago
  43. af84bbd i965/sf: Consolidate common code for setting up gen6-7 attribute overrides. by Paul Berry · 11 years ago
  44. d5b4095 i965/sf: Use BRW_SF_URB_ENTRY_READ_OFFSET rather than hardcoded values. by Paul Berry · 11 years ago
  45. 8c9a54e i965: Delete intel_context entirely. by Kenneth Graunke · 11 years ago
  46. e3c2bb1 i965: Shorten context base class dereference chains. by Kenneth Graunke · 11 years ago
  47. bf9bfe8 i965: Use brw.vue_map_geom_out instead of VS output VUE map where appropriate. by Paul Berry · 11 years ago
  48. ec9c388 i965: Clarify nomenclature: vert_result -> varying by Paul Berry · 11 years ago
  49. eed6baf Replace gl_frag_attrib enum with gl_varying_slot. by Paul Berry · 12 years ago
  50. f117abe Get rid of _mesa_frag_attrib_to_vert_result(). by Paul Berry · 12 years ago
  51. 36b252e Replace gl_vert_result enum with gl_varying_slot. by Paul Berry · 12 years ago
  52. 54d9c8a i965: Consign COORD_REPLACE VS hacks to Pre-Gen6. by Paul Berry · 12 years ago
  53. 09fbc29 i965: Fix the SF Vertex URB Read Length calculation for Sandybridge. by Kenneth Graunke · 12 years ago
  54. 5e9bc7b i965: Compute the maximum SF source attribute. by Kenneth Graunke · 12 years ago
  55. b3efc5b i965: Refactor Gen6+ SF attribute override code. by Kenneth Graunke · 12 years ago
  56. 97fc89c i965/msaa: Treat GL_SAMPLES=1 as equivalent to GL_SAMPLES=0. by Paul Berry · 12 years ago
  57. 691c55f i965/msaa: Control multisampling behaviour via the visual. by Paul Berry · 12 years ago
  58. cde6544 i965/msaa: Only do multisample rasterization if GL_MULTISAMPLE enabled. by Paul Berry · 12 years ago
  59. 19e9b24 i965/gen6: Initial implementation of MSAA. by Paul Berry · 12 years ago
  60. 4433b03 intel: use _mesa_is_winsys/user_fbo() helpers by Brian Paul · 12 years ago
  61. f0cecd4 i965: Move VUE map computation to once at VS compile time. by Eric Anholt · 13 years ago
  62. 9f3d321 i965: Make the userclip flag for the VUE map come from VS prog data. by Eric Anholt · 13 years ago
  63. 7b36c68 i965: Rewrite the HiZ op by Chad Versace · 13 years ago
  64. eaf360e i965: fix inverted point sprite origin when rendering to FBO by Yuanhan Liu · 13 years ago
  65. ef034f1 i965: Annotate the use of _NEW_PROGRAM in Gen6+ SF state atoms. by Kenneth Graunke · 13 years ago
  66. 1249855 i965/gen6: Manipulate state batches for HiZ meta-ops [v4] by Chad Versace · 13 years ago
  67. 5aa9628 i965/gen6+: Add support for noperspective interpolation. by Paul Berry · 13 years ago
  68. 2e5a1a2 intel: Convert from GLboolean to 'bool' from stdbool.h. by Kenneth Graunke · 13 years ago
  69. 18e2e19 i965: Make brw_compute_vue_map's userclip dependency a boolean. by Paul Berry · 13 years ago
  70. c163072 mesa: Create _mesa_bitcount_64() to replace i965's brw_count_bits() by Paul Berry · 13 years ago
  71. 2a6d432 i965: Allow clip distances to be read back in fragment shaders. by Paul Berry · 13 years ago
  72. cd6b842 i965: fix the constant interp bitmask for flat mode by Yuanhan Liu · 13 years ago
  73. d158f6e i965/gen6+: When only BFC is written, use BFC as the color. by Eric Anholt · 13 years ago
  74. 447c488 i965/gen6+: Respect the VERTEX_PROGRAM_TWO_SIDE flag for shaders. by Eric Anholt · 13 years ago
  75. 51e7b05 mesa: put _mesa_ prefix on vert_result_to_frag_attrib() by Brian Paul · 13 years ago
  76. becd54e i965: Remove two_side_color from brw_compute_vue_map(). by Paul Berry · 13 years ago
  77. 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
  78. fc60a07 i965: SF: Move outputs_written to a local variable for clarity. by Paul Berry · 13 years ago
  79. 2d909f4 i965: SF: New implementation of get_attr_override using the VUE map. by Paul Berry · 13 years ago
  80. 6489a1d Refactor code that converts between gl_vert_result and gl_frag_attrib. by Paul Berry · 13 years ago
  81. 6861a70 i965/gen6: Add support for gl_PointCoord. by Eric Anholt · 13 years ago
  82. f304bb8 i965/gen6: Fix point sprite texture coordinate overrides. by Eric Anholt · 13 years ago
  83. e7280b1 i965/gen6: Refactor SF setup a bit to handle overrides in one place. by Eric Anholt · 13 years ago
  84. 64f8dda i965/gen6: Add support for point min/max size from ARB_point_parameters. by Eric Anholt · 13 years ago
  85. 3dc4bc1 i965: Make gen6_sf_state.c's get_attr_override non-static. by Kenneth Graunke · 13 years ago
  86. 2bfc23f i965: Increase Sandybridge point size clamp. by Kenneth Graunke · 14 years ago
  87. 3e91070 i965: Fix shaders that write to gl_PointSize on Sandybridge. by Kenneth Graunke · 14 years ago
  88. e31defc i965: Rename various gen6 #defines to match the documentation. by Kenneth Graunke · 14 years ago
  89. e47eacd i965: support for two-sided lighting on Sandybridge by Xiang, Haihao · 14 years ago
  90. 08be8d6 i965: fix for flat shading on Sandybridge by Xiang, Haihao · 14 years ago
  91. 8f23039 i965: Update gen6 SF state on fragment program change too. by Eric Anholt · 14 years ago
  92. 32e1e59 i965: add support for polygon mode on Sandybridge. by Xiang, Haihao · 14 years ago
  93. c5114c7 i965: Update gen6 SF state when point state (sprite or attenuation) changes. by Eric Anholt · 14 years ago
  94. e30a3e7 i965: Add user clip planes support to gen6. by Eric Anholt · 14 years ago
  95. 2595589 i965: Remove the gen6 emit_mi_flushes I sprinkled around the driver. by Eric Anholt · 14 years ago
  96. f9995b3 Drop GLcontext typedef and use struct gl_context instead by Kristian Høgsberg · 14 years ago
  97. 80c0077 i965: Enable attribute swizzling (repositioning) in the gen6 SF. by Eric Anholt · 14 years ago
  98. d316391 i965: Fix gen6 pointsize handling to match pre-gen6. by Eric Anholt · 14 years ago
  99. ec99833 i965: fix point sprite on sandybridge by Zhenyu Wang · 14 years ago
  100. 3f3059f i965: enable polygon offset on sandybridge by Zhenyu Wang · 14 years ago