1. d273ce5 anv/dynamic_offsets: Fix the order of arguments to nir_build_imm by Jason Ekstrand · 8 years ago
  2. 6028a67 anv: Fix a build error caused by recent fp64 NIR changes by Jason Ekstrand · 8 years ago
  3. 99474dc nir: Try to warn when C99 extensions are used in nir headers. by Jose Fonseca · 8 years ago
  4. e743800 nir: Remove spurious ; after nir_builder functions. by Jose Fonseca · 8 years ago
  5. caa5937 nir: Remove spurious ; after namespace. by Jose Fonseca · 8 years ago
  6. f7854d8 nir: Avoid C99 field initializers. by Jose Fonseca · 8 years ago
  7. a609da6 gallium/util: s/Elements/ARRAY_SIZE/ by Brian Paul · 8 years ago
  8. f365488 mesa: improve comment on _mesa_check_disallowed_mapping(), return bool by Brian Paul · 8 years ago
  9. 7e7710a radeonsi: remove needless cache flushes at the end of CP DMA operations by Marek Olšák · 9 years ago
  10. 7d49b45 radeonsi: remove flushes at the beginning and end of IBs done by the kernel by Marek Olšák · 9 years ago
  11. db07b46 nir: Add lrp lowering for doubles in opt_algebraic by Samuel Iglesias Gonsálvez · 8 years ago
  12. 443600d nir: rename lower_flrp to lower_flrp32 by Samuel Iglesias Gonsálvez · 8 years ago
  13. 072613b nir/lower_double_ops: lower round_even() by Iago Toral Quiroga · 9 years ago
  14. bf91df7 nir/lower_double_ops: lower fract() by Iago Toral Quiroga · 9 years ago
  15. 126a1ac nir/lower_double_ops: lower ceil() by Iago Toral Quiroga · 9 years ago
  16. 29541ec nir/lower_double_ops: lower floor() by Iago Toral Quiroga · 9 years ago
  17. 5fab3d1 nir/lower_double_ops: lower trunc() by Iago Toral Quiroga · 9 years ago
  18. 2ea3649 nir: add a pass to lower some double operations by Connor Abbott · 9 years ago
  19. 2cf3b28 nir/builder: add nir_imm_double() by Connor Abbott · 9 years ago
  20. 3a15068 nir/builder: Add bit_size info to nir_build_imm() by Samuel Iglesias Gonsálvez · 9 years ago
  21. 76b8c5c radeonsi: check if value is negative by Jakob Sinclair · 8 years ago
  22. 860210c clover: Fix build against clang SVN >= r267772 by Michel Dänzer · 8 years ago
  23. 32cb7d6 glsl: fix lowering outputs for early/nested returns by Lars Hamre · 9 years ago
  24. 122d27e nir: rewrite nir_foreach_block and friends by Connor Abbott · 9 years ago
  25. 9583001 nir/opt_cp: use nir_block_get_following_if() by Connor Abbott · 9 years ago
  26. aaaa22c vbo: Return INVALID_OPERATION during draw with a mapped buffer by Jordan Justen · 8 years ago
  27. 28d0bc7 anv/formats: Return proper error code for unsupported formats by Nanley Chery · 9 years ago
  28. 5f7e8ea anv/device: Set the compressed texture feature flags correctly by Nanley Chery · 9 years ago
  29. e080693 nir/algebraic: Add a bit-size validator by Jason Ekstrand · 8 years ago
  30. 8a3e344 nir/opt_algebraic: Fix some expressions with ambiguous bit sizes by Jason Ekstrand · 8 years ago
  31. 7e0ee3a nir/search: Respect the bit_size parameter on nir_search_value by Jason Ekstrand · 8 years ago
  32. fcc1c8a nir/algebraic: Add a mechanism for specifying the bit size of a value by Jason Ekstrand · 8 years ago
  33. cafb885 nir/algebraic: Use "uint" instead of "unsigned" for uint types by Jason Ekstrand · 8 years ago
  34. 736ee0b nir/algebraic: Do better error reporting of bad expressions by Jason Ekstrand · 8 years ago
  35. b1dcedf isl: move -lm at the end of tests_ldadd by Alejandro Piñeiro · 8 years ago
  36. aef6a6c i965/blorp/gen8: Fix blitting of interleaved msaa surfaces by Topi Pohjolainen · 8 years ago
  37. 1d242b6 llvmpipe: s/Elements/ARRAY_SIZE/ by Brian Paul · 8 years ago
  38. 23c55e5 tgsi: s/Elements/ARRAY_SIZE/ by Brian Paul · 8 years ago
  39. 419e386 os: s/Elements/ARRAY_SIZE/ by Brian Paul · 8 years ago
  40. d902504 hud: s/Elements/ARRAY_SIZE/ by Brian Paul · 8 years ago
  41. e522a76 gallivm: s/Elements/ARRAY_SIZE/ by Brian Paul · 8 years ago
  42. 489df4a draw: s/Elements/ARRAY_SIZE/ by Brian Paul · 8 years ago
  43. f93802c softpipe: s/Elements/ARRAY_SIZE/ by Brian Paul · 8 years ago
  44. 562c4a1 winsys/radeon: remove use_reusable_pool parameter from buffer_create by Nicolai Hähnle · 9 years ago
  45. 13acf2b gallium/radeon: remove use_reusable_pool parameter from r600_init_resource by Nicolai Hähnle · 9 years ago
  46. c868974 radeon/video: always use the reusable buffer pool by Nicolai Hähnle · 9 years ago
  47. 8c43c06 radeonsi: work around an MSAA fast stencil clear problem by Nicolai Hähnle · 9 years ago
  48. 7a215a3 radeonsi: expclear must be disabled on first Z/S clear by Nicolai Hähnle · 9 years ago
  49. 01a3bb5 radeonsi: move blend choice out of loop in si_blit_decompress_color by Nicolai Hähnle · 9 years ago
  50. 450ff0f radeonsi: use level mask for early out in si_blit_decompress_color by Nicolai Hähnle · 9 years ago
  51. 0ff05b5 radeonsi: si_blit_decompress_depth is only used for staging by Nicolai Hähnle · 9 years ago
  52. 0b70fc2 radeonsi: only decompress the required ZS planes from si_blit by Nicolai Hähnle · 9 years ago
  53. def53a0 radeonsi: decompress Z & S planes in one pass by Nicolai Hähnle · 9 years ago
  54. dc6fc2f radeonsi: early out of si_blit_decompress_depth_in_place based on dirty mask by Nicolai Hähnle · 9 years ago
  55. d14d6c3 radeonsi: use MIN2 instead of expanded ?: operator by Nicolai Hähnle · 9 years ago
  56. 159f182 radeonsi: fix brace style by Nicolai Hähnle · 9 years ago
  57. 91fb4bb gallium/util: add u_bit_consecutive for generating a consecutive range of bits by Nicolai Hähnle · 9 years ago
  58. 504df3a swr: s/Elements/ARRAY_SIZE/ by Tim Rowley · 8 years ago
  59. 836cab5 radeonsi: emit s_waitcnt for shader memory barriers and volatile by Nicolai Hähnle · 9 years ago
  60. e7201bd swr: [rasterizer] warning cleanup by Tim Rowley · 9 years ago
  61. 24f2381 swr: [rasterizer core] implement legacy depth bias enable by Tim Rowley · 9 years ago
  62. fa36f8e swr: [rasterizer jitter] support for dumping x86 asm by Tim Rowley · 9 years ago
  63. a646ffd swr: [rasterizer core] more backend refactoring by Tim Rowley · 9 years ago
  64. 8e815ff swr: [rasterizer jitter] add mSimdInt1Ty by Tim Rowley · 9 years ago
  65. 4e1e0b3 swr: [rasterizer core] backend refactor by Tim Rowley · 9 years ago
  66. 43f46ca svga: use the SVGA3D_DEVCAP_MAX_FRAGMENT_SHADER_INSTRUCTIONS query by Brian Paul · 8 years ago
  67. b5e7907 nouveau: codegen: LOAD: Take src swizzle into account by Hans de Goede · 9 years ago
  68. 90f4535 nouveau: codegen: LOAD: Do not call fetchSrc(1) if the address is immediate by Hans de Goede · 9 years ago
  69. 1958397 nouveau: codegen: LOAD: Always use component 0 when getting the address by Hans de Goede · 9 years ago
  70. 7d25ed7 dri3: Check for dummyContext to see if the glx_context is valid by Stefan Dirsch · 8 years ago
  71. 4d9b518 dri2: Check for dummyContext to see if the glx_context is valid by Egbert Eich · 9 years ago
  72. 6d1a59d glsl: move uniform block validation to link_uniform_blocks.cpp by Timothy Arceri · 8 years ago
  73. 73ada72 docs: Mention that {ARB,OES}_texture_stencil8 is supported on i965/gen8+ by Kenneth Graunke · 8 years ago
  74. fd9a7d8 i965: Enable ARB_texture_stencil8 and OES_texture_stencil8 on Gen8+. by Kenneth Graunke · 9 years ago
  75. 12c43a3 mesa: Try to fix CopyTex[Sub]Image of stencil textures. by Kenneth Graunke · 8 years ago
  76. 027c6c1 mesa: Disallow CopyTexSubImage on stencil formats in ES. by Kenneth Graunke · 8 years ago
  77. 1e44599 i965: Fix MapTextureImage for multi-slice/level stencil buffers. by Kenneth Graunke · 8 years ago
  78. 361a24e i965: Move TCS output indirect_offset.file check out a level. by Kenneth Graunke · 9 years ago
  79. 13195f7 i965/fs: Reduce the response length of sampler messages on Skylake. by Kenneth Graunke · 9 years ago
  80. d800b7d nir: Add a helper for figuring out what channels of an SSA def are read by Jason Ekstrand · 9 years ago
  81. acc2f1f i965/fs: Use inst->regs_written for rlen for texture instructions by Jason Ekstrand · 9 years ago
  82. c7a09c0 i965/fs: Properly report regs_written from SAMPLEINFO by Jason Ekstrand · 9 years ago
  83. 30b37e4 i965/blorp: Set regs_written on texturing instructions by Jason Ekstrand · 9 years ago
  84. 0bd956b i965: Don't force a header for texture offsets of 0. by Kenneth Graunke · 8 years ago
  85. fb5d38e r600g: fix and optimize tgsi_cmp when using ABS and NEG modifier by Patrick Rudolph · 9 years ago
  86. 7aa3a93 docs: update softpipe for ARB_compute_shader by Dave Airlie · 8 years ago
  87. e749c30 softpipe: add support for compute shaders. (v2) by Dave Airlie · 8 years ago
  88. f78bcb7 tgsi/exec: initialise SysSemanticToIndex array to -1 by Dave Airlie · 8 years ago
  89. fbea4e1 tgsi/exec: implement restartable machine. by Dave Airlie · 8 years ago
  90. 8ffa3c5 tgsi/exec: make inputs/outputs optional for compute shaders. by Dave Airlie · 8 years ago
  91. 16a9dc1 tgsi/exec: implement load/store/atomic on MEMORY. by Dave Airlie · 8 years ago
  92. 354c5f2 tgsi/exec: split out setting up masks to separate function by Dave Airlie · 8 years ago
  93. 6cf36a7 tgsi: accept a starting PC value for exec machine. by Dave Airlie · 8 years ago
  94. 912ed84 tgsi: move to using vector for system values. by Dave Airlie · 8 years ago
  95. 9013d92 tgsi/exec: fix system value handling. by Dave Airlie · 8 years ago
  96. 4040fff i965/blorp: Convert state setup to C by Jason Ekstrand · 9 years ago
  97. 71775af i965/blorp: Make state setup C-safe by Jason Ekstrand · 9 years ago
  98. bed7429 i965/blorp: Convert brw_blorp.cpp to a C file by Jason Ekstrand · 9 years ago
  99. 0551f3d i965/blorp: Make all of brw_blorp.h accessible to C by Jason Ekstrand · 9 years ago
  100. b3f08b5 i965/blorp: Turn brw_blorp_params into a C-style struct by Jason Ekstrand · 9 years ago