1. ca90cde radeonsi: implement gl_SampleMaskIn by Marek Olšák · 9 years ago
  2. f9fd0c4 radeonsi: add support for SQRT by Marek Olšák · 9 years ago
  3. d73c1c1 radeonsi: add support for FMA by Marek Olšák · 9 years ago
  4. dfea356 gallium/radeon: don't use LLVMReadOnlyAttribute for ALU by Marek Olšák · 9 years ago
  5. 9da9c8e tgsi: handle bitwise opcodes in tgsi_opcode_infer_type (v2) by Marek Olšák · 9 years ago
  6. 216543e gallium: add FMA and DFMA opcodes (v3) by Marek Olšák · 9 years ago
  7. e92bc6b freedreno: update generated headers by Rob Clark · 9 years ago
  8. d3fb949 freedreno/ir3: remove old compiler by Rob Clark · 9 years ago
  9. feb858b freedreno/ir3: avoid scheduler deadlock by Rob Clark · 9 years ago
  10. 7208e96 freedreno/ir3: bit of cleanup by Rob Clark · 9 years ago
  11. db095eb i965: De-duplicate is_expression_commutative() functions. by Kenneth Graunke · 9 years ago
  12. f68a973 i965/gen4-5: Cope with immutable-format texture revalidation by Chris Forbes · 10 years ago
  13. 620e29b freedreno: fix slice pitch calculations by Ilia Mirkin · 9 years ago
  14. 89b26d5 freedreno/a3xx: use the same layer size for all slices by Ilia Mirkin · 9 years ago
  15. e76a8dc i965/vs: Add missing resolve_bool_comparison calls on GEN4 and GEN5 by Ian Romanick · 9 years ago
  16. 21ff9bf i965/disasm: Fix format strings by Chris Forbes · 9 years ago
  17. 7c3095d i965/disasm: Mark format() as being printf-style. by Chris Forbes · 9 years ago
  18. 8d3aa59 glsl: Expose built-in packing functions under GLSL 4.2. by Matt Turner · 9 years ago
  19. dac2e7d egl: Create queryable strings in eglInitialize(). by Matt Turner · 9 years ago
  20. b43bbfa glsl: optimize (0 cmp x + y) into (-x cmp y). by Samuel Iglesias Gonsalvez · 9 years ago
  21. cf6f33e mesa: Check for valid PBO access in gl(Compressed)Tex(Sub)Image calls by Eduardo Lima Mitev · 9 years ago
  22. 7c08475 mesa: Separate PBO validation checks from buffer mapping, to allow reuse by Eduardo Lima Mitev · 9 years ago
  23. 7b5bb97 mesa: Set the correct image size in _mesa_validate_pbo_access() by Eduardo Lima Mitev · 9 years ago
  24. f6f7bfb meta: Remove error checks for texture <-> pixel-buffer transfers that don't belong in driver code by Eduardo Lima Mitev · 9 years ago
  25. 558dcd8 util: convert slab macros to inline functions by Brian Paul · 9 years ago
  26. d24a20e egl: fix cast to silence compiler warning by Brian Paul · 9 years ago
  27. a38e6c4 gallivm: (trivial) Fix typo in comment introduced by 70dc8a by Alexandre Demers · 9 years ago
  28. 1a469a3 mesa: improve ARB_copy_image internal format compat check by Seán de Búrca · 9 years ago
  29. f3e4b2c nir: Fix non-determinism in nir_lower_vars_to_ssa(). by Kenneth Graunke · 9 years ago
  30. 67388c1 util: Fix foreach_list_typed_safe when exec_node is not at offset 0. by Jason Ekstrand · 9 years ago
  31. 547c760 i965: Use NIR for scalar VS when INTEL_USE_NIR is set. by Kenneth Graunke · 9 years ago
  32. 7ef0b6b i965/fs: Add VS output support to nir_setup_outputs(). by Kenneth Graunke · 9 years ago
  33. eb13711 i965/fs: Handle VS inputs in the NIR backend. by Kenneth Graunke · 9 years ago
  34. a5c4e7f i965/fs: Refactor fs_visitor::nir_setup_inputs(). by Kenneth Graunke · 9 years ago
  35. 34628a8 i965: Implement NIR intrinsics for loading VS system values. by Kenneth Graunke · 9 years ago
  36. 2c79f6f nir: Add intrinsics for SYSTEM_VALUE_BASE_VERTEX and VERTEX_ID_ZERO_BASE by Kenneth Graunke · 9 years ago
  37. b9dea9b i965/nir: Lower to registers a bit later. by Kenneth Graunke · 9 years ago
  38. 1f00678 i965/nir: Optimize after nir_lower_var_copies(). by Kenneth Graunke · 9 years ago
  39. 1d8ef6b i965/fs: Store a pointer to brw_sampler_prog_key_data in the visitor. by Kenneth Graunke · 9 years ago
  40. 48b0a3c tnl: HAVE_LE32_VERTS is never defined, remove associated code by Brian Paul · 9 years ago
  41. 6d3b86c mesa: move LONGSTRING into generated enums.c by Brian Paul · 9 years ago
  42. f8ed0bb mesa: remove _ASMAPI, ASMAPIP by Brian Paul · 9 years ago
  43. 09ffa04 mesa: remove _XFORMAPI by Brian Paul · 9 years ago
  44. 1003536 swrast: remove _BLENDAPI by Brian Paul · 9 years ago
  45. 6ca5eaf mesa: use ARRAY_SIZE in _mesa_QueryMatrixxOES() by Brian Paul · 9 years ago
  46. c3984c1 mesa: remove register keyword, add const in _mesa_QueryMatrixxOES() by Brian Paul · 9 years ago
  47. 97f6d50 mesa: reindent querymatrix.c by Brian Paul · 9 years ago
  48. be4e198 mesa: move fpclassify work-arounds into c99_math.h by Brian Paul · 9 years ago
  49. 70dc8a9 gallivm: Prevent double delete on LLVM 3.6 by Jose Fonseca · 9 years ago
  50. a385d18 glx: remove support for non-multithreaded platforms by Emil Velikov · 9 years ago
  51. 4214417 glx: remove final reference to THREADS by Emil Velikov · 9 years ago
  52. a806df3 egl/main: convert thread management to use c11 threads by Emil Velikov · 9 years ago
  53. efe87f1 egl/main: use c11/threads' mutex directly by Emil Velikov · 9 years ago
  54. 90e5090 nir/worklist: Don't change the start index when computing the tail index by Jason Ekstrand · 9 years ago
  55. 8fb8fe4 nir: Optimize a + neg(a) by Thomas Helland · 9 years ago
  56. 0525f2e nir: Optimize (a*b)+(a*c) -> a*(b+c) by Thomas Helland · 9 years ago
  57. 09b0325 vbo: improve the code style by adjust the preprocessing c code directives by Marius Predut · 9 years ago
  58. 9816acf mesa: remove CPU_TO_LE32() for AIX by Brian Paul · 9 years ago
  59. 3158b3a mesa: remove #define __volatile by Brian Paul · 9 years ago
  60. d7193ce mesa: use strdup() instead of _mesa_strdup() by Brian Paul · 9 years ago
  61. 5376bc7 st/glx: use strdup() instead of _mesa_strdup() by Brian Paul · 9 years ago
  62. 279c596 xlib: use strdup() instead of _mesa_strdup() by Brian Paul · 9 years ago
  63. 14ba6c9 i915: add parens to silence operator precedence warning by Brian Paul · 9 years ago
  64. 6ac1bc9 i965: Fix out-of-bounds accesses into pull_constant_loc array by Iago Toral Quiroga · 9 years ago
  65. 5750595 i965/gen6 gs: Convert brw_imm_ud/brw_imm_d to src_reg by Jordan Justen · 9 years ago
  66. e5269ca i965/fs: Use unsigned for CS/VS atomics pixel mask immediate data by Jordan Justen · 9 years ago
  67. 6626e35 i965/gen8: Don't allocate hiz miptree structure by Jordan Justen · 10 years ago
  68. 81124ae i965/gen7: Don't allocate hiz miptree structure by Jordan Justen · 10 years ago
  69. 31b851d i965/gen8: Don't rely directly on the hiz miptree structure by Jordan Justen · 10 years ago
  70. 26eabd1 i965/gen7: Don't rely directly on the hiz miptree structure by Jordan Justen · 10 years ago
  71. aedcd46 i965/hiz: Start to separate miptree out from hiz buffers by Jordan Justen · 10 years ago
  72. 4d318b6 mesa/scissor: fix typos in debug names by Dave Airlie · 9 years ago
  73. e5cd42e nvc0: fix wrong max value for driver queries by Samuel Pitoiset · 9 years ago
  74. 13f4963 i965: Silence GCC maybe-uninitialized warning. by Vinson Lee · 9 years ago
  75. 282f67b i915: Fix GCC unused-but-set-variable warning in release build. by Vinson Lee · 9 years ago
  76. 5f75983 Add macro for unused function attribute. by Vinson Lee · 9 years ago
  77. 7aba4ab meta: Plug memory leak by Ben Widawsky · 9 years ago
  78. e95969c i965/fs: Don't issue FB writes for bound but unwritten color targets. by Kenneth Graunke · 9 years ago
  79. 4ebeb71 i965/fs: Make emit_shader_time_end() insert before EOT. by Kenneth Graunke · 9 years ago
  80. e43af8d i965/fs: Make get_timestamp() pass back the MOV rather than emitting it. by Kenneth Graunke · 9 years ago
  81. bea854c i965/fs: Make emit_shader_time_write return rather than emit. by Kenneth Graunke · 9 years ago
  82. f1adc45 i965/fs: Set smear on shader_time diff register. by Kenneth Graunke · 9 years ago
  83. ef9cc7d i965/fs: Set force_writemask_all on shader_time instructions. by Kenneth Graunke · 9 years ago
  84. 7a37d5c r600g: Use R600_MAX_VIEWPORTS instead of 16 by Alexandre Demers · 9 years ago
  85. 85df48b i915: Remove unused IS_GEN2 macro by Ian Romanick · 9 years ago
  86. 07a0629 i915: Remove (mostly) unused IS_915 macro by Ian Romanick · 9 years ago
  87. 117288d i915: Remove (mostly) unused IS_PNV, IS_PNVG, and IS_PNVGM macros by Ian Romanick · 9 years ago
  88. 19fda9f i915: Remove IS_9XX macro by Ian Romanick · 9 years ago
  89. 6d41316 i915: Remove unused IS_MOBILE macro by Ian Romanick · 9 years ago
  90. e7d94be i965: Don't write past the end of the application supplied buffer by Ian Romanick · 9 years ago
  91. 78a211c i965: Silence unused parameter warning by Ian Romanick · 9 years ago
  92. 3a6a732 i965: Silence many 'static' is not at beginning of declaration warnings by Ian Romanick · 9 years ago
  93. c82c8b2 i965/fs: Silence unused parameter warning by Ian Romanick · 9 years ago
  94. f9779e4 i965/fs: Silence unused parameter warning by Ian Romanick · 9 years ago
  95. e4f26ac i965/fs: Silence unused parameter warning by Ian Romanick · 9 years ago
  96. 1e552db main: Add entry point for TextureBufferRange. by Laura Ekstrand · 9 years ago
  97. 311b368 main: Add check_texture_buffer_target. by Laura Ekstrand · 9 years ago
  98. 5f8c6ea main: Add check_texture_buffer_range. by Laura Ekstrand · 9 years ago
  99. 0f63729 main: Cosmetic changes for Texture Buffers. by Laura Ekstrand · 9 years ago
  100. 6b78a1f main: Refactor _mesa_texture_buffer_range. by Laura Ekstrand · 9 years ago