1. 90ce3cd r600g: remove struct radeon (or what's left of it) by Marek Olšák · 13 years ago
  2. 518557d r600g: move family and chip_class from struct radeon to r600_screen by Marek Olšák · 13 years ago
  3. 6101b6d r600g: merge r600_bo with r600_resource by Marek Olšák · 13 years ago
  4. ba89086 gallium: add PIPE_CAP_TEXTURE_BARRIER by Marek Olšák · 13 years ago
  5. 3d13b08 gallium: add PIPE_CAP_CONDITIONAL_RENDER by Marek Olšák · 13 years ago
  6. f5bfe54 gallium: add and use PIPE_SHADER_CAP_MAX_TEXTURE_SAMPLERS by Marek Olšák · 13 years ago
  7. 557c3fe gallium: remove PIPE_CAP_TEXTURE_MIRROR_REPEAT by Marek Olšák · 13 years ago
  8. 67582e6 i915: out-of-bounds write in calc_live_regs() by Chris Wilson · 13 years ago
  9. ebca47a i965: Assign instead of compare inside assert by Chris Wilson · 13 years ago
  10. 8ccbcda i965/gen6: Fix assign instead of compare in assert by Chris Wilson · 13 years ago
  11. 201485b glcpp: Add a test for #elif with an undefined macro. by Carl Worth · 13 years ago
  12. c4aaf79 glcpp: Raise error if defining any macro containing two consecutive underscores by Carl Worth · 13 years ago
  13. 28842c2 glcpp: Implement token pasting for non-function-like macros by Carl Worth · 13 years ago
  14. 7bb3403 glcpp: Test a non-function-like macro using the token paste operator by Carl Worth · 13 years ago
  15. 3c01a58 glcpp: Fix two (or more) successive applications of token pasting by Carl Worth · 13 years ago
  16. 8e6b99e glcpp: Add a test for a macro that implements token pasting twice. by Carl Worth · 13 years ago
  17. 9c72b72 mesa: Remove unused tnl items from dd_functions by Chad Versace · 13 years ago
  18. a8ca786 meta: fix GetTexImage() for luminance, l/a, intensity formats by Brian Paul · 13 years ago
  19. 57169c4 mesa: add _NEW_CURRENT_ATTRIB in _mesa_program_state_flags() by Brian Paul · 13 years ago
  20. 4e6bb07 st/mesa: implement AllocTextureImageBuffer() driver hook by Brian Paul · 13 years ago
  21. 4368a65 mesa: simplify parameters to GetTexImage() driver hook by Brian Paul · 13 years ago
  22. d742a64 xorg/vmwgfx: Kill this target. It's not used anymore. by Thomas Hellstrom · 13 years ago
  23. e4394fb intel: include version.h to get _mesa_override_glsl_version() prototype by Brian Paul · 13 years ago
  24. c6f9d80 gallium: Set renderbuffer's InternalFormat when rendering to texture by Simon Farnsworth · 13 years ago
  25. e784327 winsys/svga: Update to vmwgfx kernel module 2.1 by Thomas Hellstrom · 13 years ago
  26. e63f278 st/xa: Don't call fence_reference with an unitialized fence handle as dst by Thomas Hellstrom · 13 years ago
  27. 5ec01ba st/xa: surfaces and sampler views are per context by Thomas Hellstrom · 13 years ago
  28. ed48df8 mesa: Remove ARB_texture_mirrored_repeat extension enable flag by Ian Romanick · 13 years ago
  29. b0824bd mesa: Remove EXT_blend_subtract extension enable flag by Ian Romanick · 13 years ago
  30. 1d5e49b mesa: Remove EXT_stencil_wrap extension enable flag by Ian Romanick · 13 years ago
  31. f9a2352 mesa: Remove EXT_texture_lod_bias extension enable flag by Ian Romanick · 13 years ago
  32. bde8bd9 mesa: Remove EXT_texture_env_combine extension enable flag by Ian Romanick · 13 years ago
  33. 5c4f914 mesa: Remove EXT_texture_env_add extension enable flag by Ian Romanick · 13 years ago
  34. 677743f mesa: Remove ARB_multitexture extension enable flag by Ian Romanick · 13 years ago
  35. 1da1044 llvmpipe: Convert some of the null checks back to asserts. by José Fonseca · 13 years ago
  36. 8d64724 llvmpipe: Also reset the state in lp_scene_bin_reset by José Fonseca · 13 years ago
  37. b8d1242 llvmpipe: Prevent segfault during fs variant cache shrinking. by José Fonseca · 13 years ago
  38. 47ff3f7 tools/trace: Dump NULL literally. by José Fonseca · 13 years ago
  39. 1a86738 st/mesa: remove some old GetTexImage() code by Brian Paul · 13 years ago
  40. a3cd2c6 winsys/radeon: remove redundant member radeon_bo::size by Marek Olšák · 13 years ago
  41. 798ebc9 winsys/radeon: simplify updating GEM domains for relocations by Marek Olšák · 13 years ago
  42. bfa51df winsys/radeon: simplify passing GEM domains through to GEM_CREATE by Marek Olšák · 13 years ago
  43. 7b42ed6 r300g: remove useless variables in some structures by Marek Olšák · 13 years ago
  44. b2e6ca8 r300g: simplify the immd_is_good_idea function by Marek Olšák · 13 years ago
  45. 3c79962 configure.ac: unduplicate gallium directories by Marek Olšák · 13 years ago
  46. 4b1e7cf r600g: convert if (query->type) into switch statements by Marek Olšák · 13 years ago
  47. f9ed713 gallium/docs: update d3d11ddi.txt by Marek Olšák · 13 years ago
  48. 163761f st/mesa: don't compute index buffer bounds for per-instance data by Marek Olšák · 13 years ago
  49. 9c75527 glsl 1.30: Fix numerical instabilities in asinh by Paul Berry · 13 years ago
  50. b79782c mesa: fix signed/unsigned sscanf() warning in _mesa_override_glsl_version() by Brian Paul · 13 years ago
  51. 3bb41e7 st/mesa: include version.h and fix _mesa_override_glsl_version() call by Brian Paul · 13 years ago
  52. 9f220bd glsl: Add support for constant expression evaluation on trunc(). by Eric Anholt · 13 years ago
  53. 158a585 i965/vs: Add support for bit-shift operations. by Eric Anholt · 13 years ago
  54. 0045a67 mesa: Add missing _mesa_sizeof_glsl_type() for UNSIGNED_INT. by Eric Anholt · 13 years ago
  55. 7de6e74 i965/fs: Add support for bit-shift operations. by Eric Anholt · 13 years ago
  56. 344f94b glsl: Fix assertion checking types of constant bitshift expressions. by Eric Anholt · 13 years ago
  57. 1d59de1 ir_to_mesa: Don't assertion fail on remaining GLSL 1.30 ops. by Eric Anholt · 13 years ago
  58. f02ed01 i965: don't intepolate clip distances on pre-GEN6. by Paul Berry · 13 years ago
  59. 64ce64a i965 new VS: Fix bugs in pre-GEN6 psiz/flags computation by Paul Berry · 13 years ago
  60. cc3a699 i965 new VS: Fix src_reg(uint32_t) constructor. by Paul Berry · 13 years ago
  61. e7da40a i965 new VS: don't share clip plane constants in pre-GEN6 by Paul Berry · 13 years ago
  62. 7e2b23b i965: Fix a hardcoded user clip plane count. by Paul Berry · 13 years ago
  63. a864b82 i965: allow for nonconsecutive elements of gl_ClipDistance to be enabled. by Paul Berry · 13 years ago
  64. e6c8027 i965: Use 4 bits to store nr_userclip in brw_clip.h. by Paul Berry · 13 years ago
  65. bb3e75d intel: Remove unused function get_glsl_version() by Chad Versace · 13 years ago
  66. a1eff55 mesa: Allow overriding GLSL version with environment variable by Chad Versace · 13 years ago
  67. 124fc96 st/mesa: substitute argument to guess_base_level_size() call by Brian Paul · 13 years ago
  68. d1e567f mesa: fix signed/unsigned warning in sscanf() by Brian Paul · 13 years ago
  69. d487cc2 scons: insert 'git-' into MESA_GIT_SHA1 string by Brian Paul · 13 years ago
  70. e112287 scons: fix write_git_sha1_h_file() issue on Windows by Brian Paul · 13 years ago
  71. ddb5cd0 d3d1x: propagate DepthBiasClamp to rasterizer cso by Christoph Bumiller · 13 years ago
  72. 5def3b7 d3d1x: fix uninitialized const color union black by Christoph Bumiller · 13 years ago
  73. b3fa0d3 nv50,nvc0: support polygon offset clamp state by Christoph Bumiller · 13 years ago
  74. e92348b r600: support polygon offset clamp state by Christoph Bumiller · 13 years ago
  75. 16f8308 gallium: add polygon offset clamp state by Christoph Bumiller · 13 years ago
  76. f83af36 scons: generate git_sha1.h file as with Makefile build by Brian Paul · 13 years ago
  77. 83df7fb i965: Allow SIMD16 color writes on Ivybridge. by Kenneth Graunke · 13 years ago
  78. 79cba4c i965/fs: Allow SIMD16 with control flow on Ivybridge. by Kenneth Graunke · 13 years ago
  79. b095b68 intel: Fix compiler warnings from the depth stall flush commit. by Eric Anholt · 13 years ago
  80. d1fda90 radeon: Drop mapping we were doing around glGetTexImage(). by Eric Anholt · 13 years ago
  81. 6731c6c nouveau: Drop mapping we were doing around glGetTexImage(). by Eric Anholt · 13 years ago
  82. 019c9ee intel: Drop our custom glGetTexImage() code. by Eric Anholt · 13 years ago
  83. ce62473 mesa: Finally, convert RGBA glGetTexImage() to using MapTextureImage(). by Brian Paul · 13 years ago
  84. 429b45e mesa: Convert depth glGetTexImage() to using MapTextureImage(). by Brian Paul · 13 years ago
  85. 5934872 mesa: Convert depth/stencil glGetTexImage() to using MapTextureImage(). by Brian Paul · 13 years ago
  86. 0c513a9 mesa: Switch ycbcr glGetTexImage() to using MapTextureImage(). by Brian Paul · 13 years ago
  87. 440dfb4 mesa: Switch memcpy fast-path of glGetTexImage() to using MapTextureImage(). by Brian Paul · 13 years ago
  88. 177110a mesa: Update comments/assertions about buffer mapping for glGetTexImage(). by Brian Paul · 13 years ago
  89. 8df7ca7 mesa: Convert GetCompressedTexImage to using MapTextureImage(). by Brian Paul · 13 years ago
  90. 9f61e43 gallium: move border color to be a color union by Dave Airlie · 13 years ago
  91. 0527c11 mesa: Allow override of GL version with environment variable by Chad Versace · 13 years ago
  92. b565e62 mesa: Make enable.c and get.c properly range check clip flags. by Paul Berry · 13 years ago
  93. 4c84fbe mesa: fix indentation in mipmap.c (3 spaces) by Brian Paul · 13 years ago
  94. 39790b6 i965/vs: Fix access beyond array bounds for non-GRF operands. by Eric Anholt · 13 years ago
  95. 8004a1c intel: Rename region->buffer to region->bo, and remove accessor function. by Eric Anholt · 13 years ago
  96. b4721bf intel: Drop stale comment about CopyTexSubImage. by Eric Anholt · 13 years ago
  97. 2ef77d1 intel: Rely on AllocTextureImageBuffer for our teximage fallbacks. by Eric Anholt · 13 years ago
  98. d6b5e32 intel: Rely on mesa core for compressed texture image uploading. by Eric Anholt · 13 years ago
  99. 32fe506 intel: Allow src == NULL and *dst != NULL in intel_miptree_reference(). by Eric Anholt · 13 years ago
  100. db3ada6 intel: Drop the "intel" argument to intel_miptree_release(). by Eric Anholt · 13 years ago