1. 28b0ad8 i965/blorp: Get rid of brw_blorp_surface_info::num_samples by Jason Ekstrand · 8 years ago
  2. aa6c058 i965/blorp: Make sample count asserts a bit more lazy by Jason Ekstrand · 8 years ago
  3. aa4117a i965/blorp: Get rid of brw_blorp_surface_info::map_stencil_as_y_tiled by Jason Ekstrand · 8 years ago
  4. 801189e i965/blorp: Remove compute_tile_offsets by Jason Ekstrand · 8 years ago
  5. b82de88 i965/blorp: Create the isl_surf up-front by Jason Ekstrand · 8 years ago
  6. ffeb5f6 i965/blorp/clear: Initialize surface info after allocating an MCS by Jason Ekstrand · 8 years ago
  7. 1666d02 isl/state: Use a valid alignment for 1-D textures by Jason Ekstrand · 8 years ago
  8. 0aa0b39 i965/miptree: Remove the stencil_as_y_tiled parameter from get_tile_masks by Jason Ekstrand · 8 years ago
  9. 573f6ff isl: Fix the parameter names for get_intratile_offset by Jason Ekstrand · 8 years ago
  10. 5de29ae util: try to use SSE instructions with MSVC and 32-bit gcc by Brian Paul · 8 years ago
  11. 18e6e07 svga: fix src/dst typo in can_blit_via_copy_region_vgpu10() by Brian Paul · 8 years ago
  12. 5541714 svga: initialize a variable to silence a gcc warning by Brian Paul · 8 years ago
  13. 607ab6d glsl: Pull enum ir_expression_operation out to its own file by Ian Romanick · 10 years ago
  14. de71bc9 glsl: Make the generated sources build rules more like NIR by Ian Romanick · 8 years ago
  15. 120c9c6 mesa/st: use llabs instead of abs for long args (v2) by Francesco Ansanelli · 8 years ago
  16. 57a8991 radeonsi: fix up buffer descriptor upper-bound checking by Marek Olšák · 8 years ago
  17. 3253790 gallium: change pipe_image_view::first_element/last_element -> offset/size by Marek Olšák · 8 years ago
  18. 7cd256c gallium: change pipe_sampler_view::first_element/last_element -> offset/size by Marek Olšák · 8 years ago
  19. 1ac23a9 gallium/radeon: assign the highest priority to scratch; make rings second by Marek Olšák · 8 years ago
  20. 9009516 gallium/winsys: re-number winsys priority flags by Marek Olšák · 8 years ago
  21. 95020c6 gallium/radeon: mark shader rings as highest-priority buffers by Marek Olšák · 8 years ago
  22. e2bb24f gallium/radeon: set SHADER_RW_BUFFER priority for streamout buffers by Marek Olšák · 8 years ago
  23. a6b5845 radeonsi: use current context for DCC feedback-loop decompress, fixes Elemental by Marek Olšák · 8 years ago
  24. 9812a50 radeonsi: simplify CB_TARGET_MASK logic by Marek Olšák · 8 years ago
  25. 2d2b384 radeonsi: don't set CB_COLOR1_INFO for dual src blending by Marek Olšák · 8 years ago
  26. e722b90 radeonsi: eliminate PS OUT[1] if dual src blending is off and CB1 is not bound by Marek Olšák · 8 years ago
  27. 3de8ffe gallium/radeon: use unflushed fences for PIPE_QUERY_GPU_FINISHED by Marek Olšák · 8 years ago
  28. c5798d6 gallium/radeon: use lp_build_alloca_undef by Nicolai Hähnle · 8 years ago
  29. 41001ca gallivm: add lp_build_alloca_undef by Nicolai Hähnle · 8 years ago
  30. 17e88e2 gallivm: add create_builder_at_entry helper function by Nicolai Hähnle · 8 years ago
  31. f4204ba gallium/radeon: protect against out of bounds temporary array accesses by Nicolai Hähnle · 8 years ago
  32. ea28377 gallium/radeon: add radeon_llvm_bound_index for bounds checking by Nicolai Hähnle · 8 years ago
  33. 8916d1e gallium/radeon: reduce alloca of temporaries based on usagemask by Nicolai Hähnle · 8 years ago
  34. 6bba956 gallium/radeon: use tgsi_scan_arrays for temp arrays by Nicolai Hähnle · 8 years ago
  35. 7c2295d gallium/radeon: allocate temps array info in radeon_llvm_context_init by Nicolai Hähnle · 8 years ago
  36. 850c8dc gallium/radeon: always do the full store in store_value_to_array by Nicolai Hähnle · 8 years ago
  37. 4b15093 gallium/radeon: extract common getelementptr logic into get_pointer_into_array by Nicolai Hähnle · 8 years ago
  38. dfbb8ea gallium/radeon: pass indirect register info into get_alloca_for_array by Nicolai Hähnle · 8 years ago
  39. b76aabf gallium/radeon: extract common lookup code into get_temp_array function by Nicolai Hähnle · 8 years ago
  40. fa84296 gallium/radeon: clarify the comment on the array alloca heuristic by Nicolai Hähnle · 8 years ago
  41. 92b66b3 gallium/radeon: more descriptive names for LLVM temporaries in debug builds by Nicolai Hähnle · 8 years ago
  42. eacfc86 gallium/radeon: simplify radeon_llvm_emit_store for direct array addressing by Nicolai Hähnle · 8 years ago
  43. 87fa7ce gallium/radeon: simplify radeon_llvm_emit_fetch for direct array addressing by Nicolai Hähnle · 8 years ago
  44. eb50cbf gallium/radeon: clean up emit_declaration for temporaries by Nicolai Hähnle · 8 years ago
  45. cb9ed66 st_glsl_to_tgsi: use calloc the way it's meant to be used by Nicolai Hähnle · 8 years ago
  46. 67c0f07 tgsi/scan: add tgsi_scan_arrays by Nicolai Hähnle · 8 years ago
  47. 2ec3a3e glsl: Add missing ir_quadop_vector constant evaluation for Boolean types by Ian Romanick · 8 years ago
  48. cf58e3f glsl: Fix typo in ir_unop_f2u implementation by Ian Romanick · 8 years ago
  49. 8b123b0 glsl: Fix typo in ir_unop_b2i implementation by Ian Romanick · 8 years ago
  50. cd87647 glsl: Don't support integer types for operations that can't handle them by Ian Romanick · 8 years ago
  51. 437e612 glsl: Don't support ir_unop_abs or ir_unop_sign for unsigned integers by Ian Romanick · 8 years ago
  52. cceb50e nir/algebraic: Optimize common array indexing sequence by Ian Romanick · 8 years ago
  53. 4ac640e glx: Don't use current context in __glXSendError by Michel Dänzer · 8 years ago
  54. e988999 nv50/ir: fix bb positions after exit instructions by Ilia Mirkin · 8 years ago
  55. 0b5f40b nv50/ir: properly clear upper bits of a bitset fill by Ilia Mirkin · 8 years ago
  56. 4d436c0 i965/fs: Estimate maximum sampler message execution size more accurately. by Francisco Jerez · 8 years ago
  57. 61a02fb i965/fs: Return zero from fs_inst::components_read for non-present sources. by Francisco Jerez · 8 years ago
  58. 0c754d1 i965/fs: Lower TEX to TXL during NIR translation. by Francisco Jerez · 8 years ago
  59. 5def008 freedreno/a3xx: fix generic clear path by Rob Clark · 8 years ago
  60. df2dcf6 st/mesa: use pipe var instead of st->pipe in st_create_context_priv() by Brian Paul · 8 years ago
  61. 038b1b1 gallium: remove unused u_clear.h file by Brian Paul · 8 years ago
  62. 22b8288 gallium/i915: inline the util_clear() code into i915_clear_blitter() by Brian Paul · 8 years ago
  63. 66debea gallium/util: minor reformatting in u_box.h by Brian Paul · 8 years ago
  64. b6c81a7 svga: remove unused var in svga_mark_surfaces_dirty() by Brian Paul · 8 years ago
  65. 1e5eb79 svga: avoid a calloc in svga_buffer_transfer_map() by Brian Paul · 8 years ago
  66. f934117 svga: don't call os_get_time() when not needed by Gallium HUD by Brian Paul · 8 years ago
  67. dcf2126 svga: remove unneeded memset() call in draw_vgpu10() by Brian Paul · 8 years ago
  68. ced0dd0 svga: reduce looping in svga_mark_surfaces_dirty() by Brian Paul · 8 years ago
  69. 88efaf9 svga: minor clean-ups in define_rasterizer_object() by Brian Paul · 8 years ago
  70. ce9c05a svga: remove incorrect buffer invalidation code by Brian Paul · 8 years ago
  71. 06b23f7 svga: additional comments for svga_hw_draw_state members by Brian Paul · 8 years ago
  72. 7c5eda6 svga: use the sws local var to simplify some code by Brian Paul · 8 years ago
  73. 7b82194 svga: minor whitespace and code clean-ups by Brian Paul · 8 years ago
  74. 27f12dd freedreno/a4xx: use generic clear path by Rob Clark · 8 years ago
  75. f77e59e freedreno/a3xx: use generic clear path by Rob Clark · 8 years ago
  76. a8e6734 freedreno: support for using generic clear path by Rob Clark · 8 years ago
  77. 142dd7b gallium/u_blitter: split out a helper for common clear state by Rob Clark · 8 years ago
  78. 2b2f436 gallium/u_blitter: add helper to save FS const buffer state by Rob Clark · 8 years ago
  79. 433e12f gallium/u_blitter: export some functions by Rob Clark · 8 years ago
  80. 78e3cea egl/dri2: dri2_make_current: Release previous context's display by Nicolas Boichat · 8 years ago
  81. 09dff7a st/vdpau: change the order in which filters are applied(v3) by Nayan Deshmukh · 8 years ago
  82. 1f47f78 glcpp: Update tests for new #undef of built-in macro rules. by Kenneth Graunke · 8 years ago
  83. c2f2252 anv: fix writemask on blit fragment shader. by Dave Airlie · 8 years ago
  84. c0580f6 egl/android: Set dpy->DriverData to NULL on error by Nicolas Boichat · 8 years ago
  85. a9e8fb7 egl/drm: Set disp->DriverData to NULL on error by Nicolas Boichat · 8 years ago
  86. 0e67d86 egl/surfaceless: Set disp->DriverData to NULL on error by Nicolas Boichat · 8 years ago
  87. 48fd952 egl/wayland: Set disp->DriverData to NULL on error by Nicolas Boichat · 8 years ago
  88. 769ac1e egl/x11: avoid using freed memory if dri2 init fails by Jan Ziak · 8 years ago
  89. 6b4b2a4 anv: add genX_multisample.h to the sources list(s). by Emil Velikov · 8 years ago
  90. 71258e9 anv/x11: Add support for Xlib platform by Kevin Strasser · 8 years ago
  91. 5d9b50e glx: apple specific occurences of dummyContext check by Tapani Pälli · 8 years ago
  92. 2e3f067 glx: fix error code when there is no context bound by Bernard Kilarski · 8 years ago
  93. 312ece9 mesa: Remove duplicate include. by Mathias Fröhlich · 8 years ago
  94. 84984b9 vbo: Remove always true return from vbo_bind_arrays. by Mathias Fröhlich · 8 years ago
  95. 72f1566 mesa: Move check for vbo mapping into api_validate.c. by Mathias Fröhlich · 8 years ago
  96. b7b0c51 mesa: Move _mesa_all_buffers_are_unmapped to arrayobj.c. by Mathias Fröhlich · 8 years ago
  97. c17cf1c vbo: Array draw must not care about glBegin/glEnd vbo mapping. by Mathias Fröhlich · 8 years ago
  98. 5c1ccd8 nv50,nvc0: fix depth range when halfz is enabled by Ilia Mirkin · 8 years ago
  99. c85b7f0 gallium/util: add helper to compute zmin/zmax for a viewport state by Ilia Mirkin · 8 years ago
  100. 68b64f3 vbo: allow DrawElementsBaseVertex in display lists by Ilia Mirkin · 8 years ago