1. 0946822 i965: Always scissor on Gen6-7.5 instead of disabling guardband. by Kenneth Graunke · 8 years ago
  2. 903056e i965: Use 3DSTATE_CLIP's User Clip Distance Enable bitmask on Gen8+. by Kenneth Graunke · 8 years ago
  3. 16d5536 i965: Eliminate brw->wm.prog_data pointer. by Kenneth Graunke · 8 years ago
  4. ff366f3 i965: Eliminate brw->gs.prog_data pointer. by Kenneth Graunke · 8 years ago
  5. e512941 i965: Eliminate brw->tes.prog_data pointer. by Kenneth Graunke · 8 years ago
  6. 40258a1 i965: Eliminate brw->vs.prog_data pointer. by Kenneth Graunke · 8 years ago
  7. 28e1538 i965: Add missing BRW_NEW_VS_PROG_DATA to 3DSTATE_CLIP. by Kenneth Graunke · 8 years ago
  8. 9d6ca7c i965: Only emit 1 viewport when possible. by Kenneth Graunke · 8 years ago
  9. bea0487 i965: Merge gen7_clip_state atom into gen6_clip_state atom. by Kenneth Graunke · 8 years ago
  10. 4c116cb i965: Use gs_prog_data in is_drawing_points/lines(). by Kenneth Graunke · 8 years ago
  11. cd19db4 i965: Fix missing dirty bits related to is_drawing_points/lines. by Kenneth Graunke · 8 years ago
  12. 4c3acf9 i965/state: Move is_drawing_lines/points to gen6_clip_state.c by Jason Ekstrand · 8 years ago
  13. 783511e i965: Rename brw_wm_barycentric_interp_mode to brw_barycentric_mode. by Kenneth Graunke · 8 years ago
  14. 1f9445f i965: Drop perf_debug about rasterizer discard in SOL vs. clipper. by Kenneth Graunke · 8 years ago
  15. c564348 i965: Add support for GL_ARB_cull_distance by Kristian Høgsberg Kristensen · 8 years ago
  16. e0e7280 i965: Clamp "Maximum VP Index" to 1 when gl_ViewportIndex isn't written. by Kenneth Graunke · 8 years ago
  17. 6d5ce1b i965: Make all atoms to track BRW_NEW_BLORP by default by Kenneth Graunke · 8 years ago
  18. 88d28aa i965: Stop XY clipping point and line primitives. by Kenneth Graunke · 8 years ago
  19. 41b6db2 i965: Use _mesa_geometric_ functions appropriately by Kevin Rogovin · 9 years ago
  20. fdd90fc i965: Implement support for ARB_clip_control. by Mathias Fröhlich · 9 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. 0bac255 i965: Disable guardband clipping in the smaller-than-viewport case. by Kenneth Graunke · 10 years ago
  25. 1a05dcb i965: Disable clipping when rendering 3DPRIM_RECTLIST primitives by Kristian Høgsberg · 10 years ago
  26. f6725d6 i965/guardband: Enable for all viewport dimensions (GEN8+) by Ben Widawsky · 10 years ago
  27. 3d82672 i965: Use unreachable() instead of unconditional assert(). by Matt Turner · 10 years ago
  28. 847abac i965: Add missing newlines to a few perf_debug messages. by Kenneth Graunke · 10 years ago
  29. 3d3c351 i965: Update 3DSTATE_CLIP for Broadwell. by Kenneth Graunke · 11 years ago
  30. d3ee8ba i965: Consider all viewports before enabling guardband clipping by Ian Romanick · 11 years ago
  31. 37f65b0 i965: Set the maximum VPIndex by Ian Romanick · 11 years ago
  32. cbb271a mesa: Convert gl_context::Viewport to gl_context::ViewportArray by Courtney Goeltzenleuchter · 11 years ago
  33. 5b84226 mesa: Converty gl_viewport_attrib::X, ::Y, ::Width, and ::Height to float by Courtney Goeltzenleuchter · 11 years ago
  34. 532b1fe i965: Fix clears of layered framebuffers with mismatched layer counts. by Paul Berry · 11 years ago
  35. 9514074 mesa: Track number of layers in layered framebuffers. by Paul Berry · 11 years ago
  36. 10cb91d i965: Combine gen6_clip_state.c and gen7_clip_state.c. by Kenneth Graunke · 11 years ago
  37. 8c9a54e i965: Delete intel_context entirely. by Kenneth Graunke · 11 years ago
  38. 037a901 i965: Handle rasterizer discard in the clipper rather than GS on Gen6. by Kenneth Graunke · 11 years ago
  39. 5ebe952 i965: Disable clipper statistics when meta operations are in progress. by Kenneth Graunke · 11 years ago
  40. d411bbd i965: Disable the GB clip test when a limited viewport is set. by Eric Anholt · 12 years ago
  41. 23e7b81 i965: Use fewer temporary variables in clip setup. by Eric Anholt · 12 years ago
  42. 6d7ebb2 i965/msaa: Adapt clip setup for centroid noperspective interpolation. by Paul Berry · 12 years ago
  43. 85cd304 i965: Implement guardband clipping on Sandybridge. by Kenneth Graunke · 12 years ago
  44. 8387156 i965/gen6+: Avoid recomputing whether we use noperspective. by Eric Anholt · 13 years ago
  45. 7b36c68 i965: Rewrite the HiZ op by Chad Versace · 13 years ago
  46. 1249855 i965/gen6: Manipulate state batches for HiZ meta-ops [v4] by Chad Versace · 13 years ago
  47. 5aa9628 i965/gen6+: Add support for noperspective interpolation. by Paul Berry · 13 years ago
  48. 018ea68 i965 Gen6+: De-compact clip planes. by Paul Berry · 13 years ago
  49. c163072 mesa: Create _mesa_bitcount_64() to replace i965's brw_count_bits() by Paul Berry · 13 years ago
  50. a864b82 i965: allow for nonconsecutive elements of gl_ClipDistance to be enabled. by Paul Berry · 13 years ago
  51. c6175d7 i965: Add _NEW_LIGHT to Gen6 clip state dirty bits. by Kenneth Graunke · 13 years ago
  52. e6e5c1f i965: Increase Sandybridge point size clamp in the clip state. by Kenneth Graunke · 14 years ago
  53. e31defc i965: Rename various gen6 #defines to match the documentation. by Kenneth Graunke · 14 years ago
  54. 9977297 i965: Fix provoking vertex select in clip state for sandybridge by Zhenyu Wang · 14 years ago
  55. 5ff6ed2 i965: set minimum/maximum Point Width on Sandybridge by Xiang, Haihao · 14 years ago
  56. e30a3e7 i965: Add user clip planes support to gen6. by Eric Anholt · 14 years ago
  57. 2595589 i965: Remove the gen6 emit_mi_flushes I sprinkled around the driver. by Eric Anholt · 14 years ago
  58. f9995b3 Drop GLcontext typedef and use struct gl_context instead by Kristian Høgsberg · 14 years ago
  59. f317713 i965: Fix incorrect batchbuffer size in gen6 clip state command. by Kenneth Graunke · 14 years ago
  60. 03218a0 i965: force zero in clipper to ignore RTAIndex on sandybridge by Zhenyu Wang · 14 years ago
  61. 1006991 i965: Enable normal clipping on SNB. by Eric Anholt · 14 years ago
  62. c76d4db i965: Remove unnecessary headers. by Vinson Lee · 15 years ago
  63. 0fbc0b0 i965: Enable clip stats. by Eric Anholt · 15 years ago
  64. d971375 i965: Giant pile of flushing to track down SNB bringup issues. by Eric Anholt · 15 years ago
  65. f58fbcf i965: Add untested REJECT_ALL clip state. by Eric Anholt · 15 years ago