1. c8b8e8b i965: Don't count NIR instructions for shader-db. by Kenneth Graunke · 9 years ago
  2. 7796e88 winsys/radeon: Unmap GPU VM address range when destroying BO by Michel Dänzer · 9 years ago
  3. 3fd4c80 vc4: Also dump VC4_PACKET_LOAD_TILE_BUFFER_GENERAL. by Eric Anholt · 9 years ago
  4. 5458ac0 vc4: Add dumping for VC4_PACKET_LOAD/STORE_FULL_RES_TILE_BUFFER. by Eric Anholt · 9 years ago
  5. 997f677 vc4: Don't try to CSE color reads. by Eric Anholt · 9 years ago
  6. 0f69d59 vc4: Make a helper for TLB color writes, too. by Eric Anholt · 9 years ago
  7. af83eb2 vc4: Pull the blending operation out to a separate function. by Eric Anholt · 9 years ago
  8. 76851f4 vc4: Clarify size calculation for Z/S writes. by Eric Anholt · 9 years ago
  9. 8fbcabc vc4: Add an "args" temporary for RCL setup. by Eric Anholt · 9 years ago
  10. 19056d0 vc4: Reuse (and extend) the packet.h sizes for dumping. by Eric Anholt · 9 years ago
  11. fc0da62 vc4: Fix printfs for blit fallbacks. by Eric Anholt · 9 years ago
  12. e70f561 tgsi_to_nir: Fix translation of TXF on MSAA targets. by Eric Anholt · 9 years ago
  13. 6844d6b i965/fs: Get rid of an unused variable in emit_barrier() by Jason Ekstrand · 9 years ago
  14. 4080129 i965: Remove the brw_context from the visitors by Jason Ekstrand · 9 years ago
  15. bcaf4a3 i965/vec4_vs: Add an explicit use_legacy_snorm_formula flag by Jason Ekstrand · 9 years ago
  16. 924b15d i965/vec4: Turn some _mesa_problem calls into asserts by Jason Ekstrand · 9 years ago
  17. 663f8d1 i965/vs: Pass the current set of clip planes through run() and run_vs() by Jason Ekstrand · 9 years ago
  18. 4af62c0 i965/fs: Add a do_rep_send flag to run_fs by Jason Ekstrand · 9 years ago
  19. 1b0f6ff i965: Pull calls to get_shader_time_index out of the visitor by Jason Ekstrand · 9 years ago
  20. c7893dc i965: Use a single index per shader for shader_time. by Jason Ekstrand · 9 years ago
  21. 6e255a3 i965: Add compiler options to brw_compiler by Jason Ekstrand · 10 years ago
  22. 073294d i965/fs: Plumb compiler debug logging through brw_compiler by Jason Ekstrand · 9 years ago
  23. 3fd457c i965/fs: Do the no16 perf logging directly in fs_visitor::no16() by Jason Ekstrand · 9 years ago
  24. f45bf97 i965/fs: Make no16 non-variadic by Jason Ekstrand · 9 years ago
  25. 1bc3b62 i965: Move INTEL_DEBUG variable parsing to screen creation time by Jason Ekstrand · 10 years ago
  26. d7565b7 i965: Remove the dependance on brw_context from the generators by Jason Ekstrand · 10 years ago
  27. e639a6f i965: Plumb compiler debug logging through a function pointer in brw_compiler by Jason Ekstrand · 10 years ago
  28. b0ad3ce mesa: Add a va_args variant of _mesa_gl_debug(). by Kenneth Graunke · 10 years ago
  29. 6307644 i965: Replace some instances of brw->gen with devinfo->gen by Jason Ekstrand · 9 years ago
  30. ae09758 i965: Initialize backend_shader::mem_ctx in its constructor. by Matt Turner · 9 years ago
  31. d8eeb49 i965: Assert that the GL primitive isn't out of range. by Matt Turner · 9 years ago
  32. 4d93a07 i965/cfg: Assert that cur_do/while/if pointers are non-NULL. by Matt Turner · 9 years ago
  33. 04758d2 mesa: Delete unused ICEIL(). by Matt Turner · 9 years ago
  34. a49328d i965/fs: Don't mess up stride for uniform integer multiplication. by Matt Turner · 9 years ago
  35. 3fa9bb8 egl/x11: Remove duplicate call to dri2_x11_add_configs_for_visuals by Boyan Ding · 9 years ago
  36. 20dca37 i965/gen9: Don't use encrypted MOCS by Ben Widawsky · 9 years ago
  37. 78d58e6 nv50,nvc0: make sure to pushbuf_refn before putting bo into pushbuf_data by Ilia Mirkin · 9 years ago
  38. 9fcbf51 nvc0: always put all tfb bufs into bufctx by Ilia Mirkin · 9 years ago
  39. fccf012 glsl: binding point is a texture unit, which is a combined space by Ilia Mirkin · 9 years ago
  40. 59f8d4e android: egl: do not link against libglapi by Emil Velikov · 9 years ago
  41. a0dc6b7 gbm: do not (over)link against libglapi.so by Emil Velikov · 9 years ago
  42. 828f133 gbm: dlopen libglapi so gbm_create_device works by Frank Henigman · 10 years ago
  43. 6ed52f7 configure: drop unused variable GBM_BACKEND_DIRS by Emil Velikov · 9 years ago
  44. 994be51 configure: error out when building libEGL without shared-glapi by Emil Velikov · 9 years ago
  45. ddc886b configure: error out when building backend-less libEGL by Emil Velikov · 9 years ago
  46. 2752e62 drivers/x11: drop unneeded HAVE_X11_DRIVER check by Emil Velikov · 9 years ago
  47. 92dc507 configure: allow building shared-glapi powered libgl-xlib by Emil Velikov · 9 years ago
  48. 5c37aba targets/libgl-xlib: fix the build against shared_glapi by Emil Velikov · 9 years ago
  49. b92233f drivers/x11: fix the build against shared_glapi by Emil Velikov · 9 years ago
  50. 6d744aa configure: warn about shared_glapi & xlib-glx only when both are set by Emil Velikov · 9 years ago
  51. 06109db glapi: remap_helper.py: remove unused argument 'es' by Emil Velikov · 9 years ago
  52. ec16bb6 glapi: gl_table.py: remove unused variable 'es' by Emil Velikov · 9 years ago
  53. 4f8f790 egl: Use the loader_open_device() helper to do open with CLOEXEC by Derek Foreman · 9 years ago
  54. 324ee9b glx: Use loader_open_device() helper by Derek Foreman · 9 years ago
  55. 9c92746 loader: Rename drm_open_device() to loader_open_device() and share it by Derek Foreman · 9 years ago
  56. aaac913 egl/drm: Duplicate fd with F_DUPFD_CLOEXEC to prevent leak by Derek Foreman · 9 years ago
  57. be5f71d draw,tgsi: Assume TGSI_PROPERTY_GS_INVOCATIONS default of 1. by Jose Fonseca · 9 years ago
  58. 634cfb9 glsl: Specify the shader stage in linker errors due to too many in/outputs. by Jose Fonseca · 9 years ago
  59. 4731be7 docs: update GL3 with softpipe/llvmpipe gpu_shader5 pieces. by Dave Airlie · 9 years ago
  60. 1a71fbe draw/gallivm: add invocation ID support for llvmpipe. by Dave Airlie · 9 years ago
  61. 40d2258 draw/tgsi: implement geom shader invocation support. by Dave Airlie · 9 years ago
  62. 24e77cb tgsi: handle indirect sampler arrays. (v2) by Dave Airlie · 9 years ago
  63. 1762568 nir: Allow vec2/vec3/vec4 instructions in the select peephole pass. by Kenneth Graunke · 9 years ago
  64. 94e3864 i965: Add and fix comments in brw_vue_map.c. by Kenneth Graunke · 9 years ago
  65. 38eb901 i965: Split VUE map handling out of brw_vs.c into brw_vue_map.c. by Kenneth Graunke · 9 years ago
  66. 90754d2 i965/gen9: Implement Push Constant Buffer workaround by Ben Widawsky · 9 years ago
  67. 2b07b8d mesa: use _mesa_lookup_enum_by_nr() in print_array() by Brian Paul · 9 years ago
  68. 8787141 ilo: emit 3DPRIMITIVE from gen6_3dprimitive_info by Chia-I Wu · 9 years ago
  69. 58f95b3 ilo: align vertex buffer size in buf_create() by Chia-I Wu · 9 years ago
  70. 513bc5d ilo: move ilo_format.[ch] out of core by Chia-I Wu · 9 years ago
  71. 3547bb0 ilo: add ilo_state_surface_valid_format() by Chia-I Wu · 9 years ago
  72. aa3e5e0 ilo: add ilo_state_vf_valid_element_format() by Chia-I Wu · 9 years ago
  73. da8300c nvc0: use NV_VRAM_DOMAIN() macro by Alexandre Courbot · 10 years ago
  74. f2240683 nouveau: support for custom VRAM domains by Alexandre Courbot · 10 years ago
  75. 57bdcae ilo: add ilo_state_compute by Chia-I Wu · 9 years ago
  76. 2bf5a42 r600g: ignore sampler views for now. by Dave Airlie · 9 years ago
  77. 66a93a0 freedreno/ir3: pass sz to split_dest() by Rob Clark · 9 years ago
  78. 1ee4d51 freedreno/ir3/nir: add more opcodes by Rob Clark · 9 years ago
  79. 43048c7 freedreno/ir3: only unminify txf coords on a3xx by Rob Clark · 9 years ago
  80. 0f00808 freedreno: remove int sampler shader variants by Rob Clark · 9 years ago
  81. 457f7c2 freedreno/ir3: block reshuffling and loops! by Rob Clark · 9 years ago
  82. 660d5c1 freedreno/ir3: a4xx encodes larger immed offset by Rob Clark · 9 years ago
  83. d646d3a freedreno/ir3: simplify find_neighbors stop condition by Rob Clark · 9 years ago
  84. c8fb5f8 freedreno/ir3: move inputs/outputs to shader by Rob Clark · 9 years ago
  85. d52fb2f freedreno/ir3/ra: use register_allocate by Rob Clark · 10 years ago
  86. 694beb8 freedreno/ir3: introduce ir3_compiler object by Rob Clark · 9 years ago
  87. 5c1e153 freedreno/ir3: dump nocp option by Rob Clark · 10 years ago
  88. 7674ab1 freedreno/ir3: silence warnings by Rob Clark · 9 years ago
  89. 0f6faa8 freedreno/ir3: remove tgsi f/e by Rob Clark · 10 years ago
  90. 7273cb4 freedreno/ir3/sched: convert to priority queue by Rob Clark · 10 years ago
  91. adf1659 freedreno/ir3: use standard list implementation by Rob Clark · 10 years ago
  92. 67d994c freedreno/ir3: drop dot graph dumping by Rob Clark · 10 years ago
  93. 5c8c2e2 freedreno/ir3: more builder helpers by Rob Clark · 10 years ago
  94. b33015f gallium/ttn: add missing SNE by Rob Clark · 10 years ago
  95. c79b2e6 util/list: add list_first/last_entry by Rob Clark · 10 years ago
  96. b3d2e36 gallium/ttn: add texture-type support by Rob Clark · 9 years ago
  97. cb258c1 glsl_to_tgsi: add SVIEW decl support by Rob Clark · 9 years ago
  98. 9337974 util/blitter (and friends): generate appropriate SVIEW decls by Rob Clark · 9 years ago
  99. e536992 util/pstipple: updates for SVIEW decls by Rob Clark · 9 years ago
  100. b516e68 draw: updates to support SVIEW decls by Rob Clark · 9 years ago