1. bd15148 noop: implement pipe_context::bind_sampler_states() by Brian Paul · 11 years ago
  2. c772338 llvmpipe: implement pipe_context::bind_sampler_states() by Brian Paul · 11 years ago
  3. 41a9be7 ilo: implement pipe_context::bind_sampler_states() by Brian Paul · 11 years ago
  4. 9564ec8 identity: implement pipe_context::bind_sampler_states() by Brian Paul · 11 years ago
  5. aec11d4 i915g: implement pipe_context::bind_sampler_states() by Brian Paul · 11 years ago
  6. e5d000c galahad: implement pipe_context::bind_sampler_states() by Brian Paul · 11 years ago
  7. 4bdf7d3 clover: use pipe_context::bind_sampler_states() if non-null by Brian Paul · 11 years ago
  8. 96b9c09 vl: use pipe_context::bind_sampler_states() if non-null by Brian Paul · 11 years ago
  9. bbc1fd8 util: use pipe_context::bind_sampler_states() if non-null by Brian Paul · 11 years ago
  10. 27d500a draw: use pipe_context::bind_sampler_states() if non-null by Brian Paul · 11 years ago
  11. 5cba872 cso: use pipe_context::bind_sampler_states() if non-null by Brian Paul · 11 years ago
  12. 755d788 gallium: add pipe_context::bind_sampler_states() by Brian Paul · 11 years ago
  13. 9b99451 r300g: rename r300_bind_sampler_states to r300_bind_fragment_sampler_states by Brian Paul · 11 years ago
  14. c368479 draw: rename bind_sampler_states variables by Brian Paul · 11 years ago
  15. c7d91a6 r600g: fix ínitialization of non_disp_tiling flag by Marek Olšák · 11 years ago
  16. b893bbf r600g,radeonsi: create aux_context last by Marek Olšák · 11 years ago
  17. 52bfe8e r300g/swtcl: don't call draw_prepare_shader_outputs by Marek Olšák · 11 years ago
  18. bde5b62 st/mesa: silence warning about unhandled enum in switch statement by Brian Paul · 11 years ago
  19. d133592 mesa: fix make check for ARB_texture_gather by Chris Forbes · 11 years ago
  20. 61519f1 docs: Mark off ARB_texture_gather by Chris Forbes · 11 years ago
  21. 88f196a i965/hsw: Apply gather4 RG32F w/a using SCS instead of shader. by Chris Forbes · 11 years ago
  22. 7df985a i965: Enable ARB_texture_gather on Gen7 by Chris Forbes · 12 years ago
  23. dd4c2a5 i965: use gather slots in the binding table for gather4. by Chris Forbes · 11 years ago
  24. c08f208 i965: Emit a second set of SURFACE_STATE for gather4 from textures. by Chris Forbes · 11 years ago
  25. 5901d48 i965: make room in the binding table for a full alternate set of surface_states by Chris Forbes · 11 years ago
  26. 855b2a8 i965: Add BRW_SURFACEFORMAT_R32G32_FLOAT_LD, required for IVB gather4 w/a by Chris Forbes · 11 years ago
  27. cfa3c8a i965: w/a for gather4 green RG32F by Chris Forbes · 11 years ago
  28. 36e25cc glsl: flag shaders which use gather4 at all by Chris Forbes · 11 years ago
  29. 4ed3930 i965/vs: Add support for ir_tg4 by Chris Forbes · 12 years ago
  30. 942a4ec i965/fs: Add support for ir_tg4 by Chris Forbes · 12 years ago
  31. fb45550 i965: add SHADER_OPCODE_TG4 by Chris Forbes · 12 years ago
  32. 18002d9 glsl: add texture gather changes by Maxence Le Dore · 12 years ago
  33. d357562 mesa: add texture gather changes by Maxence Le Dore · 12 years ago
  34. 0d7fc10 i965: fix bogus swizzle in brw_cubemap_normalize by Chris Forbes · 11 years ago
  35. 4e4c32b r600/llvm: Adds support for MSAA by Vincent Lejeune · 11 years ago
  36. 8edbd76 r600g/llvm: Undef z and w component of 2D TXP inst by Vincent Lejeune · 11 years ago
  37. 9f183eb r600g/llvm: fix txq for texture buffer by Vincent Lejeune · 11 years ago
  38. 848c0e7 i965: compute DDX in a subspan based only on top row by Chia-I Wu · 11 years ago
  39. 72edba1 i965/blorp: Use passed in framebuffer rather than ctx->DrawBuffer by Chris Forbes · 11 years ago
  40. ef8cc3e ralloc: Remove the rzalloc-based new/delete operator definition macro. by Francisco Jerez · 11 years ago
  41. fcbbecb st/mesa: Switch glsl_to_tgsi_instruction to the non-zeroing allocator. by Francisco Jerez · 11 years ago
  42. 03d4634 mesa/program: Switch ir_to_mesa_instruction to the non-zeroing allocator. by Francisco Jerez · 11 years ago
  43. 23e8673 i965: Switch vec4_live_variables to the non-zeroing allocator. by Francisco Jerez · 11 years ago
  44. c307d27 i965: Switch fs_live_variables to the non-zeroing allocator. by Francisco Jerez · 11 years ago
  45. ced327e i965: Switch fs_inst to the non-zeroing allocator. by Francisco Jerez · 11 years ago
  46. a5d843e i965: Switch ip_record to the non-zeroing allocator. by Francisco Jerez · 11 years ago
  47. ddd6942 i965: Initialize all member variables of cfg_t on construction. by Francisco Jerez · 11 years ago
  48. fde23b6 i965: Initialize all member variables of bblock_t on construction. by Francisco Jerez · 11 years ago
  49. 58d772c glsl: Switch ast_type_qualifier to the non-zeroing allocator. by Francisco Jerez · 11 years ago
  50. 8bd1c69 glsl: Switch ast_node to the non-zeroing allocator. by Francisco Jerez · 11 years ago
  51. 70953b5 i965: Initialize all member variables of vec4_instruction on construction. by Francisco Jerez · 11 years ago
  52. 43bf36b glsl: Initialize all member variables of _mesa_glsl_parse_state on construction. by Francisco Jerez · 11 years ago
  53. 0e72db9 mesa: Fix misplaced includes of "main/uniforms.h". by Francisco Jerez · 11 years ago
  54. 6349b32 st/egl: flush resources before presentation by Grigori Goronzy · 11 years ago
  55. d99b5b2 i965/gs: Fix incorrect numbering of DWORDs in 3DSTATE_GS by Paul Berry · 11 years ago
  56. 6659131 mesa: check for bufSize > 0 in _mesa_GetSynciv() by Brian Paul · 11 years ago
  57. 755602d mesa: minor fix-ups for _mesa_validate_sync() by Brian Paul · 11 years ago
  58. 79a0306 mesa: add missing error checks in _mesa_GetObject[Ptr]Label() by Brian Paul · 11 years ago
  59. 69daf33 mesa: use caller string in error message in get_label_pointer() by Brian Paul · 11 years ago
  60. ecd155a mesa: asst. clean-ups in copy_label() by Brian Paul · 11 years ago
  61. d2eb281 st/xorg: Include u_surface.h for u_copy_rect by Alex Deucher · 11 years ago
  62. 9c446af winsys/freedreno/drm: drop obsolete .gitignore by Emil Velikov · 11 years ago
  63. 16661a9 winsys/freedreno/drm: consolidate C sources list into Makefile.sources by Emil Velikov · 11 years ago
  64. 5d76909 winsys/nouveau/drm: consolidate C sources list into Makefile.sources by Emil Velikov · 11 years ago
  65. 0d36f5c winsys/i915/sw: consolidate C sources list into Makefile.sources by Emil Velikov · 11 years ago
  66. 56dfbbd st/xvmc: consolidate C sources list into Makefile.sources by Emil Velikov · 11 years ago
  67. 10bd3a3 st/xorg: consolidate C sources list into Makefile.sources by Emil Velikov · 11 years ago
  68. 556207e st/xa: consolidate C sources list into Makefile.sources by Emil Velikov · 11 years ago
  69. f7df719 st/wgl: consolidate C sources list into Makefile.sources by Emil Velikov · 11 years ago
  70. 9f03c76 st/vega: consolidate C sources list into Makefile.sources by Emil Velikov · 11 years ago
  71. bfbbc7c st/vdpau: consolidate C sources list into Makefile.sources by Emil Velikov · 11 years ago
  72. c0024c4 st/osmesa: consolidate C sources list into Makefile.sources by Emil Velikov · 11 years ago
  73. 921fdf1 st/glx: consolidate C sources list into Makefile.sources by Emil Velikov · 11 years ago
  74. 760c1a6 st/gbm: consolidate C sources list into Makefile.sources by Emil Velikov · 11 years ago
  75. 4e9028b st/egl: consolidate C sources lists into Makefile.sources by Emil Velikov · 11 years ago
  76. edd11ec st/dri/sw: consolidate C sources list into Makefile.sources by Emil Velikov · 11 years ago
  77. f9ddeac st/dri: consolidate C sources list into Makefile.sources by Emil Velikov · 11 years ago
  78. d8afbc6 st/clover: consolidate CPP sources list into Makefile.sources by Emil Velikov · 11 years ago
  79. 1918c37 galahad: consolidate C sources list into Makefile.sources by Emil Velikov · 11 years ago
  80. 38d80c0 noop: consolidate C sources list into Makefile.sources by Emil Velikov · 11 years ago
  81. d7c66ff identity: consolidate C sources list into Makefile.sources by Emil Velikov · 11 years ago
  82. 959ed5c freedreno: consolidate C sources list into Makefile.sources by Emil Velikov · 11 years ago
  83. b91a9cd trace: consolidate C sources list into Makefile.sources by Emil Velikov · 11 years ago
  84. e369126 llvmpipe: consolidate C sources list into Makefile.sources by Emil Velikov · 11 years ago
  85. 2234e18 rbug: consolidate C sources list into Makefile.sources by Emil Velikov · 11 years ago
  86. 9bc5ced softpipe: consolidate C sources list into Makefile.sources by Emil Velikov · 11 years ago
  87. 6ea73bb r600: use NEED_RADEON_LLVM over R600_NEED_RADEON_GALLIUM by Emil Velikov · 11 years ago
  88. 4334666 gallium/radeon: drop unused variable LIBGALLIUM_LIBS by Emil Velikov · 11 years ago
  89. e11ff60 mesa/drivers: drop HAVE_*_DRI from individual makefiles by Emil Velikov · 11 years ago
  90. cb1febb gallium/targets: Make use of prebuilt libdricommon.la. by Johannes Obermayr · 11 years ago
  91. eb0a57a i915: Fix memory leak in do_blit_readpixels. by Vinson Lee · 11 years ago
  92. 76df7ed llvmpipe: Remove unnecessary null check of shader. by Vinson Lee · 11 years ago
  93. ac82495 util/u_format: Assert that format block size is at least 1 byte. by Vinson Lee · 11 years ago
  94. 505a6de draw: Add a null check for draw. by Vinson Lee · 11 years ago
  95. 9b388c6 st/vdpau: Include u_surface.h for u_copy_rect. by Vinson Lee · 11 years ago
  96. 05474ac st/vdpau: Include u_format.h for util_format_description. by Vinson Lee · 11 years ago
  97. 14442c4 st/xvmc: Include u_surface.h for u_copy_rect. by Vinson Lee · 11 years ago
  98. 9f6e76a st/egl: include u_format.h for util_format_get_blocksize() by Brian Paul · 11 years ago
  99. 1d05caf svga: fix pixel center integer by Brian Paul · 11 years ago
  100. 360610c svga: return 0 for PIPE_CAP_PREFER_BLIT_BASED_TEXTURE_TRANSFER by Brian Paul · 11 years ago