1. 634266c trace: add resource_commit pass-through by Nicolai Hähnle · 7 years ago
  2. 080f322 trace: remove leftover assertions after pipe_resource wrapping removal by Marek Olšák · 7 years ago
  3. b0d3938 gallium: s/uint/enum pipe_render_cond_flag/ for set_render_condition() by Brian Paul · 7 years ago
  4. 2b9ab60 gallium: s/uint/enum pipe_shader_type/ for set_constant_buffer() by Brian Paul · 7 years ago
  5. 637e571 gallium: s/unsigned/enum pipe_shader_type/ for pipe_screen::get_shader_param() by Brian Paul · 7 years ago
  6. 628e84a gallium/util: replace pipe_mutex_unlock() with mtx_unlock() by Timothy Arceri · 7 years ago
  7. ba72554 gallium/util: replace pipe_mutex_lock() with mtx_lock() by Timothy Arceri · 7 years ago
  8. acdcaf9 gallium/util: remove pipe_static_mutex() by Timothy Arceri · 7 years ago
  9. d17b8d0 trace: remove pipe_resource wrapping by Marek Olšák · 7 years ago
  10. 8239eef ddebug/rbug/trace: add get_disk_shader_cache() to pass-throughs by Timothy Arceri · 7 years ago
  11. 55ad59d gallium: set pipe_context uploaders in drivers (v3) by Marek Olšák · 8 years ago
  12. a37cf63 gallium: add pipe_screen::resource_changed callback wrappers by Philipp Zabel · 8 years ago
  13. a1c8484 gallium: add flags parameter to texture barrier by Ilia Mirkin · 8 years ago
  14. 389d6de trace: add invalidate_resource callback by Ilia Mirkin · 8 years ago
  15. 4c53267 gallium: Use enum pipe_shader_type in set_shader_images() by Kai Wasserbäch · 8 years ago
  16. 15fe288 gallium: Use enum pipe_shader_type in set_shader_buffers() by Kai Wasserbäch · 8 years ago
  17. 532db3b gallium: Use enum pipe_shader_type in set_sampler_views() by Kai Wasserbäch · 8 years ago
  18. 7413625 gallium: Use enum pipe_shader_type in bind_sampler_states() (v2) by Kai Wasserbäch · 8 years ago
  19. 9daaa6f gallium: add a pipe_context parameter to resource_get_handle by Marek Olšák · 8 years ago
  20. 3253790 gallium: change pipe_image_view::first_element/last_element -> offset/size by Marek Olšák · 8 years ago
  21. 7cd256c gallium: change pipe_sampler_view::first_element/last_element -> offset/size by Marek Olšák · 8 years ago
  22. 54272e1 gallium: add a pipe_context parameter to fence_finish by Marek Olšák · 8 years ago
  23. a909210 gallium: add render_condition_enable param to clear_render_target/depth_stencil by Marek Olšák · 8 years ago
  24. 1ffe77e gallium: split transfer_inline_write into buffer and texture callbacks by Marek Olšák · 8 years ago
  25. 64180de gallium: make image_view const by Rob Clark · 8 years ago
  26. ef534b9 gallium: make constant_buffer const by Rob Clark · 8 years ago
  27. e1c1c40 gallium: make shader_buffers const by Rob Clark · 8 years ago
  28. b919757 trace: s/Elements/ARRAY_SIZE/ by Brian Paul · 8 years ago
  29. cbb0d4a gallium: fix warnings in release build by Grazvydas Ignotas · 8 years ago
  30. 32214e0 gallium: add bool return to pipe_context::end_query by Nicolai Hähnle · 8 years ago
  31. 26171bd gallium: add pipe_context::set_active_query_state for pausing queries by Marek Olšák · 8 years ago
  32. 60cf2fa trace: add missing set_shader_images() by Samuel Pitoiset · 8 years ago
  33. 7ff28d2 gallium/trace: Dump no.of samples and layers in fb state by Edward O'Callaghan · 9 years ago
  34. 1a5c8c2 gallium: distinguish between shader IR in get_compute_param by Bas Nieuwenhuizen · 8 years ago
  35. ea8f4a6 gallium: add compute shader IR type by Bas Nieuwenhuizen · 8 years ago
  36. 82db518 gallium: add external usage flags to resource_from(get)_handle (v2) by Marek Olšák · 8 years ago
  37. 6d551f9 trace: assorted whitespace and formatting fixes by Brian Paul · 8 years ago
  38. e8689d9 trace: remove unneeded inline qualifiers by Brian Paul · 8 years ago
  39. 93c62fd trace: fix new gcc6 warnings by Rob Clark · 8 years ago
  40. 628b0e8 trace: add all compute related functions by Samuel Pitoiset · 9 years ago
  41. a97a955 scons: Eliminate MSVC2008 compatibility. by Jose Fonseca · 8 years ago
  42. 1cadfe0 configure: Eliminate MSVC2008 compatibility. by Jose Fonseca · 8 years ago
  43. efe5829 trace: add missing pipe_context::clear_texture() by Samuel Pitoiset · 8 years ago
  44. 1dacbb7 trace: remove useless MALLOC() in trace_context_draw_vbo() by Samuel Pitoiset · 8 years ago
  45. ae725d5 trace: add support for set_shader_buffers by Ilia Mirkin · 9 years ago
  46. 429371f trace: fix a segfault when tracing indirect draw calls by Samuel Pitoiset · 9 years ago
  47. 3038e89 gallium/st: add pipe_context::generate_mipmap() by Charmaine Lee · 9 years ago
  48. 25b3d55 gallium/drivers: Trivial code-style cleanup by Edward O'Callaghan · 9 years ago
  49. c751d33 gallium/trace: remove useless NULL check from trace_screen_create() by Emil Velikov · 9 years ago
  50. 0fc21ec gallium: add flags parameter to pipe_screen::context_create by Marek Olšák · 9 years ago
  51. a2a1a58 gallium: replace INLINE with inline by Ilia Mirkin · 9 years ago
  52. 5a69929 gallium: remove redundant pipe_context::fence_signalled by Marek Olšák · 9 years ago
  53. 0dde821 trace: Add missing p_compiler.h include. by Jose Fonseca · 9 years ago
  54. 92c31bb gallium: use const in set_tess_state by Marek Olšák · 9 years ago
  55. 369aca1 trace: implement new tessellation functions by Marek Olšák · 10 years ago
  56. 96f164f gallium: make pipe_context::begin_query return a boolean by Samuel Pitoiset · 10 years ago
  57. 76039b3 gallium: implement get_device_vendor() for existing drivers by Giuseppe Bilotta · 9 years ago
  58. 2c25008 softpipe,trace: Set MSVC 2008 compat flags. by Jose Fonseca · 9 years ago
  59. d70eb38 gallium: Replace u_simple_list.h with util/simple_list.h by Eric Anholt · 10 years ago
  60. ec9d806 gallium/trace: ship all files in the tarball by Emil Velikov · 10 years ago
  61. bc198f8 gallium: add facilities for indirect drawing by Christoph Bumiller · 11 years ago
  62. 43e4b3e gallium: add an index argument to create_query by Ilia Mirkin · 10 years ago
  63. 7f1b365 gallium: add support for stream in so info by Ilia Mirkin · 10 years ago
  64. dfa25ea gallium: allow setting of the internal stream output offset by Zack Rusin · 10 years ago
  65. 5f61f05 gallium: add interface for persistent and coherent buffer mappings by Marek Olšák · 11 years ago
  66. 8771285 s/Tungsten Graphics/VMware/ by José Fonseca · 11 years ago
  67. 27307a7 trace: Re-license trace.xsl under MIT license. by José Fonseca · 11 years ago
  68. ba00f2f swrast* (gallium, classic): add MESA_copy_sub_buffer support (v3) by Dave Airlie · 11 years ago
  69. 9648b76 trace: Reorder dumping of pipe_rasterizer_state. by José Fonseca · 11 years ago
  70. 10450cb trace: Dump pipe_sampler_state::seamless_cube_map. by José Fonseca · 11 years ago
  71. fb5f5b8 trace: Dump PIPE_QUERY_* enums. by José Fonseca · 11 years ago
  72. eb040bd trace: Dump query results faithfully. by José Fonseca · 11 years ago
  73. e4d8084 gallium/drivers: support more sampler views than samplers for more drivers by Roland Scheidegger · 11 years ago
  74. 7dac1b4 gallium/drivers: compact compiler flags into Automake.inc by Emil Velikov · 11 years ago
  75. c5a05a6 trace: Dump user_buffer members. by José Fonseca · 11 years ago
  76. a3ed98f gallium: new, unified pipe_context::set_sampler_views() function by Brian Paul · 11 years ago
  77. dd4816e trace: remove old bind_*_sampler_states() functions by Brian Paul · 11 years ago
  78. 6ef9fc7 trace: implement pipe_context::bind_sampler_states() by Brian Paul · 11 years ago
  79. b91a9cd trace: consolidate C sources list into Makefile.sources by Emil Velikov · 11 years ago
  80. 419cd5f gallium: add flush_resource context function by Marek Olšák · 11 years ago
  81. 9641f10 trace: Support bigger TGSI shaders. by José Fonseca · 11 years ago
  82. c5f2cd6 trace: Handle null tokens. by José Fonseca · 11 years ago
  83. 545d3d3 trace: Dump result of create_stream_output_target by José Fonseca · 11 years ago
  84. a8f7e12 trace: Don't dump texture transfers. by José Fonseca · 11 years ago
  85. a0a4080 trace: Dump pipe_rasterizer_state::clip_halfz. by José Fonseca · 11 years ago
  86. 793e8e3 gallium: add condition parameter to render_condition by Roland Scheidegger · 11 years ago
  87. eaabb4e gallium: Add support for multiple viewports by Zack Rusin · 11 years ago
  88. 8c347d4 gallium: fix type of flags in pipe_context::flush() by Chia-I Wu · 11 years ago
  89. 28e6a27 trace: Only close trace files on exit. by José Fonseca · 11 years ago
  90. 2737abb gallium: Replace gl_rasterization_rules with lower_left_origin and half_pixel_center. by José Fonseca · 11 years ago
  91. f70c385 gallium/build: Fix visibility CFLAGS in automake by Maarten Lankhorst · 11 years ago
  92. 8ed1279 trace: Never close stdout/stderr. by José Fonseca · 11 years ago
  93. 59025d6 trace: Fix set_constant_buffer dumping. by José Fonseca · 11 years ago
  94. 2ef530c trace: add context pointer sanity checking by Brian Paul · 11 years ago
  95. 82d62cf trace: fix incorrect trace_surface::base.context pointer by Brian Paul · 11 years ago
  96. 70135e9 trace: whitespace, comment clean-ups by Brian Paul · 11 years ago
  97. 7b836a7 trace: move struct tr_list to tr_texture.h by Brian Paul · 11 years ago
  98. 9a91ce9 trace: measure time for each gallium call by Brian Paul · 12 years ago
  99. b516bf4 trace: add void to function definition by Brian Paul · 12 years ago
  100. fe20e3e trace: allow GALLIUM_TRACE=stdout/stderr by Brian Paul · 12 years ago