1. 23e8673 i965: Switch vec4_live_variables to the non-zeroing allocator. by Francisco Jerez · 11 years ago
  2. c307d27 i965: Switch fs_live_variables to the non-zeroing allocator. by Francisco Jerez · 11 years ago
  3. ced327e i965: Switch fs_inst to the non-zeroing allocator. by Francisco Jerez · 11 years ago
  4. a5d843e i965: Switch ip_record to the non-zeroing allocator. by Francisco Jerez · 11 years ago
  5. ddd6942 i965: Initialize all member variables of cfg_t on construction. by Francisco Jerez · 11 years ago
  6. fde23b6 i965: Initialize all member variables of bblock_t on construction. by Francisco Jerez · 11 years ago
  7. 58d772c glsl: Switch ast_type_qualifier to the non-zeroing allocator. by Francisco Jerez · 11 years ago
  8. 8bd1c69 glsl: Switch ast_node to the non-zeroing allocator. by Francisco Jerez · 11 years ago
  9. 70953b5 i965: Initialize all member variables of vec4_instruction on construction. by Francisco Jerez · 11 years ago
  10. 43bf36b glsl: Initialize all member variables of _mesa_glsl_parse_state on construction. by Francisco Jerez · 11 years ago
  11. 0e72db9 mesa: Fix misplaced includes of "main/uniforms.h". by Francisco Jerez · 11 years ago
  12. 6349b32 st/egl: flush resources before presentation by Grigori Goronzy · 11 years ago
  13. d99b5b2 i965/gs: Fix incorrect numbering of DWORDs in 3DSTATE_GS by Paul Berry · 11 years ago
  14. 6659131 mesa: check for bufSize > 0 in _mesa_GetSynciv() by Brian Paul · 11 years ago
  15. 755602d mesa: minor fix-ups for _mesa_validate_sync() by Brian Paul · 11 years ago
  16. 79a0306 mesa: add missing error checks in _mesa_GetObject[Ptr]Label() by Brian Paul · 11 years ago
  17. 69daf33 mesa: use caller string in error message in get_label_pointer() by Brian Paul · 11 years ago
  18. ecd155a mesa: asst. clean-ups in copy_label() by Brian Paul · 11 years ago
  19. d2eb281 st/xorg: Include u_surface.h for u_copy_rect by Alex Deucher · 11 years ago
  20. 9c446af winsys/freedreno/drm: drop obsolete .gitignore by Emil Velikov · 11 years ago
  21. 16661a9 winsys/freedreno/drm: consolidate C sources list into Makefile.sources by Emil Velikov · 11 years ago
  22. 5d76909 winsys/nouveau/drm: consolidate C sources list into Makefile.sources by Emil Velikov · 11 years ago
  23. 0d36f5c winsys/i915/sw: consolidate C sources list into Makefile.sources by Emil Velikov · 11 years ago
  24. 56dfbbd st/xvmc: consolidate C sources list into Makefile.sources by Emil Velikov · 11 years ago
  25. 10bd3a3 st/xorg: consolidate C sources list into Makefile.sources by Emil Velikov · 11 years ago
  26. 556207e st/xa: consolidate C sources list into Makefile.sources by Emil Velikov · 11 years ago
  27. f7df719 st/wgl: consolidate C sources list into Makefile.sources by Emil Velikov · 11 years ago
  28. 9f03c76 st/vega: consolidate C sources list into Makefile.sources by Emil Velikov · 11 years ago
  29. bfbbc7c st/vdpau: consolidate C sources list into Makefile.sources by Emil Velikov · 11 years ago
  30. c0024c4 st/osmesa: consolidate C sources list into Makefile.sources by Emil Velikov · 11 years ago
  31. 921fdf1 st/glx: consolidate C sources list into Makefile.sources by Emil Velikov · 11 years ago
  32. 760c1a6 st/gbm: consolidate C sources list into Makefile.sources by Emil Velikov · 11 years ago
  33. 4e9028b st/egl: consolidate C sources lists into Makefile.sources by Emil Velikov · 11 years ago
  34. edd11ec st/dri/sw: consolidate C sources list into Makefile.sources by Emil Velikov · 11 years ago
  35. f9ddeac st/dri: consolidate C sources list into Makefile.sources by Emil Velikov · 11 years ago
  36. d8afbc6 st/clover: consolidate CPP sources list into Makefile.sources by Emil Velikov · 11 years ago
  37. 1918c37 galahad: consolidate C sources list into Makefile.sources by Emil Velikov · 11 years ago
  38. 38d80c0 noop: consolidate C sources list into Makefile.sources by Emil Velikov · 11 years ago
  39. d7c66ff identity: consolidate C sources list into Makefile.sources by Emil Velikov · 11 years ago
  40. 959ed5c freedreno: consolidate C sources list into Makefile.sources by Emil Velikov · 11 years ago
  41. b91a9cd trace: consolidate C sources list into Makefile.sources by Emil Velikov · 11 years ago
  42. e369126 llvmpipe: consolidate C sources list into Makefile.sources by Emil Velikov · 11 years ago
  43. 2234e18 rbug: consolidate C sources list into Makefile.sources by Emil Velikov · 11 years ago
  44. 9bc5ced softpipe: consolidate C sources list into Makefile.sources by Emil Velikov · 11 years ago
  45. 6ea73bb r600: use NEED_RADEON_LLVM over R600_NEED_RADEON_GALLIUM by Emil Velikov · 11 years ago
  46. 4334666 gallium/radeon: drop unused variable LIBGALLIUM_LIBS by Emil Velikov · 11 years ago
  47. e11ff60 mesa/drivers: drop HAVE_*_DRI from individual makefiles by Emil Velikov · 11 years ago
  48. cb1febb gallium/targets: Make use of prebuilt libdricommon.la. by Johannes Obermayr · 11 years ago
  49. eb0a57a i915: Fix memory leak in do_blit_readpixels. by Vinson Lee · 11 years ago
  50. 76df7ed llvmpipe: Remove unnecessary null check of shader. by Vinson Lee · 11 years ago
  51. ac82495 util/u_format: Assert that format block size is at least 1 byte. by Vinson Lee · 11 years ago
  52. 505a6de draw: Add a null check for draw. by Vinson Lee · 11 years ago
  53. 9b388c6 st/vdpau: Include u_surface.h for u_copy_rect. by Vinson Lee · 11 years ago
  54. 05474ac st/vdpau: Include u_format.h for util_format_description. by Vinson Lee · 11 years ago
  55. 14442c4 st/xvmc: Include u_surface.h for u_copy_rect. by Vinson Lee · 11 years ago
  56. 9f6e76a st/egl: include u_format.h for util_format_get_blocksize() by Brian Paul · 11 years ago
  57. 1d05caf svga: fix pixel center integer by Brian Paul · 11 years ago
  58. 360610c svga: return 0 for PIPE_CAP_PREFER_BLIT_BASED_TEXTURE_TRANSFER by Brian Paul · 11 years ago
  59. 395fac2 svga: we don't support TGSI_OPCODE_CONT by Brian Paul · 11 years ago
  60. 81bb98e gallium: include u_surface.h instead of u_rect.h by Brian Paul · 11 years ago
  61. 48b9720 i965: Reenable glBitmap() after the sRGB winsys enabling. by Eric Anholt · 11 years ago
  62. 3e1fdf3 mesa: Remove all traces of GL_OES_matrix_get by Ian Romanick · 11 years ago
  63. 9baf35d Use -Bsymbolic when linking libEGL.so by Carl Worth · 11 years ago
  64. 4c49346 i965/blorp: retype destination register for texture SEND instruction to UW. by Paul Berry · 11 years ago
  65. 1c7f75e i965: Add a real native TexStorage path. by Eric Anholt · 11 years ago
  66. aff7f33 i965: Add missing license to intel_tex_validate.c. by Eric Anholt · 11 years ago
  67. 8037c0b i965: Always allocate validated miptrees from level 0. by Eric Anholt · 11 years ago
  68. 16060c5 i965: Don't relayout a texture just for baselevel changes. by Eric Anholt · 11 years ago
  69. 97bdb4c i965: Don't allocate a 1-level texture when GL_GENERATE_MIPMAP is set. by Eric Anholt · 11 years ago
  70. 6ca9b53 i965: Stop allocating miptrees with first_level != 0. by Eric Anholt · 11 years ago
  71. 3b9a2dc i965: Drop a special case for guessing small miptree levels. by Eric Anholt · 11 years ago
  72. 7de88ac i965: Totally switch around how we handle nonzero baselevel-first_level. by Eric Anholt · 11 years ago
  73. 9c116d5 i965: Always look up from the object's mt when setting up texturing state. by Eric Anholt · 11 years ago
  74. 114ae47 r600g/sb: Move variable dereference after null check. by Vinson Lee · 11 years ago
  75. 0d441aa st/mesa: fix comment typo by Brian Paul · 11 years ago
  76. 7b25f52 r600g,radeonsi: workaround for late shared screen initialization by Marek Olšák · 11 years ago
  77. 868791f r600g: Fix build failure introduced with r600_texture.c consolidation by Laurent Carlier · 11 years ago
  78. 4e9aa67 radeon: make texture logging more useful by Marek Olšák · 11 years ago
  79. e64633e r600g,radeonsi: share r600_texture.c by Marek Olšák · 11 years ago
  80. 4069d39 r600g: remove compute_global_transfer_* calls from texture_transfer_map/unmap by Marek Olšák · 11 years ago
  81. ef6680d r600g: move the low-level buffer functions for multiple rings to drivers/radeon by Marek Olšák · 11 years ago
  82. 1bb77f8 r600g,radeonsi: consolidate tiling_info initialization by Marek Olšák · 11 years ago
  83. 09fc5d6 radeonsi: implement clear_buffer using CP DMA, initialize CMASK with it by Marek Olšák · 11 years ago
  84. 68f6dec r600g: move aux_context and r600_screen_clear_buffer to drivers/radeon by Marek Olšák · 11 years ago
  85. 0cb9de1 radeonsi: move debug options to R600_DEBUG by Marek Olšák · 11 years ago
  86. ba650cc r600g: move some debug options to drivers/radeon by Marek Olšák · 11 years ago
  87. 2814202 r600g,radeonsi: share the async dma interface by Marek Olšák · 11 years ago
  88. e916267 radeonsi: move radeonsi-specific functions out of r600_texture.c by Marek Olšák · 11 years ago
  89. 3116940 r600g,radeonsi: remove unused code by Marek Olšák · 11 years ago
  90. 6f21009 r600g: move r600g-specific functions out of r600_texture.c by Marek Olšák · 11 years ago
  91. bfea9c4 r600g,radeonsi: consolidate r600_texture structures by Marek Olšák · 11 years ago
  92. 4ea2e5a r600g: get rid of r600_texture::is_rat by Marek Olšák · 11 years ago
  93. ba29324 r600g: get rid of r600_texture::array_mode by Marek Olšák · 11 years ago
  94. 39801d4 r600g,radeonsi: consolidate transfer, cmask, and fmask structures by Marek Olšák · 11 years ago
  95. a62cd69 radeon drivers: handle PIPE_CAP_MAX_VIEWPORTS by Marek Olšák · 11 years ago
  96. 900b186 radeon/llvm: fix TGSI_OPCODE_UCMP by Marek Olšák · 11 years ago
  97. 2bda5f3 st/mesa: fix GLSL mix(.., .., bvecN) by Marek Olšák · 11 years ago
  98. a64d3dd configure.ac: Add a more informative warning when libclc.pc is not found v2 by Tom Stellard · 11 years ago
  99. b2d5757 mesa: Include stdint.h in mtypes.h for uint32_t symbol. by Vinson Lee · 11 years ago
  100. aac75f8 i965/fs: Don't double-accept operands of logical and/or/xor operations. by Kenneth Graunke · 11 years ago