1. e62799b i965: Use internal functions for buffer object access by Ian Romanick · 9 years ago
  2. 1c5423d i965: Use DSA functions for VBOs in brw_meta_fast_clear by Ian Romanick · 9 years ago
  3. dcadd85 i965: Pass brw_context instead of gl_context to brw_draw_rectlist by Ian Romanick · 9 years ago
  4. 4a644f1 mesa: Refactor enable_vertex_array_attrib to make _mesa_enable_vertex_array_attrib by Ian Romanick · 9 years ago
  5. a336fcd mesa: Refactor update_array_format to make _mesa_update_array_format_public by Ian Romanick · 9 years ago
  6. 8fae494 mesa: Make bind_vertex_buffer avilable outside varray.c by Ian Romanick · 9 years ago
  7. 03d6949 Revert "i965: Combine assembly annotations if possible." by Kenneth Graunke · 9 years ago
  8. 5369efe glsl: Pass ast_type_qualifier by const reference. by Matt Turner · 9 years ago
  9. f36993b i965: Clean up #includes in the compiler. by Matt Turner · 9 years ago
  10. 1eb11e6 i965: Move brw_new_shader and brw_link_shader prototypes from brw_wm.h. by Matt Turner · 9 years ago
  11. 6ba700c i965: Compile brw_cs_fill_local_id_payload() as C. by Matt Turner · 9 years ago
  12. 6b525d9 i965: Move MRF macros from brw_inst.h to brw_eu.h. by Matt Turner · 9 years ago
  13. 7673293 i965: Drop #include of main/glheader.h. by Matt Turner · 9 years ago
  14. ecac1aa i965: Push down inclusion of brw_program.h. by Matt Turner · 9 years ago
  15. 64cc757 i965: Mark functions called from C as extern "C". by Matt Turner · 9 years ago
  16. fb86f0e i965: Push down inclusion of vbo/vbo.h. by Matt Turner · 9 years ago
  17. 6fe9ea7 i965: Remove duplicate #includes. by Matt Turner · 9 years ago
  18. c06f3d5 i965: Remove unneeded forward declarations. by Matt Turner · 9 years ago
  19. e768c49 i965: Mark count_trailing_one_bits() static. by Matt Turner · 9 years ago
  20. 836aaa4 i965: Remove useless gen6_blorp.h/gen7_blorp.h headers. by Matt Turner · 9 years ago
  21. d956335 util: Include assert.h in macros.h. by Matt Turner · 9 years ago
  22. fafbf99 util: Include <stdbool.h> in debug.h. by Matt Turner · 9 years ago
  23. 2d8c529 i965: Prevent implicit upcasts to brw_reg. by Matt Turner · 9 years ago
  24. 799f924 i965: Use scope operator to ensure brw_reg is interpreted as a type. by Matt Turner · 9 years ago
  25. f093c84 i965: Use implicit backend_reg copy-constructor. by Matt Turner · 9 years ago
  26. 309a44d i965: Add and use backend_reg::equals(). by Matt Turner · 9 years ago
  27. 6c6a439 softpipe/llvmpipe: don't advertize support for ASTC by Roland Scheidegger · 9 years ago
  28. 97eed8d llvmpipe: don't test for unsupported formats in lp_test_format by Roland Scheidegger · 9 years ago
  29. 9b41489 docs: add missed i965 feature to relnotes by Ian Romanick · 9 years ago
  30. d278e31 util: move brw_env_var_as_boolean() to util by Rob Clark · 9 years ago
  31. d3e2c48 st/va: fix indentation by Christian König · 9 years ago
  32. 64761a8 st/va: move MPEG4 functions into separate file by Christian König · 9 years ago
  33. 9fe7924 st/va: move VC-1 functions into separate file by Christian König · 9 years ago
  34. da17334 st/va: move H264 functions into separate file by Christian König · 9 years ago
  35. c9cb223 st/va: move MPEG12 functions into separate file by Christian König · 9 years ago
  36. ec6ef1c st/va: move post processing function into own file by Christian König · 9 years ago
  37. 3d6386f st/va: fix post process dirty area handling by Christian König · 9 years ago
  38. 2571a76 glsl: implement recent spec update to SSO validation by Timothy Arceri · 9 years ago
  39. 3c4aa7a Revert "mesa: return initial value for VALIDATE_STATUS if pipe not bound" by Timothy Arceri · 9 years ago
  40. d094631 radeon/llvm: Use llvm.AMDIL.exp intrinsic again for now by Michel Dänzer · 9 years ago
  41. f55f134 radeon/uvd: uv pitch separation for stoney by Boyuan Zhang · 9 years ago
  42. 179fc4a Merge remote-tracking branch 'mesa-public/master' into vulkan by Jason Ekstrand · 9 years ago
  43. 237bcdb texgetimage: consolidate 1D array handling code. by Dave Airlie · 9 years ago
  44. d9b8fde i965: Use NIR for lowering texture swizzle by Jason Ekstrand · 9 years ago
  45. 8537b4a nir/lower_tex: Add support for lowering texture swizzle by Jason Ekstrand · 9 years ago
  46. 6921b17 nir: Add a tex_instr_is_query helper by Jason Ekstrand · 9 years ago
  47. 7e83fd8 nir: Add a ssa_def_rewrite_uses_after helper by Jason Ekstrand · 9 years ago
  48. 384396a nir: Use instr/if_rewrite in nir_ssa_def_rewrite_uses by Jason Ekstrand · 9 years ago
  49. 03c9ad9 nir/validate: Validated dests after sources by Jason Ekstrand · 9 years ago
  50. 6c8ba59 i965: Use nir_lower_tex for texture coordinate lowering by Jason Ekstrand · 9 years ago
  51. d065a93 i965/fs: Stomp the texture return type to UINT32 for resinfo messages by Jason Ekstrand · 9 years ago
  52. 042fa75 nir/lower_tex: Set the dest_type for txs instructions by Jason Ekstrand · 9 years ago
  53. 1417f6a nir/lower_tex: Report progress by Jason Ekstrand · 9 years ago
  54. ce767bb i965: Move postprocess_nir to codegen time by Jason Ekstrand · 9 years ago
  55. 9cf10819 i965/nir: Split shader optimization and lowering into three stages by Jason Ekstrand · 9 years ago
  56. 9d703de i965: Use ull immediates in brw_inst_bits by Jason Ekstrand · 9 years ago
  57. e4c1221 docs: add missed freedreno features to relnotes by Ilia Mirkin · 9 years ago
  58. 33dc9aa docs: update relnotes with new freedreno/a4xx support by Ilia Mirkin · 9 years ago
  59. c9651f0 svga: Add ASTC formats to format table. by Jose Fonseca · 9 years ago
  60. 754b26e freedreno/ir3: add support for a few gs5 ops by Ilia Mirkin · 9 years ago
  61. cca8dd4 ttn: fix UMSB conversion by Ilia Mirkin · 9 years ago
  62. 190acb3 freedreno/a4xx: add ARB_texture_query_lod support by Ilia Mirkin · 9 years ago
  63. f0e670b ttn: add LODQ support by Ilia Mirkin · 9 years ago
  64. 9761d51 freedreno/a4xx: re-emit program on dirty framebuffer by Ilia Mirkin · 9 years ago
  65. 81b1635 freedreno/a4xx: use a factor of 32767 for snorm8 blending by Ilia Mirkin · 9 years ago
  66. 6f17f19 freedreno/a4xx: only compute texture offset once for the view by Ilia Mirkin · 9 years ago
  67. f10bb0a freedreno/a4xx: add ARB_texture_view support by Ilia Mirkin · 9 years ago
  68. 1b9992b freedreno/a4xx: add formats for ARB_texture_buffer_object_rgb32 support by Ilia Mirkin · 9 years ago
  69. f9549d0 freedreno/a4xx: add ARB_texture_rgb10_a2ui support by Ilia Mirkin · 9 years ago
  70. 93905a8 freedreno/a4xx: add astc formats by Ilia Mirkin · 9 years ago
  71. 6b21d3c st/mesa: add astc support by Ilia Mirkin · 9 years ago
  72. 3333977 gallium: add ASTC formats by Ilia Mirkin · 9 years ago
  73. 1c7d0a6 gallium/util: remove the fake format helpers for bptc and etc2 by Ilia Mirkin · 9 years ago
  74. c65bc2e freedreno/a4xx: support 16384 texels in buffer texture by Ilia Mirkin · 9 years ago
  75. 99f12a3 freedreno/a4xx: add ARB_texture_buffer_range support by Ilia Mirkin · 9 years ago
  76. d4c40f9 freedreno/a4xx: add polygon mode support by Ilia Mirkin · 9 years ago
  77. b89d1b2 configure.ac: default to disabled dri3 when --disable-dri is set by Emil Velikov · 9 years ago
  78. b9b0a1f loader: unconditionally add AM_CPPFLAGS to libloader_la_CPPFLAGS by Emil Velikov · 9 years ago
  79. 8a6d476 pipe-loader: link against libloader regardless of libdrm presence by Emil Velikov · 9 years ago
  80. 2010de4 i965: Handle lum, intensity and missing components in the fast clear by Neil Roberts · 9 years ago
  81. f588138 nir: s/nir_type_unsigned/nir_type_uint by Jason Ekstrand · 9 years ago
  82. fb93dd7 nir/builder: only read meaningful channels in nir_swizzle() by Connor Abbott · 9 years ago
  83. d982922 i965/fs: add stride restrictions for copy propagation by Connor Abbott · 9 years ago
  84. 95ac3b1 i965/fs: don't propagate cmod when the exec sizes differ by Connor Abbott · 9 years ago
  85. 70171a9 i965/fs: respect force_sechalf/force_writemask_all in CSE by Connor Abbott · 9 years ago
  86. b1a83b5 i965: fix 64-bit immediates in brw_inst(_set)_bits by Connor Abbott · 9 years ago
  87. 718b9f5 i965/fs: print non-1 strides when dumping instructions by Connor Abbott · 9 years ago
  88. 4deb118 nv50/ir: fix (un)spilling of 3-wide results by Ilia Mirkin · 9 years ago
  89. 6463d36 glsl: fix max binding validation for uniform blocks by Timothy Arceri · 9 years ago
  90. ad5f6b0 nv50,nvc0: properly handle buffer storage invalidation on dsa buffer by Ilia Mirkin · 9 years ago
  91. 079f713 nouveau: use the buffer usage to determine placement when no binding by Ilia Mirkin · 9 years ago
  92. 1b62a4e vc4: Take precedence over ilo when in simulator mode. by Eric Anholt · 9 years ago
  93. a39eac8 vc4: Just put USE_VC4_SIMULATOR in DEFINES. by Eric Anholt · 9 years ago
  94. d1212ab mesa/teximage: Fix S3TC regression due to ASTC interaction by Nanley Chery · 9 years ago
  95. 21d43fe mesa/extensions: Enable overriding permanently enabled extensions by Nanley Chery · 9 years ago
  96. 05eed0e virgl: pipe_virgl_create_screen is not static by Igor Gnatenko · 9 years ago
  97. 86fc97d i965: Fix num_uniforms count for scalar GS. by Kenneth Graunke · 9 years ago
  98. 4cff16b vc4: Use nir_channel() to simplify all of our nir_swizzle() cases. by Eric Anholt · 9 years ago
  99. 81544f2 vc4: Fix point size lookup. by Eric Anholt · 9 years ago
  100. 4befd82 pipe-loader: Fix PATH_MAX define on MSVC. by Jose Fonseca · 9 years ago