1. 4368a65 mesa: simplify parameters to GetTexImage() driver hook by Brian Paul · 13 years ago
  2. d742a64 xorg/vmwgfx: Kill this target. It's not used anymore. by Thomas Hellstrom · 13 years ago
  3. e4394fb intel: include version.h to get _mesa_override_glsl_version() prototype by Brian Paul · 13 years ago
  4. c6f9d80 gallium: Set renderbuffer's InternalFormat when rendering to texture by Simon Farnsworth · 13 years ago
  5. e784327 winsys/svga: Update to vmwgfx kernel module 2.1 by Thomas Hellstrom · 13 years ago
  6. e63f278 st/xa: Don't call fence_reference with an unitialized fence handle as dst by Thomas Hellstrom · 13 years ago
  7. 5ec01ba st/xa: surfaces and sampler views are per context by Thomas Hellstrom · 13 years ago
  8. ed48df8 mesa: Remove ARB_texture_mirrored_repeat extension enable flag by Ian Romanick · 13 years ago
  9. b0824bd mesa: Remove EXT_blend_subtract extension enable flag by Ian Romanick · 13 years ago
  10. 1d5e49b mesa: Remove EXT_stencil_wrap extension enable flag by Ian Romanick · 13 years ago
  11. f9a2352 mesa: Remove EXT_texture_lod_bias extension enable flag by Ian Romanick · 13 years ago
  12. bde8bd9 mesa: Remove EXT_texture_env_combine extension enable flag by Ian Romanick · 13 years ago
  13. 5c4f914 mesa: Remove EXT_texture_env_add extension enable flag by Ian Romanick · 13 years ago
  14. 677743f mesa: Remove ARB_multitexture extension enable flag by Ian Romanick · 13 years ago
  15. 1da1044 llvmpipe: Convert some of the null checks back to asserts. by José Fonseca · 13 years ago
  16. 8d64724 llvmpipe: Also reset the state in lp_scene_bin_reset by José Fonseca · 13 years ago
  17. b8d1242 llvmpipe: Prevent segfault during fs variant cache shrinking. by José Fonseca · 13 years ago
  18. 47ff3f7 tools/trace: Dump NULL literally. by José Fonseca · 13 years ago
  19. 1a86738 st/mesa: remove some old GetTexImage() code by Brian Paul · 13 years ago
  20. a3cd2c6 winsys/radeon: remove redundant member radeon_bo::size by Marek Olšák · 13 years ago
  21. 798ebc9 winsys/radeon: simplify updating GEM domains for relocations by Marek Olšák · 13 years ago
  22. bfa51df winsys/radeon: simplify passing GEM domains through to GEM_CREATE by Marek Olšák · 13 years ago
  23. 7b42ed6 r300g: remove useless variables in some structures by Marek Olšák · 13 years ago
  24. b2e6ca8 r300g: simplify the immd_is_good_idea function by Marek Olšák · 13 years ago
  25. 3c79962 configure.ac: unduplicate gallium directories by Marek Olšák · 13 years ago
  26. 4b1e7cf r600g: convert if (query->type) into switch statements by Marek Olšák · 13 years ago
  27. f9ed713 gallium/docs: update d3d11ddi.txt by Marek Olšák · 13 years ago
  28. 163761f st/mesa: don't compute index buffer bounds for per-instance data by Marek Olšák · 13 years ago
  29. 9c75527 glsl 1.30: Fix numerical instabilities in asinh by Paul Berry · 13 years ago
  30. b79782c mesa: fix signed/unsigned sscanf() warning in _mesa_override_glsl_version() by Brian Paul · 13 years ago
  31. 3bb41e7 st/mesa: include version.h and fix _mesa_override_glsl_version() call by Brian Paul · 13 years ago
  32. 9f220bd glsl: Add support for constant expression evaluation on trunc(). by Eric Anholt · 13 years ago
  33. 158a585 i965/vs: Add support for bit-shift operations. by Eric Anholt · 13 years ago
  34. 0045a67 mesa: Add missing _mesa_sizeof_glsl_type() for UNSIGNED_INT. by Eric Anholt · 13 years ago
  35. 7de6e74 i965/fs: Add support for bit-shift operations. by Eric Anholt · 13 years ago
  36. 344f94b glsl: Fix assertion checking types of constant bitshift expressions. by Eric Anholt · 13 years ago
  37. 1d59de1 ir_to_mesa: Don't assertion fail on remaining GLSL 1.30 ops. by Eric Anholt · 13 years ago
  38. f02ed01 i965: don't intepolate clip distances on pre-GEN6. by Paul Berry · 13 years ago
  39. 64ce64a i965 new VS: Fix bugs in pre-GEN6 psiz/flags computation by Paul Berry · 13 years ago
  40. cc3a699 i965 new VS: Fix src_reg(uint32_t) constructor. by Paul Berry · 13 years ago
  41. e7da40a i965 new VS: don't share clip plane constants in pre-GEN6 by Paul Berry · 13 years ago
  42. 7e2b23b i965: Fix a hardcoded user clip plane count. by Paul Berry · 13 years ago
  43. a864b82 i965: allow for nonconsecutive elements of gl_ClipDistance to be enabled. by Paul Berry · 13 years ago
  44. e6c8027 i965: Use 4 bits to store nr_userclip in brw_clip.h. by Paul Berry · 13 years ago
  45. bb3e75d intel: Remove unused function get_glsl_version() by Chad Versace · 13 years ago
  46. a1eff55 mesa: Allow overriding GLSL version with environment variable by Chad Versace · 13 years ago
  47. 124fc96 st/mesa: substitute argument to guess_base_level_size() call by Brian Paul · 13 years ago
  48. d1e567f mesa: fix signed/unsigned warning in sscanf() by Brian Paul · 13 years ago
  49. d487cc2 scons: insert 'git-' into MESA_GIT_SHA1 string by Brian Paul · 13 years ago
  50. e112287 scons: fix write_git_sha1_h_file() issue on Windows by Brian Paul · 13 years ago
  51. ddb5cd0 d3d1x: propagate DepthBiasClamp to rasterizer cso by Christoph Bumiller · 13 years ago
  52. 5def3b7 d3d1x: fix uninitialized const color union black by Christoph Bumiller · 13 years ago
  53. b3fa0d3 nv50,nvc0: support polygon offset clamp state by Christoph Bumiller · 13 years ago
  54. e92348b r600: support polygon offset clamp state by Christoph Bumiller · 13 years ago
  55. 16f8308 gallium: add polygon offset clamp state by Christoph Bumiller · 13 years ago
  56. f83af36 scons: generate git_sha1.h file as with Makefile build by Brian Paul · 13 years ago
  57. 83df7fb i965: Allow SIMD16 color writes on Ivybridge. by Kenneth Graunke · 13 years ago
  58. 79cba4c i965/fs: Allow SIMD16 with control flow on Ivybridge. by Kenneth Graunke · 13 years ago
  59. b095b68 intel: Fix compiler warnings from the depth stall flush commit. by Eric Anholt · 13 years ago
  60. d1fda90 radeon: Drop mapping we were doing around glGetTexImage(). by Eric Anholt · 13 years ago
  61. 6731c6c nouveau: Drop mapping we were doing around glGetTexImage(). by Eric Anholt · 13 years ago
  62. 019c9ee intel: Drop our custom glGetTexImage() code. by Eric Anholt · 13 years ago
  63. ce62473 mesa: Finally, convert RGBA glGetTexImage() to using MapTextureImage(). by Brian Paul · 13 years ago
  64. 429b45e mesa: Convert depth glGetTexImage() to using MapTextureImage(). by Brian Paul · 13 years ago
  65. 5934872 mesa: Convert depth/stencil glGetTexImage() to using MapTextureImage(). by Brian Paul · 13 years ago
  66. 0c513a9 mesa: Switch ycbcr glGetTexImage() to using MapTextureImage(). by Brian Paul · 13 years ago
  67. 440dfb4 mesa: Switch memcpy fast-path of glGetTexImage() to using MapTextureImage(). by Brian Paul · 13 years ago
  68. 177110a mesa: Update comments/assertions about buffer mapping for glGetTexImage(). by Brian Paul · 13 years ago
  69. 8df7ca7 mesa: Convert GetCompressedTexImage to using MapTextureImage(). by Brian Paul · 13 years ago
  70. 9f61e43 gallium: move border color to be a color union by Dave Airlie · 13 years ago
  71. 0527c11 mesa: Allow override of GL version with environment variable by Chad Versace · 13 years ago
  72. b565e62 mesa: Make enable.c and get.c properly range check clip flags. by Paul Berry · 13 years ago
  73. 4c84fbe mesa: fix indentation in mipmap.c (3 spaces) by Brian Paul · 13 years ago
  74. 39790b6 i965/vs: Fix access beyond array bounds for non-GRF operands. by Eric Anholt · 13 years ago
  75. 8004a1c intel: Rename region->buffer to region->bo, and remove accessor function. by Eric Anholt · 13 years ago
  76. b4721bf intel: Drop stale comment about CopyTexSubImage. by Eric Anholt · 13 years ago
  77. 2ef77d1 intel: Rely on AllocTextureImageBuffer for our teximage fallbacks. by Eric Anholt · 13 years ago
  78. d6b5e32 intel: Rely on mesa core for compressed texture image uploading. by Eric Anholt · 13 years ago
  79. 32fe506 intel: Allow src == NULL and *dst != NULL in intel_miptree_reference(). by Eric Anholt · 13 years ago
  80. db3ada6 intel: Drop the "intel" argument to intel_miptree_release(). by Eric Anholt · 13 years ago
  81. abaebce intel: Drop the immediate validation of the texture object in TFP. by Eric Anholt · 13 years ago
  82. d430e81 intel: Fix improper freeing of texture data in TFP. by Eric Anholt · 13 years ago
  83. fdd4961 intel: Refactor texture_from_pixmap and EGL_image region binding. by Eric Anholt · 13 years ago
  84. 19cfe1e intel: Drop some extra equality checks on reference/release functions. by Eric Anholt · 13 years ago
  85. 14ae70f i965: Set the pre/post-blend color clamp flags. by Eric Anholt · 13 years ago
  86. 74e927b i965/fs: Split generate_math into gen4/gen6 and 1/2 operand variants. by Kenneth Graunke · 13 years ago
  87. c5943d6 swrast: always call _swrast_choose_texture_sample_func() by Brian Paul · 13 years ago
  88. e0553f6 mesa: Remove EXT_abgr extension enable flag by Ian Romanick · 13 years ago
  89. 29386d1 mesa: Remove EXT_bgra and EXT_texture_format_BGRA8888 extension enable flags by Ian Romanick · 13 years ago
  90. 425284e mesa: Remove OES_read_format extension enable flag by Ian Romanick · 13 years ago
  91. e5301b8 mesa: Remove all mention of EXT_vertex_array_set by Ian Romanick · 13 years ago
  92. 740a9a4 mesa: Fix extension year for EXT_texture_env_combine by Ian Romanick · 13 years ago
  93. 34eae1c mesa: Remove many extension enable flags by Ian Romanick · 13 years ago
  94. 2bf30b1 intel: Remove redundant GL_ARB_window_pos enable by Ian Romanick · 13 years ago
  95. 5e4f42b dri: Remove redundant GL_SGIS_texture_edge_clamp enables by Ian Romanick · 13 years ago
  96. 8bd27a5 i965: Emit depth stalls and flushes before changing depth state on Gen6+. by Kenneth Graunke · 13 years ago
  97. 490e647 intel: Introduce a new intel_context::gt field to go along with gen. by Kenneth Graunke · 13 years ago
  98. 3f9f1b3 intel: Remove intel_context::has_xrgb_textures/has_luminance_srgb. by Kenneth Graunke · 13 years ago
  99. 01dda07 i965: Fix incorrect maximum PS thread count shift on Ivybridge. by Kenneth Graunke · 13 years ago
  100. 44afac0 r600g: add index_bias to index buffer bounds by Marek Olšák · 13 years ago